- Oct 28, 2019
-
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
- Oct 18, 2019
-
-
Nicolas Dandrimont authored
The celery.shared_task decorator allows late-binding of tasks to any celery app, which is well suited for our "task plugin" architecture.
-
- Oct 15, 2019
-
-
Antoine R. Dumont authored
Related T2032
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related T2032
-
- Oct 14, 2019
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Oct 12, 2019
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related T2032
-
Antoine R. Dumont authored
Related T2032
-
Antoine R. Dumont authored
Related T2032
-
Antoine R. Dumont authored
Failing tests is less noisy in development mode.
-
- Oct 11, 2019
-
-
Antoine R. Dumont authored
Related T2032
-
Antoine R. Dumont authored
Related T2032
-
Antoine R. Dumont authored
Related T2032
-
Antoine R. Dumont authored
Related T2032
-
Antoine R. Dumont authored
Which checks the cran lister tasks written in the scheduler. Related d30d574d Related 5ea9d5ed Related T2032
-
- Oct 10, 2019
-
-
Antoine R. Dumont authored
Relatd D2076#inline-13551
-
- Oct 09, 2019
-
-
Antoine R. Dumont authored
This also adds an swh-listers fixture which allows to retrieve a test ready lister from its name (e.g gnu). Those listers have access to a scheduler fixture so we can check the listing output from the scheduler instance.
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related D2082
-
- Oct 04, 2019
-
-
Antoine R. Dumont authored
Loader Task signature for the loader gnu is now: - args: - package - package urls - kwargs: tarballs: List of Dict with keys archive (unchanged), 'time' (was 'date'), length (new)
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Oct 02, 2019
-
-
Antoine R. Dumont authored
Prior to this commit, the code was actually duplicated with an old version which would not work. Related D1492#41287
-
- Sep 20, 2019
-
-
Antoine R. Dumont authored
Prior to this commit, the pip activation environment failed because the old cli name no longer exists, it's named 'lister' now.
-
- Sep 19, 2019
-
-
Antoine Lambert authored
Closes T2014
-
- Sep 17, 2019
-
-
Antoine Lambert authored
Closes T2001
-
- Sep 16, 2019
-
-
Antoine Lambert authored
Previously, the Phabricator lister was disabling some loading tasks while it was not supposed to. More precisely, due to an invalid index provided to a database query, the latest created scheduler task was disabled each time a new page of results was provided to the lister by the Phabricator API. Moreover, database queries were not filtered according to the Phabricator instance resulting in possible disabling of scheduler tasks from other instances. Closes T2000
-
Antoine Lambert authored
Without that fix, errors are raised when one wants to list Phabricator repositories in a specific index range. The issue is due to a comparison between a string and an integer. So convert next extracted repository index to integer to match the corresponding model type. Closes T1997
-
Antoine Lambert authored
Turns out all newly listed repositories were filtered out because of that. Consequently, no entries in the listers database and no scheduler loading tasks were created when listing a Phabricator instance. Closes T1999
-
- Sep 12, 2019
-
-
Antoine Lambert authored
-
- Sep 09, 2019
-
- Sep 06, 2019
-
-
Antoine R. Dumont authored
Related T1984
-