summaryrefslogtreecommitdiff
path: root/doc/api/v3_to_v4.md
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-2/+2
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-83/+9
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+6
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-081-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-271-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-40/+40
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-42/+42
|
* Bring typo fix over from EEMarcel Amirault2019-09-091-2/+2
|
* Add lint rule that headings must increment one level at a timeEvan Read2019-07-081-2/+2
| | | | Also fixes instances in Markdown that broke the rule.
* Resolve "CE documentation is not CommonMark compliant"Brett Walker2018-09-061-2/+2
|
* Removed API endpoint and specsfj-36819-remove-v3-apiFrancisco Javier López2018-05-301-4/+3
|
* v3 API is unsupported after 9.5, but may not be removedSean McGivern2017-07-251-3/+5
| | | | | That is, it may not _necessarily_ be removed. We do not provide guarantees for when API v3 will be available until beyond 9.5.
* Reworddocs-apiv3-removal-msgDrew Blessing2017-05-181-3/+3
|
* Match v3 caseDrew Blessing2017-05-181-1/+1
|
* Make API v3 removal date more clear/match blog postDrew Blessing2017-05-181-1/+3
|
* Add "API" to all respective headings (h1s)Marcia Ramos2017-05-181-1/+1
|
* Implement new service for creating userGeorge Andrinopoulos2017-03-271-0/+1
|
* 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>
* Merge branch 'issue_16834'Douwe Maan2017-03-071-1/+5
|\ | | | | | | | | # Conflicts: # doc/api/v3_to_v4.md
| * Remove unecessary endpoint from repository, add compatibility endpoints for ↵issue_16834Felipe Artur2017-03-071-3/+4
| | | | | | | | v3 and several improvements
| * Update API endpoints for raw filesFelipe Artur2017-03-071-0/+4
| |
* | 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
| |/
* | 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).
* Add documentation for !9530.Timothy Andrew2017-03-071-1/+2
|
* 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-061-0/+2
|\ | | | | | | | | | | | | Rename builds to jobs in the API Closes #28515 See merge request !9463
| * Incorporate review, drop old endpointZ.J. van de Weg2017-03-061-0/+2
| | | | | | | | | | The endpoint dropped, get ':id/repository/commits/:sha/jobs', should be replace by a new endpoint.
* | Remove "subscribed" field from API responses returning list of issues or ↵api-drop-subscribedAdam Niedzielski2017-03-061-0/+4
|/ | | | merge requests
* Update after reviewKamil Trzcinski2017-03-061-0/+3
|
* Merge branch '26847-api-pipelines-use-basic' into 'master' Robert Speicher2017-03-031-0/+1
|\ | | | | | | | | | | | | 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-031-0/+1
| | | | | | | | | | | | | | | | 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-031-2/+6
| | | | | | | | The query parameter `membership` should be more self-explaining.
* | Add filter param for authorized projects for current_user for V4Oswaldo Ferreira2017-03-031-0/+1
|/
* Merge branch '27532_api_changes' into 'master' Sean McGivern2017-03-031-0/+1
|\ | | | | | | | | | | | | Use iids as filter parameter Closes #27532 See merge request !9096
| * Use iids as filter parameterJarka Kadlecova2017-03-021-0/+1
| |
* | Add visibility change to API v3 -> v4 docToon Claes2017-03-021-0/+1
|/ | | | And add changelog entry.
* Merge branch 'fix/mwbs-to-mwps' into 'master' Douwe Maan2017-03-011-0/+6
|\ | | | | | | | | | | | | Rename MWBS to MWPS Closes #24707 See merge request !9335
| * Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-011-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename column in the database Rename fields related to import/export feature Rename API endpoints Rename documentation links Rename the rest of occurrences in the code Replace the images that contain the words "build succeeds" and docs referencing to them Make sure pipeline is green and nothing is missing. updated doc images renamed only_allow_merge_if_build_succeeds in projects and fixed references more updates fix some spec failures fix rubocop offences fix v3 api spec fix MR specs fixed issues with partials fix MR spec fix alignment add missing v3 to v4 doc wip - refactor v3 endpoints fix specs fix a few typos fix project specs copy entities fully to V3 fix entity error more fixes fix failing specs fixed missing entities in V3 API remove comment updated code based on feedback typo fix spec
* | Add environment `/stop` action27142-api-replace-destroy-with-stop-environmentToon Claes2017-02-281-0/+1
|/ | | | Add endpoint to stop an environment through the API.
* API: Return 400 for all validation erros in the mebers APIunified-member-api-responseRobert Schilling2017-02-241-1/+2
|
* Merge branch 'master' into 'api-remove-owned-groups'api-remove-owned-groupsSean McGivern2017-02-241-0/+1
|\ | | | | | | # Conflicts: # doc/api/v3_to_v4.md
| * Return 202 with JSON body on async removals on V4 API3874-correctly-return-json-on-delete-responsesOswaldo2017-02-231-0/+2
| |
* | Update documentationRobert Schilling2017-02-241-0/+1
|/