<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Sat, Apr 15, 2017 at 12:43 AM Craig Rodrigues <<a href="mailto:rodrigc@crodrigues.org">rodrigc@crodrigues.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>Thanks for working on this.  The console view looks a lot better, and includes more useful information about the</div><div>existing builds.  Maybe this can effectively replace the old grid and t-grid views.</div><div><br></div><div>For the waterfall view, you might want to get more opinions.  I still think that the presentation</div><div>of information in the buildbot 8 waterfall view is better than 9.  However, I don't feel strongly</div><div>about this one, and others may have a different opinion.</div></div></blockquote><div><br></div><div>I agree on waterfall that it also needs some work.</div><div>Eight's waterfall is a very clever design from Warner, our first maintainer. It is tightly coupled with the status API, which has been designed for waterfall. </div><div>There is a complex python generator based design which allow to build the waterfall progressively, from top to bottom.</div><div>Eight's waterfall and status are tightly coupled, this is the reason why we can't really reuse eight's waterfal code, even if we'd wrote a server side plugin.</div><div><br></div><div>Nine REST API is on the contrary more generic, model and update oriented. It is KISS, decoupled, scalable, and much easier to test and maintain.</div><div>Eight's waterfall display the whole db in one view. changes, builds, steps, logs. So in order to implement it, you need to download the whole data.</div><div><br></div><div>I doubt we can really do it with the current REST api, it would be too slow. This is why it currently only displays builds, but it's not that much useful.</div><div>I guess we would need a new dashboard centric REST api endpoint which allows to download all the data needed in one request.<br></div><div><br></div><div>Regards,</div><div>Pierre</div></div></div>