Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/30/15 13:12:07 (9 years ago)
Author:
dglaser
Message:

#2388:

HeuristicLab.Services.Hive.DataAccess-3.3:

  • updated database schema
  • updated sql scripts
  • updated HiveStatisticsGenerator

HeuristicLab.Services.WebApp-3.3:

  • merged from trunk

HeuristicLab.Services.WebApp.Status-3.3:

  • updated data api controller

HeuristicLab.Services.WebApp.Statistics-3.3:

  • added exception page
  • improved jobs, clients, users and groups page
Location:
branches/HiveStatistics/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources

  • branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/HeuristicLab.Services.WebApp.Statistics-3.3.csproj

    r12525 r12551  
    7979      <HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
    8080    </Reference>
    81     <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
    82       <SpecificVersion>False</SpecificVersion>
    83       <HintPath>..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
    84       <Private>False</Private>
     81    <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
     82      <SpecificVersion>False</SpecificVersion>
     83      <HintPath>..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
    8584    </Reference>
    8685    <Reference Include="System" />
     
    146145    <Compile Include="WebApi\DataTransfer\ClientPage.cs" />
    147146    <Compile Include="WebApi\DataTransfer\ClientStatus.cs" />
     147    <Compile Include="WebApi\DataTransfer\ExceptionPage.cs" />
    148148    <Compile Include="WebApi\DataTransfer\Group.cs" />
    149149    <Compile Include="WebApi\DataTransfer\GroupDetails.cs" />
     
    154154    <Compile Include="WebApi\DataTransfer\JobPage.cs" />
    155155    <Compile Include="WebApi\DataTransfer\Task.cs" />
     156    <Compile Include="WebApi\DataTransfer\Exception.cs" />
    156157    <Compile Include="WebApi\DataTransfer\TaskPage.cs" />
    157158    <Compile Include="WebApi\DataTransfer\TaskStateCount.cs" />
    158159    <Compile Include="WebApi\DataTransfer\User.cs" />
     160    <Compile Include="WebApi\DataTransfer\UserDetails.cs" />
     161    <Compile Include="WebApi\ExceptionController.cs" />
    159162    <Compile Include="WebApi\GroupController.cs" />
    160163    <Compile Include="WebApi\JavascriptUtils.cs" />
     
    176179      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    177180    </Content>
     181    <Content Include="WebApp\exceptions\exceptionsCtrl.js">
     182      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     183    </Content>
     184    <Content Include="WebApp\exceptions\exceptionDetailsDialogCtrl.js">
     185      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     186    </Content>
    178187    <Content Include="WebApp\groups\details\groupDetailsCtrl.js">
    179188      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     
    192201    </Content>
    193202    <Content Include="WebApp\services\clientService.js">
     203      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     204    </Content>
     205    <Content Include="WebApp\services\exceptionService.js">
    194206      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    195207    </Content>
     
    242254      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    243255    </Content>
     256    <None Include="WebApp\exceptions\exceptions.cshtml">
     257      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     258    </None>
     259    <None Include="WebApp\exceptions\exceptionDetailsDialog.cshtml">
     260      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     261    </None>
    244262    <None Include="WebApp\groups\details\groupDetails.cshtml">
    245263      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
Note: See TracChangeset for help on using the changeset viewer.