Merge lp://staging/~allanlesage/qa-coverage-dashboard/deployment-necessary-changes into lp://staging/qa-coverage-dashboard
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~allanlesage/qa-coverage-dashboard/deployment-necessary-changes |
Merge into: | lp://staging/qa-coverage-dashboard |
Prerequisite: | lp://staging/~allanlesage/qa-coverage-dashboard/aggregate-by-product |
Diff against target: |
83 lines (+5/-19) 5 files modified
gaps/static/gaps/js/gaps_chart.js (+1/-2) gaps/templates/gaps/gaps_layout.html (+0/-1) gaps/templates/gaps/product_list.html (+2/-13) gaps/views.py (+0/-1) qa_dashboard/settings.py (+2/-2) |
To merge this branch: | bzr merge lp://staging/~allanlesage/qa-coverage-dashboard/deployment-necessary-changes |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
gaps | Pending | ||
Review via email: mp+221790@code.staging.launchpad.net |
Commit message
Add some minor deployment-
Description of the change
A few minor changes necessary for deployment:
* eliminate gviz_api
* stuff a d3 graph back into html until Django's static settings can be sorted
* a STATIC_URL settings reversion
Unmerged revisions
- 782. By Allan LeSage
-
Compile some deployment-
necessary changes for merge. - 781. By Allan LeSage
-
Move product_list js back into html, broken in production.
- 780. By Allan LeSage
-
Merge chris.gagnon's axis indenting fix.
- 779. By Allan LeSage
-
Move templates around for product.
- 778. By Allan LeSage
-
Some pull fixes, fill in dict of products and projects with health check info.
- 777. By Allan LeSage
-
Merge trunk, resolving conflicts.
- 776. By Allan LeSage
-
Remove an obviated cu2d module.
- 775. By Allan LeSage
-
Skip a test until further notice.
- 774. By Allan LeSage
-
Add some logging for clarity.
- 773. By Allan LeSage
-
Fix url_artifact last_build_only, another fix for actual pull.