https://forge.softwareheritage.org/source/swh-deposit.git

sort by:
Revision Author Date Message Commit Date
b646d12 Fix migration scripts for 80 column lines so pre-commit is happy. 21 November 2019, 16:53:53 UTC
3aeae79 Add a pre-commit config file 21 November 2019, 16:53:09 UTC
399b0d7 Migrate tox.ini to extras = xxx instead of deps = .[testing] 21 November 2019, 10:55:12 UTC
3c1930d Merge tox environment configuration 21 November 2019, 10:54:38 UTC
cbf523d Remove pytest<4 version constraint 21 November 2019, 10:52:58 UTC
b2ee4e9 Include all requirements in MANIFEST.in 20 November 2019, 18:56:38 UTC
45a982d Makefile.local: port to new swh-environment typecheck naming 07 November 2019, 12:42:49 UTC
39d1241 mypy: properly type get/put methods, as well deposit_requests_types dict 07 November 2019, 08:30:38 UTC
dd06930 tox.ini: pass DJANGO_SETTINGS_MODULE to mypy environment hat tip to @anlambert for the tip 07 November 2019, 08:24:27 UTC
17b3ee4 mypy: ignore psycopg2 01 November 2019, 14:35:49 UTC
4bb1de4 Makefile.local: sync typecheck target with global Makefile.python 01 November 2019, 14:35:26 UTC
00440eb requirements-test.txt: add back deps from master 01 November 2019, 10:56:51 UTC
34153ef tox: add mypy environment 01 November 2019, 10:55:36 UTC
422b92f init.py: switch to documented way of extending path make mypy 0.730 pass cleanly again 01 November 2019, 10:55:36 UTC
0b3d526 typing: convert leftover variable annotation to comments 01 November 2019, 10:55:36 UTC
fd8db57 typing: minimal changes to make a no-op mypy run pass 01 November 2019, 10:55:36 UTC
eb60bf5 Revert "deposit.signals: Scheduler load-deposit task with new endpoints" This reverts commit 12e3966b168e7be7b19aeb8c0a8d664667c81b3d. 30 October 2019, 14:08:05 UTC
9b65a13 swh.deposit.tests: Drop dead code 21 October 2019, 13:23:56 UTC
7f3c655 tests.loader: Migrate to pytest 21 October 2019, 13:23:56 UTC
d5a394a tests.checker: Migrate to pytest 21 October 2019, 13:23:56 UTC
89a466e tests.loader: Migrate test_client to pytest 21 October 2019, 13:23:56 UTC
44f5906 tox.ini: Update tox.ini requirements 21 October 2019, 13:23:56 UTC
1ad0bf5 tests_deposit_private_read_metadata: Migrate to pytest 20 October 2019, 22:59:36 UTC
771ffae tests_deposit_private_read_archive: Migrate to pytest 20 October 2019, 18:10:13 UTC
29b30d4 tests_deposit_private_update_status: Migrate to pytest 20 October 2019, 17:33:55 UTC
8d49c14 tests_deposit_private_check: Migrate to pytest 20 October 2019, 17:33:48 UTC
2de3ee3 test_deposit_update: Migrate to pytest 20 October 2019, 15:31:19 UTC
dd68e9a test_deposit: Migrate to pytest Also add more tests on the deposit parent build scenario. 20 October 2019, 13:54:29 UTC
370f00c test_deposit_multipart: Migrate to pytest 20 October 2019, 12:08:07 UTC
19e290f test_deposit_delete: Migrate to pytest 20 October 2019, 09:56:21 UTC
486f155 test_deposit_binary: Migrate to pytest 20 October 2019, 09:56:11 UTC
981d1fa test_deposit_atom: Migrate to pytest 20 October 2019, 08:23:15 UTC
6b5dbdb test_deposit_list: Migrate to pytest 20 October 2019, 08:23:08 UTC
ddd9b4f test_deposit_status: Migrate to pytest 20 October 2019, 06:18:44 UTC
9adb050 tests: Fix pep8 violations 19 October 2019, 17:46:07 UTC
d491b64 test.api.service_document: Migrate to pytest tests 19 October 2019, 17:45:30 UTC
9b9e9c7 test.loader.conftest: Add missing headers 19 October 2019, 17:45:30 UTC
e252566 pytest.ini: Add markers to remove pytest warnings 19 October 2019, 17:45:30 UTC
680b062 test_parser: Migrate to pytest tests 19 October 2019, 17:45:30 UTC
dc36c99 Start migrate tests to pytest-django That also fix the pytest tests run 19 October 2019, 17:45:29 UTC
a1d7932 tests_utils: Migrate to pytest tests 19 October 2019, 14:25:30 UTC
6ff940c tests_converters: Migrate to pytest 19 October 2019, 14:25:17 UTC
2c31d21 Use @shared_task decorator instead of binding to specific celery app 19 October 2019, 14:16:26 UTC
5dfbeac Remove indirection swh.deposit.wsgi to start server Related f147893 Related D2109 10 October 2019, 08:25:49 UTC
12e3966 deposit.signals: Scheduler load-deposit task with new endpoints Related T2024 04 October 2019, 16:01:17 UTC
86bc253 tests: Explicit private tests in their names 04 October 2019, 14:12:41 UTC
b762b98 deposit.private.api: Expose new endpoints with no collection name This is not used. Related T2024 04 October 2019, 14:12:32 UTC
2499370 models: add migration to on_delete=protect 25 September 2019, 09:07:29 UTC
260de31 models: add required on_delete kwarg to ForeignKey courtesy of mypy 24 September 2019, 09:02:43 UTC
8f39669 admin CLI: avoid redefining deposit name in admin subcommand 19 September 2019, 13:59:44 UTC
11f8bbb click "required" param wants bool, not int courtesy of mypy 17 September 2019, 06:55:48 UTC
cae84fc fix typos in docstrings and docs courtesy of codespell 16 September 2019, 15:19:12 UTC
c40f076 setup: register the worker task in the swh.workers entrypoint 05 September 2019, 07:51:30 UTC
e2ef7bc Add missing visit_type attribute. Required in swh-core >= v0.0.45. 04 September 2019, 09:55:08 UTC
7d65587 cli/client: Simplify url definition to use Prior to this commit, we'd need to add the url with the /1 suffix. This now automatically add it. This avoids confusing errors when not provided. This also adds some unit tests to the cli. 30 August 2019, 13:56:06 UTC
a88617a cli/admin: Add the default domain value to empty Same as provider url 30 August 2019, 09:10:53 UTC
b8c0d2d doc/sys-info: Clarify commands 30 August 2019, 09:10:39 UTC
100e904 deposit_data: Remove no longer used DepositRequestType references 30 August 2019, 09:10:15 UTC
5bb3e21 add code of conduct document 11 July 2019, 14:30:25 UTC
13c8651 Merge branch 'docs' 11 July 2019, 14:03:07 UTC
7582336 Added release artifact in loading specification Release artifact is now specified for a deposit with a review of the loading specification Added diagram about the deposit status Fixes on test scenaris as well 11 July 2019, 13:56:35 UTC
4c43247 Revert "Reformat docstrings for max line length" This reverts commit 216d0f74d8c3eeebb5d37f4d7f02130771caf7c6. 28 June 2019, 13:02:31 UTC
48b3035 CONTRIBUTORS: add Ishan Bhanuka 28 June 2019, 07:42:00 UTC
216d0f7 Reformat docstrings for max line length 27 June 2019, 04:08:00 UTC
3f34909 Update loading specification review place technical details in a new spec document review text and update to current state 19 June 2019, 14:33:38 UTC
ce2ed8b Added test scenarios with HAL 19 June 2019, 13:13:05 UTC
e03e819 Remove argument origin_id from call to Loader.send_origin_metadata. It no longer needs that argument. 18 June 2019, 15:15:53 UTC
c1e6ffa signals: Update scheduler task names to new ones Related T1508 21 May 2019, 11:30:46 UTC
897ddc1 tox: workaround to pip's inability to properly solve dependency resolution Without this, some dependencies from swh.core[http] are not installed (because swh.core, without extras, is installed first from requirements-swh.txt). Probably similar to this issue https://github.com/pypa/pip/issues/6506 20 May 2019, 13:31:23 UTC
8a5696f cli.client: Let click check for filepath existence 10 May 2019, 09:46:17 UTC
a4c3f01 cli.client: Align and improve error messages 10 May 2019, 09:46:16 UTC
0124b93 docs/getting-started: Update according to latest changes Related T1650 Related T1648 10 May 2019, 09:45:20 UTC
a6bbefc docs/metadata: Change url & external-id from mandatory to optional Related T1648 10 May 2019, 09:45:20 UTC
f6ffddb deposit.cli.client: Update docstrings 10 May 2019, 09:45:20 UTC
41fb994 cli.client: Loosen checks on metadata This is in compliance to the documentation and the existing behavior. Those checks can be reinstated further down the line. Related T1650 10 May 2019, 09:45:09 UTC
7351df1 deposit.cli: Expose a new `swh deposit status` subcommand 10 May 2019, 09:43:55 UTC
9dc59a5 deposit.client: Make sure the error is propagated to client 10 May 2019, 08:45:27 UTC
696da64 deposit.cli: Fix cli no longer displaying result 10 May 2019, 08:45:26 UTC
f2f7ee2 docs/sys-info: Update the documentation about deposit rescheduling 09 May 2019, 08:22:37 UTC
98b982a docs/sys-info: Update the admin command 09 May 2019, 08:18:10 UTC
8daf33b cli.admin: Fix help message typo 07 May 2019, 14:24:37 UTC
5155e72 cli.admin: Add an admin subcommand 'deposit reschedule' ``` swh deposit admin deposit reschedule --help ``` This commands is for admin use since it needs writable access 07 May 2019, 14:24:37 UTC
c41a20c models: Keep scheduler task ids reference on deposit model Related T1703 07 May 2019, 14:13:47 UTC
02a2e91 docs: update the getting-started document to use 'swh deposit upload' command 06 May 2019, 13:33:12 UTC
f5624c8 cli: rename the 'deposit' subcommand as 'upload' to prevent the ugly 'swh deposit deposit' in favor of: swh deposit upload 06 May 2019, 13:29:30 UTC
c0b1d54 cli: make the deposit cli command a subcommand of the main 'swh' one 'swh' being the new master command group (defined in swh.core); so: swh deposit --help works. The 'admin' (deposit server management) is only available if the swh.deposit[server] optional package is installed. Ensure the 'swh-deposit' still works for now. 06 May 2019, 13:29:30 UTC
bf2fb86 cli: rename cli/deposit.py as cli/client.py to prevent a name clash in the swh.deposit.cli namespace. 19 April 2019, 12:12:48 UTC
d075c56 Remove unnecessary leftover check on no longer existing url fields Related D1421 Related T1648 17 April 2019, 13:27:05 UTC
708beba cli.deposit: Add mandatory flags to generate the metadata xml Related T1650 17 April 2019, 13:27:05 UTC
3b19233 tests: Reformat some deposit tests 17 April 2019, 12:21:51 UTC
793b0d1 deposit: Wrongly formatted xml should return a 400 bad request Both for multipart deposit and only-metadata (atom) deposit. This is a new kind of badly formatted which ended up in 500 internal error (server side). Related T1638 17 April 2019, 12:18:18 UTC
45aeec4 utils: Enforce necessary setup for deposit and associated client Related T1648 17 April 2019, 09:45:42 UTC
56e9037 check: Remove url and external_identifier from mandatory fields Related T1648 17 April 2019, 08:59:46 UTC
3bff42e deposit_read: Compute origin-url from the deposit's setup We no longer read the metadata for that information Related T1648 17 April 2019, 08:59:46 UTC
a7a7170 utils: Make parsing date result in a reasonable date 16 April 2019, 17:25:32 UTC
c183276 Refactor: Extract date utils manipulation function into utils module 16 April 2019, 13:11:19 UTC
00a8abd tests: Factorize metadata xml duplication to explicit tested date 16 April 2019, 12:49:37 UTC
0138edc deposit_read: Refactor to clarify intents and docstring 16 April 2019, 12:38:18 UTC
37b4871 loader: Use metadata date as author/committer date if provided Related T1637 16 April 2019, 11:45:39 UTC
76b3ff6 deposit_status: Simplify the deposit status computation 15 April 2019, 16:49:23 UTC
back to top