Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorFabio Pitino <fpitino@gitlab.com>2019-06-28 19:27:07 +0300
committerFabio Pitino <fpitino@gitlab.com>2019-07-10 13:16:37 +0300
commit9748e39e9689beb2d2ce6bf04093a2ad8541141c (patch)
treee9668791e64407ef6d728eabf15062c7defe619b /config
parent2fec78ead4ce46b9728be02693b6e50cce740726 (diff)
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.
Diffstat (limited to 'config')
-rw-r--r--config/routes/project.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index c202463dadb..1f632765317 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -339,11 +339,7 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
resource :variables, only: [:show, :update]
- resources :triggers, only: [:index, :create, :edit, :update, :destroy] do
- member do
- post :take_ownership
- end
- end
+ resources :triggers, only: [:index, :create, :edit, :update, :destroy]
resource :mirror, only: [:show, :update] do
member do