- 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 3 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
-
Sander van Harmelen authored
Fixes #505
-
- 26 Oct, 2018 1 commit
-
-
Sander van Harmelen authored
It seems some fields were outdated/wrong. Fixes #502
-
- 22 Oct, 2018 2 commits
-
-
Patrick Webster authored
-
Patrick Webster authored
* Addling support for license api endpoint * Fixing time fields to proper structs * license.go: giving date fields proper struct type * license.go: moving 'license' string literal to NewRequest call * license.go: moving AddLicense function to option struct POST to fall inline with the rest of this package
-
- 21 Oct, 2018 3 commits
-
-
St. John Johnson authored
Sessions is a V3-only API and should no longer be included in this library.
-
Patrick Webster authored
* Adding missing users fields, updating docs link * Fixing bad single quote * runners.go: Adding IPAddress field, updated docs url * Fixing doc link
-
Sander van Harmelen authored
-
- 19 Oct, 2018 3 commits
-
-
Patrick Webster authored
-
Patrick Webster authored
* Adding missing users fields, updating docs link * Fixing bad single quote
-
tgregory authored
-
- 18 Oct, 2018 1 commit
-
-
Andrew Makhnev authored
-
- 17 Oct, 2018 1 commit
-
-
Nik Ogura authored
* Added WebUrl to Job struct that is provided by the Gitlab API json, but not included in the client Job struct. * modifed field name to conform to lint preferences
-
- 15 Oct, 2018 1 commit
-
-
Sander van Harmelen authored
-
- 12 Oct, 2018 1 commit
-
-
Sune Keller authored
* Revert NotesService and DiscussionsService ISOTime -> time.Time Signed-off-by: Sune Keller <absukl@almbrand.dk> * Fix missing imports Signed-off-by: Sune Keller <absukl@almbrand.dk>
-
- 11 Oct, 2018 3 commits
-
-
Sander van Harmelen authored
-
Sander van Harmelen authored
-
Sune Keller authored
Add Discussions API implementation
-
- 08 Oct, 2018 2 commits
-
-
Roald Nefs authored
* Update list of available access levels Update list of availabe access levels: - Change `OwnerPermission` to plural - Rename `Master` to `Maintainer`, see https://about.gitlab.com/2018/06/22/gitlab-11-0-released/#master-role-renamed-to-maintainer for more information * Update access levels for backwards compatibility
-
Roald Nefs authored
Add option to list inherited project and group members. Updated the documentation of the existing `ListProjectMembers` and `ListGroupMembers` functions for clarity. Fixes #484
-
- 03 Oct, 2018 1 commit
-
-
Oursin authored
* Query encoding should use url.PathEscape In repository_files.go, url encoding is done with url.QueryEscape, but this makes it impossible to get files with a space in their name. Using url.PathEncodes changes the space encoding from "+" to "%20" and fixes the issue. * Removed PathEscape when encoding project path * Fix typos
-
- 01 Oct, 2018 1 commit
-
-
Jan-Philipp Benecke authored
-
- 27 Sep, 2018 1 commit
-
-
Sander van Harmelen authored
And extend the MergeEvent struct.
-
- 24 Sep, 2018 1 commit
-
-
Sander van Harmelen authored
-
- 21 Sep, 2018 1 commit
-
-
Sander van Harmelen authored
-
- 18 Sep, 2018 1 commit
-
-
Atrox authored
-