comparison master.cfg @ 25:180e9db46fa3

omit old builders from waterfall view by default
author John W. Eaton <jwe@octave.org>
date Mon, 31 Aug 2020 14:18:47 +0000
parents 362fc8cd6712
children a333253a8d2e
comparison
equal deleted inserted replaced
24:362fc8cd6712 25:180e9db46fa3
901 "plugins" : { "waterfall_view" : True } 901 "plugins" : { "waterfall_view" : True }
902 } 902 }
903 903
904 c['www']['ui_default_config'] = { 904 c['www']['ui_default_config'] = {
905 "Waterfall.scaling_waterfall": 0.02, 905 "Waterfall.scaling_waterfall": 0.02,
906 "Waterfall.lazy_limit_waterfall": 400 906 "Waterfall.lazy_limit_waterfall": 400,
907 ## A bug makes this setting the opposite of what it appears.
908 "Waterfall.show_old_builders": True
907 } 909 }
908 910
909 ### HOW TF is this supposed to work to limit access to things like forcing or 911 ### HOW TF is this supposed to work to limit access to things like forcing or
910 ### stopping builds through the web interface. Nothing seems to limit the 912 ### stopping builds through the web interface. Nothing seems to limit the
911 ### force actions to users who are logged in. WTF!?! 913 ### force actions to users who are logged in. WTF!?!