- 16 May, 2017 4 commits
-
-
Sander van Harmelen authored
-
Andrea Funtò authored
-
Sander van Harmelen authored
-
Andrea Funtò authored
* added VisibilityLevel, LSF and Request Access to Group creation API * Updated Groups API to support group update and LFS/RequestAccess enablement
-
- 15 May, 2017 1 commit
-
-
Andrea Funtò authored
* Added Version API support * #172 Version API: fixes as per maintainer's requests
-
- 19 Apr, 2017 1 commit
-
-
Steve Norman authored
If a project is a fork it will show the details of the project that it was forked from. If a project isn't a fork the setting will be null.
-
- 24 Mar, 2017 4 commits
-
-
Sander van Harmelen authored
The V3 API is deprecated and the static V3 docs are no longer hosted at the primary docs location.
-
Sander van Harmelen authored
-
Johan Brandhorst authored
-
Johan Brandhorst authored
This change breaks backwards compatibility. The BranchesService methods were almost all inconsistent with other Services and not supplying all available options. Also updated all documentation links. The Branch struct now includes all properties exported by the v3 API. ListBranches takes a new ListBranchesOptions struct for pagination. Added the ability to configure the branch protection in line with API documentation. Added a new DeleteMergedBranches which is part of the branches page.
-
- 23 Mar, 2017 3 commits
-
-
Daniel Martí authored
-
Daniel Martí authored
-
Daniel Martí authored
-
- 22 Mar, 2017 6 commits
-
-
Johan Brandhorst authored
* Add Build Trigger endpoints * Update variable name
-
Sander van Harmelen authored
-
Sander van Harmelen authored
-
Johan Brandhorst authored
* Add a WithContext function, Fixes #143 This enables the use of requests with a specific context attached. * Fix indentation * Add a test
-
Sander van Harmelen authored
-
Johan Brandhorst authored
Fixes #145. This adds the `can_push` option to the AddDeployKeyOption and DeployKey structs, in line with what is supported by GitLab.
-
- 15 Mar, 2017 2 commits
-
-
Sander van Harmelen authored
-
Ulrich Schreiner authored
* Add statistics information and flag to query options * groups do not expose a CommitCount * make the sizes unsigned, negative values dont make sense * repair tests * add review comments * remove wrong tagging from field
-
- 13 Mar, 2017 2 commits
-
-
Sander van Harmelen authored
-
Sindre Paulsrud Moe authored
* Adds support for creating commits * Adds support for cherry-pick commits. * Fixed indentation
-
- 03 Mar, 2017 1 commit
-
-
Sander van Harmelen authored
Add missing fields
-
- 01 Mar, 2017 1 commit
-
-
Sander van Harmelen authored
-
- 27 Feb, 2017 1 commit
-
-
meeee authored
This also renames the Go field, which may break things. Probably not a lot though - ParentIds never had any content. This typo probably is a result from invalid Gitlab API documentation on tags, which also wrongly uses `parents_ids`. I created a merge request there as well: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9550
-
- 16 Feb, 2017 3 commits
-
-
Sander van Harmelen authored
-
Sander van Harmelen authored
-
Sander van Harmelen authored
It looks like these options functions are pretty much always called `With…` which makes them better recognizable. So I renamed the `SudoUser` func as well as the `SudoFunc` type to make them more generic and idiomatic.
-
- 15 Feb, 2017 8 commits
-
-
-
Stephen Meriwether authored
Updated: - GetMergeRequest - GetMergeRequestChanges - UpdateMergeRequest - AcceptMergeRequest
-
Stephen Meriwether authored
-
Sander van Harmelen authored
* Correctly parse/unmarshal validation errors returned from the API * Refactor/fix error handling
-
Sander van Harmelen authored
* Added support for notification settings API * Refactor the notification settings API
-
Ulrich Schreiner authored
-
Sander van Harmelen authored
-
Sander van Harmelen authored
-
- 04 Feb, 2017 1 commit
-
-
Sindre Paulsrud Moe authored
-
- 03 Feb, 2017 2 commits
-
-
Sander van Harmelen authored
-
Rob Warner authored
-