- 15 Feb, 2017 7 commits
-
-
Stephen Meriwether authored
Updated: - GetMergeRequest - GetMergeRequestChanges - UpdateMergeRequest - AcceptMergeRequest
-
Stephen Meriwether authored
-
Sander van Harmelen authored
* Correctly parse/unmarshal validation errors returned from the API * Refactor/fix error handling
-
Sander van Harmelen authored
* Added support for notification settings API * Refactor the notification settings API
-
Ulrich Schreiner authored
-
Sander van Harmelen authored
-
Sander van Harmelen authored
-
- 04 Feb, 2017 1 commit
-
-
Sindre Paulsrud Moe authored
-
- 03 Feb, 2017 2 commits
-
-
Sander van Harmelen authored
-
Rob Warner authored
-
- 25 Jan, 2017 1 commit
-
-
Pavel Glushkov authored
-
- 21 Jan, 2017 1 commit
-
-
Igor Varavko authored
-
- 20 Jan, 2017 1 commit
-
-
Peter Mikula authored
* add support for paging to ListGroupMembers * making the ListGroupMembersOptions explicit
-
- 29 Dec, 2016 1 commit
-
-
Sander van Harmelen authored
-
- 28 Dec, 2016 2 commits
-
-
Paulo Cezar Pereira Costa authored
Adds only_allow_merge_if_all_discussions_are_resolved and approvals_before_merge fields to Project and EditProjectOptions structs (#111)
-
David authored
-
- 12 Dec, 2016 2 commits
-
-
biancalana authored
-
Sander van Harmelen authored
-
- 11 Dec, 2016 2 commits
-
-
Sander van Harmelen authored
-
Marko Kungla authored
* Add parameter Simple to ListProjectsOptions struct Enables you to query list of projects with minimal information much faster. ListProjectsOptions{ Simple *bool url:"simple,omitempty" json:"simple,omitempty" } Fields returned: ID, HTTPURLToRepo, WebURL, Name, NameWithNameSpace, Path PathWithNamesPace * Add parameter Visibility to ListProjectOptions Limit by visibility public, internal or private ListProjectOptions{ Visibility *string url:"visibility:omitempty" json:"visibility,omitempty" }
-
- 04 Dec, 2016 2 commits
-
-
Sander van Harmelen authored
* Support for AcceptMergeRequest parameters * Fixup PR #82
-
theshank authored
-
- 02 Dec, 2016 1 commit
-
-
Mustafa YILDIRIM authored
* PipelineEvent type changed * Added BuildEvent * fixing typo * Refactoring with existing struct type * Fixed different type object form * fixing auto generated interface types to string * Added PushEvent, MergeRequestEvent, PipelineEvent, BuildEvent unmarshal test * Added GroupMergeEvent type * Remove GroupMergeEvent and fix MergeEvent for Group Webhooks
-
- 29 Nov, 2016 3 commits
-
-
Sander van Harmelen authored
-
Benjamin Jorand authored
* Add Milestone.StartDate to Issue * Use Milestone struct * Use pointer for Milestone
-
Benjamin Jorand authored
-
- 21 Nov, 2016 1 commit
-
-
Stefan Warman authored
-
- 08 Nov, 2016 1 commit
-
-
Ulrich Schreiner authored
* add EMail endpoints from gitlab api * added changes requested
-
- 28 Oct, 2016 1 commit
-
-
seelensonne authored
- gitlab.CreateProjectOptions.ContainerRegistryEnabled - gitlab.Project.OnlyAllowMergeIfBuildSucceeds - gitlab.Project.LFSEnabled - gitlab.Project.RequestAccessEnabled - gitlab.Project.ContainerRegistryEnabled
-
- 25 Oct, 2016 1 commit
-
-
Sander van Harmelen authored
-
- 23 Oct, 2016 1 commit
-
-
griffin-stewie authored
* add parameters “since” and “until” * update API Docs URL
-
- 18 Oct, 2016 2 commits
-
-
Sander van Harmelen authored
-
Sander van Harmelen authored
-
- 10 Oct, 2016 1 commit
-
-
theshank authored
* closes #77 - adds `web_url` field to `Issue` * Add new fields in Issue struct to bring it up-to-date with Gitlab API The following fields have been added to `Issue` struct * `Subscribed` * `UserNotesCount` * `Confidential` * `DueDate` * `WebURL`
-
- 05 Oct, 2016 1 commit
-
-
wolfitem authored
Add ops is equal to null judgment
-
- 29 Sep, 2016 1 commit
-
-
- 28 Sep, 2016 1 commit
-
-
Sander van Harmelen authored
-
- 26 Sep, 2016 2 commits
-
-
Sander van Harmelen authored
-
Sander van Harmelen authored
Tags is now a separate service, following the Gitlab API structure.
-
- 11 Sep, 2016 1 commit
-
-
ArkBriar authored
* Add support for /projects/*/builds/* PR for issue #42 * fix * modify comments * modify comments * change styles and perform some addtion/deletion according to comments * define Runner as a independent type * define ArtifactsFile as a independent type * remove type Runner and ArtifactsFile, and remove field Coverage
-