359b17611d
Add doc
2017-05-30 23:55:08 +09:00
62e130657b
Update README.md with projects example
2017-05-08 10:05:59 +00:00
5422554b86
Mention URL path encoding to all API docs
2017-04-08 12:38:59 +02:00
82fad17a7d
Add information about namespace encoding to API docs
2017-04-08 12:38:59 +02:00
f4e7bc8377
Remove highlighting language from GET codeblocks
...
[ci skip]
2017-03-23 17:43:33 +01:00
b5cc98088e
Update Impersonation tokens docs
2017-03-17 18:30:34 +01:00
6a52cda31d
Merge remote-tracking branch 'origin/personal_access_token_api_and_impersonation_token'
2017-03-07 09:29:55 -06:00
e8ab096f58
Bring back api/builds.md and direct to api/jobs.md
...
[ci skip]
2017-03-07 12:10:15 +01:00
005749a616
apply codestyle and implementation changes to the respective feature code
2017-03-06 19:18:26 +00:00
b565ee4912
Update documentation and expose ID
2017-03-05 21:18:00 +01:00
f31cb11736
Correct the return code description for 204
2017-03-02 09:44:01 +01:00
1ead6a9793
Use v4 endpoint in API docs
2017-03-01 18:39:40 +01:00
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
09dd6a7ead
add documentation and changelog entry for user personal access tokens api
2017-02-28 22:15:39 +00:00
f2dd260413
Update documentation
2017-02-28 08:32:39 +01:00
e8fd6c7e66
Update V3 to V4 docs
2017-02-02 17:41:21 -02:00
63e8dc8a76
Add documentation around OAuth/Personal Access Token scopes.
2017-01-19 14:05:06 +05:30
872d537eb3
Add a link to the Issue Boards API in main README
...
[ci skip]
2016-11-01 13:07:53 +01:00
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
b998479c81
API: Version information
2016-10-12 16:47:35 +02:00
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
dc37ef6139
Better wording in API readme
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2016-10-10 16:32:32 +03:00
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
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
6f1d243b99
Fixed Session Cookie header
2016-09-29 05:07:17 +00:00
a3d3240d0f
Add link to broadcast messages docs
...
Fixes #22508
[ci skip]
2016-09-23 15:39:50 +03:00
5d1b616eba
Update API documentation to mention rails session cookies
...
[ci skip]
2016-09-19 12:49:12 +01:00
48333b9da3
Add notification_settings API calls
...
Use NotificationSetting::EMAIL_EVENTS for params
2016-09-09 17:08:06 +00:00
25ece82dab
Rename file and update README
2016-09-07 12:10:49 +02:00
ea714b625b
Move ci_lint to api/ci
2016-09-07 12:10:49 +02:00
b63d20a106
Add Documentation to Ci Lint API
2016-09-07 12:10:49 +02:00
61fbe7efe9
Add link on API docs index page
...
[ci skip]
2016-09-03 09:58:03 +02:00
df5661b6f4
Add docs on API for pipelines, plus minor fixes
2016-08-18 16:56:39 +02:00
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
e0a858efcc
use long options for curl examples in API documentation ( !5703 )
2016-08-09 01:42:50 +02:00
689de9c6fb
Simplify feature introduction note
...
[ci skip]
2016-08-08 11:44:55 +03:00
fd9cd5ae8c
Add todos API documentation and changelog
2016-07-01 14:51:59 +02:00
4b1e505ef8
Add missing link to sidekiq metrics in API README
...
[ci skip]
2016-06-21 19:21:13 +02:00
e0bdcd2f2f
fixup! updated docs for api endpoint award emoji
2016-06-17 22:03:57 +02:00
90bba2bc46
Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokens
2016-06-16 08:27:37 +05:30
47c9b7d34c
Update CI API docs
...
- Move ci/api under api/ci
- Clean up builds.md and runners.md
- Replace old links with new ones
- Add CI API links in ci/README.md
2016-06-14 14:47:32 +02:00
ae0d8222af
Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokens
2016-06-03 09:31:16 +05:30
f7bdbc0b55
Make it clearer that /licenses is the OS license templates endpoint
...
Signed-off-by: Rémy Coutable <remy@rymai.me >
2016-05-18 00:07:51 -05:00
d915e7d5ca
Reuse the private token param and header for personal access tokens.
...
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3749#note_11626427
- Personal access tokens are still a separate entity as far as the
codebase is concerned - they just happen to use the same entry point
as private tokens.
- Update tests and documentation to reflect this change
2016-05-11 10:16:23 +05:30
2768e99ac3
Add documentation for personal access tokens.
2016-04-28 22:28:36 +05:30
13804aba86
Continue implementation of the license template selector and /licenses API endpoint
...
Signed-off-by: Rémy Coutable <remy@rymai.me >
2016-04-18 14:47:50 +02:00
ea2193aaeb
API: Star and unstar a project
2016-04-13 14:26:40 +02:00
43c8daf3dc
Add runners API documentation [ci-skip]
2016-02-19 13:18:46 +01:00
84354b4bd2
Fix typos, grammar and other styleguide issues
...
[ci skip]
2016-01-18 21:49:04 +01:00
2ffc438efb
Use plaintext instead of json in code blocks
...
[ci skip]
2016-01-18 11:45:04 +01:00