summaryrefslogtreecommitdiff
path: root/config/routes
diff options
context:
space:
mode:
authorShinya Maeda <gitlab.shinyamaeda@gmail.com>2017-03-17 15:58:12 +0900
committerShinya Maeda <gitlab.shinyamaeda@gmail.com>2017-03-23 17:11:49 +0900
commit361f85122b4d226224e6fc8c9e4beac940ff10bf (patch)
treea5dda5e150b0e696649edc6a6204d41991ae0011 /config/routes
parentd8343a0c41444b4f8bcff5e157f97d8a3cb8a766 (diff)
downloadgitlab-ce-361f85122b4d226224e6fc8c9e4beac940ff10bf.tar.gz
Rename endpoints 'status' to 'pipeline_status' in merge_requests
Diffstat (limited to 'config/routes')
-rw-r--r--config/routes/project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index 1df066ff55d..823e0614aeb 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -102,7 +102,7 @@ constraints(ProjectUrlConstrainer.new) do
get :merge_widget_refresh
post :cancel_merge_when_pipeline_succeeds
get :ci_status
- get :status
+ get :pipeline_status
get :ci_environments_status
post :toggle_subscription
post :remove_wip