aboutsummaryrefslogtreecommitdiffstats
path: root/yocto_console_view
AgeCommit message (Collapse)Author
2018-11-16yocto_console_view: Only request properties for running builds which don't ↵Richard Purdie
have them Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-26yocto_console_vew: Add link to wiki logRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-13yocto_console_view: Also ensure yp_build_branch property is handledRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-13yocto_console_view: Handle change notification performance issuesRichard Purdie
The previous approach was basically repeatedly adding change nofification calls recursively which could lock up the browser. It turns out nofitications are not being generated properly in upstream buildbot. https://github.com/buildbot/buildbot/issues/4321 https://github.com/buildbot/buildbot/pull/4323 For now accept a UI regression which will get fixed when the above is fixed. Avoid the current performance problems. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-12yocto_console_view: Add code to update UI when yp_build_revision changesRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-11yocto_console_view: Fix delete syntaxRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-11Revert "yocto_console_view: Run populateChange after modifying the change ↵Richard Purdie
entries in matchBuildWithChange" This reverts commit 3aa6beb7a7b281fa2187ff968130fd45587744b1. This change was incorrect and doesn't help the problems being seen.
2018-09-10yocto_console_view: Run populateChange after modifying the change entries in ↵Richard Purdie
matchBuildWithChange Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-10yocto_conole_view: Ensure unresolved changes are deleted when we resolveRichard Purdie
This should stop the UI looking as confused as builds resolve the build revisions. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-06yocto_console_view: Tweak error reporting linkRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-05yocto_console_view: Show build reason in console displayRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-05builders/yocto_console_view: Add yp_build_branch propertyRichard Purdie
This corresponds to the poky branch being used by default so its easier for users to tell the builds apart and know which ones they are. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-07-05yocto_console_view: Tidy up release selector formatRichard Purdie
We just want a selector box which isn't editable so tweak the code to achieve this. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-07-04yocto_console_view: Ensure parent_buildid changesets aren't overwrittenRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-07-04yocto_console_view: Use parent_buildid as the key to unresolved build ↵Richard Purdie
entries to clean up console display Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-10yocto_console_view: Add initial version of our customisation buildbot pluginRichard Purdie