200 most recent check-ins by user matt occurring on or after 2013-05-06 00:48:43.
More ↑
2013-11-03
| ||
07:14 | Removed backslash from strings made from continued lines. Fixed test control panel crash due to bad db read. Fixed handling of empty items lists, print error and not crash check-in: ba694f6238 user: matt tags: v1.55 | |
2013-11-02
| ||
20:30 | Experimental read-only support check-in: 8d372e8f55 user: matt tags: v1.55 | |
19:15 | Fixed crash in server mode due to wrongly remoting the update test meta call check-in: 37d6497d18 user: matt tags: v1.55 | |
18:37 | Adding additional safety net for testdat.db access check-in: 0e0610387a user: matt tags: v1.55 | |
11:50 | Minimised data transferred on dashboard updates check-in: 0f8bb62316 user: matt tags: v1.55 | |
01:18 | Added test script check-in: 3022617fbd user: matt tags: v1.55 | |
00:44 | Added more minimal get-info using test-id, after last step force ezsteps test to COMPLETED. Bump version. Check for value before setting environment variable. Use caching on getting test-id. Ezsteps still has problem at random on last step. check-in: 90191a533e user: matt tags: v1.55 | |
2013-11-01
| ||
23:11 | Added prereqs calculation caching. Trimmed data pulled from db in some cases. Minor effiency optimization in launch:excute. Change calculation in ezsteps last step. Force COMPLETED if last step check-in: ea7d14821a user: matt tags: v1.55 | |
07:00 | Moved call to set-sync to runs.scm check-in: 58bf63874d user: matt tags: v1.55 | |
2013-10-31
| ||
09:01 |
Don't update central with run time - do it once test is completed or deprecate that field in tests forever.
NOTE: This didn't make any substantial difference to throughput. Closed-Leaf check-in: 461f5cc510 user: matt tags: test-broken-up-queries | |
02:06 | yada Closed-Leaf check-in: e1254f35a8 user: matt tags: normalize-db | |
02:01 | Fixed typos's etc. check-in: b88e2e296b user: matt tags: test-broken-up-queries | |
00:59 | Testing broken up queries vs. monolithic queries check-in: bdf6223bb0 user: matt tags: test-broken-up-queries | |
2013-10-30
| ||
07:41 | Added placeholder for script runner mtrunscript check-in: 9890845462 user: matt tags: v1.55 | |
00:03 | Switched paths to filedb check-in: 37693582eb user: matt tags: normalize-db | |
2013-10-29
| ||
00:02 | Normalize db experiments check-in: 1d81882ece user: matt tags: normalize-db | |
00:01 | Fixed couple typos check-in: 76e1588a7c user: matt tags: v1.55, v1.5513-1 | |
2013-10-28
| ||
23:22 | Completed sdb code check-in: f20d481bb0 user: matt tags: v1.55 | |
21:17 | Added filedb library for future dev check-in: 9b09c12dc3 user: matt tags: v1.55 | |
19:31 | Half done. Non-compileable state Closed-Leaf check-in: 2ac30a15f0 user: matt tags: db-to-testdb | |
18:29 | Partial port of db.scm to new method check-in: 67ee916e9c user: matt tags: db-to-testdb | |
18:02 | Moving test specific data to testdat.db check-in: a65b1fd118 user: matt tags: db-to-testdb | |
2013-10-24
| ||
21:51 | Merged v1.55 to refactor-db check-in: 2842a76bf8 user: matt tags: refactor-db | |
2013-10-22
| ||
23:51 | Upped the timeout on marking INCOMPLETE in the fullrun test check-in: 5b7a69fb1d user: matt tags: v1.55 | |
23:10 | Split find and mark incomplete to iterate over runs, fixed logic bug in select statements for find and mark. check-in: 7bb000c05a user: matt tags: v1.55 | |
2013-10-19
| ||
22:26 | Added mechanism to set defunct tests to INCOMPLETE every five minutes check-in: f7c3e6325e user: matt tags: v1.55 | |
11:14 | Fixed couple build issues check-in: f329113f79 user: matt tags: refactor-db | |
10:36 | Merged refactor-api into refactor-db check-in: 45b4ad07c1 user: matt tags: refactor-db | |
10:24 | Partial edits for refactor of db, committing prior to trying to merge in the api branch check-in: 5a1b924a67 user: matt tags: refactor-db | |
2013-10-18
| ||
00:20 | Ported tests.scm to dbstruct check-in: a3f5835386 user: matt tags: refactor-db | |
2013-10-17
| ||
23:52 | Merged in couple additional changes from v1.55 check-in: 42ccc89874 user: matt tags: refactor-db | |
23:46 | Raw porting to dbstruct system done check-in: fef516eecc user: matt tags: refactor-db | |
00:19 | More conversion done for move to divided db check-in: 37d1161e33 user: matt tags: refactor-db | |
2013-10-16
| ||
01:02 | About 1/3 of db: routines converted (first pass, no debug or testing) to use hierarchial db check-in: 1f4e261000 user: matt tags: refactor-db | |
00:58 | About 1/3 of db: routines converted (first pass, no debug or testing) to use hierarchial db check-in: 83e5db6b89 user: matt tags: refactor-db | |
2013-10-15
| ||
22:18 | Start restructuring db check-in: 3a478cdcba user: matt tags: refactor-db | |
01:16 | Somewhat speculative fix for failure to discard non-runnable tests check-in: f5d77988cc user: matt tags: v1.55 | |
2013-10-14
| ||
23:25 | Added blocked chain testcase check-in: f3bf15140a user: matt tags: v1.55 | |
2013-10-13
| ||
23:17 | More on the performance analysis check-in: b1700997ff user: matt tags: dev | |
17:59 | Part one of sqlite3 test done check-in: bc4a22eff5 user: matt tags: dev | |
17:17 | Adding initial files for a pseudo real-world db egg comparative analysis check-in: a4dece5f6e user: matt tags: dev | |
10:18 | Merged v1.55 back to dev check-in: 6f9f605ce6 user: matt tags: dev | |
2013-09-19
| ||
23:22 | Fixed the awful test blocked by prereq with failed prereq bug. Reproduce by running test4 and setting one of the items in sqlitespeed to FAIL, must add a test for this check-in: cfc601732f user: matt tags: v1.55 | |
2013-09-17
| ||
08:11 | Temporarily removed condition intended to catch blocking when a prerequisite is in the queue check-in: 3f3d4aaa1e user: matt tags: v1.55 | |
2013-09-13
| ||
22:56 | Join monitor thread in launch check-in: c84bb1b895 user: matt tags: v1.55 | |
2013-09-12
| ||
23:42 | Fixed typo check-in: cbc9328c04 user: matt tags: v1.55 | |
23:38 | Added exec to nbfake. Changed test4 to do launchwait. Added forced registration of top level tests as not having them is a path to possible escape on silent failure check-in: fd20d22153 user: matt tags: v1.55 | |
2013-09-11
| ||
23:36 | Added child reaper based on post to #chicken by andyjpg, it seems to work well check-in: 2886acdd2f user: matt tags: v1.55 | |
2013-09-10
| ||
00:27 | Queue ideosyncracies seem fixed. Needs more testing... check-in: 79361f5222 user: matt tags: v1.55 | |
2013-09-05
| ||
00:30 | Got title of zeroth column working, not all consequences handled yet (I suspect) check-in: be362b3b7e user: matt tags: v1.55 | |
2013-08-29
| ||
08:39 | typo fix check-in: 5b6ec2e95c user: matt tags: v1.55 | |
2013-08-23
| ||
00:15 | Added placeholder for index.html generator check-in: 832f340bbb user: matt tags: v1.55 | |
2013-08-22
| ||
00:21 | Re-fixed sorting to handle partial runs alongside full runs check-in: 2f78c46ed6 user: matt tags: dev | |
2013-08-20
| ||
00:20 | Commented out tweak for better sort logic, look in bubble-up check-in: 7f93bdaf46 user: matt tags: v1.55 | |
2013-08-19
| ||
23:52 | Fixed minor issue with ods check-in: c90f28e6b2 user: matt tags: v1.55 | |
00:53 | Most changes in place to fix sorting in dashboard check-in: 1a9a9bcf23 user: matt tags: v1.55 | |
2013-08-18
| ||
22:03 | Better support for read-only access to a Megatest area check-in: 439da33084 user: matt tags: v1.55 | |
16:01 | Improved cache factors for testconfig check-in: fd11c410ee user: matt tags: v1.55 | |
14:53 | Tweaks to triggers implementation. Use caching (dangerous but necessary as performance is terrible otherwise) check-in: db9c121e0f user: matt tags: v1.55 | |
14:53 | Changed launch to useshell by default and to run in background check-in: c04fad23ea user: matt tags: v1.55 | |
01:17 | Tweaks for triggers check-in: 61acf99e82 user: matt tags: v1.55 | |
00:35 | Implemented (but not tested) triggers check-in: 8fbf618bd9 user: matt tags: v1.55 | |
2013-08-17
| ||
17:07 | Missed a runremote check-in: cff566396e user: matt tags: v1.55 | |
16:51 | Merged dev into refactor-api. Note that this branch has some remaining issues due to not all calls migrated to api. some remaining calls are broken Closed-Leaf check-in: 1f8d02d299 user: matt tags: refactor-api | |
16:36 | Merged work done to v1.55 to dev check-in: 7a867d557f user: matt tags: dev | |
00:31 | Moved db:test-set-state-status-by-id to mt:test-set-state-status-by-id for better transaction caching check-in: b256e83e85 user: matt tags: v1.55 | |
2013-08-15
| ||
23:07 | Re-factored db:roll-up-pass-fail-counts to mt:roll-up-pass-fail-counts check-in: dbbe56fe44 user: matt tags: v1.55 | |
2013-08-12
| ||
23:53 | Removed JOIN from -test-paths query check-in: be4c49d8e4 user: matt tags: v1.55 | |
01:18 | Added missing finalize for lock-queue check-in: 8d21f434ab user: matt tags: v1.55 | |
00:51 | Fixed locking on rollup bug by writing simple locking queue explictly for the needed behavior check-in: 7180157463 user: matt tags: v1.55 | |
2013-08-11
| ||
21:44 | Fixed missing host/uname data. Streamlined data updates from running test a little check-in: 1daca50091 user: matt tags: v1.55 | |
2013-08-08
| ||
23:03 | Speculative fix for failure to stop RUNNING check-in: 6563497956 user: matt tags: v1.55 | |
2013-08-06
| ||
23:55 | Brought recent changes back into the api refactor branch so work can continue on new api check-in: 4692ce2dad user: matt tags: refactor-api | |
22:36 | Merging v1.55 back into dev check-in: 1a6689eca8 user: matt tags: dev | |
2013-08-05
| ||
09:16 | Improved auto start server message, bumped other server releated noise to level 2 check-in: 4a5256913c user: matt tags: v1.55 | |
00:19 | Made all stages respect the same hierarchy in setting transport. If -runtests uses http, so should test internal calls check-in: d42aaaab5b user: matt tags: v1.55 | |
2013-08-04
| ||
21:56 | Refactor code that choose transport. Priorities between options were not handled correctly in the three contexts; commandline override, cmdinfo and megatest.config check-in: d29828129b user: matt tags: v1.55 | |
21:21 | Cleaned up auto server start a little check-in: 166fac4584 user: matt tags: v1.55 | |
18:34 | Made fs the default transport as it seems to work much better now check-in: de5a88efa7 user: matt tags: v1.55 | |
01:01 | Added some checks to ensure directories are there before changing to them, generalized some of the tasks in installall. Removed writing of environment in mt_ezstep updated the manual with brief mention on how to get the environment from one step to another check-in: 908b883b86 user: matt tags: v1.55 | |
2013-08-03
| ||
00:30 | Several additons to installall flow check-in: 33f5118b72 user: matt tags: v1.55 | |
2013-08-02
| ||
22:25 | Merged from dev into v1.55 check-in: c552e7eeab user: matt tags: v1.55 | |
2013-08-01
| ||
23:33 | Attempt to improve gui resizing a little check-in: 74713e5039 user: matt tags: dev | |
2013-07-30
| ||
22:40 | Merged v1.55 back to dev to start 1.6 series check-in: 15bc2b9ffa user: matt tags: dev | |
2013-07-29
| ||
21:49 | Removed some instrumentation prints check-in: a82cbcca56 user: matt tags: v1.55 | |
21:43 | Corrected v1.5511, removed new api for now. check-in: 0c4560a7b9 user: matt tags: v1.55 | |
21:42 | Reset test start time on LAUNCHED and REMOTEHOSTSTART, tightened up timings on test control panel updates check-in: 3dd7be54e8 user: matt tags: v1.55 | |
21:23 | Meld in of parts of 0b1a that fix test panel apparent lock up due to overly agressive updating. check-in: d4ee26c5cb user: matt tags: v1.55 | |
21:02 | Cherrypick of 04379 to fix the crashing test control panel bug check-in: 3685d1ed2e user: matt tags: v1.55 | |
08:22 | Added locking of updater in dashboard to prevent overlapping updates check-in: 85fca3e930 user: matt tags: refactor-api | |
00:20 | Missed removal of one print statement check-in: 188db4d0d0 user: matt tags: refactor-api | |
00:12 | Fixed cleaning of steps window after fresh run. Fixd stuck gui on test-panel check-in: 9a62bcf487 user: matt tags: refactor-api | |
2013-07-28
| ||
22:04 | Almost 80% on api conversion for test control panel check-in: 82e43c52e7 user: matt tags: refactor-api | |
20:38 | Added some missing files, more bits of new api in place check-in: d1dbb768c6 user: matt tags: refactor-api | |
16:54 | Got the beginings of the api working properly check-in: f737352b70 user: matt tags: refactor-api | |
14:57 | Partial implementation of /api check-in: 41cad6ae52 user: matt tags: refactor-api | |
10:04 | Experimental fix for test panel crash on test delete check-in: 043797f2d2 user: matt tags: refactor-api | |
2013-07-26
| ||
09:47 | Adding forgotten file check-in: 987788b967 user: matt tags: dev | |
09:24 | Added vars with no value, proper creation of sheets index and dotfile loading to txtdb check-in: 46eb920500 user: matt tags: dev | |
00:34 | Begingings of code in place for editing Megatest area using refdb check-in: 76df097649 user: matt tags: dev | |
2013-07-25
| ||
23:57 | Added create on edit for refdb check-in: 7571d597a5 user: matt tags: dev | |
23:31 | Moved meta data files to avoid possible future collisons in refdb check-in: 825466004b user: matt tags: dev | |
22:49 | Added support for blank lines check-in: f8e0755f5c user: matt tags: dev | |
22:36 | Added support for comments in .dat files in refdb check-in: d988af5391 user: matt tags: dev | |
22:32 | Fixed typo in cleanup-db check-in: e29acddac8 user: matt tags: dev | |
2013-07-23
| ||
09:16 | Added another example of installall configuration check-in: e7ec05c436 user: matt tags: dev | |
00:20 | Added contours for chicken 4.8.0.4 and 4.8.1 check-in: 3a32eee6c4 user: matt tags: dev | |
2013-07-22
| ||
21:00 | Completed IUP compile task check-in: 57d8d97527 user: matt tags: dev | |
18:36 | Lots of stuff for installall flow check-in: 9742a8ae22 user: matt tags: dev | |
18:35 | Lots of stuff for installall flow check-in: 749b68c55a user: matt tags: dev | |
16:44 | Added cache for downloads check-in: 5a88f742d7 user: matt tags: dev | |
00:22 | Some logpro file fixes for installall check-in: e1ff315042 user: matt tags: dev | |
00:12 | Some logpro file fixes for installall check-in: 7ba8688f37 user: matt tags: dev | |
2013-07-21
| ||
23:54 | Basic installall flow check-in: 8666173eaf user: matt tags: dev | |
17:53 | Adding skeleton files for installall check-in: 749307de49 user: matt tags: dev | |
17:18 | Merged v1.55 branch into development check-in: e5526cab47 user: matt tags: dev | |
2013-07-19
| ||
00:23 | Fixed crash on dashboard start if monitor.db is not already existing. check-in: 2e2bb64d67 user: matt tags: dev | |
00:14 | Added getrow and getcol names to refdb check-in: 1af0ca8ba5 user: matt tags: dev | |
2013-07-18
| ||
23:54 | Fixed reversing order bug with sheets in refdb check-in: 1e51940e3d user: matt tags: dev | |
23:37 | Merged in some edits made on v1.55 branch check-in: 432258c6c9 user: matt tags: dev | |
2013-07-17
| ||
01:17 | Updated training presentation. check-in: 20a7425b22 user: matt tags: dev | |
01:00 | Added megatest-about.svg check-in: 0fa592c986 user: matt tags: dev | |
00:54 | Added megatest-about.svg check-in: 3cd81c174d user: matt tags: dev | |
00:46 | Added megatest-about.svg check-in: 04c31b8e56 user: matt tags: dev | |
00:44 | Added megatest-about.svg check-in: 0cbd8e80ba user: matt tags: dev | |
00:42 | Added megatest-about.svg check-in: baf55bae04 user: matt tags: dev | |
00:37 | Added megatest-about.svg check-in: 7667dbc13b user: matt tags: dev | |
2013-07-16
| ||
10:16 | Tweaks to Makefile.installall. Some dependency problems remain check-in: 38f76fabb5 user: matt tags: dev | |
10:00 | Got the pre-compiled iup install done in the new Makefile.installall check-in: e84be10f92 user: matt tags: dev | |
00:48 | Added ffcall and some of iup check-in: d71a9d3444 user: matt tags: dev | |
00:19 | Added opensrc eggs, sqlite3 build and egg check-in: 71480bbaf8 user: matt tags: dev | |
2013-07-15
| ||
23:35 | Added first pass on Makefile for install of chicken, iup etc. check-in: 5179d54733 user: matt tags: dev | |
2013-07-14
| ||
23:56 | Renamed txtdb to refdb. Added to Makefile install target. Added ls check-in: 184bfa2327 user: matt tags: dev | |
23:28 | Added lookup to txtdb check-in: cf4ae67410 user: matt tags: dev | |
21:54 | Added a test for the txtdb editor check-in: 40cbab9b8b user: matt tags: dev | |
20:35 | Basic command line working check-in: 30d2c2450a user: matt tags: dev | |
19:30 | Mostly working check-in: d0d74baabc user: matt tags: dev | |
17:22 | Closer check-in: a1e941a7b1 user: matt tags: dev | |
16:25 | Closer check-in: cc4d262224 user: matt tags: dev | |
14:39 | Oops. Went down a messy road. Snapshot this point in time. check-in: bdf18ad3a8 user: matt tags: dev | |
13:31 | read-dat for txtdb completed check-in: eb02e8c328 user: matt tags: dev | |
10:58 | First pass at txtdb reader check-in: f1295e0ec5 user: matt tags: dev | |
03:56 | Added full import from gnumeric format and a stub for reading from txtdb check-in: 93afeeb4bd user: matt tags: dev | |
03:26 | Converted to using xml instead of using sxml in the stored meta files for txtdb check-in: 59fcabaf30 user: matt tags: dev | |
02:23 | Extracting sheets to txtdb now works check-in: 9cacf1f935 user: matt tags: dev | |
02:19 | Extracting sheets to txtdb now works check-in: 81649543cf user: matt tags: dev | |
00:45 | Added snippets to txtdb that disentangle bits n pieces of xml from gnumeric file check-in: b8bf0ef6c4 user: matt tags: dev | |
00:10 | Added snippets to txtdb that disentangle bits n pieces of xml from gnumeric file check-in: d5b4f70c2b user: matt tags: dev | |
2013-07-13
| ||
00:01 | Some exporatory stuff for refdat editor check-in: c5231b3ac8 user: matt tags: dev | |
2013-07-12
| ||
21:13 | Phase 2 completed. Dashboard now reflects tests found on test path check-in: f944048b95 user: matt tags: dev | |
2013-07-08
| ||
00:59 | Marking of tests to be affected now works (better) check-in: 777fd155d1 user: matt tags: dev | |
00:53 | Marking of tests to be affected now works check-in: f61fea99bf user: matt tags: dev | |
00:00 | Clicking on tests in the test map adds/removes test(s) to testpatt check-in: 70f93b7c02 user: matt tags: dev | |
2013-07-07
| ||
23:54 | Clicking on tests in the test map adds test(s) to testpatt check-in: 56a938ff2e user: matt tags: dev | |
20:10 | Runnames in drop down are prefilled based on target in Target selector check-in: 2430d4a2b0 user: matt tags: dev | |
18:10 | Corrected runname in remove-runs, merged runconfigs targets with previously run targets check-in: 62658bc8bb user: matt tags: dev | |
15:19 | More command line launching support done check-in: 528c8eab48 user: matt tags: dev | |
13:16 | Partially complete generation of command line for local running check-in: 57b2d5e1f5 user: matt tags: dev | |
01:00 | Moved log panel to span entire bottom width. check-in: f4535b4813 user: matt tags: dev | |
00:51 | Mock up of run control mostly done check-in: ae38e1ab41 user: matt tags: dev | |
2013-07-06
| ||
18:10 | Merged kind-db-access back to development check-in: 11aea778da user: matt tags: dev | |
15:46 | Fixed bigrun to better exercise itemmatch, fixed itemmatch Closed-Leaf check-in: 66f93ef491 user: matt tags: dev, kind-db-access | |
14:29 | Number of bug fixes to tree selectors, run summary etc. check-in: 20cf1d8e3f user: matt tags: dev, kind-db-access | |
2013-07-05
| ||
17:19 | Gui clean ups for Run Summary check-in: a8d45ad7dd user: matt tags: dev, kind-db-access | |
16:25 | Runs summary working nicely check-in: c76a0c089e user: matt tags: dev, kind-db-access | |
10:10 | Runs tree for run summary in place check-in: 255dbe1f68 user: matt tags: dev, kind-db-access | |
2013-07-04
| ||
23:45 | Beginnings of run summary view in place check-in: bc7b3cac87 user: matt tags: dev, kind-db-access | |
02:59 | Removed unnecessary updates to gui on summary page to minimize flicker check-in: 3b514befe4 user: matt tags: dev, kind-db-access | |
02:40 | Update on db change working nicely. Added screen shot of summary tab check-in: de73d1abe8 user: matt tags: dev, kind-db-access | |
2013-07-03
| ||
21:24 | Partial fix of balanced db access with new tabs check-in: a68eb8288b user: matt tags: dev, kind-db-access | |
2013-06-28
| ||
01:05 | Merged v1.55 changes into development check-in: e179e9c7b6 user: matt tags: dev | |
01:00 | Updated globs with link and run areas check-in: 507b2772b8 user: matt tags: dev | |
2013-06-27
| ||
02:06 | Added test for empty items list check-in: 5a2ec99f3b user: matt tags: dev | |
2013-06-26
| ||
01:18 | Refactored nested cond in run queue processing into proc runs:process-expanded-tests check-in: 0f3b47c2b4 user: matt tags: dev | |
01:03 | Refactored nested cond in run:tests to a proc runs:expand-items check-in: 6f312dd5f5 user: matt tags: dev | |
00:53 | Refactored nested cond in run:tests to a proc runs:expand-items check-in: a3eca73bd8 user: matt tags: dev | |
2013-06-24
| ||
00:52 | Re-arranged shrink can-run-more-tests to mostly run locally with a couple calls to cdb:runremote. This did not fix the stuck start on single dependent test check-in: 2a574677b3 user: matt tags: dev | |
2013-06-23
| ||
21:55 | Merged runcontrol into develoment. Last (I hope) step check-in: af74fe9e05 user: matt tags: dev | |
21:13 | Bringing runcontrol up to development. Step three NOTE: This node was not used to bring runcontrol to development closing this leaf but revisit it sometime ... Closed-Leaf check-in: 08a90a4da6 user: matt tags: runcontol | |
20:56 | Bringing runcontrol up to development. Step two. check-in: a8a772c74e user: matt tags: runcontol | |
19:45 | Bringing runcontrol back on to development, step one Closed-Leaf check-in: 7b55df5b3d user: matt tags: runcontrol | |
19:26 | Update the TODO list and put reminders/hooks into common.scm for addint caches back for target and run info (new delete method allows this to work, *maybe*) check-in: 9167779154 user: matt tags: dev | |
18:29 | Clean up and reorg started on runs.scm check-in: 1d36720bc8 user: matt tags: dev | |
17:21 | Pulling run-tests-queue back into runs.scm check-in: 0f939b0642 user: matt tags: dev | |
17:15 | Merged v1.55 into development check-in: fd16aaec8d user: matt tags: dev | |
17:11 | Merge from v1.55 to development plus some other changes Closed-Leaf check-in: b9a4606df4 user: matt tags: mixed-merge, dev | |
2013-06-22
| ||
20:58 | Added test8 to catch stuck launch issues check-in: 770fb3d129 user: matt tags: dev | |
2013-06-18
| ||
00:45 | Tweaks for debugging stuck launch queue issues check-in: 9243ce728a user: matt tags: dev | |
2013-06-07
| ||
09:32 | Changed state for deleted runs to lowercase to differentiate test state from run state check-in: 81d027b1d3 user: matt tags: dev | |
2013-05-16
| ||
01:31 | Added missing clearing of cache when remove based on STATE/STATUS Leaf check-in: 1a7d256c0c user: matt tags: v1.54, v1.5429 | |
2013-05-09
| ||
21:25 | Merged v1.54 to development check-in: f65a5e2f9e user: matt tags: dev | |
07:39 | Switched to simple system of server on autostart as there is no need for it and it can try excessively if there are other server versions running check-in: 39bcd74b8e user: matt tags: v1.54, v1.5426 | |
07:19 | Give up trying to autostart the server after some time. check-in: eb78b9cf63 user: matt tags: v1.54, v1.5426 | |
2013-05-08
| ||
00:42 | Merged in refactoring of http-transport check-in: 8c3d4217c8 user: matt tags: v1.54 | |
00:34 | Added timeout on no server. Auto starts a server on timeout Closed-Leaf check-in: bf5639be89 user: matt tags: refactor-http-transport | |
2013-05-07
| ||
23:40 | Added mutex and close-all-connections to http transport check-in: 9681d97154 user: matt tags: v1.54 | |
23:06 | Refactor http transport check-in: b662cb0a51 user: matt tags: refactor-http-transport | |
00:16 | Refactor complete. test4 and test5 pass 100% Closed-Leaf check-in: 47a5bbab30 user: matt tags: refactor | |
2013-05-06
| ||
21:35 | Merged v1.54 to refactor branch check-in: 70547e2c4d user: matt tags: refactor | |
00:48 | Junk eh? check-in: e13dadf97a user: matt tags: refactor | |