Merge lp:~bac/charmworld/bundle-redirect into lp:charmworld
Proposed by
Brad Crittenden
Status: | Merged |
---|---|
Approved by: | Brad Crittenden |
Approved revision: | 524 |
Merged at revision: | 523 |
Proposed branch: | lp:~bac/charmworld/bundle-redirect |
Merge into: | lp:charmworld |
Diff against target: |
374 lines (+114/-68) 7 files modified
charmworld/__init__.py (+2/-2) charmworld/jobs/config.py (+3/-1) charmworld/testing/factory.py (+1/-4) charmworld/views/bundles.py (+19/-5) charmworld/views/helpers.py (+5/-0) charmworld/views/tests/test_bundles.py (+77/-56) default.ini (+7/-0) |
To merge this branch: | bzr merge lp:~bac/charmworld/bundle-redirect |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Juju Gui Bot | continuous-integration | Approve | |
Brad Crittenden (community) | code | Approve | |
Fabrice Matrat | Approve | ||
Francesco Banconi | Approve | ||
Review via email:
|
Commit message
Redirect bundles.
Description of the change
Redirect bundles to jujucharms.com
QA: a bit hard as getting bundles to load that are visible in jujucharms.com is difficult since 1) many bundles name a specific version of the charm and that version may not be ingestable, 2) jujucharms.com does not seem to have a complete set of available bundles. (?)
But if you can find a local bundle that has a corresponding one in jujucharms.com, test that the redirect works.
In all honesty, I'm not going to feel 100% about this branch until we get it on staging and can do very thorough QA.
To post a comment you must log in.
Looks good to me with minor suggestions.
Thank you!