summaryrefslogtreecommitdiff
path: root/gitlab/client.py
Commit message (Expand)AuthorAgeFilesLines
* feat(api): implement HEAD methodGauvain Pocentek2022-06-251-0/+21
* chore: fix issue found with pylint==2.14.3John L. Villalovos2022-06-191-3/+1
* chore: enable pylint check: "redefined-outer-name",John L. Villalovos2022-06-041-4/+3
* chore: enable pylint check: "no-self-use"John L. Villalovos2022-06-041-4/+7
* chore: enable pylint check: "no-else-return"John L. Villalovos2022-06-041-2/+1
* chore: enable pylint check: "attribute-defined-outside-init"John L. Villalovos2022-06-041-0/+1
* chore: correct ModuleNotFoundError() argumentsJohn L. Villalovos2022-05-291-2/+2
* test(gitlab): increase unit test coverageNejc Habjan2022-05-291-1/+3
* feat(client): introduce `iterator=True` and deprecate `as_list=False` in `lis...John L. Villalovos2022-05-291-7/+24
* Merge pull request #1965 from python-gitlab/fix/redundant-args-apiMax Wittig2022-04-141-5/+7
|\
| * fix: avoid passing redundant arguments to APINejc Habjan2022-04-051-5/+7
* | Merge pull request #1974 from Sineaggi/add-chunked-to-list-of-retryable-excep...Nejc Habjan2022-04-141-1/+1
|\ \
| * | fix: add ChunkedEncodingError to list of retryable exceptionsClayton Walker2022-04-131-1/+1
| |/
* | feat: emit a warning when using a `list()` method returns maxJohn L. Villalovos2022-04-121-8/+54
|/
* chore(client): remove duplicate codeNejc Habjan2022-04-041-3/+0
* fix: add 52x range to retry transient failures and testsClayton Walker2022-04-041-3/+6
* fix: also retry HTTP-based transient errorsMitar2022-04-041-11/+25
* Merge pull request #1895 from python-gitlab/jlvillal/rate-limitNejc Habjan2022-03-101-0/+4
|\
| * fix: support RateLimit-Reset headerJohn L. Villalovos2022-02-161-0/+4
* | style: reformat for black v22Nejc Habjan2022-03-101-1/+1
|/
* chore: correct type-hints for per_page attrbuteJohn L. Villalovos2022-02-051-4/+2
* chore: require kwargs for `utils.copy_dict()`John L. Villalovos2022-02-031-3/+3
* chore: remove old-style classesNejc Habjan2022-01-231-2/+2
* feat(cli): allow options from args and environment variablesNejc Habjan2022-01-021-0/+82
* fix: handle situation where GitLab does not return valuesjlvillal/paginationJohn L. Villalovos2021-12-301-16/+17
* Merge pull request #1766 from python-gitlab/jlvillal/leave_dotNejc Habjan2021-12-211-16/+11
|\
| * fix: stop encoding '.' to '%2E'jlvillal/leave_dotJohn L. Villalovos2021-12-201-16/+11
* | chore: remove '# type: ignore' for new mypy versionrenovate/mypy-0.xJohn L. Villalovos2021-12-201-1/+1
|/
* feat(api): add support for Topics APINejc Habjan2021-12-111-0/+2
* docs: use annotations for return typesdocs/sphinx-annotationsNejc Habjan2021-12-011-12/+10
* docs: only use type annotations for documentationNejc Habjan2021-11-281-53/+50
* 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