summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | 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
| | |/ / /
| * | | | Merge branch '28257-issues-iids' into 'master' Sean McGivern2017-03-021-1/+6
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | API issues - support filtering by iids Closes #28257 See merge request !9541
| | * | | API issues - support filtering by iidsJarka Kadlecova2017-03-011-1/+6
| | | | |
| * | | | Merge branch '28807-search-for-milestone-by-title-in-rest-api' into 'master'Rémy Coutable2017-03-021-2/+4
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Enable filtering milestones by search criteria in the API Closes #28807 See merge request !9606
| | * | | Enable filtering milestones by search criteria in the APIMark Fletcher2017-03-021-2/+4
| | | | | | | | | | | | | | | | | | | | - Also remove a redundant test
| * | | | Merge branch 'api-v4-doc' into 'master' Douwe Maan2017-03-0141-198/+198
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use v4 endpoint in API docs See merge request !9631
| | * | | | Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-0141-198/+198
| | | | | |
| * | | | | Merge branch 'fix/mwbs-to-mwps' into 'master' Douwe Maan2017-03-014-26/+32
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename MWBS to MWPS Closes #24707 See merge request !9335
| | * | | | | Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-014-26/+32
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | Merge branch '27142-api-replace-destroy-with-stop-environment' into 'master' Kamil Trzciński2017-03-012-3/+32
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Add environment action with /stop action Closes #27142 See merge request !8808
| | * | | | | Add environment `/stop` action27142-api-replace-destroy-with-stop-environmentToon Claes2017-02-282-3/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add endpoint to stop an environment through the API.
| * | | | | | Clarification of list repository tree API callMarius Kleiner2017-03-011-0/+2
| | |_|/ / / | |/| | | |
| * | | | | Merge branch 'feature/fix_tag_docs_parent_ids' into 'master' Rémy Coutable2017-03-011-2/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | Docs: Tags: Fix typo in parent_ids in example response See merge request !9550
| | * | | | Docs: Tags: Fix typo in parent_ids in example responseMichael Frister2017-02-271-2/+2
| | | |_|/ | | |/| |
| * | | | Merge branch '6073_project_api' into 'master' Sean McGivern2017-02-281-2/+2
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | API project create: Make name or path required Closes #6073 See merge request !9416
| | * | | API project create: Make name or path requiredJarka Kadlecova2017-02-271-2/+2
| | |/ /
| * | | Update documentationRobert Schilling2017-02-2815-306/+1
| | |/ | |/|
| * | Merge branch 'mock-ci-service' into 'master'Douwe Maan2017-02-271-0/+35
| |\ \ | | | | | | | | | | | | | | | | Add Mock CI service/integration See merge request !9250
| | * | Add MockCiService integrationmock-ci-serviceEric Eastwood2017-02-241-0/+35
| | |/ | | | | | | | | | | | | | | | MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9250/ See https://gitlab.com/madlittlemods/gl-mock-ci-service
| * | 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-242-14/+2
| |/
| * Merge branch 'api-subscribe-doc' into 'master' Rémy Coutable2017-02-233-3/+3
| |\ | | | | | | | | | | | | Use POST in the endpoint description for :resource/unsubscribe See merge request !9469
| | * Use POST in the endpoint description for :ressource/unsubscribe [ci skip]api-subscribe-docRobert Schilling2017-02-233-3/+3
| | |
| * | Merge branch 'master' into 'api-notes-entity-fields'api-notes-entity-fieldsRobert Schilling2017-02-222-20/+38
| |\ \ | | |/ | | | | | | # Conflicts: # doc/api/v3_to_v4.md
| | * Merge branch '28458-present-gitlab-version-for-v4-changes-on-docs' into ↵Sean McGivern2017-02-221-21/+24
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Present GitLab version for each V3 to V4 API change on v3_to_v4.md Closes #28458 See merge request !9425
| | | * Add Merge Request link to the v3 to v4 documentation28458-present-gitlab-version-for-v4-changes-on-docsToon Claes2017-02-221-20/+20
| | | | | | | | | | | | | | | | | | | | Similar to changelog, mention the Merge Request id & link for each change.
| | | * Present GitLab version for each V3 to V4 API change on v3_to_v4.mdOswaldo Ferreira2017-02-221-1/+4
| | | |
| | * | Merge branch '27032-add-a-house-keeping-api-call' into 'master' Rémy Coutable2017-02-221-0/+14
| | |\ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | Add housekeeping endpoint for Projects API Closes #27032 See merge request !9421
| | | * Add housekeeping endpoint for Projects APIMark Fletcher2017-02-221-0/+14
| | | |
| * | | Remove deprecated `upvotes` and `downvotes` from the notes APIRobert Schilling2017-02-224-20/+4
| |/ /
| * | Merge branch '22132-rename-branch-name-params-to-branch' into 'master' Rémy Coutable2017-02-224-16/+22
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Standardize branch name params as `branch` on V4 API Closes #22132 See merge request !8936
| | * | Change branch_name param to branch throughout V4 API22132-rename-branch-name-params-to-branchOswaldo Ferreira2017-02-214-16/+22
| | | |
| * | | Merge branch 'api-subscription-restful' into 'master' Sean McGivern2017-02-224-13/+14
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | API: Make subscription API more RESTfuL Closes #28327 See merge request !9325
| | * | Update documentationapi-subscription-restfulRobert Schilling2017-02-224-14/+14
| | | |
| | * | API: Make subscription API more RESTfuLRobert Schilling2017-02-211-0/+1
| | | |
| * | | Merge branch 'rename-retry-failed-pipeline-to-retry' into 'master' Filipa Lacerda2017-02-211-1/+1
| |\ \ \ | | |/ / | |/| | | | | | | | | | Rename retry failed button on pipeline page to just retry See merge request !9369
| | * | fixed specs + docsdimitrieh2017-02-201-1/+1
| | | |
| * | | API: Use POST requests to mark todos as doneRobert Schilling2017-02-212-11/+6
| | |/ | |/|
| * | Merge branch '26315-unify-labels-filter-behavior' into 'master' Rémy Coutable2017-02-202-2/+4
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Unify issues search behavior by always filtering when ALL labels matches Closes #26315 See merge request !8849
| | * | Unify issues search behavior by always filtering when ALL labels matches26315-unify-labels-filter-behaviorOswaldo Ferreira2017-02-202-2/+4
| | | |
| * | | Merge branch 'api-star-restful' into 'master'Rémy Coutable2017-02-202-3/+4
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar` Closes #28328 See merge request !9328
| | * | API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`api-star-restfulRobert Schilling2017-02-202-3/+4
| | | |
| * | | Merge branch 'fix-grammar' into 'master' Robert Speicher2017-02-202-3/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Fix some grammar in the API docs See merge request !9379
| | * | | Fix some grammar in the API docsRobert Schilling2017-02-202-3/+3
| | |/ /