LAVA Scheduler (deprecated) 2012.06

Milestone information

Project:
LAVA Scheduler (deprecated)
Series:
trunk
Version:
2012.06
Released:
 
Registrant:
Andy Doan
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
1 Andy Doan, 2 Michael Hudson-Doyle
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
3 Fix Released

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon lava-scheduler-0.18-2012.06.tar.gz (md5, sig) Source release 52
last downloaded 51 weeks ago
Total downloads: 52

Release notes 

This release does not have release notes.

Changelog 

View the full changelog

2012-06-28 Andy Doan <email address hidden>

 release 0.18

2012-06-27 Spring Zhang <email address hidden>

 Correct queued job query condition and a display name

2012-06-26 Spring Zhang <email address hidden>

 merge with mainline

2012-06-26 Spring Zhang <email address hidden>

 Correct query condition of queued job of a device type

2012-06-24 Spring Zhang <email address hidden>

 merge with mainline

2012-06-23 Spring Zhang <email address hidden>

 Correct a minor name mistake

2012-06-27 Michael Hudson-Doyle <email address hidden>

 add mysterious migration that south thinks is now necessary

2012-06-25 Michael Hudson-Doyle <email address hidden>

 add a foreign key linking a testjob to its results bundle

2012-06-22 Michael Hudson-Doyle <email address hidden>

 whitespace fascism

2012-06-22 Michael Hudson-Doyle <email address hidden>

 fix TestJob.results_bundle

2012-06-22 Michael Hudson-Doyle <email address hidden>

 cosmetic fix

2012-06-22 Michael Hudson-Doyle <email address hidden>

 explain the empty migration

2012-06-22 Michael Hudson-Doyle <email address hidden>

 make testjobmigrate a touch more robust

2012-06-22 Michael Hudson-Doyle <email address hidden>

 change _results_bundle to a OneToOneField

2012-06-22 Michael Hudson-Doyle <email address hidden>

 preserve port in url mangling when starting a job

2012-06-22 Michael Hudson-Doyle <email address hidden>

 oops

2012-06-22 Michael Hudson-Doyle <email address hidden>

 have TestJob.results_link defer to results_bundle if only that is set

2012-06-22 Michael Hudson-Doyle <email address hidden>

 make management command work

2012-06-22 Michael Hudson-Doyle <email address hidden>

 move filling out of old results bundles to a management command

2012-06-21 Michael Hudson-Doyle <email address hidden>

 update _results_bundle for new jobs

2012-06-21 Michael Hudson-Doyle <email address hidden>

 add a datamigration -- takes about 75 seconds though, too long

2012-06-21 Michael Hudson-Doyle <email address hidden>

 re-add the field (oops) and fix the db_column name

2012-06-21 Michael Hudson-Doyle <email address hidden>

 ignore mystery versiontools egg

2012-06-21 Michael Hudson-Doyle <email address hidden>

 add the migration

2012-06-20 Michael Hudson-Doyle <email address hidden>

 post release bump

2012-06-19 Andy Doan <email address hidden>

 version 0.17.1

 had a minor bug in 0.17 with reports and flot

2012-06-18 Andy Doan <email address hidden>

 fix the stacked graphing in reports

 I omitted this plugin when I converted to using own copy of flot.
 Not using this skews the way the graph looks

2012-06-19 Michael Hudson-Doyle <email address hidden>

 post release bump

2012-06-19 Michael Hudson-Doyle <email address hidden>

 release 0.17

2012-06-18 Andy Doan <email address hidden>

 add reporting capabilties for jobs

2012-06-18 Andy Doan <email address hidden>

 use our own copy flot

 This pulls in flot from:
 http://code.google.com/p/flot/downloads/detail?name=flot-0.7.tar.gz

 This should have been done in the original commit, but I forgot

2012-06-15 Andy Doan <email address hidden>

 reports by day are off by a week

2012-06-15 Andy Doan <email address hidden>

 annotate xticks with pass/fail values

 This helps in cases where a chart might be skewed because one
 day/week has an anomoly. Alternatively you could do logarithmic
 chart, but flot doesn't seem to display that well.

 I also changed the date range for weekly's to 10 to allow for
 more room with the new labels.

2012-06-15 Andy Doan <email address hidden>

 update weekly reports to span 12 weeks

 just gives a bit better view

2012-06-15 Andy Doan <email address hidden>

 add test job pass/fail report

2012-06-15 Andy Doan <email address hidden>

 add a reporting view health jobs

 This adds a simple view that shows health job failures
 aggregate by week over 7 weeks and by day over 7 days.

2012-06-18 Michael Hudson-Doyle <email address hidden>

 1. Change health job pass and total number statistics method.
 2. Simplify the SQL query in DeviceTypeTable by mwhudson's code
 (Spring Zhang)

2012-06-15 Spring Zhang <email address hidden>

 Change failed job number statistics method

2012-06-15 Spring Zhang <email address hidden>

 Change health job total number statistics method

2012-06-15 Spring Zhang <email address hidden>

 merge with mainline

2012-05-31 Spring Zhang <email address hidden>

 Simplify the SQL query in DeviceTypeTable by mwhudson's code

2012-06-18 Michael Hudson-Doyle <email address hidden>

 post release bump

2012-06-18 Michael Hudson-Doyle <email address hidden>

 relase 0.16

2012-06-18 Michael Hudson-Doyle <email address hidden>

 add a "retire" admin action

2012-06-14 Michael Hudson-Doyle <email address hidden>

 return a 403 not a 404 when viewing a job you are not permitted to see

2012-06-14 Michael Hudson-Doyle <email address hidden>

 merge trunk

2012-05-25 Michael Hudson-Doyle <email address hidden>

 this might work

2012-06-04 Andy Doan <email address hidden>

 update query for online/total boards

 The RETIRED status changes how this should be determined. We can
 also do this in one hit to the database rather than two

2012-06-04 Andy Doan <email address hidden>

 add "RETIRED" state for boards

 This allows you to remove a board from the instance without deleteing
 all old test records associated with it.

0 blueprints and 3 bugs targeted

Bug report Importance Assignee Status
920921 #920921 bundle view should link back to job - if there is one 3 High Michael Hudson-Doyle  10 Fix Released
996251 #996251 add RETIRED board state for boards that should no longer show up in default listings 4 Medium Andy Doan  10 Fix Released
1003817 #1003817 Opening as anon a job submitted to private stream leads to 404 4 Medium Michael Hudson-Doyle  10 Fix Released
This milestone contains Public information
Everyone can see this information.