- Feb 27, 2020
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.0.59' with Debian dir b29a4e120d6f24180eb5e25a7728c43d443c41b7
-
Nicolas Dandrimont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Jenkins for Software Heritage authored
Update to upstream version '0.0.57' with Debian dir b6fefac634efaca283f481b553074b3c49c16e6e
-
vlorentz authored
Will be used by loaders.
-
vlorentz authored
- Feb 24, 2020
-
-
vlorentz authored
It just makes more sense that way. eg. before this change, all leafs would be equal to each other.
-
vlorentz authored
They will be used by loaders, so they can deal only with model objects, instead of having to do the same conversion themselves. This removes the `data` and `save_path` arguments of `from_file` and `from_disk`, as data loading is always deferred from now on. To access it, users are now expected to either open the data files themselves, or us `.to_model().with_data()`.
-
- Feb 21, 2020
-
-
vlorentz authored
Regular files were created, as the 'mode' argument of os.mknod was missing. However, creating devices requires root; so we can't reasonably do that in tests. Instead, we're using /dev/null instead of creating one. And while we're at it, let's also use /dev/zero (which, if not handled properly, will result in an infinite read).
-
vlorentz authored
It should be cheap enough to do it, and it makes tests easier.
-
vlorentz authored
-
vlorentz authored
It will be useful to loaders, as they currently load the entire content in memory before deciding to skip it.
-
- Feb 18, 2020
-
-
Nicolas Dandrimont authored
This allows the `swh identify` command to work again. Close T2288
-
- Feb 14, 2020
-
-
vlorentz authored
Can be useful to deduplicate code in swh-storage.
-
- Feb 10, 2020
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.0.56' with Debian dir e8fdc7e23d26a4e0a0e61c22110e23037624b29b
- Feb 07, 2020
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.0.55' with Debian dir 757a1994777f26411a82369bb5efa044e815d8eb
-
vlorentz authored
The current postgresql model refuses NULL values.
- Feb 06, 2020
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.0.54' with Debian dir bfe97b183746e3dc69c02c2e023a1b921944ae16
- Feb 05, 2020
-
- Feb 03, 2020
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.0.53' with Debian dir 9ae06f89508d79e2b8bd4b6010c5ee659f186a06
- Jan 30, 2020
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related to P589
-
- Jan 29, 2020
-
-
David Douard authored
This allows for example to type: curl -s https://archive.softwareheritage.org/browse/content/sha1_git:64582b78792cd6c2d67d35da5a11bb80886a6409/raw/ | swh identify swh:1:cnt:64582b78792cd6c2d67d35da5a11bb80886a6409 -
-