Skip to content
Snippets Groups Projects
  1. Jul 09, 2021
  2. Jul 06, 2021
  3. Jun 09, 2021
  4. Jun 04, 2021
  5. Jun 03, 2021
  6. May 31, 2021
  7. May 28, 2021
  8. May 26, 2021
    • Raphaël Gomès's avatar
      sourceforge: retry for all retryable exceptions · 9ca5295a
      Raphaël Gomès authored
      Since this lister is doing a lot more requests than most other, it makes
      sense that issues would arise more often. We want the lister to continue
      even if the website is having issues and not break on the first 500 or
      closed connection it encounters.
      
      This change introduces a mechanism to retry all exceptions worth
      retrying and uses it for the SourceForge lister. Other listers might
      benefit from this, but this is out of scope here.
      
      Tests had to be adjusted to stub the sleep function since retries happened
      way more often.
    • Boris Baldassari's avatar
      tuleap: initialise lister. · 04c0a507
      Boris Baldassari authored
      tuleap-lister: fix args in test_task.
      
      tuleap-lister: Add rate-limiting test + fix debug and typo.
      
      tuleap-lister: code review: fix mocker + tests/setup_cli.
      
      tuleap-lister: code review: fix relister > lister.
      
      tuleap-lister: code review: fix test_task kwargs.
      
      tuleap-lister: code review: Remove authentication useless lines + fix typos.
      
      tuleap-lister: code review: improve results_simplified for svn repos.
      
      tuleap-lister: code review: add name to CONTRIBUTORS file.
      
      tuleap-lister: code review: Update tutorial for misc files to edit.
      
      tuleap-lister: code review: Update copyright to 2021 exactly.
      
      tuleap-lister: code review: Update py files perms -X.
      
      tuleap-lister: code review: minimise json files.
      
      tuleap-lister: code review: fix chmod on json files.
      
      tuleap-lister: code review: fix var names + add tests.
      
      tuleap-lister: code review: fix useless indirection.
      
      tuleap-lister: code review: Add empty repo test, minor typo fixes.
      04c0a507
  9. May 12, 2021
  10. May 07, 2021
  11. May 06, 2021
    • Raphaël Gomès's avatar
      Make the SourceForge lister incremental · 3baf1d09
      Raphaël Gomès authored
      SourceForge's sitemaps (1 main one + many sharded) give us a "last
      modified" date for every subsitemap and project, allowing us to perform
      an incremental listing.
      
      We store the subsitemaps' "last modified" dates in the lister state, as
      well as those of the empty projects (projects which don't have any VCS
      registered), and the rest comes from the already visited origins from
      the database.
      
      The tests try to cover the possible cases of a subsitemap that has
      changed, one that hasn't, a project that has change, one that hasn't,
      and same for an empty project.
  12. Apr 28, 2021
  13. Apr 27, 2021
    • vlorentz's avatar
      s/REST( API)?/API/ · 18b68bd8
      vlorentz authored
      Bitbucket's API kind of supports REST workflows, but the clearly use it
      like an RPC API (the hardcoded schema in `PROJECT_API_URL_FORMAT`
      make it particularly clear)
      18b68bd8
  14. Apr 13, 2021
  15. Apr 04, 2021
  16. Mar 23, 2021
    • Raphaël Gomès's avatar
      Add a non-incremental sourceforge lister · f7b27c69
      Raphaël Gomès authored
      Following zack's work on T735, this change introduces an actual SWH lister for
      SourceForge.
      
      SourceForge provides a main sitemap that lists sharded sitemaps, which
      themselves list pages. Each page belongs to a project (or sub-project,
      though those are rare), information about which can be found by querying
      a REST API, which gives us the list of any and all VCS used for said
      project. Both sitemaps and pages have a "last modified" timestamp that
      will be used in a future patch to implement incremental listing.
      
      More precise information can be found as inline comments or docstrings.
      f7b27c69
  17. Mar 19, 2021
  18. Feb 26, 2021
  19. Feb 08, 2021
  20. Feb 05, 2021
  21. Feb 02, 2021
Loading