]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster: Move Custom image recipe rest api to api file
authorMichael Wood <michael.g.wood@intel.com>
Mon, 22 Aug 2016 15:42:33 +0000 (16:42 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Sep 2016 15:29:36 +0000 (16:29 +0100)
commit37c2b4f105d7334cdd83d9675af787f4327e7fe7
tree2409ecea29ac714893499193fc560866a0fdbb69
parentd57a9124650e5367919668dfccf6aad4962a77f1
toaster: Move Custom image recipe rest api to api file

We now have a dedicated file for the rest API so move and rework for
class based views. Also clean up all flake8 identified warnings.

Remove unused imports from toastergui views.

The original work for this API was done by Elliot Smith, Ed Bartosh,
Michael Wood and Dave Lerner

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/toaster/toastergui/api.py
lib/toaster/toastergui/urls.py
lib/toaster/toastergui/views.py