summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Collapse)AuthorAgeFilesLines
* feat(issues): add missing get verb to IssueManagerfeat/single-issue-apiNejc Habjan2021-02-062-3/+22
|
* feat: import from bitbucket serverDan Fuchs2021-02-042-3/+129
| | | | | | | | | | | | | I'd like to use this libary to automate importing Bitbucket Server repositories into GitLab. There is a [GitLab API endpoint](https://docs.gitlab.com/ee/api/import.html#import-repository-from-bitbucket-server) to do this, but it is not exposed through this library. * Add an `import_bitbucket_server` method to the `ProjectManager`. This method calls this GitLab API endpoint: https://docs.gitlab.com/ee/api/import.html#import-repository-from-bitbucket-server * Modify `import_gitlab` method docstring for python3 compatibility * Add a skipped stub test for the existing `import_github` method
* docs: add docs and examples for custom user agentfeat/override-user-agentNejc Habjan2021-01-311-0/+1
|
* test(api,cli): add tests for custom user agentNejc Habjan2021-01-312-2/+46
|
* feat(api,cli): make user agent configurableNejc Habjan2021-01-314-8/+34
|
* feat: support multipart uploadsfeat/multipart-uploadsMax Wittig2021-01-282-9/+11
|
* Merge pull request #1250 from JacobHenner/feature/add-minimal-accessNejc Habjan2021-01-251-0/+1
|\ | | | | feat: Add MINIMAL_ACCESS constant
| * feat: add MINIMAL_ACCESS constantJacob Henner2020-12-151-0/+1
| | | | | | | | | | | | A "minimal access" access level was [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/220203) in GitLab 13.5.
* | fix(api): use RetrieveMixin for ProjectLabelManagerMarvin Scholz2021-01-101-1/+1
|/ | | | | Allows to get a single label from a project, which was missing before even though the GitLab API has the ability to.
* Merge pull request #1200 from ↵Max Wittig2020-10-292-8/+383
|\ | | | | | | | | robinson96/feature/project_merge_request_approval_rules Feature/project merge request approval rules
| * test: add test_project_merge_request_approvals.pyPeter B. Robinson2020-10-142-2/+296
| |
| * feat: adds support for project merge request approval rules (#1199)Peter B. Robinson2020-09-301-8/+89
| |
* | fix(base): really refresh objectfix/delete-attrMax Wittig2020-10-122-1/+8
| | | | | | | | | | | | This fixes and error, where deleted attributes would not show up Fixes #1155
* | fix(cli): write binary data to stdout bufferNejc Habjan2020-10-121-0/+2
| |
* | chore(cli): remove python2 codeNejc Habjan2020-10-121-5/+1
| |
* | 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
|/ / /