- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jun 21 2016
Correct some typo in docstrings & increase filters code coverage by adding tests for the regex filter.
Close the revision, as rDSTOcbaed54c97d9 closed T432.
Jun 20 2016
Improve test coverage for the multiplexer and the filters.
Jun 16 2016
Correct a mistake on a filter implementation.
Correct the sha1 hexadecimal hash's length.
Put the hash lenght test at initialization instead of doing it each access.
Correct a typo ;
and use a slice object instead of unpacking [start, stop] manually
Didn't knew I could create a slice item. Thanks !
Jun 15 2016
Add an default argument that was missing.
Move a constant into the superclass.
Jun 14 2016
Correct a docstring that was not up-to-date.
Jun 13 2016
I don't know if it's related, but I got a segmentation fault when running the archiver's tests in asynchronous mode.
What does "when tests run in synchronous mode" mean? Is that a configuration variable? Where is it supposed to be set?
Definitely a celery issue : make test run without any error on my side when tests runs in synchronous mode (using run_sync_worker).
Update the diff after merge with D44.
Jun 10 2016
I can't recreate the same bug, when I run the archiver test in asynchronous mode.
Maybe this is a celery configuration issue ? Seems like the task is not registered into a worker.
Jun 7 2016
Jun 6 2016
Correction of a syntax error
- Update the storage module in order to follow objstorage refactoring
- Update the content integrity checker in order to follow objstorage changes
- Change the objstorage http server in order to follow the changes of the local version
- Update an administration script to make it follow the changes of objstorage api
Jun 1 2016
Catch all exception to avoid the daemon checker to terminate in case a network error occured.
- The checker now have the possibility to have multiple backup servers
- Improve content integrity checker's test coverage
- Add the checker to the debian packaging paths
Correct a typo
Add tag for the v0.0.40
Add the checker to the debian packaging paths
May 31 2016
Those changes are fully compatible with the previous version (a single remote storage considered as backup) but have a better opening to backup server's graph modifications.
May 30 2016
May 27 2016
I failed my arc diff when updating, please see D34.
Remove an unnecessary list() transformation.
Correct some misleading documentation