-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
1 addition
and
1,788 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,21 +55,6 @@ jobs: | |
echo RELEASE_VERSION=$(cat semver) >> $GITHUB_ENV | ||
shell: bash | ||
|
||
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 }}/postal-registry | ||
image-file: pr-api-legacy-image.tar | ||
image-name: api-legacy | ||
test-project: PostalRegistry.Tests | ||
build-project: PostalRegistry.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 | ||
|
@@ -175,19 +160,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.PostalRegistry.Api.Legacy | ||
test-project: PostalRegistry.Tests | ||
build-project: PostalRegistry.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 | ||
|
@@ -219,10 +191,8 @@ jobs: | |
name: Semantic Release | ||
runs-on: ubuntu-latest | ||
needs: [ set-release-version, | ||
pack-api-legacy, | ||
pack-api-oslo, | ||
pack-api-extract, | ||
build-api-legacy, | ||
build-api-oslo, | ||
build-api-extract, | ||
build-api-import, | ||
|
@@ -284,13 +254,6 @@ jobs: | |
python -m pip install --upgrade pip | ||
pip install requests markdown argparse | ||
- name: Download NuGet Api Legacy | ||
uses: actions/download-artifact@v4 | ||
continue-on-error: false | ||
with: | ||
name: nuget-Be.Vlaanderen.Basisregisters.PostalRegistry.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 | ||
|
@@ -347,12 +310,6 @@ jobs: | |
shell: bash | ||
run: dotnet --info | ||
|
||
- name: Download NuGet package api-legacy | ||
uses: actions/download-artifact@v4 | ||
with: | ||
name: nuget-Be.Vlaanderen.Basisregisters.PostalRegistry.Api.Legacy-${{ needs.release.outputs.version }} | ||
path: ~/ | ||
|
||
- name: Download NuGet package api-oslo | ||
uses: actions/download-artifact@v4 | ||
with: | ||
|
@@ -368,7 +325,6 @@ jobs: | |
- name: Publish packages to NuGet | ||
shell: bash | ||
run: | | ||
dotnet nuget push ~/Be.Vlaanderen.Basisregisters.PostalRegistry.Api.Legacy.$SEMVER.nupkg --source nuget.org --api-key $NUGET_API_KEY | ||
dotnet nuget push ~/Be.Vlaanderen.Basisregisters.PostalRegistry.Api.Oslo.$SEMVER.nupkg --source nuget.org --api-key $NUGET_API_KEY | ||
dotnet nuget push ~/Be.Vlaanderen.Basisregisters.PostalRegistry.Api.Extract.$SEMVER.nupkg --source nuget.org --api-key $NUGET_API_KEY | ||
env: | ||
|
@@ -444,7 +400,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
image: ['api-legacy', 'api-oslo', 'api-import', 'api-extract', 'projections-syndication', 'projector', 'producer', 'producer-snapshot-oslo'] | ||
image: ['api-oslo', 'api-import', 'api-extract', 'projections-syndication', 'projector', 'producer', 'producer-snapshot-oslo'] | ||
steps: | ||
- name: Configure AWS credentials | ||
uses: aws-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
src/PostalRegistry.Api.Legacy/Convertors/PostalInformationName.cs
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
src/PostalRegistry.Api.Legacy/Convertors/PostalInformationStatus.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
src/PostalRegistry.Api.Legacy/Infrastructure/AtomFeedConfigurationBuilder.cs
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
src/PostalRegistry.Api.Legacy/Infrastructure/Configuration/AddNoCacheHeadersMiddleware.cs
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
src/PostalRegistry.Api.Legacy/Infrastructure/EmptyController.cs
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
src/PostalRegistry.Api.Legacy/Infrastructure/Modules/ApiModule.cs
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
src/PostalRegistry.Api.Legacy/Infrastructure/Options/ResponseOptions.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.