diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-09 19:59:45 +0300 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-09 19:59:45 +0300 |
commit | baef6728fa4e8e515ccdeba1ea54da996f322aab (patch) | |
tree | 22f664f6beace93bc7d27458a9d4469703d03d60 /config | |
parent | 44501820152083d231459223fe09b9d9641b7c1e (diff) | |
download | gitlab-ce-baef6728fa4e8e515ccdeba1ea54da996f322aab.tar.gz |
Send trace to a browser incrementally when build is running
We send a state of ansi2html to client, client needs to send this state back.
The state describes the configuration of generator and position within trace.
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index dafecc94648..e5c7d656da7 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -672,6 +672,7 @@ Rails.application.routes.draw do post :cancel post :retry post :erase + get :trace get :raw end |