Merge lp://qastaging/~bac/launchpad/bug-618148 into lp://qastaging/launchpad
Status: | Merged |
---|---|
Approved by: | Edwin Grubbs |
Approved revision: | no longer in the source branch. |
Merged at revision: | 11443 |
Proposed branch: | lp://qastaging/~bac/launchpad/bug-618148 |
Merge into: | lp://qastaging/launchpad |
Diff against target: |
419 lines (+127/-67) 9 files modified
lib/canonical/launchpad/pagetests/standalone/xx-form-layout.txt (+6/-10) lib/lp/app/interfaces/launchpad.py (+6/-6) lib/lp/registry/browser/product.py (+26/-9) lib/lp/registry/stories/product/xx-product-launchpad-usage.txt (+56/-12) lib/lp/testing/sampledata.py (+2/-1) lib/lp/translations/stories/standalone/xx-product-translations.txt (+13/-13) lib/lp/translations/stories/translationgroups/15-product-translation-group.txt (+1/-3) lib/lp/translations/stories/translationgroups/46-test-distro-structured-permissions.txt (+7/-5) lib/lp/translations/stories/translations/55-rosetta-potemplates.txt (+10/-8) |
To merge this branch: | bzr merge lp://qastaging/~bac/launchpad/bug-618148 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Edwin Grubbs (community) | code | Approve | |
Steve Kowalik (community) | code* | Needs Information | |
Tim Penhey | code | Pending | |
Review via email: mp+33600@code.qastaging.launchpad.net |
Commit message
Make +configure-
Description of the change
= Summary =
The project configuration progress bar and configuration indicators are
currently based on the official_* booleans and usage of Launchpad apps
is controlled by a boolean. This branch changes the
+configure{
ServiceUsage enums for multi-state selection.
== Proposed fix ==
As above.
== Pre-implementation notes ==
Talks with Curtis and Jon.
== Implementation details ==
As above.
== Tests ==
bin/test -vvt xx-product-
== Demo and Q/A ==
Go to https:/
links. For blueprints you must go to the app and then click on the
configure link.
= Launchpad lint =
I'll fix these now.
Checking for conflicts and issues in changed files.
Linting changed files:
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/canonical
lib/lp/
lib/lp/
./lib/lp/
1: narrative uses a moin header.
169: narrative uses a moin header.
./lib/lp/
80: E231 missing whitespace after ','
./lib/lp/
1: narrative uses a moin header.
70: narrative uses a moin header.
98: narrative uses a moin header.
109: source exceeds 78 characters.
128: want exceeds 78 characters.
140: want exceeds 78 characters.
153: want exceeds 78 characters.
166: want exceeds 78 characters.
./lib/lp/
63: source exceeds 78 characters.
100: source exceeds 78 characters.
Hi,
This looks like a well-thought out change, however, I have a few questions:
* You have lots of use of sampledata in the doctests changed, would you consider not using it? reBlueprintsVie w and so on), can field_names and custom_widget be moved to the base class?
* You have three classes that look exceedingly similar (ProductConfigu