Skip to content
Snippets Groups Projects
  1. Jan 27, 2021
  2. Jan 26, 2021
  3. Jan 25, 2021
  4. Jan 22, 2021
    • Antoine Lambert's avatar
      npm: Reimplement lister using new Lister API · ff232f0d
      Antoine Lambert authored
      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
      ff232f0d
  5. Jan 21, 2021
  6. Jan 20, 2021
    • Tenma's avatar
      Reimplement PyPI lister using new Lister API · 62c825b8
      Tenma authored
      The new lister has only full listing capability.
      It scrapes pypi.org list of packages.
      Rate-limiting was not encountered but is handled generically.
      62c825b8
    • Tenma's avatar
      Reimplement Bitbucket lister using new Lister API · 565e7423
      Tenma authored
      The new lister has incremental and full listing capability.
      It can request the Bitbucket API in anonymous and HTTP basic authentication
      modes. Rate-limiting is not aggressive and is handled.
      565e7423
  7. Jan 18, 2021
  8. Jan 11, 2021
Loading