- 21 Dec, 2017 2 commits
-
-
Michael Lihs authored
* Add missing fields to `Namespace` struct * Add support for namespaces: get * Add support for `start_branch` in `CreateCommitOptions`
-
Michael Lihs authored
* Add missing fields to `Namespace` struct * Add support for namespaces: get
-
- 20 Dec, 2017 2 commits
-
-
Sander van Harmelen authored
-
Michael Lihs authored
* Add support for labels: subscribeTo / unsubscribeFrom * Add support for protected branches: ListProtectedBranches * Add support for ProtectedBranches: Get * Add support for protected branches: protect repository branch * Add support for protected branches: unprotect repository branch * Update README
-
- 19 Dec, 2017 2 commits
-
-
Michael Lihs authored
-
rdlf0 authored
MergeCommitShaSHA is renamed to MergeCommitSHA
-
- 18 Dec, 2017 1 commit
-
-
Naveen Kumar Sangi authored
Fixes https://github.com/xanzy/go-gitlab/issues/285
-
- 15 Dec, 2017 1 commit
-
-
Michael Lihs authored
* Add support for merge request: create todo see https://docs.gitlab.com/ce/api/merge_requests.html#create-a-todo * Add support for merge request: get diff versions
-
- 14 Dec, 2017 2 commits
-
-
antony360 authored
* update UpdateIssue (#6) * Updated Issue struct and MergeRequest struct (#7)
- 13 Dec, 2017 6 commits
-
-
Michael Lihs authored
-
Sander van Harmelen authored
-
Reficul authored
-
Michael Lihs authored
-
antony360 authored
-
- 12 Dec, 2017 2 commits
-
-
Sander van Harmelen authored
-
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 2 commits
-
-
Sander van Harmelen authored
Thanks @lkysow for spotting these!
-
Sander van Harmelen authored
-