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:
authorKamil Trzciński <ayufan@ayufan.eu>2018-05-02 00:56:33 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2018-05-02 01:05:03 +0300
commit6ea31cb7cd905e61508a0fcdd0b1a61fe758c8ba (patch)
treee3923a01ed715223da887844d4bfc6a09f60bc97 /config
parentf7dccbb7ddb7c9a93b934f4452f52abd3ec8e0e7 (diff)
Add stages_ajax endpoint to serve old HTML
Diffstat (limited to 'config')
-rw-r--r--config/routes/project.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index 2a1bcb8cde2..3f1e8be9ba7 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -183,6 +183,7 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
member do
get :stage
+ get :stage_ajax
post :cancel
post :retry
get :builds