From: brian avery <avery.brian@gmail.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 0/6] Fix handling of "default" project
Date: Wed, 2 Sep 2015 17:24:38 -0700 [thread overview]
Message-ID: <cover.1441239229.git.avery.brian@gmail.com> (raw)
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
next reply other threads:[~2015-09-03 0:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-03 0:24 brian avery [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1441239229.git.avery.brian@gmail.com \
--to=avery.brian@gmail.com \
--cc=bitbake-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox