summaryrefslogtreecommitdiff
path: root/gitlab/v4
Commit message (Expand)AuthorAgeFilesLines
...
* | feat(objects): add support for Group wikis (#1484)Simon Pamies2021-06-032-0/+20
* | Merge pull request #1483 from JohnVillalovos/jlvillal/mypy_cliNejc Habjan2021-06-011-39/+120
|\ \
| * | chore: add type-hints to gitlab/v4/cli.pyJohn L. Villalovos2021-05-311-39/+120
| |/
* | chore: add missing optional create parameter for approval_rulesJohn L. Villalovos2021-05-311-1/+2
* | chore: apply typing suggestionsNejc Habjan2021-05-311-1/+1
* | feat(objects): add support for generic packages APINejc Habjan2021-05-312-1/+116
|/
* feat(api): add deployment mergerequests interfaceLudwig Weiss2021-05-302-3/+34
* chore: apply suggestionsNejc Habjan2021-05-302-2/+3
* feat(objects): support all issues statistics endpointsNejc Habjan2021-05-302-0/+25
* feat(objects): add support for descendant groups APINejc Habjan2021-05-291-0/+17
* fix(cli): add missing list filter for jobsNejc Habjan2021-05-291-1/+1
* feat(objects): add pipeline test report supportRaphaƫl Monat2021-05-291-0/+14
* chore: use built-in function issubclass() instead of getmro()John L. Villalovos2021-05-281-12/+10
* fix: change mr.merge() to use 'post_data'John L. Villalovos2021-05-251-1/+1
* feat(objects): add support for billable membersNejc Habjan2021-05-252-1/+34
* chore: fix import ordering using isortJohn L. Villalovos2021-05-2558-96/+61
* fix(cli): fix parsing CLI objects to classnamesNejc Habjan2021-05-151-2/+2
* feat: add feature to get inherited member for project/groupOleksii Shkurupii2021-05-073-54/+24
* Merge pull request #1420 from python-gitlab/fix/missing-list-attributesJohn Villalovos2021-05-0610-12/+62
|\
| * fix(objects): allow lists for filters for in all objectsfix/missing-list-attributesNejc Habjan2021-04-2710-12/+62
* | fix(objects): return server data in cancel/retry methodsNejc Habjan2021-05-022-4/+4
* | Merge pull request #1438 from python-gitlab/fix/missing-group-attributesJohn Villalovos2021-05-011-0/+9
|\ \
| * | fix(objects): add missing group attributesNejc Habjan2021-05-011-0/+9
| |/
* | feat: add code owner approval as attributeDaniel Lanner2021-04-301-0/+1
|/
* fix: iids not working as a list in projects.issues.list()John L. Villalovos2021-04-271-1/+1
* Merge pull request #1352 from JohnVillalovos/jlvillal/fix_mroNejc Habjan2021-04-275-5/+5
|\
| * fix: add a check to ensure the MRO is correctJohn L. Villalovos2021-04-245-5/+5
* | Merge pull request #1412 from JohnVillalovos/jlvillal/optional_get_attrsNejc Habjan2021-04-261-7/+4
|\ \
| * | chore: make Get.*Mixin._optional_get_attrs always presentJohn L. Villalovos2021-04-241-7/+4
| |/
* | fix(files): do not url-encode file paths twiceNejc Habjan2021-04-261-1/+0
* | Merge pull request #1411 from JohnVillalovos/jlvillal/list_filtersMax Wittig2021-04-251-7/+4
|\ \
| * | chore: make ListMixin._list_filters always presentJohn L. Villalovos2021-04-241-7/+4
| |/
* | Merge pull request #1410 from JohnVillalovos/jlvillal/short_print_attrMax Wittig2021-04-251-1/+1
|\ \
| * | chore: make RESTObject._short_print_attrs always presentJohn L. Villalovos2021-04-241-1/+1
| |/
* | chore(objects): remove noisy deprecation warning for audit eventschore/remove-noisy-deprecation-warningNejc Habjan2021-04-251-18/+0
|/
* Merge pull request #1405 from JohnVillalovos/jlvillal/returns_bytesMax Wittig2021-04-231-2/+2
|\
| * fix: correct ProjectFile.decode() documentationJohn L. Villalovos2021-04-221-2/+2
* | Merge pull request #1397 from JohnVillalovos/jlvillal/flake8Max Wittig2021-04-2317-88/+84
|\ \ | |/ |/|
| * chore: fix F841 errors reported by flake8John L. Villalovos2021-04-181-1/+1
| * chore: fix F401 errors reported by flake8John L. Villalovos2021-04-1816-87/+83
* | fix: argument type was not a tuple as expectedJohn L. Villalovos2021-04-181-1/+1
* | chore: fix typo in mr eventsfeat/resource-state-eventsNejc Habjan2021-04-181-4/+2
* | feat(objects): add support for resource state events APINejc Habjan2021-04-183-0/+30
|/
* Merge pull request #1366 from JohnVillalovos/jlvillal/create_attrsNejc Habjan2021-04-1742-270/+328
|\
| * chore: have _create_attrs & _update_attrs be a namedtupleJohn L. Villalovos2021-04-1742-270/+328
* | Merge pull request #1363 from python-gitlab/feat/all-audit-eventsMax Wittig2021-03-245-18/+61
|\ \
| * | feat(objects): add support for group audit events APIfeat/all-audit-eventsNejc Habjan2021-03-073-5/+47
| * | 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