summaryrefslogtreecommitdiff
path: root/gitlab/base.py
Commit message (Expand)AuthorAgeFilesLines
* chore: create return type-hints for `get_id()` & `encoded_id`John L. Villalovos2022-01-141-3/+3
* chore: replace usage of utils._url_encode() with utils.EncodedId()jlvillal/encoded_idJohn L. Villalovos2022-01-131-1/+1
* fix: use url-encoded ID in all pathsJohn L. Villalovos2022-01-131-0/+9
* fix: broken URL for FAQ about attribute-error-listJohn L. Villalovos2022-01-091-1/+1
* chore: add `pprint()` and `pformat()` methods to RESTObjectJohn L. Villalovos2022-01-081-0/+9
* fix: handle situation where GitLab does not return valuesjlvillal/paginationJohn L. Villalovos2021-12-301-2/+2
* Merge pull request #1709 from python-gitlab/docs/sphinx-annotationsNejc Habjan2021-12-011-2/+1
|\
| * docs: only use type annotations for documentationNejc Habjan2021-11-281-2/+1
* | chore: attempt to be more informative for missing attributesjlvillal/attribute_helpJohn L. Villalovos2021-11-301-4/+34
|/
* chore: fix issue with adding type-hints to 'manager' attributeJohn L. Villalovos2021-11-211-0/+4
* refactor: use new-style formatting for named placeholdersNejc Habjan2021-11-081-1/+1
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-7/+3
* docs: fix a few typosTim Gates2021-09-191-1/+1
* chore: convert to using type-annotations for managersJohn L. Villalovos2021-09-081-5/+13
* chore: improve type-hinting for managersJohn L. Villalovos2021-09-071-2/+3
* fix: catch invalid type used to initialize RESTObjectJohn L. Villalovos2021-06-101-0/+7
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-1/+2
* chore: mypy: Disallow untyped definitionsJohn L. Villalovos2021-04-271-6/+6
* chore: make RESTObject._short_print_attrs always presentJohn L. Villalovos2021-04-241-0/+1
* Merge pull request #1383 from spyoungtech/dirfixNejc Habjan2021-04-211-1/+1
|\
| * fix(types): prevent __dir__ from producing duplicatesSpencer Young2021-03-231-1/+1
* | chore: have _create_attrs & _update_attrs be a namedtupleJohn L. Villalovos2021-04-171-3/+9
|/
* chore: add _create_attrs & _update_attrs to RESTManagerJohn L. Villalovos2021-03-101-1/+3
* fix: checking if RESTManager._from_parent_attrs is setJohn L. Villalovos2021-03-071-2/+2
* chore: make _types always present in RESTManagerJohn L. Villalovos2021-03-071-0/+2
* chore: add type hints to gitlab/base.py:RESTManagerJohn L. Villalovos2021-03-011-0/+5
* chore: disallow incomplete type defsJohn L. Villalovos2021-02-281-4/+8
* chore: add additional type-hints for gitlab/base.pyJohn L. Villalovos2021-02-271-1/+7
* Merge pull request #1339 from JohnVillalovos/jlvillal/mypy_client_pyMax Wittig2021-02-271-2/+2
|\
| * chore: add type-hints to gitlab/client.pyJohn L. Villalovos2021-02-261-2/+2
* | chore: improve type-hints for gitlab/base.pyJohn L. Villalovos2021-02-261-3/+5
|/
* chore: add type hints to gitlab/base.pyJohn L. Villalovos2021-02-221-29/+34
* refactor(api): explicitly export classes for star importsrefactor/split-objectsNejc Habjan2021-02-071-0/+7
* fix(base): really refresh objectfix/delete-attrMax Wittig2020-10-121-1/+1
* feat(types): add __dir__ to RESTObject to expose attributesSpencer Young2020-04-131-0/+3
* docs: fix comment of prev_page()Donghui Wang2020-03-211-1/+1
* docs: fix comment of prev_page()donhui2020-03-201-2/+2
* refactor: remove unused code, simplify string formatgodaji2019-10-061-1/+1
* fix: improve pickle supportbourgesl2019-07-211-1/+1
* refactor: format everything blackrefactor/blackMax Wittig2019-05-161-31/+39
* fix: use python2 compatible syntax for superfix/python-testsMax Wittig2019-02-221-2/+7
* Implement __eq__ and __hash__ methodsJonathan Piron2019-02-201-1/+11
* Drop API v3 supportGauvain Pocentek2018-05-191-526/+0
* submanagers: allow having undefined parametersGauvain Pocentek2017-12-161-1/+1
* Module's base objects serialization (#359)Lyudmil Nenov2017-11-031-0/+22
* Pagination generators: expose more informationGauvain Pocentek2017-11-011-0/+36
* Remove support for "constructor types" in v4Gauvain Pocentek2017-10-211-4/+0
* Fix the labels attrs on MR and issuesGauvain Pocentek2017-09-191-1/+18
* adds project upload feature (#239)James Johnson2017-09-121-1/+1
* [v4] CLI support is backGauvain Pocentek2017-08-171-0/+7