summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Rename variableBob Van Landuyt2017-03-131-2/+2
| | | | | merge_request_for_resolving_discussions -> merge_request_to_resolve_discussions_of
* Always require MR-iid for resolving discussionsBob Van Landuyt2017-03-131-3/+3
| | | | | And deduplicate the finding of MR's & discussions. Now the searching is done in the service, istead of the controller & the API.
* Delegate a single discussion to a new issueBob Van Landuyt2017-03-131-9/+10
| | | | | | Delegate a discussion in a merge request into a new issue. The discussion wil be marked as resolved and a system note will be added linking to the newly created issue.
* Merge branch 'issue_16834'Douwe Maan2017-03-073-19/+38
|\ | | | | | | | | # Conflicts: # doc/api/v3_to_v4.md
| * Remove unecessary endpoint from repository, add compatibility endpoints for ↵issue_16834Felipe Artur2017-03-072-7/+8
| | | | | | | | v3 and several improvements
| * Update API endpoints for raw filesFelipe Artur2017-03-073-17/+36
| |
* | Merge branch '1381-present-commits-pagination-headers-correctly' into 'master' Douwe Maan2017-03-081-0/+3
|\ \ | | | | | | | | | | | | | | | | | | GET "projects/:id/repository/commits" endpoint improvements Closes #1381 and #20207 See merge request !9679
| * | Returns correct header data for commits endpointOswaldo Ferreira2017-03-071-0/+3
| |/
* | Merge branch 'tc-api-v4-doc-changes' into 'master' Douwe Maan2017-03-082-4/+6
|\ \ | | | | | | | | | | | | API v4 doc changes See merge request !9723
| * | API V4 is no longer in BetaToon Claes2017-03-071-3/+5
| | | | | | | | | | | | | | | And V4 is the preferred version to be used, because V3 will be removed in 9.4 (or later).
| * | Update description about GET /projects endpointToon Claes2017-03-071-1/+1
| |/ | | | | | | | | It returns all projects visible for the authenticated user, not just the project they are member of.
* | Make it possible to query scope as scope[]=Toon Claes2017-03-071-7/+7
| | | | | | | | | | Since issues also accepts the query parameter iids[]=, also make it possible query scope like that.
* | Add GET /projects/:id/pipelines/:pipeline_id/jobs endpointToon Claes2017-03-071-1/+117
|/ | | | Add endpoint to get the jobs scoped to a pipeline.
* Merge branch 'rfr-20170307-change-default-project-number-limit' into 'master' James Lopez2017-03-071-3/+3
|\ | | | | | | | | Change project count limit from 10 to 100000 See merge request !9767
| * Change project count limit from 10 to 100000rfr-20170307-change-default-project-number-limitRegis Freyd2017-03-071-3/+3
| |
* | Merge remote-tracking branch ↵Douwe Maan2017-03-072-0/+104
|\ \ | |/ |/| | | 'origin/personal_access_token_api_and_impersonation_token'
| * apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_tokenTiago Botelho2017-03-063-94/+44
| |
| * refactors finder and correlated codeTiago Botelho2017-03-012-45/+22
| |
| * applies relevant changes to the code and code structureTiago Botelho2017-02-281-0/+2
| |
| * refactors documentation and personal access tokens form to not allow admins ↵Tiago Botelho2017-02-283-7/+34
| | | | | | | | to generate non impersionation tokens
| * add documentation and changelog entry for user personal access tokens apiSimon Vocella2017-02-283-0/+148
| |
* | Merge branch '28251-mr-and-issue-iids-for-api-v4' into 'master' Douwe Maan2017-03-074-225/+226
|\ \ | | | | | | | | | | | | | | | | | | API routes referencing a specific issue should use the issue `iid` Closes #28251 See merge request !9530
| * | Implement review comments from @dbalexandre28251-mr-and-issue-iids-for-api-v4Timothy Andrew2017-03-071-1/+1
| | | | | | | | | | | | | | | | | | - Typo in docs - Newline between test/expectation in `api/issues_spec` - Use `find_by` instead of `reference_by` in the structure defining awardables
| * | Add documentation for !9530.Timothy Andrew2017-03-074-226/+227
| | |
* | | Bring back api/builds.md and direct to api/jobs.mdAchilleas Pipinellis2017-03-073-2/+3
|/ / | | | | | | [ci skip]
* | Narrow environment payload by using basic project details resource28598-narrow-environment-payload-by-using-basic-projectOswaldo Ferreira2017-03-061-0/+2
| |
* | Merge branch 'zj-builds-to-jobs-api' into 'master' Kamil Trzciński2017-03-066-198/+96
|\ \ | | | | | | | | | | | | | | | | | | Rename builds to jobs in the API Closes #28515 See merge request !9463
| * | Remove docs for removed endpointzj-builds-to-jobs-apiZ.J. van de Weg2017-03-061-104/+0
| | |
| * | Incorporate review, drop old endpointZ.J. van de Weg2017-03-062-7/+9
| | | | | | | | | | | | | | | The endpoint dropped, get ':id/repository/commits/:sha/jobs', should be replace by a new endpoint.
| * | Rename build to job in the docsZ.J. van de Weg2017-03-065-108/+108
| | |
* | | Remove "subscribed" field from API responses returning list of issues or ↵api-drop-subscribedAdam Niedzielski2017-03-063-4/+4
|/ / | | | | | | merge requests
* | Rename `/take` to `/take_ownership`, expose `owner` in `v3`.Kamil Trzcinski2017-03-061-2/+2
| |
* | Update after reviewKamil Trzcinski2017-03-062-0/+4
| |
* | Lint docKamil Trzcinski2017-03-051-2/+2
| |
* | Update documentation and expose IDKamil Trzcinski2017-03-053-109/+171
| |
* | Be able to list issues with no labels using APIVignesh Ravichandran2017-03-031-0/+6
| |
* | Merge branch '26847-api-pipelines-use-basic' into 'master' Robert Speicher2017-03-032-38/+3
|\ \ | | | | | | | | | | | | | | | | | | Expose pipelines as PipelineBasic `api/v4/projects/:id/pipelines` Closes #26847 See merge request !8875
| * | Expose pipelines as PipelineBasic `projects/:id/pipelines`26847-api-pipelines-use-basicToon Claes2017-03-032-38/+3
| | | | | | | | | | | | | | | | | | | | | | | | The `projects/:id/pipelines` exposed a lot of extra details that are superfluous and it was taking extra resources to fetch them. To get more details about a pipeline, use `projects/:id/pipelines/:pipeline_id`.
* | | Rename query parameter to `membership`28865-filter-by-authorized-projects-in-v4Toon Claes2017-03-032-4/+8
| | | | | | | | | | | | The query parameter `membership` should be more self-explaining.
* | | Add filter param for authorized projects for current_user for V4Oswaldo Ferreira2017-03-032-0/+2
|/ /
* | Merge branch '27532_api_changes' into 'master' Sean McGivern2017-03-032-3/+4
|\ \ | | | | | | | | | | | | | | | | | | Use iids as filter parameter Closes #27532 See merge request !9096
| * | Use iids as filter parameterJarka Kadlecova2017-03-022-3/+4
| | |
* | | Merge branch '27501-api-use-visibility-everywhere' into 'master' Douwe Maan2017-03-026-62/+54
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | API: Use `visibility` as string parameter everywhere Closes #27501 See merge request !9337
| * | | Add visibility change to API v3 -> v4 docToon Claes2017-03-021-0/+1
| | | | | | | | | | | | | | | | And add changelog entry.
| * | | Expose ApplicationSetting visibility settings as StringToon Claes2017-03-021-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use strings for the ApplicationSetting properties: - restricted_visibility_levels - default_project_visibility - default_snippet_visibility - default_group_visibility
| * | | Expose Snippet VisibilityLevel as StringToon Claes2017-03-021-11/+10
| | | |
| * | | Expose Group VisibilityLevel as StringToon Claes2017-03-021-14/+10
| | | | | | | | | | | | | | | | | | | | Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility`.
| * | | Expose Project's & ProjectSnippet's VisibilityLevel as StringToon Claes2017-03-022-29/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility` for Project and ProjectSnippet. Filter queries also accept the `visibility` as String instead of `visibility_level` as Integer. Also remove the `public` boolean.
* | | | Merge branch 'api-doc-return-code' into 'master' Rémy Coutable2017-03-021-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Correct the return code description for 204 See merge request !9648
| * | | | Correct the return code description for 204api-doc-return-codeRobert Schilling2017-03-021-1/+1
| |/ / /