- 04 Jan, 2019 2 commits
-
-
Julien Roland authored
-
Julien Roland authored
[Jobs] Send job query parameter to opt{} instead of manually appending it to url path in download artifacts file
-
- 29 Dec, 2018 2 commits
-
-
Sander van Harmelen authored
Added unit test
-
Snehal Dangroshihya authored
Added unit test for enviroments and added StopEnvironment function. did small change in issue_test.go
-
- 28 Dec, 2018 2 commits
-
-
Sander van Harmelen authored
(jobs) support `pipeline` in jobs response
-
-
- 27 Dec, 2018 4 commits
-
-
Sander van Harmelen authored
Set request.GetBody to fix redirect issues
-
Sander van Harmelen authored
Gitlab uses the 307 status code to indicate a redirect. Since Go 1.8 that status code is supported by the HTTP package but it requires an additional field (`GetBody`) to be set to enable resending the body.
-
Sander van Harmelen authored
-
Sander van Harmelen authored
Add project level MergeRequest API
-
- 24 Dec, 2018 1 commit
-
-
Sander van Harmelen authored
Add support to rebase a merge request
-
- 23 Dec, 2018 3 commits
-
-
Sander van Harmelen authored
Consistently use `SHA`
-
Martin Fernandez authored
-
James Ramsay authored
-
- 22 Dec, 2018 4 commits
-
-
Sander van Harmelen authored
Improve OrderBy and Sort support for note lists
-
James Ramsay authored
Merge Request Note Lists and Snippet Note Lists support OrderBy and Sort options, like Issue Note Lists.
-
Sander van Harmelen authored
-
Sander van Harmelen authored
handle paginated results that are only one page
-
- 21 Dec, 2018 1 commit
-
-
Michael Cook authored
-
- 20 Dec, 2018 1 commit
-
-
and07 authored
* Update event_types.go * Update event_types.go
-
- 14 Dec, 2018 1 commit
-
-
Martín Fernández authored
-
- 13 Dec, 2018 2 commits
-
-
Sander van Harmelen authored
After having another look, this seemed more consistent with other method names used in this package.
-
0xmohit authored
* fix godoc for RepositoriesService.RawFileContent * rename RepositoriesService.RawFileContent to RepositoriesService.GetBlob
-
- 03 Dec, 2018 1 commit
-
-
snehal dangroshiya authored
-
- 30 Nov, 2018 1 commit
-
-
snehal dangroshiya authored
-
- 26 Nov, 2018 1 commit
-
-
Dan Vulpe authored
* add public_jobs setting to CreateProject * fix json field name * rename PublicJobs to PublicBuilds
-
- 19 Nov, 2018 2 commits
-
-
Patrick Webster authored
-
Patrick Webster authored
-
- 15 Nov, 2018 1 commit
-
-
Praneet Loke authored
* Fix #516. * Order the fields of GroupMember to match the GitLab docs.
-
- 14 Nov, 2018 1 commit
-
-
Sune Keller authored
Signed-off-by: Sune Keller <absukl@almbrand.dk>
-
- 13 Nov, 2018 2 commits
-
-
Sander van Harmelen authored
-
Sander van Harmelen authored
-
- 12 Nov, 2018 3 commits
-
-
Adam Rothman authored
* Add ParseWebhook function to automatically parse events from webhook requests * Add tests * Use constants over strings for webhook struct types * Re-export WebhookEventType method; add test
-
Sander van Harmelen authored
-
Bakhdaulet authored
* add HEAD get file metadata * add new endpoint HEAD GetFileMetaData
-
- 09 Nov, 2018 2 commits
-
-
Sander van Harmelen authored
-
Sander van Harmelen authored
-
- 07 Nov, 2018 1 commit
-
-
Alex Hanselka authored
* add user status endpoints * fix doc links * fix style and a mistake
-
- 30 Oct, 2018 2 commits
-
-
BernhardBerbuir authored
-
BernhardBerbuir authored
* Support push rules for projects (#501) * fixed AuthorEmailRegex (must be string instead of bool) * rename variable ph to ppr (ProjectPushRule) * implement review comments
-