- 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
-
- 27 Jun, 2016 2 commits
-
-
Sander van Harmelen authored
additional fields in Gitlab
-
Ulrich Schreiner authored
-
- 24 May, 2016 2 commits
-
-
Sander van Harmelen authored
Add archive/unarchive support
-
Lucas Jenss authored
-
- 17 May, 2016 1 commit
-
-
Sander van Harmelen authored
Support the last_sign_in_at user field
-
- 16 May, 2016 1 commit
-
-
THEBAULT Julien authored
-
- 13 May, 2016 4 commits
-
-
Sander van Harmelen authored
labels: marshal error fix
-
matm authored
-
Sander van Harmelen authored
Fix label marshalling
-
Sander van Harmelen authored
-
- 11 May, 2016 2 commits
-
-
Sander van Harmelen authored
Fixes an internal server error when no label available
-
matm authored
Error occurs when trying to create an issue with no labels at all. In this case, the POST body parameter will be `"labels":[""]` instead of the expected `"labels":[]"`.
-
- 22 Apr, 2016 2 commits
-
-
Sander van Harmelen authored
Add DeleteIssue() method
-
matm authored
-
- 04 Apr, 2016 2 commits
-
-
Sander van Harmelen authored
Fixed: Proper type for ProjectMember.AccessLevel
-
Michal Gebauer authored
-
- 18 Mar, 2016 2 commits
-
-
Sander van Harmelen authored
Change GroupMember.AccessLevel to be of type AccessLevel
-
Sander van Harmelen authored
Fixes #36
-
- 17 Mar, 2016 7 commits
-
-
Sander van Harmelen authored
Allow empty token
-
Michal Gebauer authored
-
Sander van Harmelen authored
Support for user identities & fix for block/unblock
-
Peter Mikula authored
-
Peter Mikula authored
-
Peter Mikula authored
-
Peter Mikula authored
-
- 12 Mar, 2016 3 commits
-
-
Sander van Harmelen authored
Updated Project struct
-
Sander van Harmelen authored
Added support for Slack service
-
Jason Murray authored
Updated per http://doc.gitlab.com/ce/api/project.html#projects
-