- May 15, 2019
-
-
Archit Agrawal authored
Add a lister of all hosted repositories on a Phabricator instance Closes T808
-
Antoine Lambert authored
-
- May 14, 2019
-
-
Antoine Lambert authored
-
- May 13, 2019
-
-
Antoine Lambert authored
-
- Apr 12, 2019
-
-
Nicolas Dandrimont authored
-
- Apr 11, 2019
-
-
David Douard authored
the exception can also be an AttributeError. Also do not reraise this exception (in github/tasks.py). This promise saving feature is used for tests.
-
- Apr 10, 2019
-
-
Antoine Lambert authored
Related T1508
-
Antoine Lambert authored
-
Antoine Lambert authored
Prior to this commit, initializing all listers was failing after the debian lister processing because of global insert_minimum_data init Related T1629
-
- Mar 24, 2019
-
-
Archit Agrawal authored
-
- Mar 19, 2019
-
-
Archit Agrawal authored
-
Archit Agrawal authored
-
Archit Agrawal authored
-
Archit Agrawal authored
-
Nicolas Dandrimont authored
Summary: Using order by and offset makes the partitioning a n^2 operation on the number of entries in the table, rather than an instant operation when using min/max. This assumes the indexable column is more or less uniform, which is not exactly true but not the worst approximation either. Test Plan: tox Reviewers: #reviewers, douardda Reviewed By: #reviewers, douardda Subscribers: douardda, swh-public-ci Differential Revision: https://forge.softwareheritage.org/D1267
-
Nicolas Dandrimont authored
Summary: Using order by and offset makes the partitioning a n^2 operation on the number of entries in the table, rather than an instant operation when using min/max. This assumes the indexable column is more or less uniform, which is not exactly true but not the worst approximation either. Test Plan: tox Reviewers: #reviewers, douardda Reviewed By: #reviewers, douardda Subscribers: douardda, swh-public-ci Differential Revision: https://forge.softwareheritage.org/D1267
-
Archit Agrawal authored
-
- Feb 14, 2019
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- 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
-