975
edits
| Line 61: | Line 61: | ||
For AVERAGE data send: | For AVERAGE data send: | ||
RETURN:testname:avg_result:graph.html# | RETURN:testname:avg_result:graph.html#tests=[{"test":TESTID,"branch":BRANCHID,"machine":MACHINEID}] | ||
For VALUES data send: | For VALUES data send: | ||
RETURN:testname:graph.html#runid=TESTRUNID | RETURN:testname:graph.html#runid=TESTRUNID | ||
RETURN:testname:avg_result:graph.html# | RETURN:testname:avg_result:graph.html#tests=[{"test":TESTID,"branch":BRANCHID,"machine":MACHINEID}] | ||
'tests' in url hash is a JSON array with each index containing: | |||
* Test id | |||
* Branch id | |||
* Machine id | |||
== Rewrite For New Schema == | == Rewrite For New Schema == | ||
edits