- Dec 14, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '4.3.1' with Debian dir 33c664a0bc20cda5e91b4a5e1add80fc3449aef0
- Dec 06, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '4.3.0' with Debian dir a220f58c51f4a45007a746fc332af82e6902e4fc
- Dec 05, 2022
-
-
Nicolas Dandrimont authored
Hopefully one day we'll be able to replace all of this mess with PEP692 TypedDict kwargs, but that's only on track for Python 3.12.
-
Nicolas Dandrimont authored
Some GitLab instances use specific namespaces for transient repositories that it doesn't make sense to archive (for example, gitlab.org has a set of QA namespaces used for integration testing of their production deployments; drupal has an `issues/` namespace with forks of repos that are only used for collaboration on merge requests, and aren't that useful to be archived).
-
Nicolas Dandrimont authored
This cuts down one more manual step in the add forge now validation process: we can add the relevant origins to the staging scheduler without enabling them at all.
-
Nicolas Dandrimont authored
This will allow more automation of the staging add forge now process: for known-good listers, we can limit the number of origins being processed and reduce the amount of manual steps taken for each instance.
-
Nicolas Dandrimont authored
The SQL dump contains ownership instructions that can't be run if you don't have the right users in your database clusters. When someone has a psqlrc with ON_ERROR_STOP, this fails the load of the dump. Use the opportunity to trigger an exception when psql returns a non-zero exit code, rather than continue with an empty/inconsistent database.
-
- Nov 21, 2022
-
-
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
-
- Nov 18, 2022
-
-
Franck Bret authored
Use http api lastUpload argument in search query to retrieve new or updated origins since last run Related to T4597
-
- Nov 15, 2022
-
-
Kumar Shivendu authored
Summary: Lister to ingest fedora mirrors (.rpm) Reviewers: #reviewers, vlorentz Subscribers: vlorentz, olasd Maniphest Tasks: T4448 Differential Revision: https://forge.softwareheritage.org/D8386
-
- Nov 14, 2022
-
-
Franck Bret authored
The lister is incremental and based on the value of ``commitTimeStamp`` retrieved on index http api endpoint. Related T1718
-
- Nov 08, 2022
-
-
Franck Bret authored
Use with_release_since api argument to retrieve modules that have been updated since the last date the lister has been executed. Related T4519
-
- Nov 07, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '4.2.0' with Debian dir 2d7811bf81091fb4bed03bad9632388bfe5b3d8b
- Nov 04, 2022
-
-
vlorentz authored
- Oct 28, 2022
-
-
Antoine Lambert authored
-
- Oct 26, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '4.1.1' with Debian dir 39494d8d6c00ebe09457eebf5fbf3a3be5560f2e
-
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
-
Jenkins for Software Heritage authored
Update to upstream version '4.1.0' with Debian dir e99c19b95ca0da8da2d37183538f76d1972790d6
-
Antoine R. Dumont authored
As a last fallback after the content-type check, instead of raising immediately. Related to T3781
-
Antoine R. Dumont authored
Prior to this, some urls were detected as file because their version name were wrongly detected as extension, hence not matching tarball extensions. Related to T3781
- Oct 25, 2022
-
-
Franck Bret authored
-
Antoine R. Dumont authored
Those extensions can be extended through configuration. They default to some binary format already encountered during docker runs. Related to T3781
-
Antoine R. Dumont authored
Next step is to add some extensions filtering so might as well harden the test dataset first. Related to T3781
-
Antoine Lambert authored
swh-scheduler will deduplicate listed origins according to their URL and visit type but not according to their extra loader arguments. Previously, listed origins were yielded after each processed artifact in a page so we could lose some package version info due to the deduplication process. So ensure to yield listed origins once all artifacts in a page have been processed.
-
Antoine R. Dumont authored
This requires to open those extensions to be supported by loaders too (in swh.core.tarball). Related to T3781
-
- Oct 24, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '4.0.1' with Debian dir c8ed9fd4173220be8dea8509b646b53a71404737