- Jan 10, 2022
-
-
Jenkins for Software Heritage authored
-
Jenkins for Software Heritage authored
Update to upstream version '4.2.0' with Debian dir 7f3220a0c36f412bcffe11641f3af52abc637717
- Jan 07, 2022
-
- Dec 22, 2021
-
-
Jenkins for Software Heritage authored
-
Jenkins for Software Heritage authored
Update to upstream version '4.1.0' with Debian dir a0f59d4b85b6e222399e244f593cd4dc5d89a2f6
-
Nicolas Dandrimont authored
blake2s and blake2b have been provided by the stdlib hashlib since Python 3.6, and we declare 3.7 as minimum Python version supported.
-
Jenkins for Software Heritage authored
Update to upstream version '4.0.0' with Debian dir 0143bffc8b14df982ce96dfc4ee06b615eeff598
-
vlorentz authored
1. Most objects do not need it so it's a waste of space 2. This means we just extend the existing format (some objects will have that key in their dict) instead of changing it (retroactively adding it to all objects)
-
vlorentz authored
This will be used to store the original manifest of 'weird' git objects, when we cannot reasonably represent them otherwise.
- Dec 21, 2021
- Dec 17, 2021
-
-
vlorentz authored
Revision and release do not generally allow 'arbitrary' metadata; and it was missing ExtIDs and REMD
-
- Dec 16, 2021
-
-
Antoine R. Dumont authored
This also drops spurious copyright headers to those files if present. Related to T3812
-
- Dec 15, 2021
-
-
vlorentz authored
Using .now() produces data that differs between xdist processes, as files are imported after forking, and xdist requires consistent data across processes.
-
Jenkins for Software Heritage authored
Update to upstream version '3.2.0' with Debian dir 567243905bd218727970a1bcb2b8a702375619d1
-
- Dec 08, 2021
-
-
vlorentz authored
It calls attr.validate() (which calls the validators), and recomputes the hash of HashableObject instances. A future commit will also make it check the raw_manifest attribute when relevant
-
vlorentz authored
It's just simpler this way
-
vlorentz authored
For the sake of completeness (a future commit may depend on it).
-
vlorentz authored
For now it is filled from 'offset' and 'negative_utc', but it will replace them in a future commit. This is to simplify and add support for more 'weird' offsets we do not currently support.
-
Antoine Lambert authored
It enables to easily check if a path exists from a root directory.
-
- Dec 07, 2021
-
-
Antoine Lambert authored
Since rDMOD8d96dfedee34203a4118e48a6208ee507511590b, directory entry names are validated in DirectoryEntry model and thus must not contain any slash characters. So update directory_entries_d hypothesis strategy to ensure such names are generated to avoid flaky tests.
-
- Dec 06, 2021
-
-
Jenkins for Software Heritage authored
-
Jenkins for Software Heritage authored
Update to upstream version '3.1.0' with Debian dir 0d4cc11bcbd2ead6cb1d1f7d76b4b2bd219a2623
-
Antoine Lambert authored
Enable to compute md5 sum through the hashutil.MultiHash class. Nevertheless, md5 is not put in DEFAULT_ALGORITHMS set and must be explicitely requested by client code. Related to T2400