summaryrefslogtreecommitdiff
path: root/gitlab/v4
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | 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
* feat: support multipart uploadsfeat/multipart-uploadsMax Wittig2021-01-281-3/+3
|
* 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-291-8/+89
|\ | | | | | | | | robinson96/feature/project_merge_request_approval_rules Feature/project merge request approval rules
| * 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
| |
* | 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 #1203 from intostern/feat/bridgeMax Wittig2020-10-081-0/+12
|\ \ | | | | | | Added support for pipeline bridges
| * | 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
|\ | | | | 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-071-0/+12
|/
* feat(api): add support for instance variablesNejc Habjan2020-08-312-24/+51
|
* 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-291-0/+24
|\ | | | | Add support to resource milestone events
| * chore: make latest black happy with existing codeOleksii Shkurupii2020-08-291-5/+21
| |
| * Merge branch 'master' into issue-1154Oleksii Shkurupii2020-08-272-3/+0
| |\
| * | 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-291-0/+34
|\ \ \ | | | | | | | | Feat: Project job artifacts for latest successful pipeline
| * | | feat(api): add endpoint for latest ref artifactsNejc Habjan2020-08-281-0/+34
| | | |
| * | | chore: make latest black happy with existing codeNejc Habjan2020-08-281-5/+21
| | |/ | |/|
* | | feat(api): add support for Packages APINejc Habjan2020-08-291-0/+35
| | |
* | | chore: make latest black happy with existing codeNejc Habjan2020-08-291-5/+21
|/ /
* | chore: remove remnants of python2 importsNejc Habjan2020-08-222-3/+0
|/
* feat: add share/unshare group with groupMathieu Parent2020-07-231-0/+38
|
* 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
|
* feat: add group runners apiMax Wittig2020-05-161-1/+14
|
* chore: bring commit signatures up to date with 12.10Nejc Habjan2020-04-221-2/+2
|
* feat: add play command to project pipeline schedulesChristopher Zorn2020-04-201-0/+18
| | | | | | | | fix: remove version from setup feat: add pipeline schedule play error exception docs: add documentation for pipeline schedule play
* Merge pull request #1077 from Flor1an-dev/masterNejc Habjan2020-04-181-0/+1
|\ | | | | feat(api): added support in the GroupManager to upload Group avatars
| * feat(api): added support in the GroupManager to upload Group avatarsFlorian2020-04-171-0/+1
| |
* | chore: remove old builds-email serviceNejc Habjan2020-04-171-1/+0
| |
* | chore(services): update available service attributesMax Wittig2020-04-161-26/+203
| |
* | feat(services): add project service list APIMax Wittig2020-04-161-1/+1
|/ | | | | Can be used to list available services It was introduced in GitLab 12.7
* fix(project): add missing project parametersfix/missing-project-attributesNejc Habjan2020-04-081-2/+58
|
* Merge pull request #1059 from python-gitlab/fix/raise-fromMax Wittig2020-04-071-2/+2
|\ | | | | chore: use raise..from for chained exceptions (#939)
| * chore: use raise..from for chained exceptions (#939)fix/raise-fromNejc Habjan2020-03-301-2/+2
| |
* | Merge pull request #1052 from machine424/deploy-tokens-supportMax Wittig2020-04-071-0/+39
|\ \ | | | | | | feat(api): add support for Gitlab Deploy Token API
| * | feat(api): add support for Gitlab Deploy Token APIayoub mrini2020-04-061-0/+39
| |/
* | feat(api): add support for remote mirrors API (#1056)feat/project-remote-mirrorsNejc Habjan2020-04-071-0/+13
| |
* | Merge pull request #1063 from python-gitlab/feat/group-import-exportMax Wittig2020-04-061-28/+51
|\ \ | | | | | | Feat: support for group import/export API