Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/15 18:34:40 (9 years ago)
Author:
dglaser
Message:

#2388:

HeuristicLab.Services.Hive.DataAccess-3.3:

  • updated daos
  • changed statistics database schema
  • updated HiveStatisticsGenerator

HeuristicLab.Services.WebApp.Statistics-3.3:

  • added jobs, client and user page
Location:
branches/HiveStatistics/sources
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources

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

    • Property svn:global-ignores set to
      obj
    • Property svn:ignore set to
      bin
  • branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/HeuristicLab.Services.WebApp.Statistics-3.3.csproj

    r12477 r12516  
    140140  </ItemGroup>
    141141  <ItemGroup>
    142     <Compile Include="WebApi\DataController.cs" />
     142    <Compile Include="WebApi\ClientController.cs" />
    143143    <Compile Include="Properties\AssemblyInfo.cs" />
    144144    <Compile Include="WebApi\DataTransfer\Client.cs" />
     145    <Compile Include="WebApi\DataTransfer\ClientDetails.cs" />
     146    <Compile Include="WebApi\DataTransfer\ClientPage.cs" />
     147    <Compile Include="WebApi\DataTransfer\ClientStatus.cs" />
     148    <Compile Include="WebApi\DataTransfer\Integer.cs" />
    145149    <Compile Include="WebApi\DataTransfer\Job.cs" />
     150    <Compile Include="WebApi\DataTransfer\JobDetails.cs" />
     151    <Compile Include="WebApi\DataTransfer\JobPage.cs" />
    146152    <Compile Include="WebApi\DataTransfer\Task.cs" />
     153    <Compile Include="WebApi\DataTransfer\TaskPage.cs" />
     154    <Compile Include="WebApi\DataTransfer\TaskStateCount.cs" />
    147155    <Compile Include="WebApi\DataTransfer\User.cs" />
     156    <Compile Include="WebApi\JavascriptUtils.cs" />
     157    <Compile Include="WebApi\JobController.cs" />
     158    <Compile Include="WebApi\TaskController.cs" />
     159    <Compile Include="WebApi\UserController.cs" />
    148160  </ItemGroup>
    149161  <ItemGroup>
     
    151163      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    152164    </Content>
     165    <Content Include="WebApp\clients\details\clientDetailsCtrl.js">
     166      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     167    </Content>
    153168    <Content Include="WebApp\clients\clientsCtrl.js">
    154169      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    155170    </Content>
     171    <Content Include="WebApp\clients\details\clientTaskDetailsDialogCtrl.js">
     172      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     173    </Content>
     174    <Content Include="WebApp\jobs\details\jobDetailsCtrl.js">
     175      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     176    </Content>
     177    <Content Include="WebApp\jobs\details\jobTaskDetailsDialogCtrl.js">
     178      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     179    </Content>
    156180    <Content Include="WebApp\jobs\jobsCtrl.js">
    157181      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    158182    </Content>
     183    <Content Include="WebApp\services\clientService.js">
     184      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     185    </Content>
     186    <Content Include="WebApp\services\jobService.js">
     187      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     188    </Content>
    159189    <Content Include="WebApp\services\statisticsService.js">
    160190      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    161191    </Content>
     192    <Content Include="WebApp\services\taskService.js">
     193      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     194    </Content>
     195    <Content Include="WebApp\services\userService.js">
     196      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     197    </Content>
    162198    <Content Include="WebApp\statistics.css">
     199      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     200    </Content>
     201    <Content Include="WebApp\users\details\userDetailsCtrl.js">
    163202      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    164203    </Content>
     
    179218    </Content>
    180219    <Content Include="WebApp\users\users.cshtml">
     220      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     221    </Content>
     222    <None Include="WebApp\clients\details\clientDetails.cshtml">
     223      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     224    </None>
     225    <None Include="WebApp\clients\details\clientTaskDetailsDialog.cshtml">
     226      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     227    </None>
     228    <None Include="WebApp\jobs\details\jobDetails.cshtml">
     229      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     230    </None>
     231    <None Include="WebApp\jobs\details\jobTaskDetailsDialog.cshtml">
     232      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     233    </None>
     234    <Content Include="WebApp\users\details\userDetails.cshtml">
    181235      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    182236    </Content>
Note: See TracChangeset for help on using the changeset viewer.