summaryrefslogtreecommitdiff
path: root/gitlab/client.py
Commit message (Expand)AuthorAgeFilesLines
* chore: enforce type-hints on most files in gitlab/v4/objects/jlvillal/mypy_small_files_1John L. Villalovos2021-11-081-6/+8
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-5/+5
* chore: fix type-check issue shown by new requests-typesJohn L. Villalovos2021-10-061-0/+2
* feat: default to gitlab.com if no URL givenNejc Habjan2021-09-081-3/+14
* fix!: raise error if there is a 301/302 redirectionJohn L. Villalovos2021-09-081-19/+25
* feat: allow global retry_transient_errors setupKarun Japhet2021-08-291-4/+8
* docs: make Gitlab class usable for intersphinxNejc Habjan2021-06-141-0/+33
* feat: add keys endpointBen Brown2021-06-031-0/+1
* docs: fix typo in http_delete docstringBen Brown2021-06-011-1/+1
* chore: apply typing suggestionsNejc Habjan2021-05-311-7/+11
* feat(objects): add support for generic packages APINejc Habjan2021-05-311-29/+41
* chore: apply suggestionsNejc Habjan2021-05-301-1/+1
* feat(objects): support all issues statistics endpointsNejc Habjan2021-05-301-0/+1
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-4/+2
* Merge pull request #1392 from bbatliner/patch-1Max Wittig2021-04-231-10/+18
|\
| * fix: only append kwargs as query parametersBrendan Batliner2021-04-071-10/+15
| * fix: only add query_parameters to GitlabList onceBrendan Batliner2021-04-071-0/+3
* | fix: update user's bool data and avatarDylann Cordel2021-04-221-0/+6
|/
* chore: put assert statements inside 'if TYPE_CHECKING:'John L. Villalovos2021-03-021-8/+15
* chore: disallow incomplete type defsJohn L. Villalovos2021-02-281-17/+19
* chore: add and fix some type-hints in gitlab/client.pyJohn L. Villalovos2021-02-271-4/+6
* chore: add type-hints to gitlab/client.pyJohn L. Villalovos2021-02-261-77/+139
* chore: remove unused function _construct_url()John L. Villalovos2021-02-231-18/+0
* feat: add an initial mypy test to tox.iniJohn L. Villalovos2021-02-221-1/+1
* chore: remove usage of 'from ... import *' in client.pyJohn L. Villalovos2021-02-221-16/+16
* chore: explicitly import gitlab.v4.objects/cliJohn L. Villalovos2021-02-211-4/+16
* refactor: move Gitlab and GitlabList to gitlab/client.pyJohn L. Villalovos2021-02-181-0/+858