- Jan 04, 2021
-
-
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.
-
- Nov 27, 2020
-
-
Thibault Allançon authored
-
Thibault Allançon authored
-
Thibault Allançon authored
Closes T2803. Before, ls history/by-date/ took a few seconds and it was getting slower the more metadata were stored in the sqlite cache. This was because it would query the metadata cache for all SWHIDs in history. Now, a new column has been created to store a relation (rev swhid, date) meaning we only need to do one query to get all history with a specific date prefix.
-
Thibault Allançon authored
-