Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/16/15 15:09:12 (9 years ago)
Author:
dglaser
Message:

#2388:

HeuristicLab.Services.Hive.DataAccess-3.3:

  • Removed old statistics tables
  • Updated SQL Scripts

HeuristicLab.Services.WebApp-3.3:
HeuristicLab.Services.WebApp.Status-3.3:
HeuristicLab.Services.WebApp.Statistics-3.3:

  • Minor changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/NewHiveService.cs

    r12691 r12768  
    10071007    #endregion
    10081008
    1009     #region Statistics Methods
    1010     public IEnumerable<Statistics> GetStatistics() {
    1011       // unused
    1012       throw new NotImplementedException();
    1013     }
    1014 
    1015     public IEnumerable<Statistics> GetStatisticsForTimePeriod(DateTime @from, DateTime to) {
    1016       // unused
    1017       throw new NotImplementedException();
    1018     }
    1019     #endregion
    1020 
    10211009    #region Private Helper Methods
    10221010    private void UpdateTaskState(IPersistenceManager pm, DA.Task task, DT.TaskState taskState, Guid? slaveId, Guid? userId, string exception) {
Note: See TracChangeset for help on using the changeset viewer.