- Aug 02, 2017
-
-
Antoine R. Dumont authored
-
- Aug 01, 2017
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Also: - reinstall the pre-commit hook - fix the minor pep violations
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Jul 31, 2017
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Created from the previous steps: ``` python3 -m manage dbshell > insert into dbversion(version, description) values (1, 'Work in Progress'); > insert into client(name) values ('hal'); > exit python3 -m manage dumpdata --format=yaml > test.yaml rm test.yaml python3 -m manage loaddata data_deposit ```
-
Antoine R. Dumont authored
``` python3 -m manage makemigrations ```
-
Antoine R. Dumont authored
- Use default time for dbversion release field - deposit.complete_date can be null (it's updated when the deposit is deemed complete, in the mean time, it's null)
-
- Jul 28, 2017
-
-
Antoine R. Dumont authored
``` python3 -m manage makemigrations python3 -m manage sqlmigrate deposit 0001 python3 -m manage migrate ```
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
``` python3 -m manage startapp deposit ```
-
Antoine R. Dumont authored
``` cd swh-deposit django-admin startproject swh ```
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Jul 13, 2017
-
-
Morane Otilia Gruenpeter authored
Summary: Context: SWH, Inria and the CCSD (in charge of the HAL's archive) are working on pushing HAL's source code deposit into SWH with SWORD protocol. This specs were edited by ardumont and myself on the notepad available on: https://pad.riseup.net/p/t4mJsj9RB0OQ Reviewers: ardumont Differential Revision: https://forge.softwareheritage.org/D220
-
- Jun 29, 2017
-
-
Morane Otilia Gruenpeter authored
Summary: Context: SWH, Inria and the CCSD (in charge of the HAL's archive) are working on pushing HAL's source code deposit into SWH with SWORD protocol. This specs were edited by ardumont and myself on the notepad available on: https://pad.riseup.net/p/t4mJsj9RB0OQ Reviewers: ardumont Differential Revision: https://forge.softwareheritage.org/D218 note: deleted docs/specs.md to remove redundancy
-
- Jun 14, 2017
-
-
Antoine R. Dumont authored
Related T718
-
Antoine R. Dumont authored
Also remove unused dependencies
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Jun 13, 2017
-
-
Antoine R. Dumont authored
-
- Jun 12, 2017
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
This permits to share state (e.g configuration) between those endpoints.
-
Antoine R. Dumont authored
-