- 25 May, 2019 2 commits
-
-
Sander van Harmelen authored
Added custom writer to Archive
-
Sander van Harmelen authored
-
- 23 May, 2019 2 commits
-
-
Brandon WELSCH authored
-
Brandon WELSCH authored
-
- 19 May, 2019 3 commits
-
-
Sander van Harmelen authored
-
Sander van Harmelen authored
Add Fork Project Options
-
Pablo Carranza authored
-
- 18 May, 2019 1 commit
-
-
Pablo Carranza authored
-
- 17 May, 2019 3 commits
-
-
Sander van Harmelen authored
add "managed" flag for toggling managed clusters during create
-
Sander van Harmelen authored
-
Brandon Dimcheff authored
The gitlab api has a "managed" field to disable cluster management features when adding a kubernetes cluster. This implements that field. Default is true if you don't supply it.
-
- 12 May, 2019 1 commit
-
-
Sander van Harmelen authored
updatedById is not an array of int but an object like other fields
-
- 07 May, 2019 2 commits
-
-
Sander van Harmelen authored
Added field which shows if the branch is default
-
Roman Volodin authored
Added "default" field, which shows if the branch is default in its project
-
- 06 May, 2019 2 commits
-
-
Sander van Harmelen authored
Escape ProtectedTags tag wildcards
-
Martin Fernandez authored
When protecting tags, it's very normal to use characters that are not safe to use in a url like `/` or `*`. This change should make it safe.
-
- 03 May, 2019 1 commit
-
-
Sander van Harmelen authored
Add API URL to the JIRA service integration
-
- 02 May, 2019 2 commits
-
-
Gideon Williams authored
-
Gideon Williams authored
-
- 30 Apr, 2019 6 commits
-
-
Romain Maneschi authored
-
Sander van Harmelen authored
some minor fix for web hooks
-
Romain Maneschi authored
-
Romain Maneschi authored
-
Romain Maneschi authored
-
Romain Maneschi authored
-
- 25 Apr, 2019 3 commits
-
-
Sander van Harmelen authored
Add a custom escape function.
-
Sander van Harmelen authored
Add domain to project cluster
-
Matej Velikonja authored
-
- 23 Apr, 2019 3 commits
-
-
Sander van Harmelen authored
Fixes #603
-
Sander van Harmelen authored
-
Sander van Harmelen authored
Add EpicsService
-
- 20 Apr, 2019 1 commit
-
-
James Ramsay authored
Epics were introduced in GitLab Ultimate 10.2 GitLab docs: https://docs.gitlab.com/ee/api/epics.html
-
- 19 Apr, 2019 2 commits
-
-
Sander van Harmelen authored
-
Sander van Harmelen authored
Add ApprovalsBeforeMerge attribute
-
- 18 Apr, 2019 1 commit
-
-
Álvaro Durán Tovar authored
-
- 16 Apr, 2019 2 commits
-
-
Sander van Harmelen authored
Fixed multiple scope jobs selection
-
Roman Volodin authored
At the moment if we provide multiple scopes in listprojectjobs request, the library returns jobs with the last provided state in the scope list. This is because the scope parameter should have braces in its name as shown in the example: https://docs.gitlab.com/ee/api/jobs.html#list-pipeline-jobs
-
- 14 Apr, 2019 1 commit
-
-
Sander van Harmelen authored
fix DeletePipelineSchedule always returning an error due to EOF
-
- 13 Apr, 2019 1 commit
-
-
Thomas Kooi authored
Gitlab API returns 204 on DELETE endpoints. Trying to read out the pipeline schedule from the delete response will always fail. This changes the DeletePipelineSchedule function to behave similar as the DeletePipelineTrigger function
-
- 10 Apr, 2019 1 commit
-
-
Sander van Harmelen authored
Adds ResolveOutdatedDiffDiscussions to Project struct
-