Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/19/13 08:46:01 (11 years ago)
Author:
fschoepp
Message:

#1888:

  • Experiments will be saved as JSON elements within the blob store.
  • Added simple model and JSON converters.
  • Backend stores and runs experiments.
  • Updated interfaces to save/read experiments.
  • Added a binding to automatically map incoming JSON ajax requests to experiment models.
  • Added the javascript DatatypeMapper to map parameter inputs to the right html elements and vice versa.
  • Added smartwizard to generate Wizards for creating new experiments (New.cshtml).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS/HeuristicLab.Services.Hive.WebRole/AzureLocalStorageTraceListener.cs

    r8235 r9227  
    66
    77namespace HeuristicLab.Services.Hive.WebRole {
    8   public class AzureLocalStorageTraceListener : XmlWriterTraceListener {
     8  /*public class AzureLocalStorageTraceListener : XmlWriterTraceListener {
    99    public AzureLocalStorageTraceListener()
    1010      : base(Path.Combine(AzureLocalStorageTraceListener.GetLogDirectory().Path, "HeuristicLab.Services.Hive.WebRole.svclog")) {
     
    1818      return directory;
    1919    }
    20   }
     20  }*/
    2121}
Note: See TracChangeset for help on using the changeset viewer.