- Apr 12, 2019
-
-
Antoine Pietri authored
-
Nicolas Dandrimont authored
-
- Apr 10, 2019
-
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
Might as well, as we already depend on 0.0.56+.
-
- Apr 09, 2019
-
-
vlorentz authored
-
- Mar 29, 2019
-
- Mar 06, 2019
-
-
David Douard authored
this later does not brings anything over the default's one. This requires swh.core >= 0.0.56
-
- Feb 19, 2019
-
-
Antoine R. Dumont authored
Related T1532
-
- Feb 18, 2019
-
-
Antoine R. Dumont authored
Prior to this commit, during the case of committing in another branch (ref), there were dangling files in the HEAD branch.
- Feb 14, 2019
-
-
David Douard authored
pifpaf is not needed any more.
-
David Douard authored
- Ensure every service for which an (remote or local) access is needed uses the same config structure (dict with 'cls' and 'args' keys). - Extract instanciation (thus confguration) of remote/external services (storage, cache, scheduler) from the VaultBackend constructor; these are now passed as __init__ arguments; their instanciation/configuration is thus now handled by swh.vault.api.server and swh.vault.cooker.get_cooker (with some support in swh.vault.get_vault).
-
David Douard authored
so that we have a chance to explicitely choose the config file used when running the wsgi app using a wsgi server like gunicorn.
-
David Douard authored
-
David Douard authored
Typically used by external wsgi server like uwsgi or gunicorn, e.g. gunicorn swh.vault.api.wsgi:app
-
David Douard authored
-
- Feb 13, 2019
-
- Feb 01, 2019
-
- Jan 17, 2019
-
-
David Douard authored
-
David Douard authored
-
David Douard authored
required to pull storage's test dependencies (like hypothesis).
-
- Dec 07, 2018
-
-
vlorentz authored
-
- Nov 23, 2018
-
-
David Douard authored
related to T1330
-
- Nov 19, 2018
-
-
Nicolas Dandrimont authored
Summary: Reported by Ludovic Courtès on IRC Test Plan: make docs Reviewers: seirl Differential Revision: https://forge.softwareheritage.org/D674
-
- Nov 09, 2018
-
-
David Douard authored
-
- Oct 24, 2018
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
We need the postgres dependency to run the tests
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related T1247
-
- Oct 23, 2018
-
-
Nicolas Dandrimont authored
-
- Oct 17, 2018
-
-
David Douard authored
-
- Oct 16, 2018
-
-
David Douard authored
this require a small change in vault's swh-schema.sql: create the dbversion tqble only if needed, otherwise this sql cannot be executed without error on the top of storages' db schema. I guess it used to work thanks to the fact theses used to be pg_restored instead of SQL statements executed via psql (with '-v ON_ERROR_STOP=1', which se do want). Related to T1265.
-
David Douard authored
Related to T1265.
-
David Douard authored
-
- Oct 15, 2018
-
-
Nicolas Dandrimont authored
-
- Oct 08, 2018
-
-
David Douard authored
-