- 04 Oct, 2017 4 commits
-
-
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
-
- 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 6 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.
-
jbguerraz authored
-
Sindre Paulsrud Moe authored
-
- 20 Sep, 2017 2 commits
-
-
Florian Kinder authored
-
Sindre Paulsrud Moe authored
-
- 13 Sep, 2017 1 commit
-
-
Sindre Paulsrud Moe authored
-
- 07 Sep, 2017 1 commit
-
-
Sander van Harmelen authored
Fixes #205
-
- 05 Sep, 2017 2 commits
- 31 Aug, 2017 1 commit
-
-
nyxi authored
* Fix the PipelineEvent struct, with proper sub struct for Runner and correct type for the artifacts_file 'size' field * Updated tests for changes to PipelineEvent * Formatting * Naming
-
- 30 Aug, 2017 1 commit
-
-
Sander van Harmelen authored
So no content is given, which is in contrast with the API docs and makes this a backwards incompatible change.
-
- 25 Aug, 2017 17 commits
-
-
Sander van Harmelen authored
Update the go-gitlab package to support the V4 API
-
Sander van Harmelen authored
-
Sander van Harmelen authored
-
Sander van Harmelen authored
* add search query into merge requests and issues * Moved TimeStats to Issues, added time_stats functions to merge_request Kept time_stats.go for backward compatibility * add fields to struct UpdateMergeRequestOptions * Refactor PR #193 a bit
-
Sander van Harmelen authored
* Delete deprecated `upvote` and `downvote` fields * Add http status `Accepted` (202) as successful status * Rename the milestones field `iid` to `iids` (`[]int`)
-
Sander van Harmelen authored
* Update the copyright lines * Add the project members calls to a new service * Moved PUT to POST for /users/:id/(block|unblock) * Renames `branch_name` to `branch` where applicable
-
Sander van Harmelen authored
-
Pablo Carranza authored
* Add Feature Flags baseline This commit adds the service, ensures that the service gets instanciated with the rest and provides the required types and method to list features flags. * Add SetFeatureFlag method to FeaturesService This commit allows to create and modify feature flags by setting their values * Change doc urls and simplify use of values according to docs too
-
Sander van Harmelen authored
Fixes #185
-
Sander van Harmelen authored
-
Jiangqi Zhang authored
* Supports v4 get repository files * update exmaple of repository files
-
Sander van Harmelen authored
-
Raphael Pinto authored
* Add Impersonation Tokens Support and Add missing field to CreateGroupOptions * Fix ImpersonationToken Example * Add comment again that was mistakenly deleted * Fix CreateImpersonationTokenOptions Fix CreateImpersonationTokenOptions for ExpiresAt can be empty * Update impersonation.go * Remove not existent option field * Fix pointers and insert 'omitempty' * Update documentation links * Adjust review considerations
-
Sander van Harmelen authored
-
Sander van Harmelen authored
-
Sander van Harmelen authored
-
Sander van Harmelen authored
The groups.go file still needs to be split into a groups.go and members.go file. But I’ll leave that for a later PR.
-