sort by:
Revision Author Date Message Commit Date
0eb902b New upstream version 0.0.62 12 September 2018, 13:58:21 UTC
79c8696 private.deposit_list: Make the endpoint private Related T1169 12 September 2018, 13:57:44 UTC
02fd1ef New upstream version 0.0.61 12 September 2018, 12:44:58 UTC
c0ebcaa Add api endpoint to list deposits with pagination Related T1169 12 September 2018, 12:41:51 UTC
a0b24b2 tests.api: Simplify response data read 12 September 2018, 12:36:36 UTC
d0c3099 New upstream version 0.0.60 04 September 2018, 16:30:01 UTC
fc4a329 api.deposit_status: Factorize behavior 04 September 2018, 16:29:12 UTC
aeeab63 api/deposit_status: Fix unexpected type error Ids can be other types than string, join will not work on those. This commit fixes it. 04 September 2018, 13:31:15 UTC
a90ba7e setup.py: Add test dependencies declaration This does the dependencies declaration the same way the python3-swh.lister package does it. 30 August 2018, 08:57:50 UTC
df8ade1 docs: minor language modifications 28 August 2018, 13:04:54 UTC
6021cfc New upstream version 0.0.59 24 July 2018, 12:15:55 UTC
19ca52e deposit.utils: Fix the potential metadata information loss Close T1154 24 July 2018, 12:10:14 UTC
a70a2ad deposit.utils: Capture the wrong merge behavior in a test to fix Related T1154 24 July 2018, 10:23:18 UTC
6fd67e8 private/deposit_read: Use list comprehension to simplify reading 24 July 2018, 10:23:18 UTC
285a8ab Update sparse/metadata deposit specs 23 July 2018, 14:25:24 UTC
9124206 Update sparse-deposit and metadata-deposit specs 23 July 2018, 14:25:24 UTC
5f99d69 docs: update example meta-deposit 23 July 2018, 14:25:24 UTC
b822bfb docs: Add swh xml schema for sparse and meta deposits 23 July 2018, 14:25:24 UTC
f96c11c docs: Update specs for the sparse-deposit and meta-deposit 23 July 2018, 14:25:24 UTC
7801772 docs: Update documentation about persistent id with context Related T1152 23 July 2018, 13:53:17 UTC
829627d New upstream version 0.0.58 23 July 2018, 12:31:46 UTC
f264ef1 d/control: Bump to latest dependency 23 July 2018, 12:31:13 UTC
116fcec New upstream version 0.0.57 23 July 2018, 11:43:23 UTC
2c4c484 deposit/loader: Add missing origin_url transmission step 23 July 2018, 11:26:29 UTC
393fdce swh.deposit.client: Simplify client parsing This unifies the way we parse xml server side and client side. Related D396#inline-1961 20 July 2018, 14:07:02 UTC
b583238 api/deposit_status: Make swh-id be a directory id derivative Add the synthetic revision id as ancillary information Related T1152 20 July 2018, 13:29:24 UTC
17f4711 swh.deposit.models: Keep deposit request's raw metadata Close T1153 19 July 2018, 15:34:35 UTC
8b5f539 test_deposit_read_metadata: cosmetic: Fix missing space 19 July 2018, 12:24:49 UTC
1e0c67b bin: Migrate internal script to use the deposit client 17 July 2018, 14:05:52 UTC
f1c0cfa New upstream version 0.0.56 17 July 2018, 11:27:35 UTC
6367c2e deposit_check: Clarify docstring 17 July 2018, 10:31:53 UTC
d475ce2 test_deposit_check: Add more tests around invalid archive scenario 17 July 2018, 10:23:05 UTC
867e24a private/deposit_check: Regroup error message together 16 July 2018, 14:39:48 UTC
23850ff test_deposit_check: Add missing test case (missing archive) 16 July 2018, 14:39:48 UTC
5ad0e51 docs: Update deposit with status rejected documentation Related T1123 16 July 2018, 13:50:27 UTC
e5b9164 swh.deposit.models: Reuse status variable 16 July 2018, 08:58:48 UTC
490e188 deposit_status: Update the deposit status endpoint As possibly multiple associated archive(s) check(s) can happen now. Related T1123 14 July 2018, 09:03:40 UTC
f29e3f4 deposit_check: Add test around deposit with 1 archive rejection Related T1123 13 July 2018, 15:57:04 UTC
fd3d908 deposit_check: Reject deposit containing a single archive Related T1123 13 July 2018, 14:15:03 UTC
9b4eb1e api.private: Refactor common behavior for reading metadata 13 July 2018, 12:01:34 UTC
9dc5dd8 api.private: Refactor common behavior for reading deposit requests 13 July 2018, 11:50:53 UTC
8b1d190 deposit.tests: Do not override external identifier in metadata 13 July 2018, 11:49:47 UTC
9b74e4e New upstream version 0.0.55 11 July 2018, 10:06:10 UTC
6317a5a deposit_check: Fix url_fields beeing too wildly populated We were adding all tested fields tested while we wanted only to keep the ones matching 'url'. Related T1010 10 July 2018, 15:49:00 UTC
2c5b177 api.status: Open detail status on rejected deposit for client So far, the status detail was generic. In case of rejected deposit, we now provide the detailed explanation of the failed checks. Related T1010 10 July 2018, 15:49:00 UTC
838ce7e deposit_check: Fix missing space in summary Related T1010 10 July 2018, 08:40:48 UTC
333c5d7 test_deposit_check: Remove dead code 10 July 2018, 08:39:00 UTC
f1ef78c New upstream version 0.0.54 10 July 2018, 08:23:35 UTC
95a7aaa deposit_check: Improve details in failing checks Close T1010 09 July 2018, 16:11:50 UTC
8582edf New upstream version 0.0.53 06 July 2018, 14:26:08 UTC
aeaab02 swh.deposit.parsers: Simplify current xml parsing 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 06 July 2018, 10:32:48 UTC
e989e3b swh.deposit.parsers: Update docstring 06 July 2018, 10:32:48 UTC
d9870db swh.deposit.parsers: Do not lose information during parsing Related T1131 06 July 2018, 10:32:44 UTC
9e1943d swh.deposit.tests: Make sure failing tests are complete As in making sure they are checking the right failures. Related T1010#20870 03 July 2018, 09:29:52 UTC
1739058 deposit_update: Fix check error during update with wrong mimetype Multiple things went wrong, which explains the issue in production: - the internal representation is expected to be a tuple for the post (not an HttpResponse instance) - the tests were failing on the expected bad status for the wrong reason (bad deposit status was used, 'ready' instead of 'partial', an update can only take place on 'partial' deposit) - the tests were differents but tested the same endpoint either way (only put was called) Related P279 Related T1010#20869 Related T1010#20870 02 July 2018, 14:25:06 UTC
b9a0b5c deposit_read: Persistent identifier representation has changed 29 June 2018, 09:55:45 UTC
413a432 New upstream version 0.0.52 03 May 2018, 13:16:30 UTC
7e535ab Make the deposit's scheduler configuration adjustable Related T1034 03 May 2018, 13:10:45 UTC
1fd184f settings.development: Do not disable existing loggers as it silents Sphinx output 16 March 2018, 15:31:35 UTC
9dea731 New upstream version 0.0.51 07 March 2018, 10:07:10 UTC
735b248 deposit/loader: Let the default date (now) be set in core 07 March 2018, 09:52:55 UTC
5572e3f deposit/loader: Simplify and move to prepare_origin_visit method 07 March 2018, 09:43:29 UTC
5526f83 d/*: Bump dependency to latest ones 06 March 2018, 15:07:15 UTC
d01bc06 deposit/loader: Add prepare_origin method implementation 06 March 2018, 15:07:12 UTC
5be1ca7 New upstream version 0.0.50 12 February 2018, 10:21:03 UTC
cd80d1c d/control: Bump requirements up for new swh.loader.tar Related T565 12 February 2018, 10:20:35 UTC
723ae72 New upstream version 0.0.49 06 February 2018, 13:48:53 UTC
15704b5 Bump requirements up for new swh.loader.core 06 February 2018, 13:48:19 UTC
9f34f3a tests: Add noqa for assertXyzOk methods 06 February 2018, 13:47:58 UTC
7e953f6 swh.deposit.loader: Replace occurrences with snapshot Related T565 02 February 2018, 08:13:02 UTC
d75c3b7 New upstream version 0.0.48 02 February 2018, 07:37:39 UTC
e79c30a swh.deposit.api.private: Fix revision message missing client name 01 February 2018, 16:55:23 UTC
f79c0e5 docs: simplify endpoints and delete all sword text 01 February 2018, 15:43:26 UTC
eeb1203 New upstream version 0.0.47 30 January 2018, 18:03:49 UTC
43dcea8 swh.loader: Be consistent in returning loader result in task 30 January 2018, 18:03:41 UTC
75416d6 New upstream version 0.0.46 30 January 2018, 11:19:09 UTC
6620254 swh.deposit.client: Explicit private api client 30 January 2018, 11:18:23 UTC
3fc9ef9 swh.deposit.client.cli: Fix flag compatibility issue 30 January 2018, 10:59:59 UTC
63b7905 New upstream version 0.0.45 29 January 2018, 17:09:29 UTC
188c002 swh.deposit.api: Simplify collection name retrieval 29 January 2018, 17:09:03 UTC
21ebf33 New upstream version 0.0.44 29 January 2018, 16:41:12 UTC
6520c50 swh.deposit.client.cli: Strip error message if any 29 January 2018, 16:40:05 UTC
1bd241a swh.deposit.client.cli: Fix default deposit server as swh's 29 January 2018, 16:36:41 UTC
fbed974 swh.deposit.client.cli: Be consistent in returned error messages Related T882 29 January 2018, 15:14:11 UTC
91acb79 docs: Update getting-started 29 January 2018, 14:00:24 UTC
0096813 swh.deposit.client: Check deposit status before trying to update it 29 January 2018, 13:41:47 UTC
48e883b swh.deposit.client: Remove noqa comment 29 January 2018, 12:41:47 UTC
2578636 swh.deposit.client: Fix corner cases on cli 29 January 2018, 12:39:28 UTC
2e704b5 docs: Fix typo 29 January 2018, 12:26:33 UTC
22f3dcc swh.deposit.api.deposit_status: Add swh_id key to None by default 29 January 2018, 12:25:39 UTC
a4f107f swh.deposit.client: Simplify method readability 29 January 2018, 12:25:15 UTC
54076a8 swh.deposit.client: When update is success, return deposit's status Related T882 29 January 2018, 11:14:57 UTC
ae64a65 swh.deposit.client: Refactor add/update deposit client endpoints 29 January 2018, 10:39:50 UTC
0e010c8 swh.deposit.client: Refactor status endpoint 29 January 2018, 09:42:19 UTC
5d00d90 swh.deposit.client: Refactor service document endpoint 29 January 2018, 09:41:35 UTC
1484377 swh.deposit.client: Return the deposit's date as well Related T882 26 January 2018, 17:08:28 UTC
fae28f0 docs: add json responses and changed hacking and deployment titles 26 January 2018, 15:56:02 UTC
1ee8d1e swh.deposit.client.cli: Rename --binary-deposit to --archive-deposit 26 January 2018, 15:33:51 UTC
69ca104 swh.deposit.client.cli: Fix edge case on status 26 January 2018, 14:32:07 UTC
fdd4b35 swh.deposit.client.cli: Open deposit status read Related T882 26 January 2018, 14:10:44 UTC
back to top