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

sort by:
Revision Author Date Message Commit Date
280da76 New upstream version 0.0.74 09 October 2019, 09:35:02 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
59b8202 New upstream version 0.0.73 05 September 2019, 08:19:17 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
4b86d5d New upstream version 0.0.72 19 June 2019, 14:26:43 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
5c14c30 New upstream version 0.0.71 23 May 2019, 09:09:54 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
4eb6221 New upstream version 0.0.70 10 May 2019, 10:33:19 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
981a737 New upstream version 0.0.69 09 May 2019, 08:35:52 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
870b2ea New upstream version 0.0.68 17 April 2019, 13:50:20 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
93a168e Expose optional external id in deposit status endpoint As this is generated, this could be useful for client who wants to deposit further new version 15 April 2019, 13:34:56 UTC
3dd15b4 deposit.cli: Generate uuid as is 15 April 2019, 13:30:29 UTC
5549665 MANIFEST.in: Add missing requirements files to the manifest 13 April 2019, 10:36:29 UTC
45ab510 Address tox/flake8/pep warning about import deprecation warnings 13 April 2019, 10:35:39 UTC
2583b64 model: Migrate appropriately the DepositRequestType change 13 April 2019, 09:14:03 UTC
4ca0bae settings.production: Allow "allowed" hosts list update 13 April 2019, 09:14:03 UTC
3b5582d admin/user/create: If collection not provided, fallback to username as the collection name 13 April 2019, 09:14:03 UTC
647306d deposit.cli: Rename server part to admin This subcommand is really about admin commands 13 April 2019, 09:14:03 UTC
ae5ff69 client: use a global logger 13 April 2019, 09:14:03 UTC
bccb601 cli: kill the unneeded dry-run option 13 April 2019, 09:14:03 UTC
7866eea config: do not overwrite the DJANGO_SETTINGS_MODULE if already defined 13 April 2019, 09:14:03 UTC
130bc96 cli/admin/user: add a user existence check useful e.g. in docker entrypoint.sh. 13 April 2019, 09:14:03 UTC
968d08c cli/admin/user: provide more information at creation namely provider-url and domain. 13 April 2019, 09:14:03 UTC
4639513 model: kill DepositRequestType in favor a simpler Choice in DepositRequest. 13 April 2019, 09:14:03 UTC
f5bfbf5 cli: fix service document parsing to retrieve collection 13 April 2019, 09:14:03 UTC
0dfada3 cli: split the cli.py module in a package with submodules with the deposit (client) part in swh/deposit/cli/deposit.py and the server admin part in swh/deposit/cli/server.py. This later being optional (import statement can fail). 13 April 2019, 09:14:03 UTC
0e2c0ef setup: extract server specific requirements in a dedicated 'server' extra 13 April 2019, 09:14:03 UTC
3a070ff Update coverage gitignore 12 April 2019, 10:03:08 UTC
e024f30 deposit.cli: Rename client subcommand to deposit 14 March 2019, 16:51:12 UTC
cba05aa swh.deposit.cli: Migrate client command as main cli subcommand 12 March 2019, 20:49:44 UTC
64e7901 deposit.cli: Allow to use --config-file to pass extra config file This is mostly for use in production. 12 March 2019, 16:24:24 UTC
0545d93 swh.manage: Migrate manage to swh/deposit subfolder 24 February 2019, 18:08:40 UTC
57f54dc settings.production: Improve error message when missing information 24 February 2019, 09:01:59 UTC
62af09b dev-info: Update according to latest configuration change Related D1161 Related T1533 24 February 2019, 08:40:06 UTC
992f64c docs/sys-info: Update user creation routine documentation 24 February 2019, 08:37:56 UTC
515aede swh.deposit.cli: Document a tad further entrypoints 24 February 2019, 08:36:38 UTC
09dbcca swh-deposit user create: Create user's collection if need be 24 February 2019, 08:35:54 UTC
2e932c4 swh.deposit.cli: Add list subcommands (user, collection) 24 February 2019, 08:35:42 UTC
77a36c4 swh.deposit.cli: Use simple click.echo call 24 February 2019, 07:59:06 UTC
3ec8840 swh.deposit.cli: Add collection subtask 24 February 2019, 07:58:16 UTC
92ebfa6 setup.py: Expose the 2 cli entrypoints and avoid the clash names 24 February 2019, 07:23:33 UTC
ce40f37 swh.deposit.cli: Transform create_user into a main cli 24 February 2019, 07:23:17 UTC
45937d5 New upstream version 0.0.67 20 February 2019, 16:45:22 UTC
822ab1d settings.production: Remove useless comment 20 February 2019, 16:35:01 UTC
d78aa00 settings.prod: Use SWH_CONFIG_FILENAME to load & check swh config And check production configuration file is ok. Fail if not. Related T1533 20 February 2019, 15:24:07 UTC
63f699e requirements-swh.txt: Update minimal version required for loader-tar 19 February 2019, 13:28:16 UTC
7b06750 Remove debian packaging from master branch Related T1532 19 February 2019, 11:17:26 UTC
back to top