- Jun 17, 2019
-
-
vlorentz authored
-
- May 23, 2019
-
- May 20, 2019
-
-
Antoine Lambert authored
Related T1508
-
- May 17, 2019
-
-
David Douard authored
by describing the config file loading nightmare.
-
David Douard authored
for the config_file argument, rather than declaration time. This is required so that if this function is called with None as first argument (which is what happens in cli.py when user do not specify a config file option). Long story short, this fixes the rpc-server cli command: if a config file is not explicitely given as option, fall back to default config file search behavior instead of crashing.
-
David Douard authored
so that one should use: swh vault rpc-server as in other swh packages. The deprecated swh-vault command should still work as expected.
-
David Douard authored
also set the main command name to 'vault' so the main 'swh' cli tool can generate shell completion properly.
-
- May 15, 2019
-
-
David Douard authored
for the sake of consistency.
-
- May 09, 2019
-
-
David Douard authored
so tests are not broken when next swh.core version is published.
-
- May 07, 2019
-
-
Antoine Lambert authored
- Apr 26, 2019
-
- 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
-