Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCH 0/6] Fix handling of "default" project
@ 2015-09-03  0:24 brian avery
  2015-09-03  0:25 ` [PATCH 1/6] toaster: Make 0021 migration compatible with MySQL brian avery
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: brian avery @ 2015-09-03  0:24 UTC (permalink / raw)
  To: bitbake-devel

This fixes how we handle the default project used to house command
line builds. It originally started from a bug encountered when
using MySQL for the db back-end, but fixing that revealed some
other issues which needed to be resolved on top.

[YOCTO#7932]


The following changes since commit 71b0568fa43285f0946fae93fb43cea5f3bbecec:

  rt-tests: drop unnecessary added-missing-dependencies.patch (2015-09-01 11:44:04 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib bavery/submit/elliot/20150830_default_project_flag_v2
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/submit/elliot/20150830_default_project_flag_v2

Elliot Smith (6):
  toaster: Make 0021 migration compatible with MySQL
  toaster: Improve how default project is identified and fetched
  toaster: Only redirect to projects page if user has added projects
  toaster: Exclude default project unless it has builds
  toaster: Fix test for projects page JSON
  toaster: Add tests for pages which show the default project

 lib/bb/ui/buildinfohelper.py                       |   3 +-
 ...ect__chg_field_project_bitbake_version__chg_.py |   4 +-
 .../0025_auto__add_field_project_is_default.py     | 346 +++++++++++++++++++
 .../orm/migrations/0026_set_default_project.py     | 374 +++++++++++++++++++++
 lib/toaster/orm/models.py                          |  18 +-
 lib/toaster/toastergui/tests.py                    | 124 ++++++-
 lib/toaster/toastergui/views.py                    |  14 +-
 7 files changed, 870 insertions(+), 13 deletions(-)
 create mode 100644 bitbake/lib/toaster/orm/migrations/0025_auto__add_field_project_is_default.py
 create mode 100644 bitbake/lib/toaster/orm/migrations/0026_set_default_project.py

-- 
1.9.1



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

end of thread, other threads:[~2015-09-03  0:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-03  0:24 [PATCH 0/6] Fix handling of "default" project brian avery
2015-09-03  0:25 ` [PATCH 1/6] toaster: Make 0021 migration compatible with MySQL brian avery
2015-09-03  0:25 ` [PATCH 2/6] toaster: Improve how default project is identified and fetched brian avery
2015-09-03  0:25 ` [PATCH 3/6] toaster: Only redirect to projects page if user has added projects brian avery
2015-09-03  0:25 ` [PATCH 4/6] toaster: Exclude default project unless it has builds brian avery
2015-09-03  0:25 ` [PATCH 5/6] toaster: Fix test for projects page JSON brian avery
2015-09-03  0:25 ` [PATCH 6/6] toaster: Add tests for pages which show the default project brian avery

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox