Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #499 from DFE-Digital/rename
Browse files Browse the repository at this point in the history
Rename
  • Loading branch information
jordan-beard authored Jan 30, 2023
2 parents 672a53e + b32ab0f commit 072e9b1
Show file tree
Hide file tree
Showing 591 changed files with 2,091 additions and 2,478 deletions.
2 changes: 1 addition & 1 deletion .deployment
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[config]
project = Frontend/Frontend.csproj
project = Dfe.PrepareTransfers.Web/Dfe.PrepareTransfers.Web.csproj
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
node-version: '18.x'
# This could be cached in the future to allow for quicker build times
- name: Build Frontend
- name: Build Dfe.PrepareTransfers.Web
run: make build-frontend
- name: Build, Test and Analyze
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: '18.x'
# This could be cached in the future to allow for quicker build times
- name: Build Frontend
- name: Build Dfe.PrepareTransfers.Web
run: make build-frontend
- name: Build
run: dotnet build -c Release --no-restore
Expand Down
15 changes: 0 additions & 15 deletions Data.Mock/Data.Mock.csproj

This file was deleted.

57 changes: 0 additions & 57 deletions Data.Mock/MockAcademyRepository.cs

This file was deleted.

154 changes: 0 additions & 154 deletions Data.Mock/MockProjectRepository.cs

This file was deleted.

56 changes: 0 additions & 56 deletions Data.Mock/MockTrustsRepository.cs

This file was deleted.

7 changes: 0 additions & 7 deletions Data.TRAMS/IMapper.cs

This file was deleted.

6 changes: 0 additions & 6 deletions Data.TRAMS/Models/Placeholder.cs

This file was deleted.

19 changes: 0 additions & 19 deletions Data.TRAMS/TramsApiException.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Data.TRAMS\Data.TRAMS.csproj" />
<ProjectReference Include="..\Dfe.PrepareTransfers.Data.TRAMS\Dfe.PrepareTransfers.Data.TRAMS.csproj" />
<PackageReference Include="FluentAssertions" Version="6.8.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System.Collections.Generic;
using Data.TRAMS.ExtensionMethods;
using Dfe.PrepareTransfers.Data.TRAMS.ExtensionMethods;
using FluentAssertions;
using Xunit;

namespace Data.TRAMS.Tests.Extensions
namespace Dfe.PrepareTransfers.Data.TRAMS.Tests.Extensions
{
public class DictionaryQuerystringExtensionsTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using Moq;
using Newtonsoft.Json;

namespace Data.TRAMS.Tests.Helpers
namespace Dfe.PrepareTransfers.Data.TRAMS.Tests.Dfe.PrepareTransfers.Helpers
{
public static class HttpClientTestHelpers
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
using System;
using System.Collections.Generic;
using Data.Models;
using Data.Models.Projects;
using Data.TRAMS.ExtensionMethods;
using Data.TRAMS.Mappers.Request;
using Data.TRAMS.Models;
using Dfe.PrepareTransfers.Data.Models;
using Dfe.PrepareTransfers.Data.Models.Projects;
using Dfe.PrepareTransfers.Data.TRAMS.ExtensionMethods;
using Dfe.PrepareTransfers.Data.TRAMS.Mappers.Request;
using Dfe.PrepareTransfers.Data.TRAMS.Models;
using Xunit;

namespace Data.TRAMS.Tests.Mappers.Request
namespace Dfe.PrepareTransfers.Data.TRAMS.Tests.Mappers.Request
{
public class InternalProjectToUpdateMapperTests
{
Expand Down
Loading

0 comments on commit 072e9b1

Please sign in to comment.