- Oct 17, 2018
-
-
David Douard authored
-
- Oct 01, 2018
-
-
Antoine Lambert authored
To avoid storage server timeouts when recursively iterating on a large file tree, perform that operation client-side. Closes T1177
-
- Jul 18, 2018
-
-
Antoine R. Dumont authored
-
- May 24, 2018
-
-
Antoine R. Dumont authored
Related T1061
-
- May 07, 2018
-
-
Nicolas Dandrimont authored
Summary: Also make sure storage objects get garbage collected properly, so that automatic database cleanups keep working. Test Plan: make test passes when D324 is applied to swh.storage Differential Revision: https://forge.softwareheritage.org/D327
-
- Nov 13, 2017
-
-
Antoine Pietri authored
-
- Oct 05, 2017
-
-
Nicolas Dandrimont authored
-
- Mar 15, 2017
-
-
Antoine R. Dumont authored
Related T700
-
- Mar 02, 2017
-
-
Antoine R. Dumont authored
This also has the benefit to hide some celery name (which is an implementation detail from swh.scheduler).
-
- Feb 14, 2017
-
-
Nicolas Dandrimont authored
To make sure corruptions such as T680 don't happen again, use the same normalization function as swh.model before inserting timestamps into our database. This makes swh.storage reject non-integer timestamp values as well. Update tests to reflect this change.
-
- Feb 09, 2017
-
-
Antoine Pietri authored
-