lp://staging/~allanlesage/qa-coverage-dashboard/aggregate-by-product
Created by
Allan LeSage
and last modified
- Get this branch:
- bzr branch lp://staging/~allanlesage/qa-coverage-dashboard/aggregate-by-product
Only
Allan LeSage
can upload to this branch. If you are
Allan LeSage
please log in for upload directions.
Branch merges
Propose for merging
1 branch
dependent on this one.
Ready for review
for merging
into
lp://staging/qa-coverage-dashboard
- Chris Gagnon (community): Needs Fixing
- Brendan Donegan: Pending requested
-
Diff: 1397 lines (+701/-159)24 files modifiedgaps/__init__.py (+185/-0)
gaps/admin.py (+2/-2)
gaps/api.py (+13/-13)
gaps/management/commands/jenkins_pull_coverage.py (+4/-13)
gaps/migrations/0001_initial.py (+9/-9)
gaps/migrations/0002_auto__del_field_coverageproject_stack.py (+14/-14)
gaps/migrations/0003_auto__add_stackcoverageobservation.py (+13/-13)
gaps/models.py (+16/-16)
gaps/static/gaps/js/gaps_chart.js (+14/-6)
gaps/templates/gaps/integration_list.html (+3/-3)
gaps/templates/gaps/product_detail.html (+5/-5)
gaps/templates/gaps/product_list.html (+42/-13)
gaps/tests/__init__.py (+5/-0)
gaps/tests/test_add.py (+2/-2)
gaps/tests/test_cu2d.py (+133/-0)
gaps/tests/test_jenkins_pull_coverage.py (+5/-5)
gaps/urls.py (+2/-2)
gaps/urls_api.py (+6/-6)
gaps/util/__init__.py (+35/-0)
gaps/util/add.py (+14/-11)
gaps/util/cu2d/__init__.py (+128/-0)
gaps/util/jenkins_pull.py (+22/-9)
gaps/views.py (+17/-17)
qa_dashboard/settings.py (+12/-0)
Branch information
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/qa-coverage-dashboard