GitLab Bot
bc872593ce
Add latest changes from gitlab-org/gitlab@master
2021-02-16 00:09:01 +00:00
GitLab Bot
4046c3447e
Add latest changes from gitlab-org/gitlab@master
2021-02-05 15:09:28 +00:00
GitLab Bot
43678813e8
Add latest changes from gitlab-org/gitlab@master
2020-12-17 21:09:57 +00:00
GitLab Bot
893ba862a7
Add latest changes from gitlab-org/gitlab@master
2020-12-01 15:09:28 +00:00
GitLab Bot
f8bb64721a
Add latest changes from gitlab-org/gitlab@master
2020-11-26 06:09:20 +00:00
GitLab Bot
8aab944cc5
Add latest changes from gitlab-org/gitlab@master
2020-07-15 00:09:23 +00:00
GitLab Bot
6985123d92
Add latest changes from gitlab-org/gitlab@master
2020-05-28 00:08:37 +00:00
GitLab Bot
b1b7c2f9a7
Add latest changes from gitlab-org/gitlab@master
2020-04-24 09:09:44 +00:00
GitLab Bot
c72e5ebe99
Add latest changes from gitlab-org/gitlab@master
2020-02-27 09:09:01 +00:00
GitLab Bot
536aa3a1f4
Add latest changes from gitlab-org/gitlab@master
2020-01-30 15:09:15 +00:00
Alexis Sánchez
4b13decdd1
Update doc/api/deploy_keys.md
2019-08-30 06:19:01 +00:00
Marcel Amirault
d2cb8f785e
Update docs to pass new markdownlint
...
Deletes extra spaces and line, makes lists consistent, and
fixes links.
2019-08-22 08:50:31 +00:00
Achilleas Pipinellis
94b2eaf313
Merge deploy keys example to deploy keys API docs
...
No reason to keep them separate.
2019-08-08 08:45:13 +03:00
Marcel Amirault
25aa4e0322
Remove extra whitespaces in docs
...
Removes all the extra whitespaces at end of lines,
inside tags, and removes extra newlines
2019-07-09 03:28:41 +00:00
Achilleas Pipinellis
0e078d1a8a
Replace look-alike token with '<your_access_token>'
...
Replace all '9koXpg98eAheJpvBs5tK' occurrences with
'<your_access_token>' in API docs.
2019-01-04 13:19:27 +01:00
Douwe Maan
536a47b4b7
Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'security-10-3'
...
[10.3] Migrate `can_push` column from `keys` to `deploy_keys_project`
See merge request gitlab/gitlabhq!2276
(cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c)
1f2bd3c0 Backport to 10.3
2018-01-16 17:04:51 -08:00
Vitaliy @blackst0ne Klachkov
d7cf49bff0
Fix typo in the API Deploy Keys documentation page
2017-09-03 13:00:32 +11:00
Marcia Ramos
18a2928732
Add "API" to all respective headings (h1s)
2017-05-18 08:49:03 +00:00
Achilleas Pipinellis
b472f9995a
Fix wrong copy edits for URL-encoded substitutions in API docs
2017-04-10 11:17:04 +02:00
Achilleas Pipinellis
5422554b86
Mention URL path encoding to all API docs
2017-04-08 12:38:59 +02:00
Robert Schilling
1ead6a9793
Use v4 endpoint in API docs
2017-03-01 18:39:40 +01:00
Robert Schilling
f2dd260413
Update documentation
2017-02-28 08:32:39 +01:00
Robert Schilling
7d31cf8601
Fix some grammar in the API docs
2017-02-20 15:54:37 +01:00
Robert Schilling
e7551214f3
API: Remove `DELETE projects/:id/deploy_keys/:key_id/disable`
2017-02-20 09:33:42 +01:00
Lin Jen-Shin
42e252da42
Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-access-deploy-keys
...
* upstream/master: (3852 commits)
Grapify token API
Fix cache for commit status in commits list to respect branches
Grapify milestones API
Grapify runners API
Improve EeCompatCheck, cache EE repo and keep artifacts for the ee_compat_check task
Use 'Forking in progress' title when appropriate
Fix CHANGELOG after 8.14.0-rc1 tag
Update CHANGELOG.md for 8.14.0-rc1
Fix YAML syntax on CHANGELOG entry
Remove redundant rescue from repository keep_around
Remove redundant space from repository model code
Remove order-dependent expectation
Minor CHANGELOG.md cleanups
Add a link to Git cheatsheet PDF in docs readme
Grapify the session API
Add 8.13.5, 8.12.9, and 8.11.11 CHANGELOG
Merge branch 'unauthenticated-container-registry-access' into 'security'
Merge branch '23403-fix-events-for-private-project-features' into 'security'
Merge branch 'fix-unathorized-cloning' into 'security'
Merge branch 'markdown-xss-fix-option-2.1' into 'security'
...
2016-11-10 15:16:33 +00:00
winniehell
166d5b0dfb
Document admin access requirement for /deploy_keys endpoint
2016-10-28 00:56:34 +02:00
Ali Ibrahim
fcc2c43ebb
Added can_push attribute to deploy keys and update docs for API
2016-08-18 03:27:45 -04:00
winniehell
e0a858efcc
use long options for curl examples in API documentation ( !5703 )
2016-08-09 01:42:50 +02:00
Z.J. van de Weg
81e839f41b
Fix styling on docs of Deploy Keys endpoints
2016-08-05 11:38:43 +02:00
Z.J. van de Weg
da3d3ba89c
Endpoints to enable and disable deploy keys
...
Resolves #20123
2016-08-03 16:00:22 +02:00
Alejandro Rodríguez
818ad89ea5
Add /deploy_keys API to retrieve all deploy keys regardless of project affiliation
...
Also, in favour of consistency, deprecate `/projects/:id/keys/...` routes in favour of
`/projects/:id/deploy_keys/...`
2016-07-20 13:39:19 -04:00
Achilleas Pipinellis
cfb0628d76
Refactor deploy_keys API documentation [ci skip]
2016-01-18 09:16:14 +01:00
Ciro Santilli
fd348de76d
Update docs to markdown style guide.
2014-06-03 23:16:31 +02:00
Marin Jankovski
f22c709539
Add titles to doc pages.
2014-05-27 14:12:15 +02:00
Johannes Schleifenbaum
49addad7b5
Api-Doc JSON lint
...
Fixes : #5505
2014-04-05 08:37:42 +02:00
Marin Jankovski
55880751aa
Update deploy keys, groups and system hooks api docs.
2013-10-02 12:50:01 +02:00
Johannes Schleifenbaum
cbae8097c0
add missing comma(s) in api examples
2013-08-30 21:10:26 +02:00
Dmitriy Zaporozhets
68d146b4a6
Improve api docs
2013-06-06 13:19:23 +03:00