Skip to content
Snippets Groups Projects
  1. Mar 21, 2023
  2. Mar 14, 2023
  3. Mar 13, 2023
  4. Mar 10, 2023
    • Antoine Lambert's avatar
      bitbucket: Skip buggy page when listing · 5d0f35aa
      Antoine Lambert authored
      Some URLs of the repositories endpoint from BitBucket REST API 2.0
      can return an error 500. In that case, skip the buggy repositories
      page and get next one to continue listing and avoid to end it
      prematurely.
      
      Related to #4239
      v4.4.0
      5d0f35aa
  5. Mar 09, 2023
  6. Feb 17, 2023
  7. Feb 16, 2023
  8. Feb 10, 2023
  9. Feb 02, 2023
  10. Jan 03, 2023
  11. Jan 02, 2023
  12. Dec 19, 2022
  13. Dec 14, 2022
  14. Dec 06, 2022
  15. Dec 05, 2022
  16. Nov 21, 2022
    • Antoine Lambert's avatar
      fedora: Update versions in packages dict provided as loader argument · f4aafe02
      Antoine Lambert authored
      In a similar way to the debian lister, use the following versions in the
      packages dictionary provided to the generic rpm loader:
      
      - dict keys are package versions prefixed by the fedora release and
        edition they have been found (fedora{release}/{edition}/{version}),
        they will be used as branch names targeting releases in the snapshot
        created by the rpm loader
      
      - version fields in dict values are the package intrinsic versions parsed
        from package repository metadata excluding any ".fcXY" suffixes to avoid
        the loader to create multiple releases targeting the same directory,
        they will be used as release names in the snapshot created by the rpm
        loader
      
      Related to T4448
      f4aafe02
  17. Nov 18, 2022
  18. Nov 15, 2022
  19. Nov 14, 2022
  20. Nov 08, 2022
  21. Nov 07, 2022
  22. Nov 04, 2022
  23. Oct 28, 2022
  24. Oct 26, 2022
    • Jenkins for Software Heritage's avatar
    • Antoine R. Dumont's avatar
      lister: Make sure lister that requires github tokens can use it · 92d49426
      Antoine R. Dumont authored
      Deploying the nixguix lister, I realized that even though the credentials configuration
      is properly set for all listers, the listers actually requiring github origin
      canonicalization do not have access to the github credentials. It's lost during the
      constructor to only focus on the lister's credentials. Which currently translates to
      listers being rate-limited.
      
      This commit fixes it by pushing the self.github_session instantiation in the constructor
      when the lister explicitely requires the github session. Hence lifting the rate limit
      for maven, packagist, nixguix, and github listers.
      
      Related to infra/sysadm-environment#4655
Loading