summaryrefslogtreecommitdiff
path: root/doc/api/pipeline_triggers.md
Commit message (Collapse)AuthorAgeFilesLines
* Drop feature to take ownership of a trigger tokenFabio Pitino2019-07-101-29/+0
| | | | | | | Removing API and frontend interactions that allowed users to take ownership of a trigger token. Removed mentions from the documentation.
* Replace look-alike token with '<your_access_token>'docs/fake-token-no-moreAchilleas Pipinellis2019-01-041-6/+6
| | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
* Remove soft removals related codeYorick Peterse2018-01-081-5/+0
| | | | | | | | | | | | | | 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
* Add "API" to all respective headings (h1s)Marcia Ramos2017-05-181-1/+1
|
* Fix wrong copy edits for URL-encoded substitutions in API docsalkuzad/gitlab-ce-namespaces_encoding_docsAchilleas Pipinellis2017-04-101-6/+6
|
* Mention URL path encoding to all API docsAchilleas Pipinellis2017-04-081-6/+6
|
* Correct parameter definition in Pipeline Triggers docsJohan Brandhorst2017-03-231-0/+2
|
* Correct pipeline trigger GET functionality. Johan Brandhorst2017-03-221-4/+4
| | | This was ambiguously defined, update parameters to match the example and the definition.
* Rename `/take` to `/take_ownership`, expose `owner` in `v3`.Kamil Trzcinski2017-03-061-2/+2
|
* Lint docKamil Trzcinski2017-03-051-2/+2
|
* Update documentation and expose IDKamil Trzcinski2017-03-051-0/+170