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

sort by:
Revision Author Date Message Commit Date
b9d0a82 New upstream version 0.0.52 25 August 2016, 12:55:23 UTC
a242eec d/control: Package python3-swh.storage.archiver Related T545 25 August 2016, 12:55:12 UTC
c160101 Fix pep8 warning 25 August 2016, 12:55:11 UTC
ac089d8 Separate swh.storage.db from swh.storage.archiver.db 25 August 2016, 12:48:07 UTC
0d9a844 New upstream version 0.0.51 24 August 2016, 12:36:03 UTC
c0c9f16 sql/swh-schema: add a `metadata` column to origin_visit This is a preparation for the removal of fetch_history. 24 August 2016, 12:29:33 UTC
a1d61bb Update a script to match Storage API Summary: An unused script was left without being updated. Reviewers: #reviewers! Differential Revision: https://forge.softwareheritage.org/D107 24 August 2016, 11:28:40 UTC
c83c1d2 New upstream version 0.0.50 23 August 2016, 14:29:26 UTC
a184e94 d/control: Update dependency version on swh.core 23 August 2016, 14:29:19 UTC
490f461 storage: add a function to pull (only) metadata for a list of contents 22 August 2016, 16:51:48 UTC
f14c4be Update occurrence_add api entry point to properly deal with origin_visit The 'date' column in occurrence data is no longer relevant. This was used to join information on origin_visit. Now, occurrences entries must be enriched with the key 'visit'. This key, with its dual 'origin' key pair defines clearly which visit is currently being done. This closely matches our origin_visit model. Closes T540 Closes D101 22 August 2016, 13:47:47 UTC
6b33471 Add origin_visit api entry points to create/update origin_visit Closes T538 22 August 2016, 13:47:47 UTC
7a16279 sql/upgrades/075: 074→075 - Add status info to origin_visit Closes T534 22 August 2016, 13:47:47 UTC
59dfd02 New upstream version 0.0.49 19 August 2016, 11:45:52 UTC
febdc3a Proper versioned dependency on python-kafka 19 August 2016, 11:45:41 UTC
772b42f New upstream version 0.0.48 19 August 2016, 10:13:50 UTC
7d7f403 d/rules: move listener to specific package 19 August 2016, 10:13:17 UTC
87f7f2d Add versioned requirement on swh.objstorage 19 August 2016, 10:13:17 UTC
d74b3e5 listener: Add a new listener publishing to kafka 18 August 2016, 16:26:02 UTC
0d29365 swh-schema: add PostgreSQL notification support for new objects This allows a PostgreSQL client to listen to messages informing it of new objects being added to the database. Implements the SQL side of T526 16 August 2016, 16:42:31 UTC
48f4c05 Make the archiver use content_archive.num_present content_archive.num_present act like a cache for the number of copies where the content is present. This allow to make a much faster request when retrieving the contents that have fewer copies than expected. 16 August 2016, 14:53:53 UTC
1e97458 check-in draft Vault API 16 August 2016, 12:15:40 UTC
b5780ee swh-func: add functions to retrieve objects by object_id References: T525 11 August 2016, 17:35:17 UTC
ddaf1a0 swh-func: add object_id to revision and release return values 11 August 2016, 17:32:48 UTC
65f1b4f converters: Pass through the object_id from the database 11 August 2016, 14:12:27 UTC
9fdbadd sql/archiver: add a cache column for the number of present copies 03 August 2016, 16:34:26 UTC
c73941c Remove cli arguments for the archiver launching 03 August 2016, 09:00:59 UTC
f79a679 Correct config override in the archiver's test 03 August 2016, 09:00:59 UTC
ed9af69 Remove outdated manual test 03 August 2016, 09:00:59 UTC
287da80 archiver.worker: Remove additional config Additional configuration was passed from director to the worker at initialization. We remove it so the queued messages in celery are only lists of sha1 with no dict to pack/unpack. 03 August 2016, 09:00:59 UTC
801ff72 archiver: correct the worker when handling ongoing status 03 August 2016, 09:00:59 UTC
212d903 archiver: Director & Worker arguments are now parsed from conf file The arguments for these objects are now parsed from a configuration file instead of being passed as rguments 03 August 2016, 09:00:59 UTC
dd49151 Make the worker correclty catch corrupted contents 03 August 2016, 09:00:59 UTC
f76cd4d Perform a complete rewriting of the archiver Those changes allow the archiver to use any storage as a source or a destination making it the central point of all archival. Also, the archiver's mecanisms and code are simplified. See T512 for new architecture. Closes T512 03 August 2016, 09:00:59 UTC
148d157 sql/swh-schema: Add indexes on object_ids 01 August 2016, 15:27:13 UTC
591e886 Update the archiver specification Reviewers: #reviewers!, olasd, zack Maniphest Tasks: T512 Differential Revision: https://forge.softwareheritage.org/D88 01 August 2016, 15:23:25 UTC
87386de Add the 'corrupted' state in the archive_status enum Before the archiver copy a content, it have to check if it is valid. If it's not the case, the content status is updated to reflect his invalid state. 01 August 2016, 10:37:39 UTC
65bae82 Update tests to follow RemoteObjStorage api fixes Summary: As the api of RemoteObjStorage have been fixed (See D83) and is now aligned to the base ObjStorage one, places where the remote API were used directly must be updated. Related D83 Reviewers: #reviewers!, olasd Maniphest Tasks: T513 Differential Revision: https://forge.softwareheritage.org/D84 27 July 2016, 14:08:52 UTC
edf12b9 archiver.director: only schedule missing objects 25 July 2016, 11:09:52 UTC
d0a5097 archiver.worker: don't explode if content status is partial 25 July 2016, 11:08:47 UTC
90e4196 New upstream version 0.0.47 22 July 2016, 14:59:18 UTC
b9b5bc4 archiver: Update get_unarchived_content to do proper batch processing 22 July 2016, 14:48:02 UTC
f4ef5a5 Archiver db's get of content_archive is now ordered by sha1 In db.content_archive_get, when no content_id is specified, the list of contents is now sorted by sha1. Related T412 22 July 2016, 10:18:34 UTC
9451c5f Use postgres 9.5's functions for jsonb manipulation 21 July 2016, 16:12:43 UTC
5c8085d Update the archiver for the new db shema Make the required changes into the db and keep up-to-date the archiver's tests. 21 July 2016, 16:12:43 UTC
134ac77 Update archiver's schema Related T412 21 July 2016, 12:08:56 UTC
df1fe44 sql/upgrades/070: Fix 069→070 migration script 21 July 2016, 09:06:24 UTC
b307c8c New upstream version 0.0.46 20 July 2016, 17:04:42 UTC
c779f05 Fix - Remove unused parameter Related D78 Closes T499 20 July 2016, 17:02:54 UTC
f500ca2 archiver: change the master's storage to an object storage Summary: Related T499 test.archiver: update the tests to follow changes in the archiver Reviewers: #reviewers, qcampos Reviewed By: #reviewers Maniphest Tasks: T499 Differential Revision: https://forge.softwareheritage.org/D78 Closes D78 20 July 2016, 16:58:44 UTC
e0ca7c5 Fix broken tests after migrating archive_id to enum Also, fix typos in sql schema and data definition 20 July 2016, 14:02:03 UTC
78a68f8 Update schema to use enum for archive identifier 20 July 2016, 13:03:35 UTC
206709c New upstream version 0.0.45 19 July 2016, 13:05:36 UTC
f4341d0 d/control: Fix potential issue on debian package Related P98 Related rDWUI2fff31f14724d89a0316fdf519c09b0aef09feb1 19 July 2016, 13:03:33 UTC
beef951 d/control: Bump dependency 19 July 2016, 13:03:17 UTC
9e34ae9 Make the archiver's content_archive constraints deferrable Related: T412#8084 19 July 2016, 12:41:30 UTC
73139f9 Make swh.storage.archiver able to run in a separated db In effect, this separates concerns between storing/reading contents and archiving contents. This updates: - main schema to drop existing archiver table (070.sql) - integration/unit tests - Separate sql files to deal with install/upgrades in sql/archiver/ folder - Add makefile to deal with local dump and restore actions Remains to deal with updating when receiving new contents (as in the original archiver's code) 18 July 2016, 18:19:07 UTC
50ae16f Revert unused swh_visit_get sql function swh_visit_get was installed to initially use it in the new api. It was finally dismissed but got commited by error. 08 July 2016, 09:54:31 UTC
ff30140 New upstream version 0.0.44 08 July 2016, 09:27:10 UTC
ee4a1bd Open listing visits per origin api Related T286 05 July 2016, 09:18:44 UTC
cee6aa8 New upstream version 0.0.43 27 June 2016, 12:57:11 UTC
92e6cd8 Update debian packaging configuration files Closes T460 27 June 2016, 12:06:03 UTC
3ab3d3d Remove objstorage scripts 27 June 2016, 11:27:22 UTC
2cf3a5a Extract http servers common code to swh.objstorage for dependencies 27 June 2016, 11:27:22 UTC
7a0369f Extract the object storage to its own package and do the required modifications on the imports Summary: Also, remove the objstorage-related module swh.storage.checker to put in into swh.objstorage.checker. Reviewers: olasd, zack, #reviewers! Differential Revision: https://forge.softwareheritage.org/D64 23 June 2016, 12:29:42 UTC
a623ce8 objstorage.multiplexer: add some use case example to the MultiplexerObjStorage main docstring Closes T459 21 June 2016, 14:01:00 UTC
da474f8 New upstream version 0.0.42 21 June 2016, 13:03:52 UTC
d5289ab debian packaging: update package list 21 June 2016, 13:03:19 UTC
bed4d47 objstorage.multiplexer.filter: add tests for the filters implementations 21 June 2016, 12:11:42 UTC
fc4791a objstorage.multiplexer.filter: add a way to easily create filter chaining 21 June 2016, 12:11:42 UTC
17bd1a3 objstorage.multiplexer.filter: Implement the multiplexer filter mecanism Also, add a few basic filters as read-only, filter by hash prefix/hash regex matching 21 June 2016, 12:11:42 UTC
ac06326 objstorage.multiplexer: add tests for the multiplexer object storage 21 June 2016, 12:11:42 UTC
1ee994b objstorage.multiplexer: Implement the object storage multiplexer 21 June 2016, 12:11:42 UTC
cbaed54 Open (and fix) swh.storage.storage.revision_log_by Closes T432 Closes T457 Related D54 21 June 2016, 09:22:15 UTC
1fab080 New upstream version 0.0.41 16 June 2016, 13:54:16 UTC
68abde3 archiver: change objstorage initialization into the archiver Closes T433 16 June 2016, 13:10:31 UTC
d048051 checker: change the objstorage initialization of the checker Also keep the test up-to-date with the changes 16 June 2016, 12:47:50 UTC
029a951 storage: change objstorage initialization arguments Change those arguments in order to keep up with objstorage new version. 16 June 2016, 12:47:50 UTC
c7e1ed3 objstorage.api: Change instantiation of the object storage Keep up with the changes of pathslicing objstorage. 16 June 2016, 12:47:50 UTC
746e049 objstorage: PathslicingObjStorage now allow arbitrary slicing Example, for "abcdef1234567890" with slicing "0:2/0:5", path will be "root/ab/abcde/". Also, update pathslicing objstorage tests to follow those changes 16 June 2016, 12:47:50 UTC
252e49b objstorage: move the constant ID_HASH_ALGO to ObjStorage 16 June 2016, 10:51:47 UTC
1579956 New upstream version 0.0.40 14 June 2016, 15:25:42 UTC
8c6e8d7 d/control; requirements: Bump swh.core dependency to 0.0.20 14 June 2016, 15:23:09 UTC
faa35f7 d/rules: move to build_dir before testing 14 June 2016, 15:22:16 UTC
cd965e1 test_archiver: remove debug prints 14 June 2016, 15:22:16 UTC
d5f02d4 Correct an error in the ArchiveWorker initialization Summary: This bug is in the asynchronous code and is **not** related to T436 Ref T401 Reviewers: #reviewers Maniphest Tasks: T401 Differential Revision: https://forge.softwareheritage.org/D46 13 June 2016, 14:00:03 UTC
45eab09 Update an administration script to make it follow the changes of objstorage api 13 June 2016, 09:35:06 UTC
785592a Change the objstorage http server in order to follow the changes of the local version 13 June 2016, 09:35:06 UTC
96ff4ef Update the content integrity checker in order to follow objstorage changes 13 June 2016, 09:35:06 UTC
7c72d90 Update the storage module in order to follow objstorage refactoring Ref T433 13 June 2016, 09:35:06 UTC
c664995 Add an implementation of the object storage api and a test class 13 June 2016, 09:35:06 UTC
90c716d Create a base API that define the objstorage behavior Also add a mixin test class for the contract verification. 13 June 2016, 09:35:06 UTC
363f3e6 converters: update to reflect decoding logic moved to swh.core.utils 10 June 2016, 12:59:38 UTC
bca87a1 Make the checker able to run as daemon or one-shot When ran as daemon, the checker run forever in background. When not as daemon, it only check for a single random batch of content. That could allow the checker to run as multiple one-shot with a cron. 01 June 2016, 14:38:21 UTC
4a18a04 Add the checker to the debian packaging paths Update the setup.py file in order to add the new created directory 'swh/storage/checker' 01 June 2016, 11:18:52 UTC
ba83478 Improve content integrity checker's test coverage Add a test that verify if the content integrity checker can repair the files if the content is exclusively distributed among multiple servers. 01 June 2016, 11:18:52 UTC
413115c The checker now have the possibility to have multiple backup servers The config file now allows the syntax backup_url=url1, url2, url3, ... This allows to have more than one server to contact in case of corrupted content. 01 June 2016, 11:18:52 UTC
59ca1a3 Fix an object id encoding into a test of objstorage api This bug wasn't caught by the phabricator's test runs. 31 May 2016, 15:08:26 UTC
d0ce099 Forgot to change the encoding into the tests. Reviewers: #reviewers Differential Revision: https://forge.softwareheritage.org/D34 27 May 2016, 14:36:26 UTC
eb8ada4 Add some tests for the content integrity checker Closes T423 27 May 2016, 12:24:29 UTC
back to top