]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: toaster: Clean up and convert to rest api project edit and get calls
authorMichael Wood <michael.g.wood@intel.com>
Mon, 26 Sep 2016 10:59:28 +0000 (13:59 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Sep 2016 15:52:21 +0000 (16:52 +0100)
commit4d0bc8d52130fcc62c0d239fd7e0c79bec188c88
treef7ea393ff74e8cd46c2b47626154f70481c45ed1
parent0b17e6d32c0f3d39fb5e58c4ff1c25afe58ce4f3
bitbake: toaster: Clean up and convert to rest api project edit and get calls

Convert the project xhr calls into proper rest api and port the client
side calls to use the new API. Fix all the pyflakes identified issues
and clean up unused fields.

Also remove the api and client side code for changing release on the fly
as this is no longer supported.

[YOCTO #9519]

(Bitbake rev: 8b01767d6e787cdb09789116ebf57dfb70f521bc)

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>
bitbake/lib/toaster/toastergui/api.py
bitbake/lib/toaster/toastergui/static/js/libtoaster.js
bitbake/lib/toaster/toastergui/static/js/projectpage.js
bitbake/lib/toaster/toastergui/static/js/tests/test.js
bitbake/lib/toaster/toastergui/templates/base.html
bitbake/lib/toaster/toastergui/urls.py
bitbake/lib/toaster/toastergui/views.py