- Feb 24, 2022
-
-
vlorentz authored
We don't have much use for it anymore, let's use ElementTree everywhere for consistency.
-
vlorentz authored
xmltodict was already on the way out for the deposit, and the latest libexpat security update broke it entirely when dealing with namespaces, which means we cannot use it until this is addressed. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006317 Functional changes of this commit: 1. No more writes to the 'metadata' jsonb column in the DB (as it strongly depends on xmltodict) 2. ServiceDocumentDepositClient always outputs a list of collections, instead of None/dict/List[dict] depending on the number of collections (artefact of using xmltodict, which is replaced by proper parsing)
-
- Sep 30, 2021
-
-
vlorentz authored
-
- Feb 25, 2021
-
-
Antoine R. Dumont authored
python3-django all 1:1.11.29-1~deb10u1 (debian stable) and `django.urls.reverse` are not going well together in test apparently. [1] https://jenkins.softwareheritage.org/job/debian/job/packages/job/DDEP/job/gbp-buildpackage/92/
-
- Nov 18, 2020
- Sep 28, 2020
-
-
Antoine R. Dumont authored
Multiple existing tests were not properly configured [1] and checking multiple times the same scenario. This makes sure this will not happen again. [1] D4057 D4060
-
- Sep 17, 2020
-
-
Antoine Lambert authored
Related to T2610
-
- Apr 08, 2020
-
-
David Douard authored
- blackify all the python files, - enable black in pre-commit, - add a black tox environment.
-
- Nov 07, 2019
-
-
Stefano Zacchiroli authored
-
- Oct 20, 2019
-
-
Antoine R. Dumont authored
-
- Apr 13, 2019
-
-
Antoine R. Dumont authored
-
in favor a simpler Choice in DepositRequest.
-
- Oct 24, 2018
-
-
David Douard authored
-
- Oct 12, 2018
-
-
Nicolas Dandrimont authored
Summary: Part of T1261 Test Plan: Still running 104 tests after the change Reviewers: ardumont Differential Revision: https://forge.softwareheritage.org/D525
-
- Jul 06, 2018
-
-
Antoine R. Dumont authored
This takes care of current limitations: - duplicated elements are stored as list (and no longer dropped) - drop extra namespace in key names - it's generic Close T1131
-
- Jan 15, 2018
-
-
Antoine R. Dumont authored
Closes T934
-
- Nov 27, 2017
-
-
Antoine R. Dumont authored
As we deactivate the checks in tests, all deposit are now passed to 'ready-for-checks' instead of ready. Related T857
-
- Oct 20, 2017
-
-
Antoine R. Dumont authored
Now, we use real basic archives for testing purpose.
-
- Oct 19, 2017
-
-
Antoine R. Dumont authored
-
- Oct 17, 2017
-
-
Antoine R. Dumont authored
-
- Oct 12, 2017
-
-
Antoine R. Dumont authored
-
- Oct 05, 2017
-
-
Antoine R. Dumont authored
-
- Sep 28, 2017
-
-
Antoine R. Dumont authored
- Fix error in PUT EM_IRI implementation - Improve test docstrings - Separate delete tests from update ones
-