Commit Graph

141 Commits

Author SHA1 Message Date
Zeger-Jan van de Weg f5b733ebdd
Fix broken links in documentation
Also, move the old linting docs to the new location.
2017-08-21 09:05:17 +02:00
Achilleas Pipinellis c39daf937b Merge branch 'patch-1' into 'master'
Move API "basic usage" to be more visible

See merge request !13171
2017-08-03 14:08:22 +00:00
Eric fb5b2d8d0e Extending API for protected branches 2017-08-02 10:16:17 +00:00
Kamil Trzciński 8ffd40cee7 Merge branch '34519-extend-api-group-secret-variable' into 'master'
Extend API: Group Secret Variable

Closes #34519

See merge request !12936
2017-08-01 09:29:50 +00:00
AJ Jordan 97f58c7831
Explicitly spell out where the API root is
I found this basic information extrememly hard to find when I looked
at this page.
2017-07-28 14:30:42 -07:00
AJ Jordan a2ac5720ef Move API "basic usage" to be more visible 2017-07-28 21:19:05 +00:00
Rémy Coutable 649382b1c2 Fix the /projects/:id/repository/branches endpoint to handle dots in the branch name when the project full patch contains a `/`
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 14:29:31 +02:00
Felipe Artur c5c9dce270 Add group milestones API endpoint 2017-07-21 11:00:00 -03:00
Shinya Maeda 862e2c80be Document update 2017-07-19 20:57:27 +09:00
Rémy Coutable c8ce1f0d5d Document the feature groups
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-06 11:18:25 +02:00
Mike Fisher 09aaeb118b Moved Open source license templates link into alphabetical order 2017-06-19 18:08:15 -07:00
Achilleas Pipinellis 8fb33b8f01 Add docs for personal access tokens 2017-06-14 08:40:21 +02:00
Stan Hu 5b645e6492 Clarify API V5 being a compatability layer on top of GraphQL
[ci skip]
2017-06-08 13:37:26 -07:00
Stan Hu d540699b77 Add text documenting that v5 of the API will be GraphQL
[ci skip]
2017-06-07 22:38:35 -07:00
Mark Fletcher ad3e180ed3 Introduce an Events API
* 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
2017-06-06 20:16:41 +08:00
Sébastien a17bfd368f Resolve "API: Environment info missed" 2017-06-06 10:23:29 +00:00
Shinya Maeda 359b17611d Add doc 2017-05-30 23:55:08 +09:00
Toni 62e130657b Update README.md with projects example 2017-05-08 10:05:59 +00:00
Achilleas Pipinellis 5422554b86 Mention URL path encoding to all API docs 2017-04-08 12:38:59 +02:00
Dawid Goslawski 82fad17a7d Add information about namespace encoding to API docs 2017-04-08 12:38:59 +02:00
Achilleas Pipinellis f4e7bc8377 Remove highlighting language from GET codeblocks
[ci skip]
2017-03-23 17:43:33 +01:00
Achilleas Pipinellis b5cc98088e Update Impersonation tokens docs 2017-03-17 18:30:34 +01:00
Douwe Maan 6a52cda31d Merge remote-tracking branch 'origin/personal_access_token_api_and_impersonation_token' 2017-03-07 09:29:55 -06:00
Achilleas Pipinellis e8ab096f58 Bring back api/builds.md and direct to api/jobs.md
[ci skip]
2017-03-07 12:10:15 +01:00
Tiago Botelho 005749a616 apply codestyle and implementation changes to the respective feature code 2017-03-06 19:18:26 +00:00
Kamil Trzcinski b565ee4912
Update documentation and expose ID 2017-03-05 21:18:00 +01:00
Robert Schilling f31cb11736 Correct the return code description for 204 2017-03-02 09:44:01 +01:00
Robert Schilling 1ead6a9793 Use v4 endpoint in API docs 2017-03-01 18:39:40 +01:00
Tiago Botelho f0ea7130f7 refactors documentation and personal access tokens form to not allow admins to generate non impersionation tokens 2017-02-28 22:15:40 +00:00
Simon Vocella 09dd6a7ead add documentation and changelog entry for user personal access tokens api 2017-02-28 22:15:39 +00:00
Robert Schilling f2dd260413 Update documentation 2017-02-28 08:32:39 +01:00
Oswaldo Ferreira e8fd6c7e66 Update V3 to V4 docs 2017-02-02 17:41:21 -02:00
Timothy Andrew 63e8dc8a76
Add documentation around OAuth/Personal Access Token scopes. 2017-01-19 14:05:06 +05:30
Achilleas Pipinellis 872d537eb3 Add a link to the Issue Boards API in main README
[ci skip]
2016-11-01 13:07:53 +01:00
Robert Speicher 58e2b44afe Merge branch 'api-version' into 'master'
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
2016-10-12 18:38:02 +00:00
Robert Schilling b998479c81 API: Version information 2016-10-12 16:47:35 +02:00
Thomas Balthazar b9b13ea801 Create a new /templates API namespace
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.
2016-10-12 11:09:41 +02:00
Dmitriy Zaporozhets dc37ef6139 Better wording in API readme
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-10-10 16:32:32 +03:00
Dmitriy Zaporozhets 137ebcfb3c Replace undefined Grape routing code from 400 to 404
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-10-10 16:32:32 +03:00
Dmitriy Zaporozhets fdfc93679d Fix API specs behaviour for invalid routing
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-10-10 16:32:32 +03:00
Alan Moore 6f1d243b99 Fixed Session Cookie header 2016-09-29 05:07:17 +00:00
Z.J. van de Weg a3d3240d0f Add link to broadcast messages docs
Fixes #22508
[ci skip]
2016-09-23 15:39:50 +03:00
Nick Thomas 5d1b616eba Update API documentation to mention rails session cookies
[ci skip]
2016-09-19 12:49:12 +01:00
Marc Siegfriedt 48333b9da3 Add notification_settings API calls
Use NotificationSetting::EMAIL_EVENTS for params
2016-09-09 17:08:06 +00:00
Katarzyna Kobierska 25ece82dab Rename file and update README 2016-09-07 12:10:49 +02:00
Katarzyna Kobierska ea714b625b Move ci_lint to api/ci 2016-09-07 12:10:49 +02:00
Katarzyna Kobierska b63d20a106 Add Documentation to Ci Lint API 2016-09-07 12:10:49 +02:00
Z.J. van de Weg 61fbe7efe9 Add link on API docs index page
[ci skip]
2016-09-03 09:58:03 +02:00
Z.J. van de Weg df5661b6f4 Add docs on API for pipelines, plus minor fixes 2016-08-18 16:56:39 +02:00
Rémy Coutable 29850364ec New AccessRequests API endpoints for Group & Project
Also, mutualize AccessRequests and Members endpoints for Group &
Project.
New API documentation for the AccessRequests endpoints.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-08-10 19:07:05 +02:00