- Sep 15, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '1.2.2' with Debian dir fb5e868766d116ab788888d47d0f6258440a68b2
-
Antoine Lambert authored
The send_visits_for_visit_type function uses a default schedule backoff of 20 minutes where there is no origins to schedule for a given visit type. It exists use cases when we would like that schedule backoff to be shorter in order to schedule listed origins for loading into the archive more rapidly, typically in the docker environment. So allow to set that backoff value through configuration.
- Aug 22, 2022
-
-
Antoine Lambert authored
Those files have been renamed so the database could not be filled.
-
- Jul 29, 2022
-
-
Antoine R. Dumont authored
This adds type to the function, update its docstring and clarify its associated tests as well.
-
- Jul 08, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '1.2.1' with Debian dir 8876e6480e8b880ad9f16a682166f4ad7951a25b
-
David Douard authored
and replace usage of the "local" scheduler cls with "postgresql" everywhere.
- Jun 03, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '1.2.0' with Debian dir 5308e2d13ddbbe929fe3a61aa2a483e605787857
-
Antoine R. Dumont authored
Attribute current_version is already set and directly used by swh db [version|init|upgrade] clis. Related to T4305
- May 31, 2022
-
-
David Douard authored
instead of (soon-to-be-deprecated) swh-core's postgresql_fact one.
-
- May 12, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '1.1.2' with Debian dir 77f8815b707fded0e03cae23a4909d7f281a2e97
-
Antoine Lambert authored
Add a new enabled_only parameter set to True by default in get_listed_origins scheduler method. It enables to filter out by default disabled listed origins when requesting the result of a listing and avoid possible errors in listers implementation.
- May 09, 2022
-
-
Pratyush authored
-
- May 06, 2022
-
-
Antoine Lambert authored
Fix "more than one target found for cross-reference 'Origin'" sphinx warning.
-
- Apr 28, 2022
-
-
Benoit Chauvet authored
-
Jenkins for Software Heritage authored
Update to upstream version '1.1.1' with Debian dir 51b9198d0925a58c5f477ee300095bd0c9e8f9b6
-
- Apr 27, 2022
-
- Apr 26, 2022
-
-
vlorentz authored
-
Jenkins for Software Heritage authored
Update to upstream version '1.1.0' with Debian dir 728c35186bf7d46bb2e39efbe69cf3e4981c7311
-
vlorentz authored
This will allow loaders to guess the forge type, and use the right API to fetch extrinsic metadata for the origin from the forge.
-
David Douard authored
-
- Apr 21, 2022
-
-
vlorentz authored
It feels off as an object method; and I am going to make it use joins in a future commit, so it makes more sense this way.
-
vlorentz authored
-
Antoine Lambert authored
That hook can be frustrating as it can discard a long commit message if it finds a typo in it so better removing it.
-
- Apr 20, 2022
-
-
David Douard authored
Add support for a configuration option "scheduling_policy" in the config file loaded by the 'swh scheduler schedule-recurrent' command. This config entry allows to specify the scheduling policies used by the schedule-recurrent tool, instead of having them hardcoded in the source code. A visit type policy config entry should have at least a 'weight' value for each policy. Default values are unchanged. Eg.: scheduling_policy: git: - policy: already_visited_order_by_lag weight: 55 tablesample: 0.5 - policy: never_visited_oldest_update_first weight: 45 tablesample: 0.5 Note: there may not be configuration entries for all visit types, but if a visit type policy is configured, the config entry should be complete (in other words, the merging of the configuration with the default values is only done at first config level).
-
- Apr 08, 2022
-
-
Antoine Lambert authored
-
Antoine Lambert authored
Related to T3922
-
Antoine Lambert authored
black is considered stable since release 22.1.0 and the version we are currently using is quite outdated and not compatible with click 8.1.0, so it is time to bump it to its latest stable release. Please note that E501 pycodestyle warning related to line length is replaced by B950 one from flake8-bugbear as recommended by black. https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#line-length Related to T3922
-