[Toaster] [PATCH v3 00/10] michaelw/toaster/database_clean_ups_v3
Smith, Elliot
elliot.smith at intel.com
Thu Jul 21 06:40:09 PDT 2016
Sent to bitbake-devel and added to toaster-next.
Thanks.
Elliot
On 20 July 2016 at 14:48, Michael Wood <michael.g.wood at intel.com> wrote:
> Changes in v3
>
> - Fixed local project loading by restoring some of the old code (see
> toaster: loadconf Partially add back some of the layerSource parsing)
>
> - Rebased on latest toaster-next and re-ordered the migrations
>
> Michael Wood (10):
> toaster: loadconf remove Loading LayerSources
> toaster: bldcollector admin Remove LayerSourceAdmin
> toaster: models Remove LayerSource models and replace with enum
> toaster: lsupdates Add layerindex fetcher
> toaster: Replace references to LayerSource models
> toaster: tests: Remove references to LayerSource model
> toaster: lsupdates Add progress information and clean up logging
> toaster: orm Remove the layerindex specific up_branch fields
> toaster: admin Add Layer_Version to the admin-able models
> toaster: loadconf Partially add back some of the layerSource parsing
>
> bitbake/lib/bb/ui/buildinfohelper.py | 6 +-
> bitbake/lib/toaster/bldcollector/admin.py | 22 +-
> .../bldcontrol/management/commands/loadconf.py | 116 +++--
> bitbake/lib/toaster/bldcontrol/tests.py | 19 -
> .../toaster/orm/management/commands/lsupdates.py | 297 +++++++++++-
> .../0010_delete_layer_source_references.py | 118 +++++
> .../orm/migrations/0011_delete_layersource.py | 17 +
> .../0012_use_release_instead_of_up_branch.py | 62 +++
> bitbake/lib/toaster/orm/models.py | 506
> +++++----------------
> bitbake/lib/toaster/orm/tests.py | 180 --------
> .../tests/browser/test_layerdetails_page.py | 5 +-
> bitbake/lib/toaster/toastergui/api.py | 6 +-
> .../fixtures/toastergui-unittest-data.xml | 60 +--
> .../toaster/toastergui/static/js/layerdetails.js | 2 +-
> .../toaster/toastergui/templates/layerdetails.html | 16 +-
> bitbake/lib/toaster/toastergui/tests.py | 5 +-
> bitbake/lib/toaster/toastergui/views.py | 64 ++-
> 17 files changed, 743 insertions(+), 758 deletions(-)
> create mode 100644
> bitbake/lib/toaster/orm/migrations/0010_delete_layer_source_references.py
> create mode 100644
> bitbake/lib/toaster/orm/migrations/0011_delete_layersource.py
> create mode 100644
> bitbake/lib/toaster/orm/migrations/0012_use_release_instead_of_up_branch.py
> delete mode 100644 bitbake/lib/toaster/orm/tests.py
>
> --
> 2.7.4
>
> --
> _______________________________________________
> toaster mailing list
> toaster at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/toaster
>
--
Elliot Smith
Software Engineer
Intel Open Source Technology Centre
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/toaster/attachments/20160721/0a1c93fa/attachment.html>
More information about the toaster
mailing list