- 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
-
- 07 Sep, 2016 1 commit
-
-
George Dobrovolsky authored
Check out http://docs.gitlab.com/ce/api/users.html
-
- 28 Aug, 2016 1 commit
-
-
theinpu authored
added web-hooks: tag_push_events, note_events, build_events, pipeline_events, wiki_page_events, enable_ssl_verification (#69)
-
- 20 Aug, 2016 1 commit
-
-
Joukehofman authored
-
- 27 Jul, 2016 1 commit
-
-
Daniel Martí authored
* Simplify some code via gosimple See https://github.com/dominikh/go-simple. * strings: use bytes.Buffer directly It has methods to write strings and bytes already, which is much easier and also faster than going through a regular write of []byte. * Run go fmt * CI: Bump Go versions
-
- 26 Jul, 2016 1 commit
-
-
Sander van Harmelen authored
Convert all *Options structs to use pointer for fields and fixup the README and project struct (#66) * Convert all *Options structs to use pointer for fields, per #29. * Update README and fix project struct The `project` struct was the only one that had all pointers, so I reverted that to make things consistent again. The same goes for the `time.Time` pointers. In some cases the API does not return a time and if the field is not a pointer to `time.Time`, this will generate an error. So to be consistent now all `time.Time` fields are pointer fields.
-
- 22 Jul, 2016 2 commits
-
-
Sander van Harmelen authored
-
Clément Moyroud authored
-
- 20 Jul, 2016 1 commit
-
-
Sander van Harmelen authored
-
- 05 Jul, 2016 2 commits
-
-
Rob Warner authored
-
Sander van Harmelen authored
support oauth token.
-
- 01 Jul, 2016 1 commit
-
-
Wang Yujian authored
-