- Jan 16, 2020
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Prior to this commit, the origin url was targeting solely one versioned artifact. This adaptation allows to have a canonical url as origin to which we associate a list of artifacts to ingest (symmetrically as what is done for other package loaders). Related to D2524
-
- Jan 15, 2020
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
This is setup-ed through configuration using the proxy storage.
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Use directly self.storage.origin_* endpoints
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Jan 10, 2020
-
-
Antoine R. Dumont authored
The only loader initially using this was the old loader deposit implementation. The new one implements it on its own.
-
Antoine R. Dumont authored
This commit fixes unicode error raised during DESCRIPTION file parsing.
-
- Jan 09, 2020
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Jan 06, 2020
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related T2026
- Dec 20, 2019
-
-
Antoine R. Dumont authored
Drop the following computation hashes: - length (which was read from the content-length header, and sometimes it was wrongly read because of some missing header in the initial request) - sha1_git - blake2s256
-
- Dec 19, 2019
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Add tests around it
-
- Dec 12, 2019
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
DVCS loader initializes their visit_type attribute as class attribute. This was set to None as class attribute happens before constructor.
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Prior to send data to storage
-
Antoine R. Dumont authored
The old buffer and filter behavior must be installed through configuration now. It's now delegated to specific buffer and filter storages. Beware, this broke some dvcs loaders (at least svn) relying on some removed api.
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
2 subcommands: - one to load - one to instrospect the loader's needed arguments Related to T2134
-
- Dec 11, 2019
-
-
Antoine R. Dumont authored
-
- Dec 06, 2019
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related to T2134
-
Antoine R. Dumont authored
Related to T2134
-
- Dec 05, 2019
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Dec 04, 2019
-
-
Antoine R. Dumont authored
Related to T2134
-
Antoine R. Dumont authored
Related to T2134
-
Antoine R. Dumont authored
Related to T2134
-