Revision d2559583cafa67d7dc7a8e30ac7ca60c914151a4 authored by Valentin Lorentz on 05 May 2020, 13:48:01 UTC, committed by Valentin Lorentz on 06 May 2020, 10:46:41 UTC
This allows the checker to use a configurable URL, in case it
needs an URL different from the one used by the client.

For example a client outside docker would use http://localhost:5080/deposit/
to access the API, but the checker cannot use this URL (it needs either
nginx or swh-deposit as hostname).
1 parent cb6bc3a
History
File Mode Size
bin
docs
resources
swh
.gitignore -rw-r--r-- 270 bytes
.pre-commit-config.yaml -rw-r--r-- 938 bytes
AUTHORS -rw-r--r-- 117 bytes
CODE_OF_CONDUCT.md -rw-r--r-- 3.3 KB
CONTRIBUTORS -rw-r--r-- 14 bytes
LICENSE -rw-r--r-- 34.3 KB
MANIFEST.in -rw-r--r-- 296 bytes
Makefile -rw-r--r-- 163 bytes
Makefile.local -rw-r--r-- 831 bytes
README.md -rw-r--r-- 618 bytes
mypy.ini -rw-r--r-- 700 bytes
pyproject.toml -rw-r--r-- 39 bytes
pytest.ini -rw-r--r-- 210 bytes
requirements-server.txt -rw-r--r-- 31 bytes
requirements-swh-server.txt -rw-r--r-- 85 bytes
requirements-swh.txt -rw-r--r-- 19 bytes
requirements-test.txt -rw-r--r-- 135 bytes
requirements.txt -rw-r--r-- 45 bytes
setup.cfg -rw-r--r-- 247 bytes
setup.py -rwxr-xr-x 2.6 KB
tox.ini -rw-r--r-- 876 bytes

README.md

back to top