Changes between Version 9 and Version 11 of Ticket #51995
- Timestamp:
- Sep 12, 2016, 5:14:54 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51995
- Property Cc larryv@… added
-
Ticket #51995 – Description
v9 v11 15 15 * create hypherlinks to individual builds from the console page (there's currently just a hyperlink that points to an useless `#` on the same page) 16 16 * create navigation button for individual builds (one build back and forward) 17 * disable tracking of remaining build time based on statistics (unless the statistics gets considerably better and actually tracks builds of individual ports)17 * ~~(DONE; r152536) disable tracking of remaining build time based on statistics (unless the statistics gets considerably better and actually tracks builds of individual ports)~~ 18 18 * Is it possible to display URLs (on the watcher) to triggered builds as soon as the builds start (rather than waiting until all builds are finished)? 19 19 * (not sure if doable) pending forced build requests don't display any info at all until they are started (one doesn't know which port builds were forced) … … 25 25 * ~~(DONE; r151264, r151266) provide a link to `main.log`~~ 26 26 * provide a link to `config.log` if one exists (we can worry about more advanced situations with multiple logs later) 27 * remove `stdio` from the first step in builder with the sole purpose of displaying port name27 * ~~(DONE; r152521) remove `stdio` from the first step in builder with the sole purpose of displaying port name~~ 28 28 * ~~(DONE; r151264, r151266) add some very basic build statistics (build time, size of build dir, size of destroot)~~ 29 29 * missing: size of binary archive, ...