Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/03/15 16:35:17 (9 years ago)
Author:
dglaser
Message:

#2388: Changed all files to connect to localhost / sqlexpress

HeuristicLab.Services.Hive-3.3:

  • Added Converter.cs and NewHiveService.cs, both will be integrated into existing HiveService.cs and Convert.cs when all methods are successfully implemented

HeuristicLab.Services.Hive.Web.Hive-3.3:

  • Added publish profiles

HeuristicLab.Services.WebApp.Statistics-3.3:

  • Added functionality to download TaskData as .hl file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/ClientController.cs

    r12562 r12584  
    2727using HeuristicLab.Services.Hive.DataAccess;
    2828using HeuristicLab.Services.Hive.DataAccess.Interfaces;
    29 using HeuristicLab.Services.WebApp.Status.WebApi;
    3029using DT = HeuristicLab.Services.WebApp.Statistics.WebApi.DataTransfer;
    3130
     
    106105                                Name = x.DimJob.UserName
    107106                              })
    108                               .Distinct().ToList()
     107                              .Distinct()
     108                              .ToList()
    109109                  })
    110110                  .FirstOrDefault();
Note: See TracChangeset for help on using the changeset viewer.