- 10 May, 2019 1 commit
-
-
- 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 5 commits
-
-
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 3 commits
-
-
Sander van Harmelen authored
Adds ResolveOutdatedDiffDiscussions to Project struct
-
Chris W. Gerber authored
-
Chris W. Gerber authored
-
- 06 Apr, 2019 2 commits
-
-
Sander van Harmelen authored
Fixed the GetIssuesClosedOnMerge path (previously resulted in a 404 error)
-
Andrew Beyer authored
-
- 02 Apr, 2019 2 commits
-
-
Sander van Harmelen authored
Add support for creating issue boards
-
Trond Nordheim authored
-
- 01 Apr, 2019 2 commits
-
-
Sander van Harmelen authored
Update GetCommit entity fields
-
Zeger-Jan van de Weg authored
I wanted to leverage this API call, but it was missing data that I'd like to use. I've added the fields and a test case. For the test case, I've removed the timestamps as it made the code a bit ugly. But the rest is fully covered.
-
- 29 Mar, 2019 2 commits
-
-
Sander van Harmelen authored
feat(projects): Add mirror values to CreateProjectOptions
-
Sander van Harmelen authored
Update ListGroupProjectsOptions to match API
-
- 28 Mar, 2019 2 commits
-
-
micabot authored
Instead of using ListProjectsOptions, ListGroupProjectsOptions now matches the specific options defined for ListGroupProjects() in the API.
-
Christian Alexander authored
-