Changeset 16141 for branches/2817-BinPackingSpeedup/HeuristicLab.Services.WebApp.Maintenance/3.3/WebApi
- Timestamp:
- 09/14/18 11:47:37 (6 years ago)
- Location:
- branches/2817-BinPackingSpeedup
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2817-BinPackingSpeedup
- Property svn:mergeinfo changed
-
branches/2817-BinPackingSpeedup/HeuristicLab.Services.WebApp.Maintenance
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/branches/2839_HiveProjectManagement/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/Algorithms.GradientDescent/HeuristicLab.Services.WebApp.Maintenance 5516-5520 /branches/Async/HeuristicLab.Services.WebApp.Maintenance 13329-15286 /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 /branches/symbreg-factors-2650/HeuristicLab.Services.WebApp.Maintenance 14232-14825
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
branches/2817-BinPackingSpeedup/HeuristicLab.Services.WebApp.Maintenance/3.3/WebApi/SpaceUsageController.cs
r16140 r16141 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.