# # ChangeLog for branches/OaaS/HeuristicLab.Services.Hive.WebRole # # Generated by Trac 1.0.12 # 11/15/24 01:07:09 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 ... Mon, 20 Aug 2012 11:00:30 GMT fschoepp [8506] * branches/OaaS/HeuristicLab 3.3 Services.sln (modified) * branches/OaaS/HeuristicLab.Clients.Hive/3.3/HiveServiceLocator.cs (modified) * branches/OaaS/HeuristicLab.Clients.Hive/3.3/IHiveServiceLocator.cs (modified) * branches/OaaS/HeuristicLab.Persistence/3.3/Core/ConfigurationService.cs (modified) * branches/OaaS/HeuristicLab.PluginInfrastructure/3.3/ApplicationManager.cs (modified) * branches/OaaS/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj (modified) * branches/OaaS/HeuristicLab.PluginInfrastructure/3.3/WebApplicationManager.cs (added) * branches/OaaS/HeuristicLab.Services.Hive.WebRole/HeuristicLab.Services.Hive.WebRole.csproj (modified) * branches/OaaS/HeuristicLab.Services.Hive/3.3/HiveService.cs (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Controller/HeuristicLab.Services.Optimization.ControllerService.csproj (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Controller/HiveScenarioManager.cs (added) * branches/OaaS/HeuristicLab.Services.Optimization.Controller/Interfaces/IControllerService.cs (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Controller/Interfaces/IScenarioManager.cs (added) * branches/OaaS/HeuristicLab.Services.Optimization.Controller/Model/ControllerModel.cs (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Controller/PlaceholderControllerService.cs (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Controllers/OptimizationController.cs (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Global.asax.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/AlgorithmParameters.cshtml (added) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Optimization/Index.cshtml (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Optimization/ProblemParameters.cshtml (modified) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Optimization/ScheduleJob.cshtml (added) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Shared/DisplayTemplates (added) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Shared/DisplayTemplates/AlgorithmParameters.cshtml (added) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Shared/DisplayTemplates/BoolValue.cshtml (added) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Shared/DisplayTemplates/DecimalMatrix.cshtml (added) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Shared/DisplayTemplates/DecimalValue.cshtml (added) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Shared/DisplayTemplates/DecimalVector.cshtml (added) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Shared/DisplayTemplates/InputParameters.cshtml (added) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Shared/DisplayTemplates/TypeValue.cshtml (added) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Shared/EditorTemplates (added) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Shared/EditorTemplates/AlgorithmParameters.cshtml (added) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Shared/EditorTemplates/BoolValue.cshtml (added) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Shared/EditorTemplates/DecimalMatrix.cshtml (added) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Shared/EditorTemplates/DecimalValue.cshtml (added) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Shared/EditorTemplates/DecimalVector.cshtml (added) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Shared/EditorTemplates/InputParameters.cshtml (added) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Shared/EditorTemplates/TypeValue.cshtml (added) * branches/OaaS/HeuristicLab.Services.Optimization.Web/Web.config (modified) #1888: * Web project now creates custom html for each type we want ... Wed, 25 Jul 2012 12:12:47 GMT fschoepp [8326] * branches/OaaS/HeuristicLab.Services.Hive.DataAccess/3.3/Settings.Designer.cs (modified) * branches/OaaS/HeuristicLab.Services.Hive.DataAccess/3.3/Settings.settings (modified) * branches/OaaS/HeuristicLab.Services.Hive.DataAccess/3.3/TransactionManager.cs (modified) * branches/OaaS/HeuristicLab.Services.Hive.DataAccess/3.3/app.config (modified) * branches/OaaS/HeuristicLab.Services.Hive.WebRole/Web.config (modified) * branches/OaaS/HeuristicLab.Services.Hive/3.3/ConnectionProvider.cs (added) * branches/OaaS/HeuristicLab.Services.Hive/3.3/HeuristicLab.Services.Hive-3.3.csproj (modified) * branches/OaaS/HeuristicLab.Services.Hive/3.3/HiveDao.cs (modified) * branches/OaaS/HeuristicLab.Services.Hive/3.3/HiveService.cs (modified) * branches/OaaS/HeuristicLab.Services.Hive/3.3/Interfaces/IConnectionProvider.cs (added) * branches/OaaS/HeuristicLab.Services.Hive/3.3/ServiceLocator.cs (modified) #1888: * Added IConnectionProvider interface + implementation based ... Mon, 09 Jul 2012 15:06:08 GMT spimming [8266] * branches/OaaS/HeuristicLab.Services.Hive.DataAccess/3.3/HeuristicLab.Services.Hive.DataAccess-3.3.csproj (modified) * branches/OaaS/HeuristicLab.Services.Hive.DataAccess/3.3/Settings.Designer.cs (modified) * branches/OaaS/HeuristicLab.Services.Hive.DataAccess/3.3/Settings.cs (added) * branches/OaaS/HeuristicLab.Services.Hive.DataAccess/3.3/Settings.settings (modified) * branches/OaaS/HeuristicLab.Services.Hive.WebRole/Status.aspx.cs (modified) * branches/OaaS/HeuristicLab.Services.Hive/3.3/HiveJanitor.cs (modified) * branches/OaaS/HeuristicLab.Services.Hive/3.3/HiveService.cs (modified) * branches/OaaS/HeuristicLab.Services.Hive/3.3/Manager/EventManager.cs (modified) #1888: * disabled some transactions since dtc is not supported in ... 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 13:27:10 GMT spimming [8235] * branches/OaaS/HeuristicLab 3.3 Services.sln (modified) * branches/OaaS/HeuristicLab.Services.Hive.WebRole (added) * branches/OaaS/HeuristicLab.Services.Hive.WebRole/App_Data (added) * branches/OaaS/HeuristicLab.Services.Hive.WebRole/AzureLocalStorageTraceListener.cs (added) * branches/OaaS/HeuristicLab.Services.Hive.WebRole/HeuristicLab.Services.Hive.WebRole.csproj (added) * branches/OaaS/HeuristicLab.Services.Hive.WebRole/HeuristicLab.ico (added) * branches/OaaS/HeuristicLab.Services.Hive.WebRole/HiveService.svc (added) * branches/OaaS/HeuristicLab.Services.Hive.WebRole/Properties (added) * branches/OaaS/HeuristicLab.Services.Hive.WebRole/Properties/AssemblyInfo.cs.frame (added) * branches/OaaS/HeuristicLab.Services.Hive.WebRole/Status.aspx.cs (added) * branches/OaaS/HeuristicLab.Services.Hive.WebRole/Status.aspx.designer.cs (added) * branches/OaaS/HeuristicLab.Services.Hive.WebRole/TempImageFiles (added) * branches/OaaS/HeuristicLab.Services.Hive.WebRole/TempImageFiles/dummy.txt (added) * branches/OaaS/HeuristicLab.Services.Hive.WebRole/Web.Debug.config (added) * branches/OaaS/HeuristicLab.Services.Hive.WebRole/Web.Release.config (added) * branches/OaaS/HeuristicLab.Services.Hive.WebRole/Web.config (added) * branches/OaaS/HeuristicLab.Services.Hive.WebRole/WebRole.cs (added) * branches/OaaS/HeuristicLab.Services.Hive.WebRole/packages.config (added) * branches/OaaS/HeuristicLab.Services.Optimization (added) * branches/OaaS/HeuristicLab.Services.Optimization/HeuristicLab.Services.Optimization.ccproj (added) * branches/OaaS/HeuristicLab.Services.Optimization/ServiceConfiguration.Cloud.cscfg (added) * branches/OaaS/HeuristicLab.Services.Optimization/ServiceConfiguration.Local.cscfg (added) * branches/OaaS/HeuristicLab.Services.Optimization/ServiceDefinition.build.csdef (added) * branches/OaaS/HeuristicLab.Services.Optimization/ServiceDefinition.csdef (added) #1888: hive server web role initial commit