Timeline
01/15/09:
- 20:04 Changeset [1151] by
-
worked on #419 (Refactor CEDMA plugins):
- increased number of sessions for the grid service from 20 to 100
- implemented results query
- fixed a bug in the Dispatcher
- 20:04 Ticket #469 (ConfigMerger doesn't merge 'connectionStrings' section) closed by
- fixed
- 17:11 Changeset [1150] by
-
minor (result: major) bugfix (#467)
- 17:11 Changeset [1149] by
-
Improved caching (#372)
- 16:44 Changeset [1148] by
-
updated job-detail panel, on job-TreeView element shown job element (#452)
- 16:28 Changeset [1147] by
-
work for ticket #467
- 16:18 Changeset [1146] by
-
Added reader lock for the updating of the cache (#372)
- 16:17 Changeset [1145] by
-
added shutdown button (#468)
- 16:12 Changeset [1144] by
-
Refactored settings (#372)
- 16:02 Changeset [1143] by
-
Refactored settings (#372)
- 15:57 Changeset [1142] by
-
updated configMerger to merge connectionStrings (#469)
- 15:57 Ticket #469 (ConfigMerger doesn't merge 'connectionStrings' section) created by
- 15:56 Changeset [1141] by
-
Implementing Lifecycle Management (#453)
- 15:53 Changeset [1140] by
-
added reference (#468)
- 15:50 Changeset [1139] by
-
Implementing Lifecycle Management (#453)
- 15:47 Changeset [1138] by
-
added first version of scheduler, attention no validation!!! (#468)
- 15:38 Changeset [1137] by
-
Implementing Lifecycle Management (#453)
- 15:12 Changeset [1136] by
-
updated job-detail panel (#452)
- 15:06 Changeset [1135] by
-
Implementing Lifecycle Management (#453)
- 15:04 Changeset [1134] by
-
Further improved locking mechanism (avoid race conditions, performance) (#372)
- 14:53 Changeset [1133] by
-
Implementing Lifecycle Management (#453)
- 14:46 Changeset [1132] by
-
added licence information and comments (#467)
- 13:44 Ticket #468 (Create Scheduler for Hive Client) created by
- fixed bug in console in r1259
01/14/09:
- 21:27 Changeset [1131] by
-
fixed race condition issues, improved performance (#372)
- 20:48 Changeset [1130] by
-
- re-enabled security for all WCF services;
- debugged rdf queries
- added tracing for WCF services
- implemented simple version of quality based dispatching
- extended ontology to include a number of predefined model-attributes (quality, size, evaluated solutions etc.)
ticket: #419 (Refactor CEDMA plugins)
- 17:29 Changeset [1129] by
-
worked on RDF backend. Implemented query support to load datasets. Queries for dispatcher and results still missing. (#419)
- 17:19 Changeset [1128] by
-
Readded locking (#372)
- 17:09 Changeset [1127] by
-
Refactoring of client communicator (#466)
- 17:09 Changeset [1126] by
-
updated job-detail panel (#452)
- 16:45 Changeset [1125] by
-
removed locking from reading db methods (#372)
- 16:38 Changeset [1124] by
-
Refactoring of Job progress (#466)
- 16:38 Ticket #467 (Refactoring: Hive.Client) created by
- adding comments, licence information, …
- 16:37 Ticket #418 (Refactoring: Hive.Client.Communication) closed by
- fixed
- 16:22 Changeset [1123] by
-
updated cached data adapter (#372)
- 16:17 Changeset [1122] by
-
Updated client adapter (#372)
- 16:16 Changeset [1121] by
-
Add licencse information where missing, added method description comments (#466)
- 16:05 Ticket #465 (Introduce Interface for the Execution Engine) closed by
- fixed
- 16:05 Changeset [1120] by
-
Added execution engine facade (#465)
- 16:03 Changeset [1119] by
-
corrected the progress calculation (#457)
- 15:32 Changeset [1118] by
-
Implementing Lifecycle Management (#453)
- 15:03 Ticket #466 (Code Refactoring) created by
- Add necessary comments Add license info if forgotten …
- 14:27 Ticket #465 (Introduce Interface for the Execution Engine) created by
- An Interface should be introduced so that new jobs can be added by the …
01/13/09:
- 20:17 Ticket #464 (Logger stores only references to data values) closed by
- fixed: cloned the values to be stored in r1117
- 20:16 Changeset [1117] by
-
changed logger to clone logged value instead of storing the reference (ticket #464)
- 20:05 Ticket #464 (Logger stores only references to data values) created by
- Logger in HeuristicLab.Logging only stores references of the values …
- 15:07 Changeset [1116] by
-
worked on CEDMA DB-backend. Select() interface to RDF_Store is not powerful enough => need Query() interface. #419
(work in progress - doesn't build!)
01/12/09:
- 19:09 Changeset [1115] by
-
Removed calculation of R2 for the best (validation) model and added calculation of MAPE for training in the hard-coded StandardGP.
Changed Executer to store all model attributes. Changed parameters for StandardGP CEDMA runs for testing. (#419)
- 19:05 Ticket #462 (GridClient needs super-user permissions to write to the event-log) closed by
- fixed
- 19:05 Changeset [1114] by
-
merged quick fix for #462 (GridClient needs super-user permissions to write to the event-log) (r1113) from CEDMA refactoring into the trunk
- 18:32 Changeset [1113] by
-
quick fix for #462 (GridClient needs super-user permissions to write to the event-log) is to disable logging to the event-log. Trace statements are left in the code so that the trace destination can be configured via app.config (log-file).
- 16:55 Ticket #463 (Grid services allow connections from any user (SecurityMode.None)) created by
- 16:50 Ticket #462 (GridClient needs super-user permissions to write to the event-log) created by
- 15:45 Changeset [1112] by
-
Updated ES to automatically calculate LearningRate parameters based on the problem dimension (ticket #84)
- 10:52 Changeset [1111] by
-
merged implementation of #461 (r1110) to CEDMA refactoring branch (see #419)
- 10:39 Ticket #461 (HL.Grid shouldn't depend directly on System.Data.SQLite) closed by
- fixed: implemented with r1110 by removing the direct reference to …
- 10:39 Changeset [1110] by
-
implemented #461 (HL.Grid shouldn't depend directly on System.Data.SQLite) by removing the direct reference to System.Data.SQLite and replacing it with a factory in HL.Grid.Database.
- 09:51 Ticket #461 (HL.Grid shouldn't depend directly on System.Data.SQLite) created by
- The ADO.NET provider should be configurable via app.config file. This …
01/11/09:
- 23:25 Changeset [1109] by
-
worked on presentation layer for CEDMA (brushing) (#419)
- 19:30 Changeset [1108] by
-
worked on CEDMA presentation layer (bubble chart, and collection of results) (#419)
01/09/09:
- 21:34 Ticket #460 (System.Data.SQLite.dll cannot be loaded on the blade servers) created by
- When trying to load System.Data.SQLite.dll on the blade servers, a …
- 21:31 Ticket #459 (Global try/catch to show at least a general error message for all ...) closed by
- fixed: Did a quick fix in r1107 by copying and using the static methods for …
- 21:29 Changeset [1107] by
-
Added a global try/catch block to show a general error message for all unhandled exceptions (#459)
- 21:26 Ticket #459 (Global try/catch to show at least a general error message for all ...) created by
- In order to show at least some error message for all unhandled …
- 18:05 Changeset [1106] by
-
worked on presentation layer for CEDMA. Added a results view that displays data in a simple DataGrid. (#419)
- 13:19 Changeset [1105] by
-
deleted reference to project CEDMA.Operators (#419)
- 13:18 Changeset [1104] by
-
deleted unused plugin/project CEDMA.Operators (#419)
- 12:59 Ticket #458 (HeuristicLab crashes when it tries to load plugins with missing attributes) created by
- PluginInfrastructure throws InvalidPluginException but this class is …
01/08/09:
- 18:26 Changeset [1103] by
-
Changed SendJobResult Interface (#351)
- 17:36 Changeset [1102] by
-
Implemented DB Settings FW (#372)
- 17:30 Changeset [1101] by
-
Implementing Lifecycle Management (#453)
- 17:21 Changeset [1100] by
-
Implemented DB Settings FW (#372)
- 17:17 Changeset [1099] by
-
Implementing Lifecycle Management (#453)
- 17:07 Changeset [1098] by
-
change page on clicking on job/user/client - first general information about this state (#452)
- 17:00 Changeset [1097] by
-
various changes (#457)
- 16:22 Changeset [1096] by
-
Implementing Lifecycle Management (#453)
- 15:50 Changeset [1095] by
-
Another small caching change (#372)
- 15:46 Changeset [1094] by
-
Improved caching (#372)
- 14:52 Changeset [1093] by
-
Added lock to avoid race conditions (#372).
- 14:33 Changeset [1092] by
-
Added a state to jobs and a message to job results in the db. (#372)
- 14:28 Ticket #457 (various changes to the core, concerning shutdown and resume behaviour) created by
- 14:26 Ticket #456 (expand the Messagequeue for shutdown messages) closed by
- fixed
- 10:19 Changeset [1091] by
-
Modified the ES interface in the trunk to provide controls for the more advanced sigmaSA-ES (ticket #84)
01/07/09:
- 17:11 Changeset [1090] by
-
fixed broken build (#372)
- 17:08 Changeset [1089] by
-
panel for details which shows an image and a close button if details should be closed (#452)
- 17:04 Changeset [1088] by
-
Started implementation of Lifecycle Management for CLient Communicator (#453)
- 16:52 Ticket #455 (Hive Client Console shutdown feature) closed by
- fixed: button added in r1087
- 16:52 Changeset [1087] by
-
added shutdown button (#455)
- 16:42 Changeset [1086] by
-
modified interface (#454)
- 16:41 Changeset [1085] by
-
extended messagetypes (#456)
- 16:36 Ticket #456 (expand the Messagequeue for shutdown messages) created by
- 16:35 Changeset [1084] by
-
Added interface for login (#454)
- 16:16 Ticket #455 (Hive Client Console shutdown feature) created by
- added a button in the hive client console to turn the hive client off
- 16:15 Changeset [1083] by
-
added shutdownflag (#401)
- 16:15 Ticket #397 (Hive Client Console Implementation) closed by
- fixed
- 16:11 Changeset [1082] by
-
login is now executed every time the connection is reestablished (#418)
- 16:10 Ticket #418 (Refactoring: Hive.Client.Communication) reopened by
- 16:05 Ticket #454 (Implement a login mechanism for the server console) created by
- The server console should have a possibility to login with a username …
- 16:04 Ticket #453 (Client Communicator Lifecycle Management) created by
- Lifecycle Managemnet for the Client Communicator. Check if online …
- 16:01 Ticket #431 (Implementation of Job Manager) closed by
- fixed
- 16:01 Ticket #427 (Implementation of Client Manager with DB) closed by
- fixed
- 16:01 Ticket #417 (Implementation of UserRole Manager with Database) closed by
- fixed
- 16:00 Ticket #399 (Implementation of ClientCommunicator with Database) closed by
- fixed
- 15:31 Changeset [1081] by
-
login bugfixing for (#401)
- 15:28 Changeset [1080] by
-
added new chart diagram (#397)
- 15:05 Ticket #452 (details in job, client and user) created by
- get a second page on clicking on the job/client/user-item. On this …
- 14:58 Ticket #380 (Logic in ServerConsole) closed by
- fixed: implemented in r1079
- 14:56 Changeset [1079] by
-
Changed picture of Job (#380)
- 13:09 Changeset [1078] by
-
Adding the ES documentation comments from the trunk to the 3.1 branch
- 09:37 Ticket #451 (VariableStrengthNormalManipulator always fetches variables from the scope) closed by
- fixed: fixed the trunk version in r1076 fixed the 3.1 branch in r1077
- 09:36 Changeset [1077] by
-
changed way to fetch variables (fixes ticket #451 in 3.1)
- 09:35 Changeset [1076] by
-
changed way to fetch variables (fixes ticket #451)
- 09:28 Ticket #451 (VariableStrengthNormalManipulator always fetches variables from the scope) created by
- The operator uses scope.GetVariableValue instead of the operator …
- 00:38 Changeset [1075] by
-
worked on presentation layer for CEDMA #419
01/06/09:
- 20:57 Ticket #450 (Too much code in ProgrammableOperator) created by
- When there's too much code in the ProgrammableOperator and the …