- Jan 06, 2021
-
-
Thibault Allançon authored
-
- Jan 05, 2021
-
-
Thibault Allançon authored
Since those entries are updated in the background, we invalidate the cache on a regular basis. Close T2864. This should also fix the second problem of T2830, namely the fact that get_entries(by_date, offset) was not reliable because of the offset supposing the entries were the same every time.
-
- Jan 04, 2021
-
-
Thibault Allançon authored
Since metadata and history already share the same database, it makes sense to share the connection as well, to prevent unnecessary locking on the db file. Related to T2830.
-
Thibault Allançon authored
-
Thibault Allançon authored
-
Thibault Allançon authored
-
Thibault Allançon authored
-
Thibault Allançon authored
-
- Dec 29, 2020
-
-
Thibault Allançon authored
Invalidate specific cached artifact using `rm cache/{SWHID}` Fix T2889.
-
- Dec 28, 2020
-
-
Stefano Zacchiroli authored
this is more consistent with the style used by other SWH modules, and also avoids parsing errors by our dependency graph generator
-
Thibault Allançon authored
Fix T2825.
-
Thibault Allançon authored
-
Thibault Allançon authored
Close T2775.
-
- Dec 18, 2020
-
-
Thibault Allançon authored
-
Thibault Allançon authored
-
- Dec 16, 2020
-
-
Thibault Allançon authored
Closes T2841. Force a cache update on origin visits when last fetched more than one day ago.
-
Thibault Allançon authored
-
Thibault Allançon authored
Fixes T2838.
-
- Dec 14, 2020
-
-
Thibault Allançon authored
Related to T2771. Add a new 'cache/' directory along 'archive/' and 'origins/' in order to navigate previously cached artifacts and for a future use-case about cache invalidation on specific objects.
-
- Dec 08, 2020
-
-
Thibault Allançon authored
Close T2863.
-
Thibault Allançon authored
Fix T2842.
-
Thibault Allançon authored
Fix T2851.
-
Thibault Allançon authored
See details and discussion in T2771. - ls archive/ is now always an empty result - Merge the meta/ directory content into archive/
-
- Dec 07, 2020
-
-
Thibault Allançon authored
Fix T2840.
-
- Dec 04, 2020
-
-
Thibault Allançon authored
-
- Dec 03, 2020
-
-
Stefano Zacchiroli authored
-
Thibault Allançon authored
Fix T2839.
-
- Dec 02, 2020
-
-
Thibault Allançon authored
-
Thibault Allançon authored
-
Thibault Allançon authored
-
Thibault Allançon authored
-
Thibault Allançon authored
-
Thibault Allançon authored
-
Thibault Allançon authored
The NamedTemporaryFile was being closed twice, once at the end of fuse_process() and the other at the end of fuse_mntdir().
-
- Dec 01, 2020
-
-
Thibault Allançon authored
Closes T2820.
-
Thibault Allançon authored
-
Thibault Allançon authored
-
Thibault Allançon authored
- Explicit data types in tables - Add comments - String formatting
-
Thibault Allançon authored
-
- Nov 30, 2020
-
-
Thibault Allançon authored
Closes T2829. The ".status" file presence is currently not a reliable system to stop the delay, so use a fixed one instead to prevent random CI fails. The .status issue is now tracked in T2830.
-