lp://staging/~cjohnston/qa-dashboard/massive-migration
Created by
Chris Johnston
and last modified
- Get this branch:
- bzr branch lp://staging/~cjohnston/qa-dashboard/massive-migration
Only
Chris Johnston
can upload to this branch. If you are
Chris Johnston
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Joe Talbott: Approve
- Chris Johnston: Needs Resubmitting
-
Diff: 1294 lines (+622/-287)32 files modifiedREADME.upgrade (+5/-0)
common/management/__init__.py (+27/-0)
common/management/commands/clear_items.py (+6/-3)
common/management/commands/list_items.py (+4/-1)
common/static/js/graph.js (+2/-2)
common/utils.py (+1/-1)
common/views.py (+10/-1)
dashboard/templatetags/__init__.py (+0/-15)
dashboard/views/__init__.py (+0/-21)
dashboard/views/api/__init__.py (+0/-35)
deployment/apache-mod-wsgi/README (+1/-1)
qa_dashboard/settings.py (+2/-1)
qa_dashboard/urls.py (+31/-26)
scripts/image_play.py (+1/-1)
scripts/process_utah_log.py (+1/-1)
scripts/static_validation_cleanup.py (+1/-1)
smoke/api.py (+2/-2)
smoke/forms.py (+2/-2)
smoke/management/__init__.py (+0/-28)
smoke/management/commands/jenkins_pull.py (+3/-3)
smoke/migrations/0001_initial_smoke_models.py (+169/-0)
smoke/models.py (+3/-135)
smoke/utah_utils.py (+2/-2)
smoke/views.py (+3/-2)
sru/__init__.py (+15/-0)
sru/management/__init__.py (+15/-0)
sru/management/commands/__init__.py (+15/-0)
sru/management/commands/jenkins_pull_sru.py (+2/-2)
sru/migrations/0001_initial_sru_models.py (+140/-0)
sru/models.py (+144/-0)
sru/tests.py (+14/-0)
sru/views.py (+1/-1)
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-dashboard