summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects
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
* | fix(files): do not url-encode file paths twiceNejc Habjan2021-04-261-1/+0
* | 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-1741-266/+324
|\
| * chore: have _create_attrs & _update_attrs be a namedtupleJohn L. Villalovos2021-04-1741-266/+324
* | 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
| |/
* | feat: add ProjectPackageFileJacob Henner2021-03-101-2/+13
|/
* 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
* feat: support multipart uploadsfeat/multipart-uploadsMax Wittig2021-01-281-3/+3
* fix(api): use RetrieveMixin for ProjectLabelManagerMarvin Scholz2021-01-101-1/+1
* Merge pull request #1200 from robinson96/feature/project_merge_request_approv...Max Wittig2020-10-291-8/+89
|\
| * test: add test_project_merge_request_approvals.pyPeter B. Robinson2020-10-141-2/+2
| * feat: adds support for project merge request approval rules (#1199)Peter B. Robinson2020-09-301-8/+89
* | Merge pull request #1203 from intostern/feat/bridgeMax Wittig2020-10-081-0/+12
|\ \
| * | feat: added support for pipeline bridgesAlex Zirka2020-10-071-0/+12
| |/
* | fix(cli): add missing args for project listsfix/cli-project-list-argsNejc Habjan2020-10-081-7/+17
|/
* fix(api): add missing runner access_level paramfix/runner-access-levelNejc Habjan2020-09-101-0/+1
* Merge pull request #1182 from jlpospisil/allow-mr-search-by-wipNejc Habjan2020-09-091-0/+3
|\