- Jun 28, 2019
-
-
Antoine R. Dumont authored
Related T1835
-
Stefano Zacchiroli authored
-
- Jun 19, 2019
-
-
Ishan Bhanuka authored
Change double quoted comments to single quoted comments To keep consistent comment format and to prevent syntax exception on jenkins build Make changes as per review Made changes as per review
-
- Jun 13, 2019
-
-
David Douard authored
use more imperative-like command names. Aliases are used to keep old commands working. Also add an explicit deprecation message in swh-scheduler's help message.
-
- Jun 12, 2019
-
-
Antoine R. Dumont authored
Related T1797
-
- May 24, 2019
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
The migration is now done. No longer needs this adaptation code. Related T1508
-
- May 23, 2019
-
-
Antoine R. Dumont authored
Related T1508
-
Antoine R. Dumont authored
Prior to this, the select wanted to retrieve the new name to insert the old one Ending up doing a noop. Related T1508
-
- May 21, 2019
-
-
Antoine Lambert authored
Related T1508
-
- May 17, 2019
-
-
David Douard authored
in which (db|api)_testing.py files moved.
-
vlorentz authored
-
- May 15, 2019
-
-
Antoine Lambert authored
-
- May 10, 2019
-
-
Nicolas Dandrimont authored
This is the contract that get_db/put_db is supposed to conform to.
-
- May 07, 2019
-
-
David Douard authored
extract: - the 'task' group (and its related commands) in cli/task.py - the 'task_type' group in cli/task_type.py - remaining commands in cli/admin.py
-
- May 06, 2019
-
-
David Douard authored
-
David Douard authored
the old "swh-scheduler" still exists for now, and is mostly backward compatible but the --log-level option (which is defined in the "swh" main command group). Unit tests have been adapted and should pass ok.
-
David Douard authored
-
- May 03, 2019
-
-
Antoine Lambert authored
Related T1508
-
- Apr 12, 2019
-
-
Nicolas Dandrimont authored
-
- Apr 10, 2019
-
-
Nicolas Dandrimont authored
-
vlorentz authored
-
Antoine Lambert authored
Related T1629 Related T1508
-
- Apr 04, 2019
-
-
Antoine Lambert authored
This issue was spotted after the upgrade of psycopg2 to version 2.8
-
- Apr 02, 2019
-
-
Nicolas Dandrimont authored
We kind-of-need that to test that we'll be able to understand results in production (even though we're sending results by hand, not through this event) and it works around https://github.com/celery/celery/issues/5366 in Celery 4.3.
-
- Apr 01, 2019
-
-
Antoine Lambert authored
-
- Mar 21, 2019
-
-
Antoine R. Dumont authored
This actually conflicts with the latest celery version. We should not depend on it as this is drawn by celery already.
-
- Mar 18, 2019
-
-
David Douard authored
this later does not brings anything over the default's one. This requires swh.core >= 0.0.56
-
- Mar 15, 2019
-
-
Nicolas Dandrimont authored
Celery voluntarily pools messages to reduce traffic, so it's expected that some messages end up here several times. No need to spam logs about it.
-
- Mar 14, 2019
- Mar 13, 2019
-
-
Nicolas Dandrimont authored
The current state of the celery worker/utility logging setup makes us log twice: the default value of log_console can't be overridden by the cli flag in celery workers. The environment variable can be set to journal when running as a systemd service; this shuts down the console logger, and allows the metadata added to log messages to pass through.
-
vlorentz authored
-
vlorentz authored
-
vlorentz authored
This also fixes the pretty-printing of tasks, which was ambiguous (`42` and `"42"` where both printed as `42`).
-
- Mar 06, 2019
-
-
David Douard authored
-
- Mar 01, 2019
-
-
vlorentz authored
- Feb 28, 2019