- 25 Aug, 2017 8 commits
-
-
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 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
-