Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/11/13 10:15:52 (11 years ago)
Author:
fschoepp
Message:

#1888:

  • Janitor is now working as expected in Windows Azure
  • Added basic support for experiments (draggable experiments)
  • Added methods to save/read experiments from TableStorage
  • The job status can now be retrieved by using the GetTasks/GetTaskData methods
  • Added a class to convert JSON-objects to Algorithm instances
  • Web page: Added experiment button to navigation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS/HeuristicLab.Services.Optimization.Web/HeuristicLab.Services.Optimization.Web.csproj

    r9166 r9215  
    9797  </ItemGroup>
    9898  <ItemGroup>
     99    <Content Include="Content\dynatree\dist\jquery.dynatree.min.js" />
     100    <Content Include="Content\dynatree\src\skin\icons-rtl.gif" />
     101    <Content Include="Content\dynatree\src\skin\icons.gif" />
     102    <Content Include="Content\dynatree\src\skin\loading.gif" />
     103    <Content Include="Content\dynatree\src\skin\ui.dynatree.css" />
     104    <Content Include="Content\dynatree\src\skin\vline-rtl.gif" />
     105    <Content Include="Content\dynatree\src\skin\vline.gif" />
     106    <Content Include="Content\ExperimentSupport.js" />
    99107    <Compile Include="Controllers\AccountController.cs" />
    100108    <Compile Include="Controllers\AdminController.cs" />
    101109    <Compile Include="Controllers\ChartController.cs" />
     110    <Compile Include="Controllers\ExperimentController.cs" />
    102111    <Compile Include="Controllers\HomeController.cs" />
    103112    <Compile Include="Controllers\OptimizationController.cs" />
     113    <Compile Include="Controllers\StatusController.cs" />
    104114    <Compile Include="Global.asax.cs">
    105115      <DependentUpon>Global.asax</DependentUpon>
    106116    </Compile>
     117    <Compile Include="Helpers\ControllerService.cs" />
    107118    <Compile Include="Mockup\MockupMembershipProvider.cs" />
    108119    <Compile Include="Models\AccountModels.cs" />
    109120    <Compile Include="Models\AdminModels.cs" />
    110121    <Compile Include="Models\ChartModels.cs" />
     122    <Compile Include="Models\ExperimentModel.cs" />
    111123    <Compile Include="Models\OptimizationModels.cs" />
     124    <Compile Include="Models\StatusModel.cs" />
    112125    <Compile Include="Properties\AssemblyInfo.cs" />
    113126    <Compile Include="WebRole.cs" />
     
    131144    <Content Include="Content\datatable\images\sort_desc.png" />
    132145    <Content Include="Content\datatable\images\sort_desc_disabled.png" />
     146    <Content Include="Content\hl\images\ajax-loader.gif" />
    133147    <Content Include="Content\jqplot\src\changes.txt" />
    134148    <Content Include="Content\jqplot\src\excanvas.js" />
     
    273287    <Content Include="Scripts\modernizr-1.7.js" />
    274288    <Content Include="Scripts\modernizr-1.7.min.js" />
     289    <Content Include="Views\Account\ChangePassword.cshtml" />
     290    <Content Include="Views\Account\ChangePasswordSuccess.cshtml" />
     291    <Content Include="Views\Account\LogOn.cshtml" />
     292    <Content Include="Views\Account\Register.cshtml" />
     293    <Content Include="Views\Admin\Index.cshtml" />
     294    <Content Include="Views\Chart\GenerateChart.cshtml" />
     295    <Content Include="Views\Experiment\Edit.cshtml" />
     296    <Content Include="Views\Experiment\Index.cshtml" />
     297    <Content Include="Views\Home\About.cshtml" />
     298    <Content Include="Views\Home\Index.cshtml" />
     299    <Content Include="Views\Optimization\AlgorithmParameters.cshtml" />
     300    <Content Include="Views\Optimization\Copy of JobDetails.cshtml" />
     301    <Content Include="Views\Optimization\Index.cshtml">
     302      <SubType>Code</SubType>
     303    </Content>
     304    <Content Include="Views\Optimization\JobDetails.cshtml" />
     305    <Content Include="Views\Optimization\ProblemParameters.cshtml" />
     306    <Content Include="Views\Optimization\ScheduleJob.cshtml" />
     307    <Content Include="Views\Shared\DisplayTemplates\AlgorithmParameters.cshtml" />
     308    <Content Include="Views\Shared\DisplayTemplates\BoolValue.cshtml" />
     309    <Content Include="Views\Shared\DisplayTemplates\DecimalMatrix.cshtml" />
     310    <Content Include="Views\Shared\DisplayTemplates\DecimalValue.cshtml" />
     311    <Content Include="Views\Shared\DisplayTemplates\DecimalVector.cshtml" />
     312    <Content Include="Views\Shared\DisplayTemplates\ProblemParameters.cshtml" />
     313    <Content Include="Views\Shared\DisplayTemplates\StringValue.cshtml" />
     314    <Content Include="Views\Shared\DisplayTemplates\TypeValue.cshtml" />
     315    <Content Include="Views\Shared\EditorTemplates\AlgorithmParameters.cshtml" />
     316    <Content Include="Views\Shared\EditorTemplates\BoolValue.cshtml" />
     317    <Content Include="Views\Shared\EditorTemplates\DecimalMatrix.cshtml" />
     318    <Content Include="Views\Shared\EditorTemplates\DecimalValue.cshtml" />
     319    <Content Include="Views\Shared\EditorTemplates\DecimalVector.cshtml" />
     320    <Content Include="Views\Shared\EditorTemplates\ProblemParameters.cshtml" />
     321    <Content Include="Views\Shared\EditorTemplates\TypeValue.cshtml" />
     322    <Content Include="Views\Shared\Error.cshtml" />
     323    <Content Include="Views\Shared\_Layout.cshtml" />
     324    <Content Include="Views\Shared\_LogOnPartial.cshtml" />
     325    <Content Include="Views\Web.config" />
     326    <Content Include="Views\_ViewStart.cshtml" />
    275327    <Content Include="Web.config">
    276328      <SubType>Designer</SubType>
     
    293345    <Content Include="Scripts\MicrosoftMvcValidation.js" />
    294346    <Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
    295     <Content Include="Views\_ViewStart.cshtml" />
    296     <Content Include="Views\Account\ChangePassword.cshtml" />
    297     <Content Include="Views\Account\ChangePasswordSuccess.cshtml" />
    298     <Content Include="Views\Account\LogOn.cshtml" />
    299     <Content Include="Views\Account\Register.cshtml" />
    300     <Content Include="Views\Home\About.cshtml" />
    301     <Content Include="Views\Home\Index.cshtml" />
    302     <Content Include="Views\Shared\Error.cshtml" />
    303     <Content Include="Views\Shared\_LogOnPartial.cshtml" />
    304     <Content Include="Views\Shared\_Layout.cshtml" />
    305     <Content Include="Views\Web.config" />
    306347  </ItemGroup>
    307348  <ItemGroup>
     
    310351  <ItemGroup>
    311352    <Content Include="packages.config" />
    312   </ItemGroup>
    313   <ItemGroup>
    314     <Content Include="Views\Optimization\Index.cshtml" />
    315353  </ItemGroup>
    316354  <ItemGroup>
     
    321359  </ItemGroup>
    322360  <ItemGroup>
    323     <Content Include="Views\Optimization\ProblemParameters.cshtml" />
    324   </ItemGroup>
    325   <ItemGroup>
    326     <Content Include="Views\Optimization\AlgorithmParameters.cshtml" />
    327   </ItemGroup>
    328   <ItemGroup>
    329     <Content Include="Views\Optimization\ScheduleJob.cshtml" />
    330   </ItemGroup>
    331   <ItemGroup>
    332     <Content Include="Views\Shared\EditorTemplates\ProblemParameters.cshtml" />
    333   </ItemGroup>
    334   <ItemGroup>
    335     <Content Include="Views\Shared\EditorTemplates\DecimalValue.cshtml" />
    336   </ItemGroup>
    337   <ItemGroup>
    338     <Content Include="Views\Shared\EditorTemplates\BoolValue.cshtml" />
    339   </ItemGroup>
    340   <ItemGroup>
    341     <Content Include="Views\Shared\EditorTemplates\TypeValue.cshtml" />
    342   </ItemGroup>
    343   <ItemGroup>
    344     <Content Include="Views\Shared\EditorTemplates\DecimalMatrix.cshtml" />
    345   </ItemGroup>
    346   <ItemGroup>
    347     <Content Include="Views\Shared\EditorTemplates\DecimalVector.cshtml" />
    348   </ItemGroup>
    349   <ItemGroup>
    350     <Content Include="Views\Shared\EditorTemplates\AlgorithmParameters.cshtml" />
    351   </ItemGroup>
    352   <ItemGroup>
    353     <Content Include="Views\Shared\DisplayTemplates\AlgorithmParameters.cshtml" />
    354   </ItemGroup>
    355   <ItemGroup>
    356     <Content Include="Views\Shared\DisplayTemplates\TypeValue.cshtml" />
    357   </ItemGroup>
    358   <ItemGroup>
    359     <Content Include="Views\Shared\DisplayTemplates\BoolValue.cshtml" />
    360   </ItemGroup>
    361   <ItemGroup>
    362     <Content Include="Views\Shared\DisplayTemplates\DecimalMatrix.cshtml" />
    363   </ItemGroup>
    364   <ItemGroup>
    365     <Content Include="Views\Shared\DisplayTemplates\DecimalValue.cshtml" />
    366   </ItemGroup>
    367   <ItemGroup>
    368     <Content Include="Views\Shared\DisplayTemplates\DecimalVector.cshtml" />
    369   </ItemGroup>
    370   <ItemGroup>
    371     <Content Include="Views\Shared\DisplayTemplates\ProblemParameters.cshtml" />
    372   </ItemGroup>
    373   <ItemGroup>
    374361    <Content Include="HeuristicLab 3.3.exe.config" />
    375   </ItemGroup>
    376   <ItemGroup>
    377     <Content Include="Views\Optimization\JobDetails.cshtml" />
    378362  </ItemGroup>
    379363  <ItemGroup>
     
    384368      <SubType>Designer</SubType>
    385369    </None>
    386     <Content Include="Views\Admin\Index.cshtml" />
    387     <Content Include="Views\Chart\GenerateChart.cshtml" />
    388     <Content Include="Views\Optimization\Copy of JobDetails.cshtml" />
    389     <Content Include="Views\Shared\DisplayTemplates\StringValue.cshtml" />
     370    <Content Include="Views\Status\Index.cshtml" />
    390371  </ItemGroup>
    391372  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.