- Jul 20, 2018
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
UnboundLocalError could happen otherwise
-
- Jul 19, 2018
-
-
Antoine R. Dumont authored
-
- Jul 18, 2018
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
The api response json files used in tests were missing from the sdist tarball created for package purposes, resulting in test failures. Related T1137 Related T1138
-
Antoine R. Dumont authored
Related T1138
-
Antoine R. Dumont authored
Related T1138
-
- Jul 17, 2018
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Avoid eating *all* arbitrary arguments and passing them along to the new_lister method.
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Was missing the dict to read from
-
- Jul 16, 2018
-
-
Antoine R. Dumont authored
As response headers' keys are case-insensitive and requests does the aggregation magic. [1] http://docs.python-requests.org/en/master/user/quickstart/#response-headers
-
- Jul 12, 2018
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Jul 11, 2018
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related T989
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Also drop the SWH prefix as this is redundant.
-
Antoine R. Dumont authored
swh.lister.gitlab: make the 'instance' a constructor parameter
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related T989
-
Antoine R. Dumont authored
And remove uneeded indexing name from the RangeListerTask
-
Antoine R. Dumont authored
Related T989
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related T989
-
Antoine R. Dumont authored
Samples: - https://0xacab.org/api/v4/projects/ - https://framagit.org/api/v4/projects/ - https://salsa.debian.org/api/v4/projects/ - https://gitlab.com/api/v4/projects/ - https://gitlab.freedesktop.org/api/v4/projects/ - https://gitlab.gnome.org/api/v4/projects/ - https://gitlab.inria.fr/api/v4/projects/ Related T989
-
Antoine R. Dumont authored
Multiple issues wish for the api to converge on 429 but nothing is clear nor documented yet: - https://gitlab.com/gitlab-com/infrastructure/issues/348 - https://gitlab.com/gitlab-org/gitlab-ce/issues/41309 - https://gitlab.com/gitlab-org/gitlab-ce/issues/46522 The only response code mentioned in the documentation is 403 (https://docs.gitlab.com/ee/api/README.html#status-codes).
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related T989
-