HomeSoftware Heritage

npm: Reimplement lister using new Lister API

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

npm: Reimplement lister using new Lister API

Port npm lister to swh.lister.pattern.Lister API.

As before, the lister can be run in full or incremental mode.
When using incremental mode, only new and modified packages will
be returned since the last incremental listing process.
Otherwise, all packages will be listed in lexicographical order.

One major improvement to be noted, latest package update date
is now retrieved when available and sent to scheduler database.

Closes T2972

Details

Provenance
anlambertAuthored on Jan 15 2021, 5:48 PM
anlambertPushed on Jan 22 2021, 11:11 AM
Differential Revision
D4877: npm: Reimplement lister using new Lister API
Tasks
T2972: Port npm lister to the new Lister API
Build Status
Buildable 18642
Build 28842: test-and-buildJenkins console · Jenkins

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.