summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects.py
Commit message (Expand)AuthorAgeFilesLines
* fix(objects): correct group objectschore/group-manager-attributesMax Wittig2020-04-061-2/+0
* chore(group): update group_manager attributesMax Wittig2020-04-021-1/+26
* Merge pull request #1053 from lassimus/masterNejc Habjan2020-03-231-0/+4
|\
| * feat: add create from template args to ProjectManagerlassimus2020-03-201-0/+4
* | feat: add support for commit GPG signature APINejc Habjan2020-03-221-0/+18
|/
* fix: add missing import_project paramNejc Habjan2020-03-181-0/+3
* chore(user): update user attributes to 12.8Max Wittig2020-03-091-0/+4
* Merge pull request #1039 from python-gitlab/fix/set-approversv2.1.0Max Wittig2020-03-081-1/+2
|\
| * fix(projects): correct copy-paste errorfix/set-approversMax Wittig2020-03-081-1/+1
| * fix(objects): add default name data and use http postCharles2020-02-151-2/+3
* | feat(api): add support for GitLab OAuth Applications APIMateusz Filipowicz2020-03-011-0/+11
* | feat: add support for user memberships API (#1009)Nejc Habjan2020-02-221-0/+12
* | fix: return response with commit dataNejc Habjan2020-02-191-1/+4
* | style: fix black violationsNejc Habjan2020-02-181-0/+1
* | feat: add support for commit revert API (#991)Nejc Habjan2020-02-181-0/+16
* | Merge pull request #1005 from charlesfayal/fix_set_approversMax Wittig2020-02-121-3/+14
|\ \ | |/
| * fix(objects): update set_approvers function callCharles2020-01-301-6/+12
| * fix(objects): update to new gitlab api for path, and argsCharles2020-01-301-3/+8
* | fix: remove null values from features POST data, because it failsMateusz Filipowicz2020-02-071-0/+1
* | feat: add capability to control GitLab features per project or groupMateusz Filipowicz2020-02-071-2/+19
* | chore(user): update user attributesMax Wittig2020-02-051-0/+5
|/
* refactor: support new list filtersMax Wittig2020-01-261-1/+12
* feat: add appearance APIfeat/appearanceMax Wittig2020-01-221-0/+45
* fix(projects): adjust snippets to match the APIMax Wittig2019-12-181-2/+5
* feat: allow cfg timeout to be overrided via kwargsAndrew Tergis2019-12-161-13/+13
* feat: add support for /import/githubAndrew Tergis2019-12-161-0/+63
* Merge pull request #971 from jooola/ci_vars_typeMax Wittig2019-12-161-4/+4
|\
| * feat: add variable_type/protected to projects ci variablesjo2019-12-121-2/+2
| * feat: add variable_type to groups ci variablesjo2019-12-121-2/+2
* | feat: access project's issues statisticsMitar2019-12-121-0/+11
* | feat: adding project statsMitar2019-12-121-0/+11
|/
* style: format with the latest black versionMax Wittig2019-12-081-4/+4
* feat: add audit endpointidanbensha2019-12-021-0/+10
* Merge pull request #946 from lundbird/masterMax Wittig2019-11-251-0/+92
|\
| * feat: add project and group clustersalex lundberg2019-11-241-0/+92
* | fix(project-fork): copy create fix from ProjectPipelineManagerChoy Rim2019-11-201-0/+19
* | fix(project-fork): correct path computation for project-fork listChoy Rim2019-11-201-23/+1
|/
* fix(labels): ensure label.save() worksMathieu Parent2019-11-141-2/+2
* fix: added missing attributes for project approvalsTymoteusz Blazejczyk2019-11-121-0/+2
* feat: add support for include_subgroups filterConor Nevin2019-11-061-0/+1
* fix(projects): support `approval_rules` endpoint for projectsSrikanth Chelluri2019-10-271-0/+14
* feat: add users activate, deactivate functionalityMax Wittig2019-10-251-0/+42
* feat: add deployment creationfeat/deployment-createMax Wittig2019-10-241-2/+3
* docs(project): add submodule docsMax Wittig2019-10-061-1/+1
* feat(project): implement update_submoduleSebastian Kratzert2019-10-061-0/+23
* feat(project): add file blame apiVincent Lae2019-10-041-0/+22
* fix(cli): fix cli command user-project listSergey Bondarev2019-09-271-2/+4
* fix(labels): don't mangle label name on updateMathieu Parent2019-09-241-2/+4
* fix(todo): mark_all_as_done doesn't return anythingMax Wittig2019-09-081-4/+0
* Merge pull request #875 from python-gitlab/feat/status-apiMax Wittig2019-09-051-0/+35
|\