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:
authorShinya Maeda <gitlab.shinyamaeda@gmail.com>2017-02-27 22:17:21 +0300
committerShinya Maeda <gitlab.shinyamaeda@gmail.com>2017-03-23 11:11:48 +0300
commit0e06cfc059af0b70b366ab1eaf75f7601fdcb5e1 (patch)
treed261b7efe8f4541c69331457002ad4bb3b656495 /config
parent3918c303b967e33ec924d7435ba4e7fcac136c9a (diff)
Add api points for ci cd status. Add favicon.
Diffstat (limited to 'config')
-rw-r--r--config/routes/project.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index 44b8ae7aedd..2c6d4518772 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -102,6 +102,7 @@ constraints(ProjectUrlConstrainer.new) do
get :merge_widget_refresh
post :cancel_merge_when_pipeline_succeeds
get :ci_status
+ get :ci_cd_status
get :ci_environments_status
post :toggle_subscription
post :remove_wip
@@ -152,6 +153,7 @@ constraints(ProjectUrlConstrainer.new) do
post :cancel
post :retry
get :builds
+ get :ci_cd_status
end
end
@@ -203,6 +205,7 @@ constraints(ProjectUrlConstrainer.new) do
post :erase
get :trace
get :raw
+ get :ci_cd_status
end
resource :artifacts, only: [] do