summaryrefslogtreecommitdiff
path: root/doc/api/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Update documentationdm-remove-private-tokenDouwe Maan2017-11-021-58/+67
|
* Remove Session APIDouwe Maan2017-11-021-1/+0
|
* Merge branch '23000-pages-api' into 'master'Grzegorz Bizon2017-10-241-0/+1
|\ | | | | | | | | | | | | Resolve "Pages API" Closes #23000 See merge request gitlab-org/gitlab-ce!13917
| * Add pages domains API documentationTravis Miller2017-10-221-0/+1
| |
* | Simple docs fixesConnor Shea2017-10-231-1/+1
|/
* Merge branch 'sh-document-plus-encoding-api' into 'master'Achilleas Pipinellis2017-10-191-0/+17
|\ | | | | | | | | Document converting `+` to `%2B` in an API query parameter See merge request gitlab-org/gitlab-ce!14948
| * Document converting `+` to `%2B` in an API query parametersh-document-plus-encoding-apiStan Hu2017-10-181-0/+17
| | | | | | | | [ci skip]
* | Update GraphQL licensing situation in the docsNick Thomas2017-10-181-1/+15
|/
* Support custom attributes on usersMarkus Koller2017-09-281-0/+1
|
* Merge branch 'wiki_api' into 'master'Grzegorz Bizon2017-09-071-0/+1
|\ | | | | | | | | | | | | Add API support for wiki pages Closes #12747 See merge request !13372
| * Add API support for wiki pagesblackst0ne2017-09-071-0/+1
| |
* | Fix wrong API status codesRobert Schilling2017-09-061-2/+2
| |
* | Update wording on change plans.Jacob Schatz2017-09-051-1/+1
| |
* | Provide context for people wondering what happened.Jacob Schatz2017-09-051-0/+4
| |
* | 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]