- Dec 16, 2020
-
-
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
-
- 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
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
- Nov 26, 2020
-
-
Thibault Allançon authored
-
Thibault Allançon authored
-
Thibault Allançon authored
-
Thibault Allançon authored
-
Thibault Allançon authored
-
- Nov 25, 2020
-
-
Thibault Allançon authored
Closes T2802.
-
Thibault Allançon authored
Closes T2784.
-
- Nov 20, 2020
-
-
Stefano Zacchiroli authored
Closes T2676
-
Stefano Zacchiroli authored
Closes T2785
-
Stefano Zacchiroli authored
most notably drop "virtual" from filesystem everywhere for consistency
-
Thibault Allançon authored
- Remove manual direntry cache manipulation - Remove unnecessary by-hash/ sharding depth attribute - Time optimization for by-date/ partial results - More extensive unit testing for by-date/
-
Thibault Allançon authored
Closes T2795.