Commit Graph

43 Commits

Author SHA1 Message Date
pierre
382ac9c00a Add branches for 3.2.0, 3.2.1 and 3.3.1 versions
git-svn-id: trunk@39725 -
2018-09-10 13:28:33 +00:00
pierre
078ed0ec95 Fix range problems
git-svn-id: trunk@38703 -
2018-04-06 14:41:48 +00:00
pierre
ef36525e4b Add missing 3.0.2 and 3.0.4 releases
git-svn-id: trunk@38700 -
2018-04-06 13:31:38 +00:00
pierre
57b3f31d92 cpu, os and version lists start at index 0
git-svn-id: trunk@32950 -
2016-01-16 01:04:30 +00:00
pierre
854d04bb46 Fix missing aarch64 CPU in ShowHistory for one test
git-svn-id: trunk@32096 -
2015-10-19 14:47:50 +00:00
pierre
a02344e978 Restore default for OS and CPU to All ID and increase max size of comboBox to 100
git-svn-id: trunk@29672 -
2015-02-11 21:51:53 +00:00
pierre
17ad136412 Remove warning of misplaced <P> marker, as noticed by html checker
git-svn-id: trunk@28467 -
2014-08-19 11:34:05 +00:00
michael
77f62cafbe * Fix range check error
git-svn-id: trunk@28456 -
2014-08-18 22:15:40 +00:00
pierre
4ffd60879a Avoid error in html checker about non-encoded ampersand
git-svn-id: trunk@28430 -
2014-08-17 10:25:48 +00:00
pierre
fad718c6a6 Add 2.6.4 and 2.6.5 branches and fix fisplay of boolean test source options
git-svn-id: trunk@28429 -
2014-08-17 10:19:34 +00:00
michael
32f74d23f1 * Move to postgresql
git-svn-id: trunk@28359 -
2014-08-10 14:58:11 +00:00
pierre
a7a9a74f91 Try to become HTML 4 transitional compliant and add svn links
git-svn-id: trunk@26384 -
2014-01-04 21:16:01 +00:00
pierre
0987129993 Add 2.6.0 to 2.6.3 versions
git-svn-id: trunk@26206 -
2013-12-10 08:31:58 +00:00
pierre
cf175b28d1 Add TU_COMPILERDATE to ShowRunData
git-svn-id: trunk@26205 -
2013-12-10 08:27:13 +00:00
yury
aeb3c002b0 * More correct fix for overview query. Use LEFT JOIN to explicitly specify order of tables to help MySQL to generate correct exec plan.
* Speed-up history query by using TESTRESULTS as main table and TR_ID field for ordering.
* Test file or run id must be provided for history query. Print an error if not provided.
* Limit query results to 1000 records to prevent unnecessary server load.

git-svn-id: trunk@23579 -
2013-02-05 23:56:38 +00:00
yury
49f9288611 * Due to buggy MySQL query plan optimizer, the existing tests overview query use incorrect execution plan which leads to long execution time. The SQL query has been changed to produce efficient execution plan. Now the overview form works correctly.
* Fixed displaying of the test category column.
* Fixed History overview.
* History form: display a error when a test file not found.
* Use MySQL 5.5 connection.

git-svn-id: trunk@23564 -
2013-02-02 16:07:45 +00:00
pierre
732adeaa66 * Added TU_CATEGORY_FK and Svn revs to RunOverview
git-svn-id: trunk@19347 -
2011-10-03 21:48:53 +00:00
pierre
ea6138cffa * Add Category and svn information
git-svn-id: trunk@19077 -
2011-09-16 16:07:48 +00:00
pierre
a6b290c97a * More dual result table support
git-svn-id: trunk@18938 -
2011-09-01 16:29:28 +00:00
pierre
4c0a04bc48 * Support more tags/branches for sources
git-svn-id: trunk@18937 -
2011-09-01 15:40:20 +00:00
pierre
c0cfded280 * Partial support for OLDTESTRESULTS table
git-svn-id: trunk@18936 -
2011-09-01 15:16:31 +00:00
pierre
752241adba Reorder some fields
git-svn-id: trunk@18935 -
2011-09-01 14:34:54 +00:00
pierre
aa62380d72 Display all svn revisions for DEBUGCGI or listall
git-svn-id: trunk@18933 -
2011-09-01 14:09:31 +00:00
pierre
9c487c236a * more updates for test history
git-svn-id: trunk@14769 -
2010-01-22 10:17:32 +00:00
pierre
134331f129 * more updates for test history
git-svn-id: trunk@14627 -
2010-01-12 17:32:39 +00:00
pierre
c39c87096a * more updates
git-svn-id: trunk@14614 -
2010-01-11 15:01:10 +00:00
pierre
d4e57bcfa9 * Update testsuite web interface
git-svn-id: trunk@14562 -
2010-01-07 15:22:18 +00:00
pierre
71999fab94 * use mysql 5.0
git-svn-id: trunk@9533 -
2007-12-26 14:27:48 +00:00
pierre
9a70cf8e16 * only output end if start is already written, prevents wrong html
git-svn-id: trunk@9532 -
2007-12-26 14:23:43 +00:00
pierre
6373e3f6b5 * update Makefile
git-svn-id: trunk@9530 -
2007-12-26 13:27:40 +00:00
pierre
320e5d7315 * improve Run Comparison
git-svn-id: trunk@7390 -
2007-05-18 14:18:44 +00:00
pierre
fff9fb6afe + support for individual test outcome display
git-svn-id: trunk@6530 -
2007-02-17 23:23:27 +00:00
joost
14f37761d8 * Converted to SQLDb
git-svn-id: trunk@6492 -
2007-02-15 12:43:02 +00:00
pierre
b754e839bc * Trying to start implementation of details on one file log
git-svn-id: trunk@6374 -
2007-02-07 23:48:54 +00:00
fpc
51dd839787 fix testrun comparison query error in case of noskipped
git-svn-id: trunk@6347 -
2007-02-05 08:17:09 +00:00
fpc
8a984ebcf5 workaround mysql query optimization deficiency, using temporary tables
git-svn-id: trunk@6345 -
2007-02-04 23:06:16 +00:00
fpc
0f9b9bb7de * fix dbdigest to use (full) filename to lookup tests in DB (table TESTS structure changed)
git-svn-id: trunk@6244 -
2007-01-28 17:52:49 +00:00
fpc
cf759d9c5c * fix testsuite.cgi failed test links to ignore skipped tests, improve english text
git-svn-id: trunk@6218 -
2007-01-26 22:57:15 +00:00
fpc
bd8b81ceed * testsuite comparison: make regression look more bold red, than newly failed
git-svn-id: trunk@6180 -
2007-01-24 22:01:23 +00:00
fpc
8afec0f049 * testsuite.cgi: do not show new, skipped tests in comparison
git-svn-id: trunk@6178 -
2007-01-24 21:40:20 +00:00
fpc
cfe41cf155 + testsuite cgi testrun comparisons
git-svn-id: trunk@6174 -
2007-01-24 20:17:09 +00:00
peter
19b4964df3 * fix filtering
git-svn-id: trunk@5766 -
2006-12-31 11:43:35 +00:00
peter
c581066998 * testsuite cgi
git-svn-id: trunk@550 -
2005-06-30 21:06:05 +00:00