]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster: move MostRecentBuildsView to its own widget
authorMichael Wood <michael.g.wood@intel.com>
Mon, 26 Sep 2016 10:59:29 +0000 (13:59 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Sep 2016 09:45:10 +0000 (10:45 +0100)
commit05428514e64ec896faae4055619e149e98bc8f57
tree152ffce1b89869408c2f00225835b40026cbf353
parent8b01767d6e787cdb09789116ebf57dfb70f521bc
toaster: move MostRecentBuildsView to its own widget

This view is specific to the builds dashboard rather than gernic api so
like ToasterTable and ToasterTypeAhead we class it as a widget as it has
a single purpose. Also clean up some flake8 identified issues.

Original author of the code moved in this commit is Elliot Smith.

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/toaster/toastergui/api.py
lib/toaster/toastergui/urls.py
lib/toaster/toastergui/widgets.py