- Apr 01, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '6.0.1' with Debian dir 748eb903aac0f6eb74545cc6cba79b73418e25a6
- Mar 31, 2022
-
-
Antoine R. Dumont authored
-
- Mar 30, 2022
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Hypothesis: This makes the documentation build fail.
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
This changes the deprecated :show-nested: instruction to the :nested: one [1]. This also fixes warning about misdefined block [2] [1] https://sphinx-click.readthedocs.io/en/latest/usage/#directive-click [2] ``` 10:38:38 Warning, treated as error: 10:38:38 /var/lib/jenkins/workspace/DMOD/tests-on-diff/docs/cli.rst:14:Literal block expected; none found. 10:38:38 make: *** [../../swh-docs/Makefile.sphinx:32: sphinx/html] Error 2 10:38:38 make: Leaving directory '/var/lib/jenkins/workspace/DMOD/tests-on-diff/docs' 10:38:38 ERROR: InvocationError for command '/usr/bin/make -I ../.tox/sphinx/src/swh-docs/swh/ -C docs' (exited with code 2) ```
-
- Mar 23, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '6.0.0' with Debian dir 17ac1eea3ec942603d480d32420b7e871ef71925
- Mar 22, 2022
-
-
Antoine Lambert authored
Due to test modules being copied in subdirectories of the build directory by setuptools, it makes pytest fail by raising ImportPathMismatchError exceptions when invoked from root directory of the module. So ignore the build folder to discover tests.
-
- Mar 18, 2022
-
-
David Douard authored
these fields are computed attributes and may be removed from the backend storage. Helps writing tests.
-
- Mar 16, 2022
-
-
vlorentz authored
This will be used by swh.storage.backfill's tests.
-
Jenkins for Software Heritage authored
Update to upstream version '5.0.0' with Debian dir 8870039668bc3b92e27ffe99b7056d5fd5277aab
-
vlorentz authored
This reverts commit a0f54362. This means this commit removes the 'offset' and 'negative_utc' arguments. It also removes the 'negative_utc' attribute (which is not used anymore), but keeps an 'offset' property, which is an alias to 'offset_minutes()'. This is only to keep this commit readable; the next commit will remove this alias.
-
- Feb 10, 2022
-
-
vlorentz authored
-
Antoine Lambert authored
To install the new hook: $ pre-commit install -t commit-msg
-
vlorentz authored
This should slightly reduce the memory used by dir/rev/rel objects
-
- Jan 26, 2022
- Jan 21, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '4.4.0' with Debian dir 69896a801d8d62d1db96800e2cdeaee7cbdf1282
- Jan 17, 2022
- Jan 14, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '4.3.0' with Debian dir 8cc0af2351d2b1b48982a7411ee9ee13efad8e53
- Jan 13, 2022
-
-
vlorentz authored
'offset' becomes a property instead of an attribute and constructor argument. This also removes both from the output of `.to_dict()`. This is step 6 of https://forge.softwareheritage.org/T3752 This will break packages that still use the constructor directly, ie. swh-storage and swh-loader-git (and tests of swh-loader-core and swh-loader-svn)
-
- Jan 12, 2022
-
-
vlorentz authored
-
- Jan 11, 2022
-
-
vlorentz authored
swh-deposit needs to link to some of them.
-
- Jan 10, 2022