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 Trzcinski <ayufan@ayufan.eu>2016-12-19 15:20:17 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-12-19 15:20:17 +0300
commit083e185cdaee03e66dec0ab267a2f3b5d3dab9a7 (patch)
tree274d5b4a918d5bc9b3bbecebf28d3e59c1ddd497 /config
parente1e677a653a1c6658ad7f3c9f4fbae7f120c8a8f (diff)
Render stage dropdown in separate API call as HTML
``` Endpoint: /group/project/pipelines/id/stage.json?stage=name Call: stage_namespace_project_pipeline_path(pipeline.project.namespace, pipeline.project, pipeline, stage: stage.name) ```
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 0754f0ec3b0..909794922ce 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -127,6 +127,7 @@ constraints(ProjectUrlConstrainer.new) do
end
member do
+ get :stage
post :cancel
post :retry
get :builds