summaryrefslogtreecommitdiff
path: root/doc/api/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Remove GraphQL from future plans.Jacob Schatz2017-09-051-13/+0
|
* Add changelog and docRobert Schilling2017-08-281-0/+1
|
* Fix broken links in documentationzj-remove-ci-api-v1Zeger-Jan van de Weg2017-08-211-6/+1
| | | | Also, move the old linting docs to the new location.
* Merge branch 'patch-1' into 'master'Achilleas Pipinellis2017-08-031-31/+32
|\ | | | | | | | | Move API "basic usage" to be more visible See merge request !13171
| * Explicitly spell out where the API root isAJ Jordan2017-07-281-1/+2
| | | | | | | | | | I found this basic information extrememly hard to find when I looked at this page.
| * Move API "basic usage" to be more visibleAJ Jordan2017-07-281-31/+31
| |
* | Extending API for protected branchesEric2017-08-021-0/+1
| |
* | Merge branch '34519-extend-api-group-secret-variable' into 'master'Kamil Trzciński2017-08-011-1/+2
|\ \ | |/ |/| | | | | | | | | Extend API: Group Secret Variable Closes #34519 See merge request !12936
| * Document update34519-extend-api-group-secret-variableShinya Maeda2017-07-191-1/+2
| |
* | Fix the /projects/:id/repository/branches endpoint to handle dots in the ↵Rémy Coutable2017-07-271-1/+12
| | | | | | | | | | | | branch name when the project full patch contains a `/` Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Add group milestones API endpointissue_34622Felipe Artur2017-07-211-1/+2
|/
* Document the feature groupsRémy Coutable2017-07-061-0/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Moved Open source license templates link into alphabetical orderMike Fisher2017-06-191-1/+1
|
* Add docs for personal access tokensdocs/personal-access-tokensAchilleas Pipinellis2017-06-141-36/+47
|
* Clarify API V5 being a compatability layer on top of GraphQLStan Hu2017-06-081-3/+7
| | | | [ci skip]
* Add text documenting that v5 of the API will be GraphQLsh-document-road-to-graphqlStan Hu2017-06-071-0/+9
| | | | [ci skip]
* Introduce an Events APIMark Fletcher2017-06-061-0/+1
| | | | | | | | | | | * Meld the following disparate endpoints: * `/projects/:id/events` * `/events` * `/users/:id/events` + Add result filtering to the above endpoints: * action * target_type * before and after dates
* Resolve "API: Environment info missed"Sébastien2017-06-061-0/+1
|
* Add docShinya Maeda2017-05-301-0/+1
|
* Update README.md with projects exampleToni2017-05-081-2/+3
|
* Mention URL path encoding to all API docsAchilleas Pipinellis2017-04-081-2/+2
|
* Add information about namespace encoding to API docsDawid Goslawski2017-04-081-1/+11
|
* Remove highlighting language from GET codeblocksAchilleas Pipinellis2017-03-231-6/+6
| | | | [ci skip]
* Update Impersonation tokens docsAchilleas Pipinellis2017-03-171-58/+69
|
* Merge remote-tracking branch ↵Douwe Maan2017-03-071-0/+8
|\ | | | | | | '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-061-1/+8
| |
| * refactors documentation and personal access tokens form to not allow admins ↵Tiago Botelho2017-02-281-1/+1
| | | | | | | | to generate non impersionation tokens
| * add documentation and changelog entry for user personal access tokens apiSimon Vocella2017-02-281-0/+1
| |
* | Bring back api/builds.md and direct to api/jobs.mdAchilleas Pipinellis2017-03-071-1/+1
| | | | | | | | [ci skip]
* | Update documentation and expose IDKamil Trzcinski2017-03-051-1/+1
| |
* | Correct the return code description for 204api-doc-return-codeRobert Schilling2017-03-021-1/+1
| |
* | Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-011-8/+8
|/
* Update documentationRobert Schilling2017-02-281-0/+1
|
* Update V3 to V4 docsOswaldo Ferreira2017-02-021-0/+1
|
* Add documentation around OAuth/Personal Access Token scopes.Timothy Andrew2017-01-191-0/+8
|
* Add a link to the Issue Boards API in main READMEAchilleas Pipinellis2016-11-011-0/+1
| | | | [ci skip]
* Merge branch 'api-version' into 'master' Robert Speicher2016-10-121-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Version information ## What does this MR do? Adds a new endpoint to retrieve the version information. ## Why was this MR needed? Clients can now use this information to enable/disable certain API features depending on the version. ## What are the relevant issue numbers? Closes #22608, https://gitlab.com/gitlab-org/gitlab-ce/issues/23148 See merge request !6822
| * API: Version informationapi-versionRobert Schilling2016-10-121-0/+1
| |
* | Create a new /templates API namespaceThomas Balthazar2016-10-121-1/+3
|/ | | | | | The /licenses, /gitignores and /gitlab_ci_ymls endpoints are now also available under a new /templates namespace. Old endpoints will be deprecated when GitLab 9.0.0 is released.
* Better wording in API readmeDmitriy Zaporozhets2016-10-101-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace undefined Grape routing code from 400 to 404Dmitriy Zaporozhets2016-10-101-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix API specs behaviour for invalid routingDmitriy Zaporozhets2016-10-101-0/+13
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fixed Session Cookie headerAlan Moore2016-09-291-1/+1
|
* Add link to broadcast messages docsZ.J. van de Weg2016-09-231-0/+1
| | | | | Fixes #22508 [ci skip]
* Update API documentation to mention rails session cookiesNick Thomas2016-09-191-4/+12
| | | | [ci skip]
* Add notification_settings API callsMarc Siegfriedt2016-09-091-0/+1
| | | | Use NotificationSetting::EMAIL_EVENTS for params
* Rename file and update READMEKatarzyna Kobierska2016-09-071-1/+1
|
* Move ci_lint to api/ciKatarzyna Kobierska2016-09-071-2/+1
|
* Add Documentation to Ci Lint APIKatarzyna Kobierska2016-09-071-1/+3
|
* Add link on API docs index pagezj-add-link-docs-indexZ.J. van de Weg2016-09-031-1/+2
| | | | [ci skip]