- 25 Aug, 2017 23 commits
-
-
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.
-
Andrea Funtò authored
* Added Version API support * #172 Version API: fixes as per maintainer's requests
-
Sander van Harmelen authored
-
Mikhail Grigorev authored
* Fixed GitLab APIv4 support Signed-off-by: Mikhail Grigorev <sleuthhound@gmail.com> * Fixed test for APIv4 Signed-off-by: Mikhail Grigorev <sleuthhound@gmail.com> * Fixed Statistics options Signed-off-by: Mikhail Grigorev <sleuthhound@gmail.com>
-
Ben Getsug authored
-
Nils Jung authored
* Add group share options to projects * Fix group visibility level * changed comment * Fixes: visibility level and share group options Relates to PR #167 * Fix: tests adapted * Fix: changed all 'visibility_level' to 'visibility' * Changed VisibilityLevel pointer
-
Ben Getsug authored
-
Erick Guevara authored
* Adding Todos API resource * Adding TodoTarget struct to support Todo types (#165) Author: Erick Guevara <erick.guevara@gmail.com>
-
Igor Varavko authored
* Return basic info about pipeline in GET /projects/:id/pipelines * Adds pipeline example * Rename RootPipeline to PipelineList with type []struct
-
Sander van Harmelen authored
* Change `IID` to `IIDs` where applicable * Remove the `/project/search` endpoint Instead `/project?search=query` should be used to search a project. This endpoint already exists as the `ListProjects` function already contains a `search` option. * Do not return deprecated field `expired_at` * Change `keys` to `deploy_keys` And add all missing `deploy_keys` endpoints.
-
Johan Brandhorst authored
-
Johan Brandhorst authored
* CI: always test on the latest bugfix Go releases (#154) * Remove unnecessary fmt.Sprintf call (#153) * Fix typo in user 404 error (#155) * Update BranchesService Methods. 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. * Restore API doc links
-
Johan Brandhorst authored
* Add StatusNoContent as successful status. See documentation for expected return statuses: https://docs.gitlab.com/ce/api/README.html#status-codes Also change the codes to http library codes. * Change Build Triggers to PipelinTriggers. This is in line with the updated v4 API. See https://docs.gitlab.com/ce/api/pipeline_triggers.html and https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9713 for more information. * Move Pipeline Triggers to a separate file. Creates the new service PipelineTriggersService for handling requests to the Pipeline Triggers part of the GitLab API.
-
Sander van Harmelen authored
-
- 21 Aug, 2017 2 commits
-
-
Sander van Harmelen authored
-
Raúl Sánchez Ruiz authored
-
- 06 Aug, 2017 1 commit
-
-
Nemo authored
-
- 02 Aug, 2017 2 commits
-
-
Sander van Harmelen authored
Fixed #185
-
Samuel Contesse authored
-
- 20 Jul, 2017 1 commit
-
-
Martin Palma authored
-
- 23 May, 2017 1 commit
-
-
Ariën Holthuizen authored
-
- 21 May, 2017 1 commit
-
-
Ariën Holthuizen authored
-
- 18 May, 2017 1 commit
-
-
Andrea Funtò authored
-
- 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 2 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
-