repo2docker/tests
David Douard e54c24ce2e Add support for the SWHID content provider
This content provider allows to retrieve the content from a
Software Heritage (SWH) persistent identifier (SWHID).
Typical usage:

  repo2docker swh:1:rev:94dca98c006b80309704c717b5d83dff3c1fa3a0

It uses the SWH public vault API to retrieve the content of the given
directory.

Most of the times, this will not need an authentication
token to bypass the rate-limiting of the SWH API.
Without authentication, one should be allowed to retrieve one
directory content per minute.

If this is not enought, then the user must use authenticated calls to
the SWH API.

For this, a new `swh_token` config item has been added to the Repo2Docker
application class.

To use authentication:

  repo2docker --config cfg.json swh:1:rev:94dca98c006b80309704c717b5d83dff3c1fa3a0

with the swh_token config option being defined in the cfg.json config file.
2021-01-19 18:04:46 +01:00
..
base/node Update to node 14 2020-11-20 09:38:44 +01:00
conda Use mambaforge instead of miniforge 2020-12-06 11:50:11 +01:00
dockerfile Add test for deprecated legacy buildpack 2020-01-25 07:35:00 +01:00
external bump xeus-cling in tests 2019-07-09 16:12:22 +02:00
julia Update Julia tests for new conda env path 2019-04-30 08:43:19 +02:00
memlimit update repo URLs for jupyterhub/repo2docker 2020-08-10 09:33:05 +02:00
nix buildpacks/nix: disable sandboxing 2020-12-19 09:31:04 +01:00
pipfile Fix typo 2019-06-25 09:17:30 +02:00
r Update snapshot date for simple R test 2020-07-30 16:37:29 +02:00
unit Add support for the SWHID content provider 2021-01-19 18:04:46 +01:00
venv Apply auto formatting 2019-06-03 21:37:25 +02:00
conftest.py Upgrade custom test infrastructure for pytest 6.0.0 2020-07-30 15:15:56 +02:00