summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): update dependency sphinx to v3.5.4renovate/sphinx-3.xRenovate Bot2021-04-111-1/+1
* chore(deps): update gitlab/gitlab-ce docker tag to v13.10.1-ce.0Renovate Bot2021-03-311-1/+1
* Merge pull request #1363 from python-gitlab/feat/all-audit-eventsMax Wittig2021-03-246-25/+98
|\
| * feat(objects): add support for group audit events APIfeat/all-audit-eventsNejc Habjan2021-03-074-8/+67
| * test(objects): add unit test for instance audit eventsNejc Habjan2021-03-071-5/+18
| * chore: import audit events in objectsNejc Habjan2021-03-071-0/+1
| * fix(objects): add single get endpoint for instance audit eventsNejc Habjan2021-03-071-1/+1
| * refactor(objects): move instance audit events where they belongNejc Habjan2021-03-072-13/+13
* | Merge pull request #1382 from python-gitlab/renovate/docker-compose-1.xMax Wittig2021-03-231-1/+1
|\ \
| * | chore(deps): update dependency docker-compose to v1.28.6Renovate Bot2021-03-231-1/+1
|/ /
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.10.0-ce.0Renovate Bot2021-03-221-1/+1
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.9.4-ce.0Renovate Bot2021-03-171-1/+1
* | Merge pull request #1373 from JacobHenner/jacobhenner/add-package_filesNejc Habjan2021-03-143-3/+104
|\ \
| * | chore: fix package file test namingNejc Habjan2021-03-141-1/+1
| * | feat: add ProjectPackageFileJacob Henner2021-03-103-3/+104
* | | Merge pull request #1371 from JohnVillalovos/jlvillal/create_attrs_1Nejc Habjan2021-03-144-91/+22
|\ \ \ | |/ / |/| |
| * | chore: add _create_attrs & _update_attrs to RESTManagerJohn L. Villalovos2021-03-104-91/+22
|/ /
* | Merge pull request #1369 from python-gitlab/renovate/docker-gitlab-gitlab-ce-...Max Wittig2021-03-101-1/+1
|\ \
| * | chore(deps): update gitlab/gitlab-ce docker tag to v13.9.3-ce.0Renovate Bot2021-03-101-1/+1
|/ /
* | Merge pull request #1367 from JohnVillalovos/jlvillal/from_parent_attrsNejc Habjan2021-03-102-15/+9
|\ \
| * | fix: checking if RESTManager._from_parent_attrs is setJohn L. Villalovos2021-03-072-15/+9
|/ /
* | Merge pull request #1365 from JohnVillalovos/jlvillal/getattrNejc Habjan2021-03-073-14/+12
|\ \ | |/ |/|
| * chore: make _types always present in RESTManagerJohn L. Villalovos2021-03-073-14/+12
|/
* Merge pull request #1336 from em-/fix/quote-everythingNejc Habjan2021-03-072-3/+11
|\
| * fix: handle tags like debian/2%2.6-21 as identifiersEmanuele Aina2021-03-052-3/+11
* | Merge pull request #1344 from JohnVillalovos/jlvillal/mixinsNejc Habjan2021-03-061-57/+313
|\ \
| * | chore: add type-hints for gitlab/mixins.pyJohn L. Villalovos2021-03-061-57/+313
|/ /
* | Merge pull request #1353 from JohnVillalovos/jlvillal/mypy_baseNejc Habjan2021-03-061-0/+5
|\ \
| * | chore: add type hints to gitlab/base.py:RESTManagerJohn L. Villalovos2021-03-011-0/+5
* | | Merge pull request #1350 from JohnVillalovos/jlvillal/isinstanceNejc Habjan2021-03-061-8/+15
|\ \ \
| * | | chore: put assert statements inside 'if TYPE_CHECKING:'John L. Villalovos2021-03-021-8/+15
* | | | Merge pull request #1361 from python-gitlab/renovate/sphinx-3.xNejc Habjan2021-03-061-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | chore(deps): update dependency sphinx to v3.5.2Renovate Bot2021-03-061-1/+1
|/ / /
* | | Merge pull request #1358 from python-gitlab/renovate/docker-gitlab-gitlab-ce-...Max Wittig2021-03-041-1/+1
|\ \ \ | |_|/ |/| |
| * | chore(deps): update gitlab/gitlab-ce docker tag to v13.9.2-ce.0Renovate Bot2021-03-041-1/+1
|/ /
* | Merge pull request #1351 from JohnVillalovos/jlvillal/import_startNejc Habjan2021-03-011-2/+2
|\ \ | |/ |/|
| * chore: del 'import *' in gitlab/v4/objects/project_access_tokens.pyJohn L. Villalovos2021-03-011-2/+2
|/
* Merge pull request #1342 from JohnVillalovos/jlvillal/mypy_incompleteNejc Habjan2021-02-285-31/+45
|\
| * chore: disallow incomplete type defsJohn L. Villalovos2021-02-285-31/+45
|/
* Merge pull request #1347 from python-gitlab/chore/split-repository-methodsMax Wittig2021-02-282-197/+208
|\
| * chore(api): move repository endpoints into separate modulechore/split-repository-methodsNejc Habjan2021-02-282-197/+208
* | Merge pull request #1343 from JohnVillalovos/jlvillal/mypy_testing_thingsNejc Habjan2021-02-281-4/+6
|\ \
| * | chore: add and fix some type-hints in gitlab/client.pyJohn L. Villalovos2021-02-271-4/+6
* | | Merge pull request #1345 from JohnVillalovos/jlvillal/mypy_base_fixesNejc Habjan2021-02-281-1/+7
|\ \ \ | |_|/ |/| |
| * | chore: add additional type-hints for gitlab/base.pyJohn L. Villalovos2021-02-271-1/+7
| |/
* | Merge pull request #1333 from python-gitlab/feat/user-follow-apiNejc Habjan2021-02-284-0/+152
|\ \ | |/ |/|
| * feat(users): add follow/unfollow APIfeat/user-follow-apiMax Wittig2021-02-274-0/+152
* | Merge pull request #1339 from JohnVillalovos/jlvillal/mypy_client_pyMax Wittig2021-02-272-79/+141
|\ \
| * | chore: add type-hints to gitlab/client.pyJohn L. Villalovos2021-02-262-79/+141
* | | Merge pull request #1341 from JohnVillalovos/jlvillal/gitterNejc Habjan2021-02-271-0/+5
|\ \ \