https://github.com/SoftwareHeritage/swh-storage

sort by:
Revision Author Date Message Commit Date
91cb9ad Updated backport on stretch-swh from debian/0.0.131-1_swh1 (unstable-swh) 28 March 2019, 16:35:43 UTC
7207332 Merge tag 'debian/0.0.131-1_swh1' into debian/stretch-swh swh-storage Debian release 0.0.131-1~swh1 # Conflicts: # debian/changelog 28 March 2019, 16:35:43 UTC
7d7d09b Updated debian changelog for version 0.0.131 28 March 2019, 16:34:07 UTC
9a6ee61 Updated version 0.0.131 from 'debian/upstream/0.0.131' with Debian dir 778396f6fb604809a98537584793b3eda9e8e2ad 28 March 2019, 16:34:06 UTC
6005edc New upstream version 0.0.131 28 March 2019, 16:34:06 UTC
742dd4f Split Storage.snapshot_add (add the snapshot + update the origin_visit) `snapshot_add(origin, visit, snap)` becomes `snapshot_add(origin)` + `origin_visit_update(origin, visit, snapshot_id=snap['id'])` 28 March 2019, 15:01:49 UTC
3457207 Add a new argument snapshot_id to origin_visit_update, and make all its arguments optional. 28 March 2019, 12:27:33 UTC
246855c Add a new JournalWriter interface, which is notified by swh-storage before writing to pgsql. 28 March 2019, 10:42:27 UTC
f734c4e api.server: Remove unneeded stats.increment call as this is already done further down the stack 28 March 2019, 08:58:54 UTC
3c2dfc0 swh.storage.api.server: Add metrics to storage endpoints 27 March 2019, 19:24:56 UTC
3a7f8a9 Add @timed decorator around all api.server endpoints 26 March 2019, 17:49:33 UTC
c47f92a storage: Add a timed decoration to count calls and time it 26 March 2019, 14:19:43 UTC
aaab31c Mark the node id columns as not null for directory, revision and snapshot This is an oversight from the migration to split indexes. 25 March 2019, 15:31:28 UTC
4ed7d0a API: refactor the /directory/ls endpoint use the generic POST based implementation. 18 March 2019, 15:58:11 UTC
97981b2 API: simplify a bit the RemoteStorage class set the exception class as class attribute wich allows to get rid of the __init__ overloading. 18 March 2019, 15:57:14 UTC
1639b60 Updated backport on stretch-swh from debian/0.0.130-1_swh1 (unstable-swh) 13 March 2019, 14:02:37 UTC
6e11383 Merge tag 'debian/0.0.130-1_swh1' into debian/stretch-swh swh-storage Debian release 0.0.130-1~swh1 # Conflicts: # debian/changelog 13 March 2019, 14:02:36 UTC
ff2b5ad Updated debian changelog for version 0.0.130 13 March 2019, 14:01:04 UTC
52b1e47 Updated version 0.0.130 from 'debian/upstream/0.0.130' with Debian dir 164ae46dbb733cdde6b9b4938ff4eb9fe23f29f4 13 March 2019, 14:01:04 UTC
ca72d0d New upstream version 0.0.130 13 March 2019, 14:01:03 UTC
8bbbf9f Add an helper function to list all origins in the storage. 11 March 2019, 13:20:52 UTC
432c27a Updated backport on stretch-swh from debian/0.0.129-1_swh1 (unstable-swh) 01 March 2019, 10:12:49 UTC
ba3bf8e Merge tag 'debian/0.0.129-1_swh1' into debian/stretch-swh swh-storage Debian release 0.0.129-1~swh1 # Conflicts: # debian/changelog 01 March 2019, 10:12:48 UTC
9fcaa6b Updated debian changelog for version 0.0.129 01 March 2019, 10:11:29 UTC
13ed7e6 Updated version 0.0.129 from 'debian/upstream/0.0.129' with Debian dir 81a8bec47c8661c94c56432f365f63b8ce75d83f 01 March 2019, 10:11:28 UTC
645566b New upstream version 0.0.129 01 March 2019, 10:11:27 UTC
c533d6e Double the timeout of revision_get. Metadata indexers often hit the limit. 27 February 2019, 09:42:29 UTC
c1cc039 Updated backport on stretch-swh from debian/0.0.128-1_swh1 (unstable-swh) 21 February 2019, 14:08:48 UTC
01ea2a6 Merge tag 'debian/0.0.128-1_swh1' into debian/stretch-swh swh-storage Debian release 0.0.128-1~swh1 # Conflicts: # debian/changelog 21 February 2019, 14:08:47 UTC
68b3c38 Updated debian changelog for version 0.0.128 21 February 2019, 14:07:23 UTC
c5bb74e Updated version 0.0.128 from 'debian/upstream/0.0.128' with Debian dir c2349daa2322dcbfd0df0504b58bea47adbc3cc2 21 February 2019, 14:07:23 UTC
f9cd4a7 New upstream version 0.0.128 21 February 2019, 14:07:22 UTC
a1b8387 api.server: Fix wrong exception type 21 February 2019, 13:59:02 UTC
deafeec Updated backport on stretch-swh from debian/0.0.127-1_swh1 (unstable-swh) 21 February 2019, 13:01:12 UTC
a55aa57 Merge tag 'debian/0.0.127-1_swh1' into debian/stretch-swh swh-storage Debian release 0.0.127-1~swh1 # Conflicts: # debian/changelog 21 February 2019, 13:01:11 UTC
cbc5b53 Updated debian changelog for version 0.0.127 21 February 2019, 12:59:48 UTC
332da1b New upstream version 0.0.127 21 February 2019, 12:59:47 UTC
9d4d775 Updated version 0.0.127 from 'debian/upstream/0.0.127' with Debian dir a15fccf8ca4b20cd4817e969e1e2958d5303c4f6 21 February 2019, 12:59:47 UTC
b4f2042 storage.cli: Fix cli entry point name to the expected name (setup.py) 21 February 2019, 12:43:53 UTC
95b0b42 api.server: Use the right Exception for the job 21 February 2019, 12:28:51 UTC
247ab97 test_server: Refactor and fix issue for pytest on python3.5 Prior to this commit, the build failed with: TypeError: argument should be string, bytes or integer, not LocalPath 21 February 2019, 12:23:36 UTC
934edd6 Updated backport on stretch-swh from debian/0.0.126-1_swh1 (unstable-swh) 21 February 2019, 11:26:14 UTC
d6ec8a4 Merge tag 'debian/0.0.126-1_swh1' into debian/stretch-swh swh-storage Debian release 0.0.126-1~swh1 # Conflicts: # debian/changelog 21 February 2019, 11:26:14 UTC
37b5b73 Updated debian changelog for version 0.0.126 21 February 2019, 11:24:53 UTC
07c7cc8 Updated version 0.0.126 from 'debian/upstream/0.0.126' with Debian dir 1230ed3dec811319daad9aaa4450e6fa8da7cf8f 21 February 2019, 11:24:52 UTC
feb0fb4 New upstream version 0.0.126 21 February 2019, 11:24:52 UTC
a2db5ef api.server: Remove unused import 21 February 2019, 11:21:42 UTC
b38ecc0 swh.storage.cli: Migrate the api server startup in swh.storage.cli 21 February 2019, 11:21:11 UTC
2d500d1 api.wsgi: Open wsgi entrypoint and check config at startup time Related T1533 21 February 2019, 11:21:10 UTC
750e292 api.server: Remove implicit config from Also: - add tests to the loading checks - rename run_from_webserver to make_app_from_configfile Related T1533 21 February 2019, 11:21:10 UTC
2696b47 api.server: Make the api server load and check its configuration Related T1533 21 February 2019, 11:21:10 UTC
006d102 Double the timeout of snapshot_get_latest. Metadata indexers often hit the limit. 21 February 2019, 09:18:50 UTC
0b10c28 Remove debian packaging from master branch Related T1532 19 February 2019, 11:05:46 UTC
152cb52 Move origin_get_range's right after origin_get. 15 February 2019, 14:10:09 UTC
2f777ab Updated backport on stretch-swh from debian/0.0.125-1_swh1 (unstable-swh) 14 February 2019, 16:59:00 UTC
9318fb9 Merge tag 'debian/0.0.125-1_swh1' into debian/stretch-swh swh-storage Debian release 0.0.125-1~swh1 # Conflicts: # debian/changelog 14 February 2019, 16:58:59 UTC
3af6913 Updated debian changelog for version 0.0.125 14 February 2019, 16:57:01 UTC
d4f7843 Updated version 0.0.125 from 'debian/upstream/0.0.125' with Debian dir d8e11b362c8958fbe1f4cff19ad66767ad9b50c2 14 February 2019, 16:57:01 UTC
fe81213 New upstream version 0.0.125 14 February 2019, 16:57:00 UTC
f88343a Updated backport on stretch-swh from debian/0.0.124-1_swh3 (unstable-swh) 14 February 2019, 16:53:25 UTC
ee5627d Merge tag 'debian/0.0.124-1_swh3' into debian/stretch-swh swh-storage Debian release 0.0.124-1~swh3 # gpg: Signature made Thu Feb 14 16:51:56 2019 UTC # gpg: using RSA key BF00203D741AC9D546A8BE0752E2E9840D10C3B8 # gpg: Can't check signature: No public key # Conflicts: # debian/changelog 14 February 2019, 16:53:24 UTC
c29c1c8 d/changelog: Fix distribution 14 February 2019, 16:51:37 UTC
2e3e1c8 d/changelog: New release with dependency fix 14 February 2019, 08:28:12 UTC
bb36cf4 d/control: Bump dependency to latest swh-core Since the db initialization moved there. 14 February 2019, 08:25:39 UTC
a94451a api/server: Do not read configuration at each request 13 February 2019, 22:55:12 UTC
25ee7ee Updated backport on stretch-swh from debian/0.0.124-1_swh1 (unstable-swh) 12 February 2019, 13:47:32 UTC
4c506b8 Merge tag 'debian/0.0.124-1_swh1' into debian/stretch-swh swh-storage Debian release 0.0.124-1~swh1 # Conflicts: # debian/changelog 12 February 2019, 13:47:31 UTC
bc84065 Updated debian changelog for version 0.0.124 12 February 2019, 13:46:08 UTC
ad52602 Updated version 0.0.124 from 'debian/upstream/0.0.124' with Debian dir 4a6cb4bc520a5b8dddde907c762916680f30fecc 12 February 2019, 13:46:08 UTC
0a15d2b New upstream version 0.0.124 12 February 2019, 13:46:07 UTC
e2c4d38 storage: Add origin_count method Related T1463 12 February 2019, 13:25:54 UTC
1efbe5c Fix test to work with the latest version of swh.core. 12 February 2019, 13:14:14 UTC
bafc3b8 Updated backport on stretch-swh from debian/0.0.123-1_swh1 (unstable-swh) 08 February 2019, 14:15:38 UTC
0374454 Merge tag 'debian/0.0.123-1_swh1' into debian/stretch-swh swh-storage Debian release 0.0.123-1~swh1 # Conflicts: # debian/changelog 08 February 2019, 14:15:37 UTC
07e6697 Updated debian changelog for version 0.0.123 08 February 2019, 14:14:18 UTC
53b3b6a New upstream version 0.0.123 08 February 2019, 14:14:17 UTC
e40a621 Updated version 0.0.123 from 'debian/upstream/0.0.123' with Debian dir eac2e0c5046ba50f4a52f416a84138989ffe6035 08 February 2019, 14:14:17 UTC
e59eb38 Make Storage.origin_get support a list of origins, like other Storage.*_get methods. Backward compatibility is preserved. 07 February 2019, 14:38:01 UTC
eeecf6f Stop using _to_bytes functions. 01 February 2019, 14:02:21 UTC
8cb3ca2 Use the BaseDb (and friends) from swh-core since it has migrated there. 28 January 2019, 16:31:19 UTC
bf35ebe Updated backport on stretch-swh from debian/0.0.122-1_swh1 (unstable-swh) 28 January 2019, 11:04:08 UTC
ac88ade Merge tag 'debian/0.0.122-1_swh1' into debian/stretch-swh swh-storage Debian release 0.0.122-1~swh1 # Conflicts: # debian/changelog 28 January 2019, 11:04:08 UTC
b3ae4ab Updated debian changelog for version 0.0.122 28 January 2019, 11:02:45 UTC
41a2598 Updated version 0.0.122 from 'debian/upstream/0.0.122' with Debian dir 399a33d2e06b2b76d534628dda42615be7bc8d6f 28 January 2019, 11:02:45 UTC
e81def3 New upstream version 0.0.122 28 January 2019, 11:02:44 UTC
c38c8b7 Updated debian changelog for version 0.0.121 28 January 2019, 10:36:40 UTC
0e889a6 Updated version 0.0.121 from 'debian/upstream/0.0.121' with Debian dir d828ab0ec8ed6f119a76be2c2e331666a9d7b1bd 28 January 2019, 10:36:40 UTC
5ba5529 New upstream version 0.0.121 28 January 2019, 10:36:39 UTC
4c49b3f storage.in_memory: Fix unknown revision handling in revision_log method 25 January 2019, 15:37:03 UTC
7137c57 debian/rules: Exclude hypothesis generated data from package 25 January 2019, 15:22:30 UTC
17b13af storage.in_memory: Fix unknown origin handling in origin*_get methods 25 January 2019, 15:15:13 UTC
f308c10 debian/rules: Exclude hypothesis generated data from package 25 January 2019, 13:55:19 UTC
39829be Updated backport on stretch-swh from debian/0.0.120-1_swh1 (unstable-swh) 17 January 2019, 11:14:18 UTC
0d303cb Merge tag 'debian/0.0.120-1_swh1' into debian/stretch-swh swh-storage Debian release 0.0.120-1~swh1 # Conflicts: # debian/changelog 17 January 2019, 11:14:18 UTC
57b40be Updated debian changelog for version 0.0.120 17 January 2019, 11:12:47 UTC
0ddd895 Updated version 0.0.120 from 'debian/upstream/0.0.120' with Debian dir 8a7c1f698a19cb0c1e1c74dd94e4c40b45e2a0aa 17 January 2019, 11:12:47 UTC
ecb8cec New upstream version 0.0.120 17 January 2019, 11:12:46 UTC
76d7838 storage: Add origin_get_range method to list all archived origins Related T1399 17 January 2019, 10:50:39 UTC
69f48be sql/upgrades/129: Add missing trigger for origin visit update event Also no need for a new function notify_changed_origin_visit since the new function does the same as the original one. Related T1466 11 January 2019, 15:19:45 UTC
fa10635 Updated backport on stretch-swh from debian/0.0.119-1_swh1 (unstable-swh) 11 January 2019, 11:03:29 UTC
back to top