Commit Graph

21 Commits

Author SHA1 Message Date
GitLab Bot baaa5c45c0 Add latest changes from gitlab-org/gitlab@master 2021-08-26 03:09:01 +00:00
GitLab Bot 59469a1782 Add latest changes from gitlab-org/gitlab@master 2021-06-28 15:08:03 +00:00
GitLab Bot e2b92514e3 Add latest changes from gitlab-org/gitlab@master 2021-06-28 12:38:12 +00:00
GitLab Bot 1c2ff01b69 Add latest changes from gitlab-org/gitlab@master 2021-06-02 15:09:59 +00:00
GitLab Bot 5fa401a99e Add latest changes from gitlab-org/gitlab@master 2021-05-31 03:10:48 +00:00
GitLab Bot ede9464fd9 Add latest changes from gitlab-org/gitlab@master 2021-05-26 15:10:57 +00:00
GitLab Bot f8bb64721a Add latest changes from gitlab-org/gitlab@master 2020-11-26 06:09:20 +00:00
GitLab Bot 10fb317361 Add latest changes from gitlab-org/gitlab@master 2020-08-04 06:10:16 +00:00
GitLab Bot b6a92c969b Add latest changes from gitlab-org/gitlab@master 2020-05-07 06:09:38 +00:00
GitLab Bot d94ed2a46a Add latest changes from gitlab-org/gitlab@master 2020-02-29 03:07:51 +00:00
Fabio Pitino a7821dd910 Drop feature to take ownership of a trigger token
Removing API and frontend interactions that allowed
users to take ownership of a trigger token.

Removed mentions from the documentation.
2019-07-10 12:08:45 +02: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
Yorick Peterse d0b8f536a1
Remove soft removals related code
This removes all usage of soft removals except for the "pending delete"
system implemented for projects. This in turn simplifies all the query
plans of the models that used soft removals. Since we don't really use
soft removals for anything useful there's no point in keeping it around.

This _does_ mean that hard removals of issues (which only admins can do
if I'm not mistaken) can influence the "iid" values, but that code is
broken to begin with. More on this (and how to fix it) can be found in
https://gitlab.com/gitlab-org/gitlab-ce/issues/31114.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37447
2018-01-08 17:04:45 +01: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
Johan Brandhorst ac6de28461 Correct parameter definition in Pipeline Triggers docs 2017-03-23 09:52:51 +00:00
Johan Brandhorst 7f94bdda59 Correct pipeline trigger GET functionality.
This was ambiguously defined, update parameters to match the example and the definition.
2017-03-22 12:18:06 +00:00
Kamil Trzcinski d5f7060400
Rename `/take` to `/take_ownership`, expose `owner` in `v3`. 2017-03-06 12:00:15 +01:00
Kamil Trzcinski 16897d32d2
Lint doc 2017-03-05 23:03:54 +01:00
Kamil Trzcinski b565ee4912
Update documentation and expose ID 2017-03-05 21:18:00 +01:00