- Aug 05, 2019
-
-
Antoine Lambert authored
-
Antoine Lambert authored
Closes T1845
-
Antoine Lambert authored
Related T1845
-
- Aug 02, 2019
-
-
Kalpit Kothari authored
-
Antoine Lambert authored
-
Antoine Lambert authored
Related T1913
-
- Aug 01, 2019
-
-
Antoine Lambert authored
Finally manage to remove the ugly hack I introduced in a2759fec. Turns out that calls to file-magic API are not thread-safe so they must be protected with a threading.Lock instance.
-
Antoine Lambert authored
swh-web uses the magic module to detect mime_type and encoding of contents stored inside the archive. Its is provided by the python-magic package (debian buster) or by the file-magic package (debian stretch). As python-magic is more stable than file-magic (see a2759fec), prefer to use it instead. Nevertheless, keep backward compatibility for file-magic as it is currently used in production environment.
-
- Jul 31, 2019
-
-
Antoine Lambert authored
-
Antoine Lambert authored
-
Antoine Lambert authored
- Jul 30, 2019
-
-
Antoine Lambert authored
The vault backend sends an email containing an invalid url to fetch gitfast archive. So setup a redirection to the correct one as a temporary workaround.
-
Antoine Lambert authored
-
Antoine Lambert authored
-
Kalpit Kothari authored
-
- Jul 29, 2019
-
-
Antoine Lambert authored
-
- Jul 24, 2019
-
-
Antoine Lambert authored
-
Antoine Lambert authored
-
Antoine Lambert authored
-
- Jul 23, 2019
-
-
Antoine Lambert authored
-
vlorentz authored
In addition to the 'normal' tests, which test against the current behavior of the pg storage.
-
Antoine Lambert authored
-
Antoine Lambert authored
-
Antoine Lambert authored
-
Antoine Lambert authored
-
- Jul 18, 2019
-
-
Kalpit Kothari authored
-
- Jul 17, 2019
-
-
Kalpit Kothari authored
Related T1909
-
- Jul 11, 2019
-
-
Stefano Zacchiroli authored
-
Antoine Lambert authored
-
vlorentz authored
It's no longer used.
-
vlorentz authored
The former only supports an origin id, and fetches a whole snapshot while we're only interested in knowing if there is such a snapshot here.
-
Antoine Lambert authored
-
- Jul 10, 2019
-
-
Kalpit Kothari authored
Related T1900
-
vlorentz authored
This function will get called a lot (by default, up to 70 times per origin search), so it deserves a much higher rate-limit.
-
vlorentz authored
It will replace the 'internal' endpoint _origin_latest_snapshot, and won't require fetching the whole snapshot just to know if there is a visit with a snapshot.
-
vlorentz authored
It will be removed in the next release of swh-storage (v0.0.146).
-
- Jul 08, 2019
-
-
Antoine Lambert authored
-
Antoine Lambert authored
-