- Feb 23, 2023
-
-
Antoine Lambert authored
It also enables to remove the version restriction on psycopg2. Related to swh/infra/sysadm-environment#4772
-
- Feb 28, 2022
-
-
vlorentz authored
-
- Sep 30, 2021
-
-
vlorentz authored
-
- Jun 17, 2021
-
-
Antoine Lambert authored
psycopg2 2.9 release broke compatibility with django 2.2 release and deposit tests are failing since. That error was missed by psycopg2 maintainers as they are testing against django >= 3.1 where the issue does not appear. So pin psycopg2 version to avoid test failures.
-
- Sep 17, 2020
-
-
Antoine R. Dumont authored
This will allow deposit loader to reference metadata with their correct deposit version.
-
- Jan 10, 2020
-
-
David Douard authored
For this we: - ensure we create the DepositRequest with str as raw_metadata (instead of a bytes), and - make atom_dataset return a str instead of a bytes Every time this chunk of data is sent on the wire (http req to the django app) this needs to be an str, otherwise we have things like: raw_metadata = "b'[...]'" especially when testing against django 2, which is the only django version available on debian sid, so this is needed to make it possible to build the deb file on sid *with* tests enabled. - add a py3-django2 environment in tox - bump the dependency to django <3 in requirements-server.txt (otherwise it will take precendence on the deps: field of the tox file, thus execute tests in py3-django2 with django 1.11). Note that no other tests than executing pytest have been done with django2, so do not expect it works flawlessly.
-
- Apr 13, 2019
-
-
- Oct 02, 2018
-
-
vlorentz authored
Django 2.0 removed `django.core.urlresolvers` (which was replaced/deprecated in favor of `django.urls` in 1.10). Django_nose is also needed to run tests.
-
- Jul 20, 2018
-
-
Antoine R. Dumont authored
This unifies the way we parse xml server side and client side. Related D396#inline-1961
-
- 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 24, 2018
-
-
Antoine R. Dumont authored
Related T882
-
- Jan 11, 2018
-
-
Antoine R. Dumont authored
Related T919
-
- Oct 16, 2017
-
-
Antoine R. Dumont authored
-
- Sep 18, 2017
-
-
Antoine R. Dumont authored
-
- Aug 09, 2017
-
-
Antoine R. Dumont authored
-
- Jul 31, 2017
-
-
Antoine R. Dumont authored
-
- Jul 28, 2017
-
-
Antoine R. Dumont authored
-
- Jun 14, 2017
-
-
Antoine R. Dumont authored
Also remove unused dependencies
-
- Jun 07, 2017
-
-
Antoine R. Dumont authored
-
- May 22, 2017
-
-
Antoine R. Dumont authored
-
- May 19, 2017
-
-
Antoine R. Dumont authored
-