Merge lp://staging/~cjohnston/qa-dashboard/remove-code-goodness into lp://staging/qa-dashboard
Proposed by
Chris Johnston
Status: | Merged |
---|---|
Approved by: | Joe Talbott |
Approved revision: | 184 |
Merged at revision: | 179 |
Proposed branch: | lp://staging/~cjohnston/qa-dashboard/remove-code-goodness |
Merge into: | lp://staging/qa-dashboard |
Diff against target: |
1124 lines (+139/-689) 15 files modified
bootspeed/api.py (+14/-73) bootspeed/models.py (+5/-1) bootspeed/tables.py (+1/-5) bootspeed/tests.py (+0/-111) bootspeed/views.py (+16/-7) dashboard/management/commands/jenkins_pull.py (+9/-1) dashboard/management/commands/jenkins_pull_sru.py (+9/-1) dashboard/tests.py (+0/-88) dashboard/views/api/__init__.py (+0/-36) dashboard/views/api/smoke.py (+0/-121) dashboard/views/api/sru.py (+0/-117) pylint.rc (+83/-0) qa_dashboard/urls.py (+1/-5) requirements.txt (+1/-0) tests/test_bootspeed_api.py (+0/-123) |
To merge this branch: | bzr merge lp://staging/~cjohnston/qa-dashboard/remove-code-goodness |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Joe Talbott | Approve | ||
Review via email: mp+139608@code.staging.launchpad.net |
Commit message
Code removal and pylint cleanup
Description of the change
* Starts removing unneeded code
* Starts using pylint
To post a comment you must log in.
Looks good. Sad to see so much code getting ripped out but it's nice to be neat and concise. Thanks