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:
authorJordi Llull <jllull@habitissimo.com>2019-01-07 19:53:43 +0300
committerJordi Llull <jllull@habitissimo.com>2019-01-07 20:33:53 +0300
commit5eeeaff2db67519c65aace21aea0c10d5695d3bf (patch)
tree558b2452a2d06b39722c05239f854d4aa0d85a86 /config
parentf5b30609200a79681ce7e6a510fa8f1b0f561962 (diff)
Remove cancel all action in Jobs Controller
Diffstat (limited to 'config')
-rw-r--r--config/routes/project.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index f50bf5ab76f..ef4c6c5a3cf 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -255,7 +255,6 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
resources :jobs, only: [:index, :show], constraints: { id: /\d+/ } do
collection do
- post :cancel_all
resources :artifacts, only: [] do
collection do