- Jun 06, 2023
-
-
Jenkins for Software Heritage authored
Update to upstream version '1.14.2' with Debian dir 8d847ee10abbf5227b245b843c4d4dc9f6b96bf7
-
Nicolas Dandrimont authored
Our tests were incomplete, and didn't catch that the postgresql backend wasn't able to store references from origins to snapshots (as there is no `origin` object type in the postgresql schema)
- Jun 05, 2023
-
-
Jenkins for Software Heritage authored
Update to upstream version '1.14.1' with Debian dir 789c40102c51746ccd977cff1a39e90a1a63a894
-
Nicolas Dandrimont authored
Click 7.0 (which we use on buster) doesn't autogenerate subcommand names, at least under some circumstances, so be explicit about them.
- Jun 01, 2023
-
-
Jenkins for Software Heritage authored
Update to upstream version '1.14.0' with Debian dir bcd207ddd907c7e522819e5a2c277b0e9e245cc9
- May 30, 2023
-
-
vlorentz authored
A future commit will add a counter for the size of 'raw_extrinsic_metadata', which makes this code feel a bit repetitive
-
- May 24, 2023
-
-
Jenkins for Software Heritage authored
Update to upstream version '1.13.0' with Debian dir caafbeb76e89f4a1f71ebc35e23ee1254a92c90c
- May 23, 2023
-
-
Antoine Lambert authored
When branches_from parameter was greater than branch_name_exclude_prefix, branches whose name is greater than the prefix but lesser than branches_from could be returned. So do not call snapshot_branch_get_range method for such cases and simply call snapshot_branch_get_from_name. Related to swh/infra/sysadm-environment#4863
-
- May 22, 2023
-
-
David Douard authored
Original issue has been fixed.
-
- May 19, 2023
-
-
Antoine Lambert authored
Due to the client-side filtering of branches returned by the CQL runner, the number of returned branches could be off by one or greater than the requested branches count. So ensure to return the correct number of branches when filtering by target types for instance.
-
- May 16, 2023
-
-
Jayesh authored
-
- May 11, 2023
-
-
Nicolas Dandrimont authored
This updates the PostgreSQL storage test fixtures to always create the current partition, so that object_reference-related tests can pass.
-
- May 04, 2023
-
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
Co-authored with @lunar
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
This will allow the takedown processing scripts to check whether the objects they intend to remove are referenced by objects that are not expected to be removed. Ref. #4680
-
- Apr 26, 2023
-
-
Antoine Lambert authored
-
Antoine Lambert authored
-
- Apr 05, 2023
-
-
vlorentz authored
This is a recurring mistake, that should be caught by other tests but sometimes isn't.
-
vlorentz authored
-
vlorentz authored
A future commit will check statements look as expected; and not dealing with two different syntaxes makes this task simpler
-
vlorentz authored
A future commit will check statements look as expected; and not dealing with comments makes this task easier.
-
- Apr 04, 2023
-
-
Jenkins for Software Heritage authored
Update to upstream version '1.12.0' with Debian dir 54ef7c7dda322051b2ff3995923a22a9060e5e56
- Apr 03, 2023
-
- Mar 30, 2023
-
-
David Douard authored
Next version of swh.model will change a bit the API of this method. Make storage compatible with both versions of the API.
-