- Mar 29, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.13.2' with Debian dir 3d9dfb0abca9e4b5eb598e24a6f857fae4931e95
- Mar 28, 2022
- 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 07, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.13.1' with Debian dir fc51ffc83ae31527a63b6df5698c02ef98a5ae78
- Mar 03, 2022
-
- Feb 16, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.13.0' with Debian dir 53dde9264624f8ffa079a86fb9f0de5dc9485c94
-
vlorentz authored
Non-visited origins don't have a 'has_visits' field at all, so comparing it to `false` never returns results.
-
vlorentz authored
I find it very confusing to use '=' for this operation.
-
vlorentz authored
- Feb 14, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.12.1' with Debian dir 51af226cde2a3385645096d796747a1b81f35458
- Feb 11, 2022
-
-
vlorentz authored
This will allow us to implement better exception handling in swh-web, instead of erroring with HTTP 500
-
- Feb 10, 2022
-
-
Antoine Lambert authored
To install the new hook: $ pre-commit install -t commit-msg
-
- Feb 07, 2022
-
-
Antoine R. Dumont authored
Related to T3916
-
- Jan 12, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.12.0' with Debian dir 93e542b27cf5164bc9f6b25c3788a7bee305485e
- Jan 11, 2022
-
- Jan 10, 2022
-
-
Vincent Sellier authored
Related to T3838
-
- Dec 16, 2021
-
-
Antoine R. Dumont authored
This also: - drops spurious copyright headers to those files if present. - add missing iso8601 runtime dependency Related to T3812
-
- Dec 13, 2021
-
-
Antoine Lambert authored
Since we are not using the elasticsearch startup script, we must explicitely set the LIBFFI_TMPDIR environment variable or elasticsearch will fail to start. See https://www.elastic.co/guide/en/elasticsearch/reference/current/executable-jna-tmpdir.html Closes T3803
-
- Nov 23, 2021
-
-
Antoine R. Dumont authored
This fixes build [1] [1] https://jenkins.softwareheritage.org/view/swh-draft/job/DSEA/job/tests/972/console
-
- Nov 19, 2021
-
-
Antoine Pietri authored
-
- Oct 26, 2021
-
-
Antoine Lambert authored
Some date values that can be found in codemeta.json files (dateCreated, dateModified, datePublished) might be in a format not parsable by elasticsearch which prevents successfull update of origin intrinsic metadata in elasticsearch indices. For instance, the date 2021-7-23 cannot be parsed by elasticsearch as it expects 2021-07-23 instead. So ensure to properly format CodeMeta dates to avoid such indexing errors.
-
- Sep 29, 2021
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.11.6' with Debian dir 08e3f10d5d05935744ae4e7ab4861d57c134bd76
-
Antoine Lambert authored
New visit types are or will be available in production so we must add them here or we will have an error when searching such origins. Related to T3424
- Sep 28, 2021