summaryrefslogtreecommitdiff
path: root/gitlab/v4
Commit message (Expand)AuthorAgeFilesLines
* fix(objects): allow lists for filters for in all objectsfix/missing-list-attributesNejc Habjan2021-04-2710-12/+62
* 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
* | | Merge pull request #1373 from JacobHenner/jacobhenner/add-package_filesNejc Habjan2021-03-141-2/+13
|\ \ \ | |_|/ |/| |
| * | feat: add ProjectPackageFileJacob Henner2021-03-101-2/+13
* | | chore: add _create_attrs & _update_attrs to RESTManagerJohn L. Villalovos2021-03-101-23/+12
|/ /
* | fix: checking if RESTManager._from_parent_attrs is setJohn L. Villalovos2021-03-071-13/+7
* | chore: make _types always present in RESTManagerJohn L. Villalovos2021-03-071-3/+2
|/
* chore: del 'import *' in gitlab/v4/objects/project_access_tokens.pyJohn L. Villalovos2021-03-011-2/+2
* chore(api): move repository endpoints into separate modulechore/split-repository-methodsNejc Habjan2021-02-282-197/+208
* Merge pull request #1333 from python-gitlab/feat/user-follow-apiNejc Habjan2021-02-281-0/+50
|\
| * feat(users): add follow/unfollow APIfeat/user-follow-apiMax Wittig2021-02-271-0/+50
* | fix: remove duplicate class definitions in v4/objects/users.pyJohn L. Villalovos2021-02-251-12/+0
* | Merge pull request #1319 from JohnVillalovos/jlvillal/import_starNejc Habjan2021-02-2557-114/+244
|\ \ | |/ |/|
| * chore: remove usage of 'from ... import *'John L. Villalovos2021-02-2357-114/+244
* | feat(projects): add project access token apiMax Wittig2021-02-242-0/+20
|/
* fix: undefined name errorsJohn L. Villalovos2021-02-232-4/+8
* chore(objects): make Project refreshableNejc Habjan2021-02-211-1/+1
* feat(objects): add Release Links API supportNejc Habjan2021-02-214-14/+39
* feat: add project audit endpointClayton Walker2021-02-192-0/+25
* feat: add personal access token APIfeat/personal-access-token-apiMax Wittig2021-02-172-0/+19
* fix: honor parameter value passedJonathan Vogt2021-02-151-2/+2
* refactor(api): explicitly export classes for star importsrefactor/split-objectsNejc Habjan2021-02-0754-9/+525
* refactor(v4): split objects and managers per API resourceNejc Habjan2021-02-0754-5850/+6167
* feat(issues): add missing get verb to IssueManagerfeat/single-issue-apiNejc Habjan2021-02-061-1/+1
* feat: import from bitbucket serverDan Fuchs2021-02-041-3/+91