- Oct 14, 2017
-
-
Antoine R. Dumont authored
To: - to receive the origin in that slot - incidentally, respect the db model
-
Antoine R. Dumont authored
-
- Oct 13, 2017
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Goal: Reducing dependencies
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Oct 12, 2017
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
This includes: - dropping the old swh.deposit.auth module which included a basic authentication middleware. We now use djangorestframework's (drf). We did not prior to this due to some package version issue. - As this returns json response in failing authentication though, we convert the response into an swh-deposit one (that code remained in the swh.deposit.auth module)
-
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
-
- Oct 11, 2017
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Oct 10, 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
-
- Oct 09, 2017
-
-
Antoine R. Dumont authored
The actual dependency to the current code does not depend on the latest yet.
-
Antoine R. Dumont authored
-
- Oct 06, 2017
-
-
Antoine R. Dumont authored
The retrieval of archives can temporarily build an archive from multiple ones before sending its content to the client. As a result, when retrieving a content, we leave in a temporary location an archive. This temporary archive is referenced in a table deposit_temporary_archive. This adds a service which is in charge to poll regularly and delete old temporary archives.
-
Antoine R. Dumont authored
This possibly aggregates multiple archives into one and stream the result to the client. This is incomplete for now as the possibly temporary archive referenced is left on the server.
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-