- Timestamp:
- 03/28/19 16:54:20 (6 years ago)
- Location:
- branches/2521_ProblemRefactoring
- Files:
-
- 1 deleted
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring
- Property svn:mergeinfo changed
-
branches/2521_ProblemRefactoring/HeuristicLab.Services.WebApp.Maintenance
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/branches/2520_PersistenceReintegration/HeuristicLab.Services.WebApp.Maintenance merged eligible /branches/2839_HiveProjectManagement/HeuristicLab.Services.WebApp.Maintenance merged eligible /branches/2947_ConfigurableIndexedDataTable/HeuristicLab.Services.WebApp.Maintenance merged eligible /branches/2965_CancelablePersistence/HeuristicLab.Services.WebApp.Maintenance merged eligible /stable/HeuristicLab.Services.WebApp.Maintenance merged eligible /trunk/HeuristicLab.Services.WebApp.Maintenance merged eligible /branches/1721-RandomForestPersistence/HeuristicLab.Services.WebApp.Maintenance 10321-10322 /branches/2892_LR-prediction-intervals/HeuristicLab.Services.WebApp.Maintenance 15743-16388 /branches/2915-AbsoluteSymbol/HeuristicLab.Services.WebApp.Maintenance 15943-16355 /branches/Algorithms.GradientDescent/HeuristicLab.Services.WebApp.Maintenance 5516-5520 /branches/Benchmarking/sources/HeuristicLab.Services.WebApp.Maintenance 6917-7005 /branches/CloningRefactoring/HeuristicLab.Services.WebApp.Maintenance 4656-4721 /branches/CodeEditor/HeuristicLab.Services.WebApp.Maintenance 11700-11806 /branches/DataAnalysis Refactoring/HeuristicLab.Services.WebApp.Maintenance 5471-5808 /branches/DataAnalysis SolutionEnsembles/HeuristicLab.Services.WebApp.Maintenance 5815-6180 /branches/DataAnalysis/HeuristicLab.Services.WebApp.Maintenance 4458-4459,4462,4464 /branches/DataPreprocessing/HeuristicLab.Services.WebApp.Maintenance 10085-11101 /branches/GP.Grammar.Editor/HeuristicLab.Services.WebApp.Maintenance 6284-6795 /branches/GP.Symbols (TimeLag, Diff, Integral)/HeuristicLab.Services.WebApp.Maintenance 5060 /branches/HLScript/HeuristicLab.Services.WebApp.Maintenance 10331-10358 /branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Services.WebApp.Maintenance 11570-12508 /branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Services.WebApp.Maintenance 6123-9799 /branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Services.WebApp.Maintenance 11130-12721 /branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Maintenance 12440-12877 /branches/LogResidualEvaluator/HeuristicLab.Services.WebApp.Maintenance 10202-10483 /branches/NET40/sources/HeuristicLab.Services.WebApp.Maintenance 5138-5162 /branches/NSGA-II Changes/HeuristicLab.Services.WebApp.Maintenance 12033-12122 /branches/ParallelEngine/HeuristicLab.Services.WebApp.Maintenance 5175-5192 /branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Services.WebApp.Maintenance 7568-7810 /branches/QAPAlgorithms/HeuristicLab.Services.WebApp.Maintenance 6350-6627 /branches/Restructure trunk solution/HeuristicLab.Services.WebApp.Maintenance 6828 /branches/RuntimeOptimizer/HeuristicLab.Services.WebApp.Maintenance 8943-9078 /branches/ScatterSearch (trunk integration)/HeuristicLab.Services.WebApp.Maintenance 7787-8333 /branches/SlaveShutdown/HeuristicLab.Services.WebApp.Maintenance 8944-8956 /branches/SpectralKernelForGaussianProcesses/HeuristicLab.Services.WebApp.Maintenance 10204-10479 /branches/SuccessProgressAnalysis/HeuristicLab.Services.WebApp.Maintenance 5370-5682 /branches/Trunk/HeuristicLab.Services.WebApp.Maintenance 6829-6865 /branches/UnloadJobs/HeuristicLab.Services.WebApp.Maintenance 9168-9215 /branches/VNS/HeuristicLab.Services.WebApp.Maintenance 5594-5752 /branches/crossvalidation-2434/HeuristicLab.Services.WebApp.Maintenance 12948-12950 /branches/histogram/HeuristicLab.Services.WebApp.Maintenance 5959-6341
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
branches/2521_ProblemRefactoring/HeuristicLab.Services.WebApp.Maintenance/3.3/HeuristicLab.Services.WebApp.Maintenance-3.3.csproj
r12879 r16723 10 10 <RootNamespace>HeuristicLab.Services.WebApp.Maintenance</RootNamespace> 11 11 <AssemblyName>HeuristicLab.Services.WebApp.Maintenance-3.3</AssemblyName> 12 <TargetFrameworkVersion>v4. 5</TargetFrameworkVersion>12 <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> 13 13 <FileAlignment>512</FileAlignment> 14 14 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> … … 74 74 </PropertyGroup> 75 75 <ItemGroup> 76 <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">77 <SpecificVersion>False</SpecificVersion>78 <HintPath>..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>79 <Private>False</Private>80 </Reference>81 76 <Reference Include="System"> 82 77 <Private>False</Private> … … 86 81 </Reference> 87 82 <Reference Include="System.Net.Http"> 88 <Private>False</Private>89 </Reference>90 <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">91 <SpecificVersion>False</SpecificVersion>92 <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>93 <Private>False</Private>94 </Reference>95 <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">96 <SpecificVersion>False</SpecificVersion>97 <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>98 <Private>False</Private>99 </Reference>100 <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">101 <SpecificVersion>False</SpecificVersion>102 <HintPath>..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>103 83 <Private>False</Private> 104 84 </Reference> … … 144 124 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 145 125 </Content> 146 <None Include="packages.config" />147 126 <Content Include="Web.config"> 148 127 <CopyToOutputDirectory>Always</CopyToOutputDirectory> … … 182 161 </Content> 183 162 </ItemGroup> 184 <ItemGroup /> 163 <ItemGroup> 164 <PackageReference Include="Microsoft.AspNet.WebApi"> 165 <Version>5.2.3</Version> 166 </PackageReference> 167 <PackageReference Include="Newtonsoft.Json"> 168 <Version>7.0.1</Version> 169 </PackageReference> 170 </ItemGroup> 185 171 <ItemGroup> 186 172 <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj"> -
branches/2521_ProblemRefactoring/HeuristicLab.Services.WebApp.Maintenance/3.3/Properties/AssemblyInfo.cs.frame
r16692 r16723 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2521_ProblemRefactoring/HeuristicLab.Services.WebApp.Maintenance/3.3/WebApi/DataTransfer/FactClientInfo.cs
r16692 r16723 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2521_ProblemRefactoring/HeuristicLab.Services.WebApp.Maintenance/3.3/WebApi/DataTransfer/Job.cs
r16692 r16723 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2521_ProblemRefactoring/HeuristicLab.Services.WebApp.Maintenance/3.3/WebApi/DataTransfer/JobPage.cs
r16692 r16723 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2521_ProblemRefactoring/HeuristicLab.Services.WebApp.Maintenance/3.3/WebApi/DataTransfer/Plugin.cs
r16692 r16723 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2521_ProblemRefactoring/HeuristicLab.Services.WebApp.Maintenance/3.3/WebApi/DataTransfer/PluginPage.cs
r16692 r16723 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2521_ProblemRefactoring/HeuristicLab.Services.WebApp.Maintenance/3.3/WebApi/DataTransfer/TableInformation.cs
r16692 r16723 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2521_ProblemRefactoring/HeuristicLab.Services.WebApp.Maintenance/3.3/WebApi/FactClientInfoController.cs
r16692 r16723 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2521_ProblemRefactoring/HeuristicLab.Services.WebApp.Maintenance/3.3/WebApi/FactTaskController.cs
r16692 r16723 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2521_ProblemRefactoring/HeuristicLab.Services.WebApp.Maintenance/3.3/WebApi/PluginController.cs
r16692 r16723 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2521_ProblemRefactoring/HeuristicLab.Services.WebApp.Maintenance/3.3/WebApi/SpaceUsageController.cs
r16692 r16723 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 36 36 public IEnumerable<TableInformation> GetHiveTableInformation() { 37 37 var tables = new List<string> { 38 "AssignedResources", 38 "AssignedJobResource", 39 "AssignedProjectResource", 39 40 "Downtime", 40 41 "Job", … … 43 44 "Plugin", 44 45 "PluginData", 46 "Project", 47 "ProjectPermission", 45 48 "RequiredPlugins", 46 49 "Resource", 47 "ResourcePermission",48 50 "StateLog", 49 51 "Task", … … 65 67 "statistics.DimClient", 66 68 "statistics.DimJob", 69 "statistics.DimProject", 67 70 "statistics.DimTime", 68 71 "statistics.DimUser", 69 72 "statistics.FactClientInfo", 73 "statistics.FactProjectInfo", 70 74 "statistics.FactTask" 71 75 };
Note: See TracChangeset
for help on using the changeset viewer.