summaryrefslogtreecommitdiff
path: root/gitlab/utils.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-1/+1
* chore: remove unused function sanitize_parameters()John L. Villalovos2021-04-181-8/+0
* fix: handle tags like debian/2%2.6-21 as identifiersEmanuele Aina2021-03-051-3/+3
* chore: disallow incomplete type defsJohn L. Villalovos2021-02-281-2/+3
* chore: add type hints to gitlab/utils.pyJohn L. Villalovos2021-02-251-6/+14
* refactor: split unit tests by GitLab API resourcesNejc Habjan2020-08-221-0/+8
* fix: remove null values from features POST data, because it failsMateusz Filipowicz2020-02-071-0/+4
* refactor: remove six dependencyMax Wittig2019-12-181-2/+2
* fix: convert # to %23 in URLsfix/779Gauvain Pocentek2019-06-081-0/+4
* refactor: format everything blackrefactor/blackMax Wittig2019-05-161-2/+2
* Raise an exception on https redirects for PUT/POSTGauvain Pocentek2018-08-241-0/+20
* update copyright yearsGauvain Pocentek2017-05-241-1/+1
* fix pep8 testGauvain Pocentek2016-08-111-0/+1
* Add copyright header to utils.pyGauvain Pocentek2016-08-111-0/+17
* Allow to stream the downloads when appropriateGauvain Pocentek2016-07-171-0/+15