- Jun 16, 2021
-
-
Jenkins for Software Heritage authored
Update to upstream version '2.6.1' with Debian dir de4cc1005c62c873540e9c8b8067233771377a1f
- Jun 15, 2021
-
-
Daniele Serafini authored
- add typing annotation to avoid such error in the future Fixes T3383
-
Jenkins for Software Heritage authored
Update to upstream version '2.6.0' with Debian dir a5928cf48b5ed5e74f56196c93fd182d82f7589a
-
David Douard authored
-
David Douard authored
the problem was for datetime<epoch, the timestamp is negative, but since it's a float that includes the microseconds, if both are true (< epoch and microsecond > 0), then the computed (int) timestamp was off by one. Add dedicated tests for this.
-
- Jun 11, 2021
-
-
Daniele Serafini authored
-
- Jun 09, 2021
-
-
Antoine Lambert authored
-
- May 20, 2021
-
-
Jenkins for Software Heritage authored
Update to upstream version '2.5.1' with Debian dir 7de8b2d4d70f1a04bd64715de0a11f2f538c8fe1
- May 19, 2021
-
-
David Douard authored
make sure the snapshot id in OriginVisitStatus refers to existing Snapshot objects.
-
- May 11, 2021
-
-
Jenkins for Software Heritage authored
Update to upstream version '2.5.0' with Debian dir 05035d9eb3380a44d4daa228462b7349d05b90b7
-
vlorentz authored
The git_object is what will be actually useful to the vault. It's also easier to test, because test_identifier.py has the entire git_object in its test data.
-
vlorentz authored
Before this commit, manifests were only computed internally before hashing, so they were not available to outside modules. This makes testing the module very painful, because identifier functions can only be tested by checking the hash; so test failures did not show mismatches between the computed manifest and the expected one. Additionally, the 'git bare cooker' of the vault is likely to use these as well, as it needs to format git objects in the same format.
- May 06, 2021
-
-
Jenkins for Software Heritage authored
Update to upstream version '2.4.2' with Debian dir 196d5f227c50e9b78022da184ababc6ee414f976
-
vlorentz authored
There is a regression that breaks attr.evolve() when updating attributes that contain an attr class; which we use (eg. for Person or TimestampWithTimezone). v21.2.0 is expected to fix the issue, but won't be released immediately: https://github.com/python-attrs/attrs/issues/804#issuecomment-833471190
- Apr 30, 2021
-
-
vlorentz authored
-
- Apr 29, 2021
-
-
Jenkins for Software Heritage authored
Update to upstream version '2.4.1' with Debian dir e9d4ffb7ab9423c2de37dacd4c8c388935711fd5
- Apr 28, 2021
-
-
Antoine Lambert authored
Enable to check package documentation can be built without producing sphinx warnings. The sphinx environment is designed to be used in continuous integration in order to prevent breaking documentation build when committing changes. The sphinx-dev environment is designed to be used inside a full swh development environment. Related to T3258
-
- Apr 23, 2021
-
-
David Douard authored
and add a test to keep them correct.
-
- Apr 15, 2021
-
-
Antoine Pietri authored
-
vlorentz authored
-
- Apr 13, 2021
-
-
Jenkins for Software Heritage authored
Update to upstream version '2.4.0' with Debian dir e87ccb4fa17d1fa370c7d13de36ba753221112db
-
Antoine Lambert authored
According to the SWHID specification, it is not forbidden for a qualifier value to contain a '=' character (for instance in origin URL). So update parsing code to handle that special case.
-
Antoine Lambert authored
Some ValidationError exceptions could not be serialized to string due to these format errors. Related to T3234
- Apr 12, 2021