All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 00/10] michaelw/toaster/database_clean_ups_v3
@ 2016-07-20 13:48 Michael Wood
  2016-07-20 13:48 ` [PATCH v3 01/10] toaster: loadconf remove Loading LayerSources Michael Wood
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Michael Wood @ 2016-07-20 13:48 UTC (permalink / raw)
  To: toaster

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



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-07-21 13:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-20 13:48 [PATCH v3 00/10] michaelw/toaster/database_clean_ups_v3 Michael Wood
2016-07-20 13:48 ` [PATCH v3 01/10] toaster: loadconf remove Loading LayerSources Michael Wood
2016-07-20 13:48 ` [PATCH v3 02/10] toaster: bldcollector admin Remove LayerSourceAdmin Michael Wood
2016-07-20 13:48 ` [PATCH v3 03/10] toaster: models Remove LayerSource models and replace with enum Michael Wood
2016-07-20 13:48 ` [PATCH v3 04/10] toaster: lsupdates Add layerindex fetcher Michael Wood
2016-07-20 13:48 ` [PATCH v3 05/10] toaster: Replace references to LayerSource models Michael Wood
2016-07-20 13:48 ` [PATCH v3 06/10] toaster: tests: Remove references to LayerSource model Michael Wood
2016-07-20 13:48 ` [PATCH v3 07/10] toaster: lsupdates Add progress information and clean up logging Michael Wood
2016-07-20 13:48 ` [PATCH v3 08/10] toaster: orm Remove the layerindex specific up_branch fields Michael Wood
2016-07-20 13:48 ` [PATCH v3 09/10] toaster: admin Add Layer_Version to the admin-able models Michael Wood
2016-07-20 13:48 ` [PATCH v3 10/10] toaster: loadconf Partially add back some of the layerSource parsing Michael Wood
2016-07-21 13:40 ` [PATCH v3 00/10] michaelw/toaster/database_clean_ups_v3 Smith, Elliot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.