Skip to content

Commit

Permalink
feat: clean up legacy api
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD committed Aug 22, 2024
1 parent aaea937 commit 82df484
Show file tree
Hide file tree
Showing 32 changed files with 0 additions and 2,401 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,21 +70,6 @@ jobs:
dotnet-version: ${{ vars.VBR_DOTNET_VERSION_8 }}
secrets: inherit

build-api-legacy:
name: Build Api Legacy
uses: Informatievlaanderen/build-pipeline/.github/workflows/build-image.yml@main
needs: [ set-release-version ]
if: ${{ (github.repository_owner == 'Informatievlaanderen') && (needs.set-release-version.outputs.version != 'none') }}
with:
registry: ${{ vars.VBR_DEVOPS_DOCKER_REGISTRY }}/streetname-registry
image-file: sr-api-legacy-image.tar
image-name: api-legacy
test-project: StreetNameRegistry.Tests
build-project: StreetNameRegistry.Api.Legacy
semver: ${{ needs.set-release-version.outputs.version }}
dotnet-version: ${{ vars.VBR_DOTNET_VERSION_8 }}
secrets: inherit

build-api-oslo:
name: Build Api Oslo
uses: Informatievlaanderen/build-pipeline/.github/workflows/build-image.yml@main
Expand Down Expand Up @@ -277,19 +262,6 @@ jobs:
dotnet-version: ${{ vars.VBR_DOTNET_VERSION_8 }}
secrets: inherit

pack-api-legacy:
name: Pack Api Legacy
uses: Informatievlaanderen/build-pipeline/.github/workflows/pack.yml@main
needs: [ set-release-version ]
if: ${{ (github.repository_owner == 'Informatievlaanderen') && (needs.set-release-version.outputs.version != 'none') }}
with:
pack-file: Be.Vlaanderen.Basisregisters.StreetNameRegistry.Api.Legacy
test-project: StreetNameRegistry.Tests
build-project: StreetNameRegistry.Api.Legacy
semver: ${{ needs.set-release-version.outputs.version }}
dotnet-version: ${{ vars.VBR_DOTNET_VERSION_8 }}
secrets: inherit

pack-api-oslo:
name: Pack Api Oslo
uses: Informatievlaanderen/build-pipeline/.github/workflows/pack.yml@main
Expand Down Expand Up @@ -336,11 +308,9 @@ jobs:
needs: [ set-release-version
, pack-api-backoffice
, pack-api-backoffice-abstractions
, pack-api-legacy
, pack-api-oslo
, pack-api-extract
, build-api-backoffice
, build-api-legacy
, build-api-oslo
, build-api-extract
, build-projector
Expand Down Expand Up @@ -421,13 +391,6 @@ jobs:
name: nuget-Be.Vlaanderen.Basisregisters.StreetNameRegistry.Api.BackOffice.Abstractions-${{ needs.set-release-version.outputs.version }}
path: dist/nuget/

- name: Download NuGet Api Legacy
uses: actions/download-artifact@v4
continue-on-error: false
with:
name: nuget-Be.Vlaanderen.Basisregisters.StreetNameRegistry.Api.Legacy-${{ needs.set-release-version.outputs.version }}
path: dist/nuget/

- name: Download NuGet Api Oslo
uses: actions/download-artifact@v4
continue-on-error: false
Expand Down Expand Up @@ -544,12 +507,6 @@ jobs:
name: nuget-Be.Vlaanderen.Basisregisters.StreetNameRegistry.Api.BackOffice.Abstractions-${{ needs.release.outputs.version }}
path: ~/

- name: Download NuGet package api-legacy
uses: actions/download-artifact@v4
with:
name: nuget-Be.Vlaanderen.Basisregisters.StreetNameRegistry.Api.Legacy-${{ needs.release.outputs.version }}
path: ~/

- name: Download NuGet package api-oslo
uses: actions/download-artifact@v4
with:
Expand All @@ -567,7 +524,6 @@ jobs:
run: |
dotnet nuget push ~/Be.Vlaanderen.Basisregisters.StreetNameRegistry.Api.BackOffice.$SEMVER.nupkg --source nuget.org --api-key $NUGET_API_KEY
dotnet nuget push ~/Be.Vlaanderen.Basisregisters.StreetNameRegistry.Api.BackOffice.Abstractions.$SEMVER.nupkg --source nuget.org --api-key $NUGET_API_KEY
dotnet nuget push ~/Be.Vlaanderen.Basisregisters.StreetNameRegistry.Api.Legacy.$SEMVER.nupkg --source nuget.org --api-key $NUGET_API_KEY
dotnet nuget push ~/Be.Vlaanderen.Basisregisters.StreetNameRegistry.Api.Oslo.$SEMVER.nupkg --source nuget.org --api-key $NUGET_API_KEY
dotnet nuget push ~/Be.Vlaanderen.Basisregisters.StreetNameRegistry.Api.Extract.$SEMVER.nupkg --source nuget.org --api-key $NUGET_API_KEY
env:
Expand Down Expand Up @@ -645,7 +601,6 @@ jobs:
matrix:
image: [
'api-backoffice'
, 'api-legacy'
, 'api-oslo'
, 'api-extract'
, 'projector'
Expand Down
7 changes: 0 additions & 7 deletions StreetNameRegistry.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StreetNameRegistry", "src\S
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StreetNameRegistry.Infrastructure", "src\StreetNameRegistry.Infrastructure\StreetNameRegistry.Infrastructure.csproj", "{E1FCCA44-C28C-487B-9940-C2DECDDDB5C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StreetNameRegistry.Api.Legacy", "src\StreetNameRegistry.Api.Legacy\StreetNameRegistry.Api.Legacy.csproj", "{18DB6095-3226-4ABD-8344-B6D95E15B584}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StreetNameRegistry.Projections.Legacy", "src\StreetNameRegistry.Projections.Legacy\StreetNameRegistry.Projections.Legacy.csproj", "{0D30A3E9-D7BA-4B10-8D50-46A7916B838E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StreetNameRegistry.Tests", "test\StreetNameRegistry.Tests\StreetNameRegistry.Tests.csproj", "{91340EAA-A40A-4699-B63A-AD2E66F7BDF6}"
Expand Down Expand Up @@ -95,10 +93,6 @@ Global
{E1FCCA44-C28C-487B-9940-C2DECDDDB5C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1FCCA44-C28C-487B-9940-C2DECDDDB5C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1FCCA44-C28C-487B-9940-C2DECDDDB5C4}.Release|Any CPU.Build.0 = Release|Any CPU
{18DB6095-3226-4ABD-8344-B6D95E15B584}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18DB6095-3226-4ABD-8344-B6D95E15B584}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18DB6095-3226-4ABD-8344-B6D95E15B584}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18DB6095-3226-4ABD-8344-B6D95E15B584}.Release|Any CPU.Build.0 = Release|Any CPU
{0D30A3E9-D7BA-4B10-8D50-46A7916B838E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D30A3E9-D7BA-4B10-8D50-46A7916B838E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D30A3E9-D7BA-4B10-8D50-46A7916B838E}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -202,7 +196,6 @@ Global
GlobalSection(NestedProjects) = preSolution
{274FBBE0-6FCB-41CE-9E13-91BAF695B2D0} = {65EA04DE-5928-430F-92CA-24C11B6E5A00}
{E1FCCA44-C28C-487B-9940-C2DECDDDB5C4} = {65EA04DE-5928-430F-92CA-24C11B6E5A00}
{18DB6095-3226-4ABD-8344-B6D95E15B584} = {65EA04DE-5928-430F-92CA-24C11B6E5A00}
{0D30A3E9-D7BA-4B10-8D50-46A7916B838E} = {65EA04DE-5928-430F-92CA-24C11B6E5A00}
{91340EAA-A40A-4699-B63A-AD2E66F7BDF6} = {81641B0B-BEFB-476D-8519-3774313E944B}
{13300671-472A-4A2E-A4FE-B13DE3834175} = {B591EFE3-728F-4A40-BADF-3499F039C63A}
Expand Down
42 changes: 0 additions & 42 deletions src/StreetNameRegistry.Api.Legacy/Convertors/StraatnaamStatus.cs

This file was deleted.

29 changes: 0 additions & 29 deletions src/StreetNameRegistry.Api.Legacy/Convertors/StreetNameStatus.cs

This file was deleted.

26 changes: 0 additions & 26 deletions src/StreetNameRegistry.Api.Legacy/Convertors/Taal.cs

This file was deleted.

22 changes: 0 additions & 22 deletions src/StreetNameRegistry.Api.Legacy/Dockerfile

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 82df484

Please sign in to comment.