- 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 6 commits
-
-
micabot authored
Instead of using ListProjectsOptions, ListGroupProjectsOptions now matches the specific options defined for ListGroupProjects() in the API.
-
Christian Alexander authored
-
Christian Alexander authored
-
Christian Alexander authored
-
Christian Alexander authored
-
Christian Alexander authored
-
- 27 Mar, 2019 10 commits
-
-
Sander van Harmelen authored
add external wiki service
-
Sander van Harmelen authored
Co-Authored-By: itscaro <itscaro@users.noreply.github.com>
-
Sander van Harmelen authored
Co-Authored-By: itscaro <itscaro@users.noreply.github.com>
-
Sander van Harmelen authored
add fields to IssueEvent and update basic tests
-
Minh-Quan TRAN authored
Signed-off-by: Minh-Quan TRAN <account@itscaro.me>
-
Minh-Quan TRAN authored
Signed-off-by: Minh-Quan TRAN <account@itscaro.me>
-
Minh-Quan TRAN authored
Signed-off-by: Minh-Quan TRAN <account@itscaro.me>
-
Sander van Harmelen authored
according to the documentation, UpdatedByID field in MergeEvent should be a slice of int
-
Quan TRAN authored
-
Quan TRAN authored
-
- 26 Mar, 2019 4 commits
-
-
Minh-Quan TRAN authored
Signed-off-by: Minh-Quan TRAN <account@itscaro.me>
-
Minh-Quan TRAN authored
Signed-off-by: Minh-Quan TRAN <account@itscaro.me>
-
Minh-Quan TRAN authored
Signed-off-by: Minh-Quan TRAN <account@itscaro.me>
-
Minh-Quan TRAN authored
Signed-off-by: Minh-Quan TRAN <account@itscaro.me>
-
- 25 Mar, 2019 4 commits
-
-
Sander van Harmelen authored
add text_label & is_project_label to label type
-
Quan TRAN authored
-
Sander van Harmelen authored
Support for comments on Epics
-
Sander van Harmelen authored
-
- 24 Mar, 2019 1 commit
-
-
Zeger-Jan van de Weg authored
Epics were not yet supported to have their notes manipulated. With this change, notes can be listed, created, updated, and deleted. The conventions are followed that are set by Snippets, Merge Reqeuests, and Issues.
-
- 22 Mar, 2019 3 commits
-
-
Minh-Quan TRAN authored
Signed-off-by: Minh-Quan TRAN <account@itscaro.me>
-
Sander van Harmelen authored
Add support for different archive formats
-
Sander van Harmelen authored
Add tests for group and project access requests
-