- 20 Nov, 2017 2 commits
-
-
Sander van Harmelen authored
-
Michael Lihs authored
Since the response of `GET user/activities` contains a date format (`YYYY-MM-DD`) that cannot be unmarshalled into a `time.Time` automatically, additional logic was added to to cover the un-marshalling of the timestamps: `UserActivityTime.UnmarshalJSON()` `UserActivityTime.MarshalJSON()` `UserActivityTime.IsSet()` see https://stackoverflow.com/questions/25087960/json-unmarshal-time-that-isnt-in-rfc-3339-format
-
- 17 Nov, 2017 6 commits
-
-
Sander van Harmelen authored
Thanks @lkysow for spotting these!
-
Sander van Harmelen authored
-
Luke Kysow authored
-
Sander van Harmelen authored
Target length for comments is around 80 chars.
-
Chandan Pasunoori authored
* added _links property support in projects api * support for _links in project api, godoc for Links struct
-
Zaq? Wiedmann authored
Project Snippets return `web_url` in the fields. Believe adding it to the struct here should allow us to pick it up. Ref: https://docs.gitlab.com/ce/api/project_snippets.html
-
- 14 Nov, 2017 1 commit
-
-
Michael Lihs authored
-
- 03 Nov, 2017 1 commit
-
-
Chandan Pasunoori authored
-
- 31 Oct, 2017 3 commits
-
-
dongmx authored
* add support for "Gets a member of a group or project." * add GroupMembersService
-
Sander van Harmelen authored
A user can be either an ID or a name.
-
dongmx authored
-
- 27 Oct, 2017 1 commit
-
-
mickymiek authored
-
- 26 Oct, 2017 2 commits
-
-
Sander van Harmelen authored
And make sure we use the same struct field names as the API does.
-
Peter Bouwdewijn authored
-
- 20 Oct, 2017 2 commits
-
-
Sander van Harmelen authored
-
Sander van Harmelen authored
add environments support
-
- 16 Oct, 2017 1 commit
-
-
Gael Pasgrimaud authored
-
- 12 Oct, 2017 1 commit
-
-
Sander van Harmelen authored
Add support for running pipeline triggers
-
- 11 Oct, 2017 2 commits
-
-
Sander van Harmelen authored
typo
-
Gael Pasgrimaud authored
-
- 10 Oct, 2017 1 commit
-
-
Alessio Caiazza authored
-
- 04 Oct, 2017 7 commits
-
-
Sander van Harmelen authored
-
Sander van Harmelen authored
Add wikis api
-
Stany MARCEL authored
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
-
Sander van Harmelen authored
-
Sander van Harmelen authored
Tweak PR #222
-
Sander van Harmelen authored
Fixup PR #222 just a little. Most important fix that was needed, was the return type used for the Get call.
-
Sander van Harmelen authored
Adding GET request for Slack Integration on a Project
-
- 03 Oct, 2017 1 commit
-
-
David McKay authored
-
- 30 Sep, 2017 1 commit
-
-
Stany MARCEL authored
Implements all methods of the Wikis API Introduced in GitLab 10.0. https://docs.gitlab.com/ce/api/wikis.htmlSigned-off-by: Stany MARCEL <stanypub@gmail.com>
-
- 24 Sep, 2017 4 commits
-
-
Sander van Harmelen authored
Reorder the fields so they match the docs and add `parent_id`
-
Sander van Harmelen authored
Fixes #217
-
Sander van Harmelen authored
Fix typo in MR options
-
Mingan authored
Fix typo `omitemtpy` to `omitempty`
-
- 22 Sep, 2017 4 commits
-
-
Sander van Harmelen authored
Refactor PR #204
-
Sander van Harmelen authored
-
Sander van Harmelen authored
-
Sam Thompson authored
The API call for getting MR Approvals was missing from the current package, so added in the correct struct and request to get a single MR's approvals.
-