summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1209 from python-gitlab/docs/cli-reference-pageMax Wittig2020-10-121-0/+14
|\ \ | | | | | | docs(cli): add auto-generated CLI reference
| * | docs(cli): add auto-generated CLI referencedocs/cli-reference-pageNejc Habjan2020-10-111-0/+14
| | |
* | | Merge pull request #1131 from valentingregoire/masterMax Wittig2020-10-121-0/+17
|\ \ \ | |/ / |/| | feat: added constants for search API
| * | chore: simplified search scope constantsValentin Grégoire2020-09-291-32/+11
| | |
| * | chore: added docs for search scopes constantsValentin Grégoire2020-09-161-0/+1
| | |
| * | chore: added constants for search APIValentin Grégoire2020-07-071-0/+37
| | |
* | | Merge pull request #1203 from intostern/feat/bridgeMax Wittig2020-10-082-0/+123
|\ \ \ | | | | | | | | Added support for pipeline bridges
| * | | feat: unit tests addedAlex Zirka2020-10-081-0/+111
| | | |
| * | | 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
|/ /
* | Merge pull request #1180 from Shkurupii/add-unittests-for-project-badgesNejc Habjan2020-09-101-0/+210
|\ \ | | | | | | test: add unit tests for badges API
| * | test: add unit tests for badges APIOleksii Shkurupii2020-09-071-0/+210
| | |
* | | 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
|\ \ \ | | | | | | | | Added MR wip filter param
| * | | feat(api): added wip filter param for merge requestsJosh Pospisil2020-09-091-0/+1
| | | |
| * | | feat(api): added wip filter param for merge requestsJosh Pospisil2020-09-081-0/+2
| | | |
* | | | feat(api): add support for user identity provider deletionfeat/delete-user-identitiesNejc Habjan2020-09-072-0/+29
|/ / /
* | | test: add unit tests for resource label events APIOleksii Shkurupii2020-09-041-0/+105
|/ /
* | chore: bump python-gitlab to 2.5.0chore/bump-to-2-5-0Max Wittig2020-09-011-1/+1
| |
* | test(api): add tests for variables APINejc Habjan2020-08-311-0/+193
| |
* | feat(api): add support for instance variablesNejc Habjan2020-08-313-24/+52
| |
* | refactor: turn objects module into a packageNejc Habjan2020-08-311-0/+0
| |
* | fix: wrong reconfirmation parameter when updating user's emailDylann CORDEL2020-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | Since version 10.3 (and later), param to not send (re)confirmation when updating an user is `skip_reconfirmation` (and not `skip_confirmation`). See: * https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/15175?tab= * https://docs.gitlab.com/11.11/ee/api/users.html#user-modification * https://docs.gitlab.com/ee/api/users.html#user-modification
* | Merge pull request #1157 from Shkurupii/issue-1154Max Wittig2020-08-292-0/+97
|\ \ | | | | | | Add support to resource milestone events
| * | chore: make latest black happy with existing codeOleksii Shkurupii2020-08-293-9/+37
| | |
| * | test: add unit tests for resource milestone events APIOleksii Shkurupii2020-08-281-0/+73
| | | | | | | | | | | | Fixes #1154
| * | Merge branch 'master' into issue-1154Oleksii Shkurupii2020-08-2742-2617/+2778
| |\ \
| * | | feat: add support to resource milestone eventsOleksii Shkurupii2020-08-261-0/+24
| | | | | | | | | | | | | | | | Fixes #1154
* | | | Merge pull request #1159 from python-gitlab/feat/project-artifactsMax Wittig2020-08-292-0/+65
|\ \ \ \ | | | | | | | | | | Feat: Project job artifacts for latest successful pipeline
| * | | | chore: remove unnecessary importNejc Habjan2020-08-281-2/+0
| | | | |
| * | | | feat(api): add endpoint for latest ref artifactsNejc Habjan2020-08-282-0/+67
| | | | |
| * | | | chore: make latest black happy with existing codeNejc Habjan2020-08-283-9/+37
| | |/ / | |/| |
* | | | test(packages): add tests for Packages APINejc Habjan2020-08-292-0/+124
| | | |
* | | | feat(api): add support for Packages APINejc Habjan2020-08-291-0/+35
| | | |
* | | | chore: make latest black happy with existing codeNejc Habjan2020-08-293-9/+37
|/ / /
* | | refactor: rewrite unit tests for objects with responsesrefactor/split-unit-testsNejc Habjan2020-08-2324-940/+900
| | |
* | | refactor: split unit tests by GitLab API resourcesNejc Habjan2020-08-2234-2447/+2645
| | |
* | | chore: run unittest2pytest on all unit testsNejc Habjan2020-08-2212-439/+446
| | |
* | | chore: remove remnants of python2 importsNejc Habjan2020-08-223-4/+0
|/ /
* | feat: add share/unshare group with groupMathieu Parent2020-07-231-0/+38
| |
* | chore: bump version to 2.4.0v2.4.0Max Wittig2020-07-091-1/+1
|/
* Merge pull request #1108 from stuartgunter/masterMax Wittig2020-07-021-0/+1
|\ | | | | Added NO_ACCESS const
| * feat: added NO_ACCESS constStuart Gunter2020-07-021-0/+1
| | | | | | | | | | | | | | | | This constant is useful for cases where no access is granted, e.g. when creating a protected branch. The `NO_ACCESS` const corresponds to the definition in https://docs.gitlab.com/ee/api/protected_branches.html
* | Merge pull request #1124 from tyates-indeed/fix-1123Max Wittig2020-06-301-2/+6
|\ \ | | | | | | Pass kwargs to subsequent queries in GitlabList (fixes: #1123)
| * | fix: do not check if kwargs is nonetyates-indeed2020-06-231-4/+1
| | | | | | | | | Co-authored-by: Traian Nedelea <tron1point0@pm.me>
| * | fix: make query kwargs consistent between call in init and nextTyler Yates2020-06-221-2/+3
| | |
| * | fix: pass kwargs to subsequent queries in gitlab listTyler Yates2020-06-221-1/+7
| | |
* | | fix: add masked parameter for variables commandSébastien GERVAIS2020-06-251-4/+4
|/ /
* | fix(merge): parse arguments as query_dataFerhat Aram2020-06-191-1/+1
| |
* | chore: bump version to 2.3.1Max Wittig2020-06-091-1/+1
| |