summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Add URL encoding link to issues APIAchilleas Pipinellis2017-04-101-15/+15
| | | | [ci skip]
* Fix wrong copy edits for URL-encoded substitutions in API docsalkuzad/gitlab-ce-namespaces_encoding_docsAchilleas Pipinellis2017-04-1014-77/+77
|
* Mention URL path encoding to all API docsAchilleas Pipinellis2017-04-0824-161/+161
|
* Add information about namespace encoding to API docsDawid Goslawski2017-04-0810-102/+112
|
* Fix markdown table in API Issues docsdocs/fix-md-table-in-api-issuesAchilleas Pipinellis2017-04-061-63/+29
|
* Add "search" optional param and docs for V430195-document-search-param-on-apiOswaldo Ferreira2017-04-051-51/+91
| | | | Notice that this param is being supported since V3, but we have not added the proper docs for it
* Introduce "polling_interval_multiplier" as application settingAdam Niedzielski2017-04-031-2/+5
| | | | | Implement module for setting "Poll-Interval" response header. Return 429 in ETag caching middleware when polling is disabled.
* Labels support color names in backendDongqing Hu2017-03-291-2/+2
|
* Merge branch 'tc-api-remove-comments-endpoint' into 'master' Rémy Coutable2017-03-281-20/+20
|\ | | | | | | | | | | | | API: Make the /notes endpoint work with noteable iid instead of id Closes #29871 See merge request !10258
| * API: Make the /notes endpoint work with noteable iid instead of idToon Claes2017-03-271-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In API V4 all endpoints were changed so Merge Requests and Issues should be referred by iid, instead of id. Except the /notes endpoint was forgotten. So change the endpoints from: - /projects/:id/issues/:issue_id/notes - /projects/:id/merge_requests/:merge_request_id/notes To: - /projects/:id/issues/:issue_iid/notes - /projects/:id/merge_requests/:merge_request_iid/notes For Project Snippets nothing changes.
* | Merge branch 'rename_done_to_closed' into 'master' Sean McGivern2017-03-271-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Change Done column to Closed in issue boards Closes #29420 See merge request !10198
| * | Change Done column to Closed in issue boardsblackst0ne2017-03-241-1/+1
| | |
* | | Implement new service for creating userGeorge Andrinopoulos2017-03-271-0/+1
| |/ |/|
* | Merge branch 'docs/update-impersonation-tokens' into 'master' Sean McGivern2017-03-242-91/+165
|\ \ | |/ |/| | | | | Update Impersonation tokens docs See merge request !10055
| * Remove highlighting language from GET codeblocksAchilleas Pipinellis2017-03-231-6/+6
| | | | | | | | [ci skip]
| * Update Impersonation tokens docsAchilleas Pipinellis2017-03-172-87/+161
| |
* | Correct parameter definition in Pipeline Triggers docsJohan Brandhorst2017-03-231-0/+2
| |
* | Correct pipeline trigger GET functionality. Johan Brandhorst2017-03-221-4/+4
| | | | | | This was ambiguously defined, update parameters to match the example and the definition.
* | Make the v3_to_v4.md more consistentRémy Coutable2017-03-201-30/+30
| | | | | | | | | | | | [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Allow unauthenticated access to some Branch API GET endpointsRémy Coutable2017-03-201-1/+4
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | All CI offline migrationsKamil Trzciński2017-03-171-39/+1
|/
* Put the use of "No Label" in the descriptiontc-clean-up-no-label-docToon Claes2017-03-161-9/+3
| | | | | To get the issues that have no label, the special keyword `No Label` can be used. This `No Label` label can be used like any other label.
* 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
| | |