- May 29, 2019
-
-
Antoine R. Dumont authored
This becomes a dictionary of key <lister-name>, value a dict of key <instance-name>, value list of dict username/password. Related T1772
-
- May 22, 2019
-
-
David Douard authored
also add a cli group named 'lister' for the sake of consistency with other swh packages and rename the command as 'db-init', like: swh lister db-init LISTER [...]
-
- May 21, 2019
-
-
Antoine Lambert authored
Related T1508
-
- May 20, 2019
-
-
David Douard authored
This is (hopefully) a temporary fix that can be removed as soon as https://github.com/pypa/pip/issues/6239 is fixed, probably thanks to https://github.com/pypa/pip/issues/988
-
- 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.
-