Merge lp://staging/~josharenson/qa-dashboard/mir_performance into lp://staging/qa-dashboard

Proposed by Josh Arenson
Status: Rejected
Rejected by: Joe Talbott
Proposed branch: lp://staging/~josharenson/qa-dashboard/mir_performance
Merge into: lp://staging/qa-dashboard
Diff against target: 574 lines (+514/-0)
10 files modified
mir_performance/dashboard.py (+48/-0)
mir_performance/management/commands/README (+15/-0)
mir_performance/management/commands/_PerformanceBenchmarkFactory.py (+94/-0)
mir_performance/management/commands/jenkins_pull_mir_performance.py (+122/-0)
mir_performance/models.py (+33/-0)
mir_performance/templates/mir_performance/mako_results.html (+82/-0)
mir_performance/templates/mir_performance/mir_performance_layout.html (+13/-0)
mir_performance/tests.py (+16/-0)
mir_performance/urls.py (+21/-0)
mir_performance/views.py (+70/-0)
To merge this branch: bzr merge lp://staging/~josharenson/qa-dashboard/mir_performance
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Canonical CI Engineering Pending
Review via email: mp+224212@code.staging.launchpad.net

Commit message

Adds mir_performance application plugin

Description of the change

Adds mir_performance application plugin

To post a comment you must log in.
765. By Josh Arenson

Removed benchmarks.js

766. By Josh Arenson

Removed stray views.py

767. By Josh Arenson

Removed pyc files

768. By Josh Arenson

Fixed a forgotten import statement

769. By Josh Arenson

Added __get_master_job method as the one in the jenkinsapi doesn't work quite right

Revision history for this message
Chris Johnston (cjohnston) :
Revision history for this message
Josh Arenson (josharenson) :
770. By Josh Arenson

 * Added correct copyright notices
 * Disabled debug mode

771. By Josh Arenson

Fix style violations

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:767
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/329/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/329/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:771
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/332/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/332/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

PASSED: Continuous integration, rev:771
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/336/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/336/rebuild

review: Approve (continuous-integration)
Revision history for this message
Chris Johnston (cjohnston) wrote :

If you add the following line to your local_settings.py you should be able to use the local .js files and remove the inline JS..

STATIC_URL = '/static/'

Revision history for this message
Josh Arenson (josharenson) wrote :

> If you add the following line to your local_settings.py you should be able to
> use the local .js files and remove the inline JS..
>
> STATIC_URL = '/static/'

Is there any way you can make an exception? I am unable to test the site when I do this as it introduces external dependencies that do not work in my test environment.

772. By Josh Arenson

Merged upstream

773. By Josh Arenson

Make the scale of the graphs such that they show less detail. This makes it easier to see sharp trends.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

PASSED: Continuous integration, rev:773
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/358/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/358/rebuild

review: Approve (continuous-integration)
774. By Josh Arenson

Fix homepage link for Mir Performance

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

PASSED: Continuous integration, rev:774
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/375/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/375/rebuild

review: Approve (continuous-integration)

Unmerged revisions

774. By Josh Arenson

Fix homepage link for Mir Performance

773. By Josh Arenson

Make the scale of the graphs such that they show less detail. This makes it easier to see sharp trends.

772. By Josh Arenson

Merged upstream

771. By Josh Arenson

Fix style violations

770. By Josh Arenson

 * Added correct copyright notices
 * Disabled debug mode

769. By Josh Arenson

Added __get_master_job method as the one in the jenkinsapi doesn't work quite right

768. By Josh Arenson

Fixed a forgotten import statement

767. By Josh Arenson

Removed pyc files

766. By Josh Arenson

Removed stray views.py

765. By Josh Arenson

Removed benchmarks.js

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches