summaryrefslogtreecommitdiff
path: root/gitlab/v4
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | chore: rename ExportMixin to DownloadMixinfeat/group-import-exportNejc Habjan2020-04-051-2/+2
| | |
| * | feat(api): add support for Group Import/Export API (#1037)Nejc Habjan2020-04-051-0/+50
| | |
| * | chore(mixins): factor out export download into ExportMixinNejc Habjan2020-04-051-28/+1
| |/
* | chore(group): update group_manager attributes (#1062)Max Wittig2020-04-061-1/+24
|/ | | | | | * chore(group): update group_manager attributes Co-Authored-By: Nejc Habjan <hab.nejc@gmail.com>
* Merge pull request #1053 from lassimus/masterNejc Habjan2020-03-231-0/+4
|\ | | | | feat: add create from template args to ProjectManager
| * feat: add create from template args to ProjectManagerlassimus2020-03-201-0/+4
| | | | | | | | | | | | This commit adds the v4 Create project attributes necessary to create a project from a project, instance, or group level template as documented in https://docs.gitlab.com/ee/api/projects.html#create-project
* | 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/set approvers
| * 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
| | | | | | | | Updating approvers new api needs a POST call. Also It needs a name of the new rule, defaulting this to 'name'.
* | 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
|\ \ | |/ | | change path for set_approvers to new api, with defaulted rule_type an…
| * fix(objects): update set_approvers function callCharles2020-01-301-6/+12
| | | | | | | | Added a miss paramter update to the set_approvers function