# # ChangeLog for branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient # # Generated by Trac 1.0.12 # 06/01/24 21:40:28 Wed, 29 May 2013 06:16:09 GMT fschoepp [9549] * branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient/3.3/WorkerRole.cs (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Binders/AlgorithmJsonAttribute.cs (deleted) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Controllers/ChartController.cs (deleted) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Controllers/HomeController.cs (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Controllers/OptimizationController.cs (deleted) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Controllers/StatusController.cs (deleted) * branches/OaaS/HeuristicLab.Services.Optimization.Web/HeuristicLab.Services.Optimization.Web.csproj (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Chart (deleted) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Optimization (deleted) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Status (deleted) #1888: * Removed unnecessary files from web project. * Cleaned up slave. Wed, 22 May 2013 13:29:15 GMT fschoepp [9508] * branches/OaaS/HeuristicLab 3.3 Services.sln (modified) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.Azure/ServiceConfiguration.Cloud.cscfg (modified) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.Azure/ServiceConfiguration.Local.cscfg (modified) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.Azure/ServiceDefinition.build.csdef (modified) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.Azure/ServiceDefinition.csdef (modified) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient/3.3/HeuristicLab.Clients.Hive.Slave.AzureClient-3.3.csproj (modified) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient/3.3/HiveHelper.cs (added) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient/3.3/WorkerRole.cs (modified) * branches/OaaS/HeuristicLab.Clients.Hive/3.3/ConcurrentTaskDownloader.cs (modified) * branches/OaaS/HeuristicLab.Clients.Hive/3.3/HiveClient.cs (modified) * branches/OaaS/HeuristicLab.Clients.Hive/3.3/TaskDownloader.cs (modified) * branches/OaaS/HeuristicLab.Services.Hive.Scaler (added) * branches/OaaS/HeuristicLab.Services.Hive.Scaler/AutoscalingRules.xsd (added) * branches/OaaS/HeuristicLab.Services.Hive.Scaler/AutoscalingServiceModel.xsd (added) * branches/OaaS/HeuristicLab.Services.Hive.Scaler/HeuristicLab.Services.Optimization.Scaler.csproj (added) * branches/OaaS/HeuristicLab.Services.Hive.Scaler/Hive (added) * branches/OaaS/HeuristicLab.Services.Hive.Scaler/Hive/HiveHelper.cs (added) * branches/OaaS/HeuristicLab.Services.Hive.Scaler/PerformanceCounter.cs (added) * branches/OaaS/HeuristicLab.Services.Hive.Scaler/WorkerRole.cs (added) * branches/OaaS/HeuristicLab.Services.Hive.Scaler/app.config (added) * branches/OaaS/HeuristicLab.Services.Hive.Scaler/packages.config (added) * branches/OaaS/HeuristicLab.Services.Hive.Scaler/rulesstore.xml (added) * branches/OaaS/HeuristicLab.Services.Hive.Scaler/serviceinformationstore.xml (added) * branches/OaaS/HeuristicLab.Services.Optimization.Controller/Azure/DAL.cs (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Controller/HL/HLMapper.cs (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Controller/HL/HiveScenarioManager.cs (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Controller/HeuristicLab.Services.Optimization.ControllerService.csproj (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Controller/Interfaces/IControllerService.cs (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Controller/Logging (added) * branches/OaaS/HeuristicLab.Services.Optimization.Controller/Logging/TableStorageTraceListener.cs (added) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Binders/ExperimentJsonAttribute.cs (added) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Content/experiment.controller.js (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Content/experiment.view.js (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Content/job.controller.js (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Web/HeuristicLab.Services.Optimization.Web.csproj (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Shared/_Layout.cshtml (modified) * branches/OaaS/HeuristicLab.Services.Optimization/HeuristicLab.Services.Optimization.ccproj (modified) * branches/OaaS/HeuristicLab.Services.Optimization/ServiceConfiguration.Cloud.cscfg (modified) * branches/OaaS/HeuristicLab.Services.Optimization/ServiceConfiguration.Local.cscfg (modified) * branches/OaaS/HeuristicLab.Services.Optimization/ServiceDefinition.build.csdef (modified) * branches/OaaS/HeuristicLab.Services.Optimization/ServiceDefinition.csdef (modified) * branches/OaaS/packages/repositories.config (modified) #1888: HL: * Web projects requires different users to interact with ... Wed, 17 Apr 2013 14:34:30 GMT fschoepp [9375] * branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient/3.3/WorkerRole.cs (modified) #1888: * Getting connection information from configuration file Wed, 17 Apr 2013 08:49:49 GMT fschoepp [9365] * branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient/3.3/WorkerRole.cs (modified) * branches/OaaS/HeuristicLab.Clients.Hive.Slave/3.3/Manager/PluginManager.cs (modified) * branches/OaaS/HeuristicLab.Services.Hive/3.3/HiveDao.cs (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Controller/HL/HiveScenarioManager.cs (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Web/HeuristicLab.Services.Optimization.Web.csproj (modified) #1888: * WorkerRole of Slave now logs all exceptions during startup ... Thu, 30 Aug 2012 14:09:34 GMT fschoepp [8545] * branches/OaaS/HeuristicLab 3.3 Services.sln (modified) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.Azure (modified) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient/3.3 (modified) * branches/OaaS/HeuristicLab.Services.Hive.WebRole (modified) * branches/OaaS/HeuristicLab.Services.Optimization (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Controller (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Controller/HeuristicLab.Services.Optimization.ControllerService.csproj (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Controller/HiveScenarioManager.cs (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Controller/Interfaces/IControllerService.cs (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Controller/Interfaces/IScenarioManager.cs (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Controller/Model/ControllerModel.cs (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Controller/PlaceholderControllerService.cs (modified) * branches/OaaS/HeuristicLab.Services.Optimization.ControllerService.Tests (added) * branches/OaaS/HeuristicLab.Services.Optimization.ControllerService.Tests/HeuristicLab.Services.Optimization.ControllerService.Tests.csproj (added) * branches/OaaS/HeuristicLab.Services.Optimization.ControllerService.Tests/Program.cs (added) * branches/OaaS/HeuristicLab.Services.Optimization.ControllerService.Tests/app.config (added) * branches/OaaS/HeuristicLab.Services.Optimization.Web (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Controllers/OptimizationController.cs (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Web/HeuristicLab.Services.Optimization.Web.csproj (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Models/OptimizationModels.cs (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Optimization/Index.cshtml (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Optimization/JobDetails.cshtml (added) #1888: * Controller is now capable of gathering Hive Jobs * Hive ... Fri, 06 Jul 2012 11:31:40 GMT spimming [8251] * branches/OaaS/HeuristicLab 3.3 Hive.Slave.sln (modified) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.Azure/ServiceConfiguration.Cloud.cscfg (modified) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.Azure/ServiceConfiguration.Local.cscfg (modified) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.Azure/ServiceDefinition.build.csdef (modified) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.Azure/ServiceDefinition.csdef (modified) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient/3.3/WorkerRole.cs (modified) * branches/OaaS/HeuristicLab.Clients.Hive.Slave/3.3/Core.cs (modified) * branches/OaaS/HeuristicLab.Clients.Hive/3.3/HiveServiceLocator.cs (modified) * branches/OaaS/HeuristicLab.Clients.Hive/3.3/IHiveServiceLocator.cs (modified) #1888: * Change hive server from service configuration file * ... Thu, 05 Jul 2012 16:06:54 GMT spimming [8244] * branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient/3.3/HeuristicLab.snk (added) * branches/OaaS/HeuristicLab.Services.Hive.WebRole/HeuristicLab.snk (added) * branches/OaaS/HeuristicLab.Services.Hive.WebRole/Status.aspx (added) #1888: * added signing certificates * added status pages Thu, 05 Jul 2012 15:46:29 GMT spimming [8243] * branches/OaaS (modified) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient/3.3/HeuristicLab.Clients.Hive.Slave.AzureClient-3.3.csproj (modified) #1888: added pre-build event to project properties Thu, 05 Jul 2012 15:39:12 GMT spimming [8242] * branches/OaaS/HeuristicLab 3.3 Hive.Slave.sln (modified) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.Azure (added) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.Azure/HeuristicLab.Clients.Hive.Slave.Azure.ccproj (added) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.Azure/ServiceConfiguration.Cloud.cscfg (added) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.Azure/ServiceConfiguration.Local.cscfg (added) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.Azure/ServiceDefinition.build.csdef (added) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.Azure/ServiceDefinition.csdef (added) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient (added) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient/3.3 (added) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient/3.3/Constants.cs (added) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient/3.3/HeuristicLab.Clients.Hive.Slave.AzureClient-3.3.csproj (added) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient/3.3/Properties (added) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient/3.3/Properties/AssemblyInfo.cs.frame (added) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient/3.3/WorkerRole.cs (added) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient/3.3/app.config (added) * branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient/3.3/packages.config (added) * branches/OaaS/HeuristicLab.Clients.Hive.Slave/3.3/Core.cs (modified) * branches/OaaS/HeuristicLab.Clients.Hive.Slave/3.3/HeuristicLab.Clients.Hive.Slave-3.3.csproj (modified) * branches/OaaS/HeuristicLab.Clients.Hive.Slave/3.3/IClientCom.cs (added) * branches/OaaS/HeuristicLab.Clients.Hive.Slave/3.3/PipeCom.cs (added) * branches/OaaS/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.Designer.cs (modified) * branches/OaaS/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.settings (modified) * branches/OaaS/HeuristicLab.Clients.Hive.Slave/3.3/SlaveClientCom.cs (modified) * branches/OaaS/HeuristicLab.Clients.Hive.Slave/3.3/TraceCom.cs (added) * branches/OaaS/HeuristicLab.Clients.Hive.Slave/3.3/app.config (modified) #1888: * slave worker role initial commit * start client ...