- Feb 14, 2019
-
-
Jenkins for Software Heritage authored
with Debian dir 97d1cfd3f336dc5a60347128da255bd98d5b1d3a
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
- Feb 07, 2019
-
-
Jenkins for Software Heritage authored
-
Jenkins for Software Heritage authored
with Debian dir 25fdec14c00019c5de97d82d8068a2bda1deed74
-
- Feb 06, 2019
-
-
David Douard authored
making 2 of them fail (in test_bb_lister.py and test_gh_lister.py).
-
David Douard authored
-
David Douard authored
-
David Douard authored
with conventional structure { 'cls': cls, 'args': {}} r
-
David Douard authored
-
David Douard authored
and add a 'all' possibel value for it, so that one can initialize all the database for all listers at once.
-
- Feb 01, 2019
-
-
David Douard authored
-
David Douard authored
the db query actually returns a table-like (2d) structure.
-
David Douard authored
-
David Douard authored
-
- Jan 30, 2019
-
-
Antoine Lambert authored
-
- Jan 17, 2019
-
-
David Douard authored
since this is now handled by the SWHTask itself.
-
- Jan 16, 2019
-
-
David Douard authored
pytest<4 because of https://github.com/pytest-dev/pytest/issues/4641
-
- Jan 15, 2019
-
-
David Douard authored
-
David Douard authored
-
David Douard authored
-
David Douard authored
when this lister is called for the first time, db_num_entries() may return a null value, so the min() will also be zero, making the range() call crash.
-
David Douard authored
which it won't be when the lister is called for the first time (since the run() method will be be called with min_bond=None in this case).
-
- Jan 14, 2019
-
-
David Douard authored
so that we can easily manage its configuration (especially in the docker environment) by referring to this lister as only 'bitbucket' everywhere (ie. python package name and config file names).
-
- Jan 10, 2019
-
-
David Douard authored
since it's now the default base class in swh-scheduler (>= 0.0.39)
-
David Douard authored
-
David Douard authored
using the host of the given url. This allows to create a lister task by simply specify the API base url and prevent 'inconsistent by default' behavior, eg. with: swh-scheduler task add swh-lister-gitlab-full \ api_baseurl=https://0xacab.org/api/v4 the created task does not use 'gitlab' as instance name (but '0xacab.org' here). It's still possible to explicitely specify the instance name if needed.
-
- Jan 08, 2019
-
-
David Douard authored
-
David Douard authored
-
David Douard authored
-
David Douard authored
-
David Douard authored
-
David Douard authored
-
David Douard authored
in order to be able to run unit tests using celery pytest fixtures, we use a dedicated swh_app fixture that ensure the "main" celery app is the test app (otherwise subtasks won't work).
-