- 12 Dec, 2017 1 commit
-
-
Reficul authored
-
- 11 Dec, 2017 1 commit
-
-
Reficul authored
-
- 10 Dec, 2017 2 commits
-
-
Michael Lihs authored
According to the API documentation, a `201 OK` will be returned upon success for the block / unblock user call. See https://docs.gitlab.com/ce/api/users.html#block-user
-
Gavin-John Noonan authored
This commit adds the following badges - the project License - go report card score - number of Projects go-gitlab is used by (sourced fom sourcegraph) - number of open Github issues It also rearranges them slightly. Signed-off-by: Gavin-John Noonan <mail@gjnoonan.co.uk>
-
- 05 Dec, 2017 1 commit
-
-
Zaq? Wiedmann authored
Ref: https://docs.gitlab.com/ce/api/merge_requests.html#list-project-merge-requests > Note: the changes_count value in the response is a string, not an integer. This is because when an MR has too many changes to display and store, it will be capped at 1,000. In that case, the API will return the string "1000+" for the changes count.
-
- 02 Dec, 2017 1 commit
-
-
Michael Lihs authored
-
- 29 Nov, 2017 4 commits
-
-
Sander van Harmelen authored
-
Timofey Koolin authored
* + ClosesIssues * Fixed style Add err check
-
Timofey Koolin authored
* + CreatedAt * +UpdatedAt
-
Timofey Koolin authored
* + TimeStats to issue * Change TimeStats to existed struct in issues receive
-
- 28 Nov, 2017 1 commit
-
-
opalmer authored
NewRequest() can potentially be called with a nil value present in []OptionFunc. For example this code would trigger a panic prior to this commit: _, _, err := git.Users.ModifyUser(event.UserId, options, nil)
-
- 23 Nov, 2017 2 commits
-
-
jbguerraz authored
-
Michael Lihs authored
-
- 21 Nov, 2017 1 commit
-
-
Michael Lihs authored
-
- 20 Nov, 2017 7 commits
-
-
Zaq? Wiedmann authored
Following on to: https://github.com/xanzy/go-gitlab/pull/252 This MR exposes the SnippetsService on the client
-
Sander van Harmelen authored
-
Zaq? Wiedmann authored
- Centralize snippet definition in snippet.go - Add support for description field on create, update, get for personal and project snippets
-
Michael Lihs authored
-
Michael Lihs authored
-
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 1 commit
-
-
Sander van Harmelen authored
typo
-