GitLab Bot
d94ed2a46a
Add latest changes from gitlab-org/gitlab@master
2020-02-29 03:07:51 +00:00
GitLab Bot
f54a50aa82
Add latest changes from gitlab-org/gitlab@master
2020-02-28 00:09:08 +00:00
GitLab Bot
500626a5c9
Add latest changes from gitlab-org/gitlab@master
2020-02-12 03:08:55 +00:00
GitLab Bot
0eb3d2f799
Add latest changes from gitlab-org/gitlab@master
2020-02-06 15:09:11 +00:00
GitLab Bot
536aa3a1f4
Add latest changes from gitlab-org/gitlab@master
2020-01-30 15:09:15 +00:00
GitLab Bot
37eff29d5c
Add latest changes from gitlab-org/gitlab@master
2020-01-17 15:08:37 +00:00
GitLab Bot
8b1228b0d4
Add latest changes from gitlab-org/gitlab@master
2020-01-10 15:07:47 +00:00
GitLab Bot
115c8ea7af
Add latest changes from gitlab-org/gitlab@master
2019-12-10 18:08:04 +00:00
GitLab Bot
330eac18ce
Add latest changes from gitlab-org/gitlab@master
2019-12-09 03:07:57 +00:00
GitLab Bot
eadb77d89f
Add latest changes from gitlab-org/gitlab@master
2019-10-07 18:06:24 +00:00
GitLab Bot
80f61b4035
Add latest changes from gitlab-org/gitlab@master
2019-09-18 14:02:45 +00:00
Nourdin el Bacha
47dff5edd8
Improve grammar and correct syntax in curl example
2019-08-23 18:15:10 +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
Ben Bodenmiller
5ba8716dda
add GitLab CI job token API authentication section
2019-08-18 23:15:22 +00:00
Evan Read
0479cda57b
Make section headings consistent
2019-08-12 09:52:48 +00:00
Marcel Amirault
a7348c0253
Split api resources into it's own doc
...
Move the api resources section from the api readme
to it's own file, and adjust/link accordingly
2019-08-08 02:58:29 +00:00
Russell Dickenson
0eafd744d5
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65499
2019-08-07 08:44:23 +00:00
Michael Kozono
7cfbeaac50
Add rate limit docs
2019-08-02 02:41:52 +00:00
Marcia Ramos
e01e78c504
Merge branch 'docs-nfriend-project-name-vs-project-path' into 'master'
...
Clarify difference between project name and project path for API usage
See merge request gitlab-org/gitlab-ce!31019
2019-07-25 13:38:53 +00:00
Evan Read
a0adccd210
Fix some errors in Markdown files
2019-07-24 13:32:15 +00:00
Nathan Friend
f3b00b60b4
Clarify project name vs path
2019-07-22 16:05:37 +00:00
Steve Abrams
aba93fe2d5
OAuth2 support for GitLab personal access tokens
...
PATs are accepted using the OAuth2 compliant header
"Authorization: Bearer {token}" in order to allow for
OAuth requests while 2FA is enabled.
2019-07-22 08:50:25 +00:00
Tetiana Chupryna
96454b0fb6
Docs Dependencies API
2019-07-16 13:06:09 +00:00
Marcel Amirault
4121c63676
Remove extra blank lines from docs
...
Removing extra blank lines in docs that serve
no purpose, as well as some --- lines that also
are not needed.
2019-07-15 01:04:35 +00:00
Evan Read
877395b17b
Edit GraphQL general availability text
2019-07-10 18:11:06 +00:00
Marcel Amirault
5abfc57ec3
Fix spacing of code blocks
...
Code blocks should not be spaced 4 times, as this will
prevent the code from being colored. They should
also be spaced the same as the lists they are a part
of, to make reading easier.
2019-07-09 07:16:17 +00:00
Marcel Amirault
73c6477b7e
Changing badges to use parentheses not brackets
...
Previously, we used brackets to denote the tier badges,
but this made Kramdown, the docs site Markdown renderer,
show many warnings when building the site. This is now
fixed by using parentheses instead of square brackets.
This was caused by [PREMIUM] looking like a link to
Kramdown, which couldn't find a URL there.
See:
- https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484
- https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
2019-07-08 08:50:38 +00:00
Alexandru Croitor
d18c101227
Link issue statistics api endpoint in the docs
...
Adds the missing link to issues_statistics api endpoint
2019-06-20 12:02:12 +03:00
Marcel Amirault
d46dca74ab
Docs: Merge 5 api docs from EE to CE
2019-06-06 07:57:39 +00:00
Sarah Groff Hennigh-Palermo
8e4bc00090
Update API dox to save others from my mistakes
2019-05-16 15:51:36 +00:00
Marcel Amirault
4a25a130f4
Docs: Last batch of misc broken anchors
2019-03-04 02:37:14 +00:00
Rémy Coutable
87dfe5a27a
Add GraphQL filters for issuables (state, labels, time fields)
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-02-21 09:40:49 +01:00
Evan Read
fb6e59ebe3
Refactor of API landing page
...
- Breaks up into more sections.
- Also minor fixes to pages within sections.
2019-02-15 09:39:23 +00:00
Achilleas Pipinellis
25e5948dc5
Merge branch 'patch-41' into 'master'
...
Docs: Add link to API for GitHub imports
See merge request gitlab-org/gitlab-ce!24808
2019-02-08 14:39:11 +00:00
Robert Schilling
7c6efc001f
Add documentation
2019-02-06 14:56:16 +01:00
Blair Lunceford
cbbeb8fcdd
Add link to API for GitHub imports
2019-01-30 22:51:08 +00:00
Grzegorz Bizon
dc6091876d
Merge branch 'container-repository-cleanup-api' into 'master'
...
Container repository cleanup API
Closes #55978
See merge request gitlab-org/gitlab-ce!24303
2019-01-25 13:24:35 +00:00
Kamil Trzciński
045d07bab3
Add Container Registry API
...
This includes a set of APIs to manipulate container registry.
This includes also an ability to delete tags based on requested
criteria, like keep-last-n, matching-name, older-than.
2019-01-25 13:13:48 +01:00
Cynthia Ng
8b6adeab03
fix typos
2019-01-24 23:42:30 +00:00
Rémy Coutable
26978cb270
[API] Omit X-Total{,-Pages} when count > 10k
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-22 18:13:04 +01:00
Shinya Maeda
90be0b1ccd
Add documentation for Release Asset Link API
2019-01-11 07:43:43 +00:00
Evan Read
27c32f9fa8
Merge branch 'docs-kubernetes-api-40473' into 'master'
...
Adds API project cluster documentation
See merge request gitlab-org/gitlab-ce!24135
2019-01-09 01:48:17 +00:00
Mayra Cabrera
bb3840048e
Adds project cluster documentation
...
Project cluster API was included on 11.7. This MR describes the new
project cluster endpoints
2019-01-08 08:46:41 -06: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
Evan Read
5b3dd3fba5
Add missing links to resources
...
- While here, restructure list slightly.
2018-12-06 13:32:31 +10:00
Imre Farkas
9c4c944636
Improve wording on disabling impersonation in api/README
2018-11-30 09:16:17 +01:00
Imre Farkas
bd3a484032
Add config to disable impersonation
...
Adds gitlab.impersonation_enabled config option defaulting to true to
keep the current default behaviour.
Only the act of impersonation is modified, impersonation token
management is not affected.
2018-11-29 09:37:16 +01:00
Bruce Szalwinski
982fbc2390
Update README.md
2018-11-19 16:10:37 +00:00
Francisco Javier López
28cbb2acfe
Add submodule update API endpoint
...
This new endpoint allow users to update a submodule's reference.
The MR involves adding a new operation RPC operation in gitaly-proto
(see gitlab-org/gitaly-proto!233 ) and change Gitaly to use this
new version (see gitlab-org/gitaly!936 ).
See gitlab-org/gitlab-ce!20949
2018-11-07 14:03:30 +01:00
Achilleas Pipinellis
1242c772ca
Add Triggering Pipelines docs to API readme
2018-10-18 22:22:39 +02:00