summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-05-12 16:48:42 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-05-12 16:48:42 +0000
commitf2303f9df061d6ff85d0ff0fee9e3aa54df97ea7 (patch)
tree72383406de96e7c4ae10994d556a8cdb90f7592a /config
parent95163307ae0c363d309b02c624c40b1ad9a03f06 (diff)
parent5bd356eb31fb4684199f6f681f4901ebe025ed92 (diff)
downloadgitlab-ce-f2303f9df061d6ff85d0ff0fee9e3aa54df97ea7.tar.gz
Merge branch 'send-incremental-build-log' into 'master'
Update build log incrementally Proof of concept implementation of incremental sending of build log to browser. cc @jschatz1 @vsizov @grzesiek @tmaczukin See merge request !3737
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 881de37f10e..dd946305181 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -668,6 +668,7 @@ Rails.application.routes.draw do
post :cancel
post :retry
post :erase
+ get :trace
get :raw
end