summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Included LCDA (Last Change Days Ago) in ranking table.jasplin2011-02-167-23/+59
* Minor renaming of labels.jasplin2011-02-141-2/+2
* Improved rankings page.jasplin2011-02-143-11/+52
* Enabled test case filter for rankings computation.jasplin2011-02-114-10/+36
* Added rankedonly option.jasplin2011-02-114-26/+103
* Added a 'show/hide snapshot details' button.jasplin2011-02-102-0/+18
* Added tooltips.jasplin2011-02-102-2/+15
* Optimized by replacing filter() with dictionary lookup.jasplin2011-02-101-29/+13
* Show trend as "delta from prev ranking pos".jasplin2011-02-103-19/+93
* Revert bug introduced by 5d844a9639c55b50f7571d58a31f6212a17f1169.jasplin2011-02-091-5/+5
* Fixed bug: maxsize must be applied _after_ sorting.jasplin2011-02-091-6/+6
* Disable 'Show rankings' button when no rankings exist.jasplin2011-02-092-11/+21
* Set max ranking size from GUI.jasplin2011-02-095-17/+60
* Removed unused data from JSON output.jasplin2011-02-091-1/+0
* Indicate for which snapshots rankings are available.jasplin2011-02-082-3/+16
* Make select tags fill horizontal space.jasplin2011-02-081-1/+1
* Moved multiple implementations to common file.jasplin2011-02-083-42/+21
* Removed trailing whitespace.jasplin2011-02-081-1/+1
* Initial rudimentary version of rankings page.jasplin2011-02-0812-37/+616
* Simplified extractSingleContextBMStats().jasplin2011-02-043-15/+10
* Fixed bugs.jasplin2011-02-042-3/+4
* Minor addition to error message.jasplin2011-02-041-1/+3
* Improved ranking table + merged DB scripts.jasplin2011-02-049-234/+132
* Cleaned up code with json.dump().jasplin2011-02-035-374/+263
* Fixed bug.jasplin2011-02-031-1/+1
* Fixed bug: s/context/contextId.jasplin2011-02-031-3/+3
* Fixed bug: timestamp in context table gets current server time as default.jasplin2011-02-031-1/+1
* Fixed bugs that slipped through in the latest database restructuring.jasplin2011-02-039-55/+56
* Fixed bug.jasplin2011-02-021-4/+4
* Prefer sentinel value to code repetitionJoão Abecasis2011-02-021-8/+2
* Adapted database queries to new database structureJoão Abecasis2011-02-027-131/+140
* Extraneous semi-colonJoão Abecasis2011-02-021-1/+1
* Adding new utility function for finding a context IDJoão Abecasis2011-02-021-0/+12
* This is not used hereJoão Abecasis2011-02-021-1/+0
* Split out dropping columns from old schemaJoão Abecasis2011-02-021-3/+6
* Get id for newly inserted rows as they're insertedJoão Abecasis2011-02-021-4/+3
* Use python's json library for generating JSON outputJoão Abecasis2011-02-021-46/+31
* Use python's JSON library to generate outputJoão Abecasis2011-02-022-47/+22
* Adding context tableJoão Abecasis2011-02-022-14/+94
* Improved the finalizeresults.py script.jasplin2011-02-012-149/+242
* Use QS in finalizeresults.py script.jasplin2011-01-274-23/+33
* Replaced LSD, NI, NZ, NC, MDRSE, and RSEMD with QS in the rankingStat table.jasplin2011-01-271-6/+1
* Added a benchmark quality score: QS.jasplin2011-01-275-21/+76
* Remove trailing whitespace.jasplin2011-01-271-1/+1
* Added initial version of finalizeresults.py.jasplin2011-01-279-113/+443
* Cleaned up. Increased code reuse.jasplin2011-01-242-64/+31
* Defined database tables for ranking feature.jasplin2011-01-244-0/+132
* Simplified URL for single benchmark time series.jasplin2011-01-227-194/+135
* Fixed bug.jasplin2011-01-212-16/+22
* Minor stuff.jasplin2011-01-201-4/+5