swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937

sort by:
Revision Author Date Message Commit Date
bc0d1d9 Deal nicely with communication downtime between clients and storage Related T269 20 January 2016, 15:02:34 UTC
957a780 Wrap miscellaneous psycopg2 failures for client in StorageBackendError Miscellaneous failures: - connect to backend into swh.storage.exc.BackendNotAvailableError - erroneous queries - ... 20 January 2016, 14:29:00 UTC
58903e5 Open occurrence_get(origin_id) to retrieve latest occurrences per origin Related T51 20 January 2016, 11:14:08 UTC
bc23eb9 sql/upgrades/043: add 042→043 upgrade script Related T51 20 January 2016, 11:08:38 UTC
d05afde revision_log from multiple root revisions Related T51 20 January 2016, 11:08:35 UTC
3a40f00 sql/upgrades/042: add 041→042 upgrade script Related T51 19 January 2016, 11:07:36 UTC
f54fd8d Open release_get_by to retrieve a release by origin. Related T51 19 January 2016, 11:07:31 UTC
5dc4244 revision_get_by: branch name filtering is optional Related T51 19 January 2016, 11:07:17 UTC
7e623c8 sql/upgrades/040: add 040→041 upgrade script Close T264 18 January 2016, 11:34:03 UTC
7e2dcbc Open directory_get to retrieve information on directory by id Related T264 18 January 2016, 11:34:03 UTC
ac380c9 Rename directory_get to directory_ls Related T264 18 January 2016, 11:16:15 UTC
ebe3a29 sql/upgrades/040: add 039→040 upgrade script 15 January 2016, 14:46:59 UTC
9fe94d3 Open entity_get api Related T247 15 January 2016, 14:46:52 UTC
fd77a89 sql/upgrades/039: add 038→039 upgrade script - Improve query to lookup a dir_entry by its path 15 January 2016, 11:39:12 UTC
3f752fc sql/upgrades/038: add 037→038 upgrade script 15 January 2016, 09:44:08 UTC
decc15a sql/swh-schema: add index on origin(type, url) 15 January 2016, 09:31:58 UTC
d91f6dc sql/swh-func: simply use a subquery to get commit parents 15 January 2016, 09:26:24 UTC
846bef2 sql/swh-func: get_revision_by should only return one revision When all filters are populated, there should be one single revision returned. We use the SQL range inclusion operator instead of simple comparisons for validity. 15 January 2016, 09:25:30 UTC
9060aa7 Open directory_entry_get_by_path api 14 January 2016, 15:09:56 UTC
91c1228 Fix upgrade script 036 13 January 2016, 13:09:10 UTC
75e9153 Update validity timestamp filtering Related T260 12 January 2016, 15:00:18 UTC
6663c34 sql/upgrades/036: add 035→036 upgrade script Related T259 11 January 2016, 15:45:33 UTC
32d0486 Open revision_get_by to retrieve a revision by occurrence criterion filtering + coverage Related T259 11 January 2016, 15:33:05 UTC
027b0d5 bin/swh-objstorage-fsck: port to recent swh-storage changes in particular: - use objstorage.Error top-level exception instead of gone ObjStorageError - do not iterate using os.walk(), breaking encapsulation, but rely on objstorage __iter__ instead, which is also hex/bytes-safe 08 January 2016, 17:18:38 UTC
95ff2c8 sql/upgrades/035: add 034→035 upgrade script 06 January 2016, 15:14:14 UTC
6f26754 sql/swh-func: properly limit results in swh_revision_list* 06 January 2016, 15:10:59 UTC
9676aa9 sql/upgrades/034: properly order function modifications 06 January 2016, 14:12:32 UTC
e5deb9b sql/upgrades/034: add 033→034 upgrade script 06 January 2016, 14:07:56 UTC
a1ae552 revision_log: Implement a limit on the number of revisions listed This should help the API avoid error 500s on big revision lists. 06 January 2016, 13:56:09 UTC
f52e749 sql: Return the parents in the revision "shortlog" 06 January 2016, 13:55:33 UTC
d641722 Bump to version 033 05 January 2016, 14:24:27 UTC
640e410 revision_log is now 'parents' aware Related to T248 05 January 2016, 14:10:04 UTC
420047c Revert "List direct parents and children sha1s from a given revision" This reverts commit cc63346c3f594f64d73195f19bb1affeaa6016d7. 05 January 2016, 13:34:12 UTC
cc63346 List direct parents and children sha1s from a given revision T248 05 January 2016, 09:00:20 UTC
e28b63a doc/: check-in archiver blueprint 04 January 2016, 11:47:18 UTC
14276dc Fix relative path import for remote storage. 16 December 2015, 13:44:56 UTC
1938416 swh.storage: Add a get_storage function to load either storage implementation 16 December 2015, 10:20:38 UTC
d445d24 Protect against overflow, wrapped in ValueError for client 09 December 2015, 14:31:32 UTC
691e24a converters: allow numeric timestamps with offset 07 December 2015, 11:53:01 UTC
e60347d swh.storage.storage: don't mutate entries 07 December 2015, 11:53:01 UTC
10716a0 Remove missing debug statement 04 December 2015, 16:02:25 UTC
3dffac0 Open revision_log api T207 04 December 2015, 15:32:06 UTC
de36fe0 swh.storage: new release schema 30 November 2015, 17:13:38 UTC
9c84e33 swh.storage.storage: rationalize imports 30 November 2015, 17:12:57 UTC
ab87b92 swh.storage: use new schema for revisions 30 November 2015, 16:38:21 UTC
a499554 sql/upgrades/032: add 030 → 032 upgrade script 27 November 2015, 12:28:35 UTC
91a65ab Increment db Missing step from commit f23ff18 27 November 2015, 10:48:36 UTC
c503fac Unify content_find api to return dict instead of tuples Related: T209 27 November 2015, 10:16:12 UTC
d303347 Remove redundant content_exist and use content_find which returns None if not found. (Only swh-web-ui's depends on it atm) Related T209 27 November 2015, 10:16:12 UTC
b460f9f Fix [null...] parents list Close T216 23 November 2015, 15:09:00 UTC
80e1bb9 Refactor - Simplify internal server api for origin_get Actually unifying with other apis as well 19 November 2015, 15:07:35 UTC
9094e62 Adjust internal api call actually make the communication works 19 November 2015, 15:00:01 UTC
e433bbf Open person_get api to retrieve person information T200 related 19 November 2015, 14:46:38 UTC
548cc12 Simplify test 19 November 2015, 14:32:15 UTC
e8b0aae Update doc string 19 November 2015, 13:41:38 UTC
f23ff18 Unify release_get's implementation with revision_get 19 November 2015, 13:13:23 UTC
d69e0db Do not let objstorage go through Related T198 17 November 2015, 16:18:01 UTC
01e3772 Refactor - Simplify and add test 17 November 2015, 15:21:46 UTC
5d888af Fix db.origin_add returns tuple not dict 17 November 2015, 14:36:04 UTC
09102e8 Update content_get's docstring 17 November 2015, 13:02:35 UTC
bd38c5c Open release_get : [sha1] -> [Release] Related to T199 16 November 2015, 13:27:20 UTC
1cd78af Add origin lookup per id 13 November 2015, 13:38:20 UTC
db09b7e Retrieve origin information 13 November 2015, 13:28:14 UTC
61ab9e2 Move db queries to the db modules 13 November 2015, 10:36:13 UTC
3cadf76 sql: Add contents to directory_walk_one 06 November 2015, 17:04:19 UTC
1c2b9bb fix 06 November 2015, 16:23:54 UTC
ee53e71 Retrieve data in bulk 06 November 2015, 16:13:19 UTC
0b26f97 Improve directory_get with content data 06 November 2015, 16:12:31 UTC
6164f3e Fix non recursive case Due to the False boolean being received as string 'False'... The value is then not considered falsy, thus the call is being always considered recursive... 04 November 2015, 14:57:53 UTC
ca965e7 List entries of a directory recursively (optional) 04 November 2015, 14:44:09 UTC
c779ebd sql/upgrades/030: add 029 → 030 upgrade script 03 November 2015, 15:11:53 UTC
acf2845 Add endpoints to list entities from the lister metadata 03 November 2015, 14:58:51 UTC
ebcd4b4 Add endpoints to create entities 03 November 2015, 14:57:19 UTC
04c150e swh.storage.db: support arrays in copy_to 03 November 2015, 14:57:19 UTC
0c604ad swh.storage.api.client: cache http connections with a requests Session 28 October 2015, 16:22:47 UTC
9b6e88d sql/upgrades/029: Add upgrade script for 028→029 28 October 2015, 16:22:46 UTC
896d1dd sql: Bump to dbversion 29 28 October 2015, 11:44:36 UTC
ba31ca3 Add metadata field to revision table Close T22 28 October 2015, 09:40:49 UTC
3cf215a sql/upgrades/028: add 27→28 upgrade script 27 October 2015, 10:15:48 UTC
3ee65b8 sql/swh-func: bulk update directories in a temp table This should reduce the impact of vacuum on the directory table, as the final entries are put in place as is instead of performing updates on the actual table. 27 October 2015, 10:12:38 UTC
95cd123 sql/upgrades/027: add upgrade script 026->027 27 October 2015, 10:00:31 UTC
5c2a6fc sql: update schema of organizations and projects Create a single, unified, historized hierarchy, "entity", and associated tables. Bump SQL revision. Closes T3 until proven otherwise. 26 October 2015, 15:20:01 UTC
04bb5cb storage: Add entry points for fetch_history 26 October 2015, 13:28:53 UTC
f97305c objstorage: add test for directory modes 23 October 2015, 15:31:14 UTC
80a264b objstorage: fix os.makedirs arguments 23 October 2015, 15:30:45 UTC
07ee788 objstorage: fix DIR_MODEs and race condition on dir creation 23 October 2015, 15:21:23 UTC
6f37943 objstorage: factor FILE_MODE and fix missed codepath 23 October 2015, 15:20:37 UTC
dcd9f1c sql/upgrades/026: add 025->026 upgrade script 19 October 2015, 10:32:21 UTC
6b8aea6 sql-func: remove useless shortcut from swh_revision_find_occurrence 19 October 2015, 10:30:36 UTC
173cc1e AUTHORS, LICENSE: sync with py-template 16 October 2015, 12:57:11 UTC
17bd1b4 sql/upgrades: add 024 to 025 migration script 16 October 2015, 10:02:24 UTC
cdc8b94 sql/swh-data: Update GNU description to appease apgdiff 16 October 2015, 09:55:21 UTC
72eb325 Write/read `synthetic` column in revision/release 16 October 2015, 09:13:10 UTC
1ed92af Fix typo docstring 16 October 2015, 09:13:10 UTC
1217fbf storage.api.client: raise exceptions from GETs too 16 October 2015, 08:56:00 UTC
8cfaa01 sql/upgrades/024: upgrade script 23 -> 24 15 October 2015, 15:48:46 UTC
411459c Add synthetic flag on release and revision tables 15 October 2015, 15:11:12 UTC
dad8f67 Add gnu.org organization 15 October 2015, 14:50:34 UTC
7cbea2a Add optional 0.0.0.0 to open dev server 15 October 2015, 14:50:19 UTC
04ad426 Update sample command line 14 October 2015, 14:58:58 UTC
back to top