generated from BRP-API/brp-shared
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/verblijfplaatsen-aflopend-sorteren
- Loading branch information
Showing
10 changed files
with
472 additions
and
449 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
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 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 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 |
---|---|---|
|
@@ -11,13 +11,16 @@ on: | |
env: | ||
NODE_VERSION: '20' | ||
DATA_SERVICE_DOCKER_FILE_PATH: .docker/historie-data-service.yml | ||
DATA_SERVICE_CONTAINER_IMAGE: haalcentraal.azurecr.io/gba-historie-api | ||
APP_CONTAINER_IMAGE: ghcr.io/brp-api/historie-data-service | ||
|
||
jobs: | ||
continuous-integration: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repo | ||
uses: actions/checkout@v4 | ||
|
||
- name: Haal build run identifier uit Docker manifest | ||
id: build-run-id | ||
uses: ./.github/actions/haal-build-run-identifier-uit-docker-manifest | ||
|
@@ -28,22 +31,26 @@ jobs: | |
uses: ./.github/actions/haal-versie-uit-docker-manifest | ||
with: | ||
path-docker-manifest: ${{ env.DATA_SERVICE_DOCKER_FILE_PATH }} | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: ${{ env.NODE_VERSION }} | ||
- name: Install dependencies | ||
run: npm ci | ||
|
||
- name: Login to P5 Container Registry | ||
uses: docker/[email protected] | ||
with: | ||
registry: haalcentraal.azurecr.io | ||
username: ${{ secrets.P5_CR_USER }} | ||
password: ${{ secrets.P5_CR_PWD }} | ||
|
||
- name: Set run permissions on script folder | ||
uses: ./.github/actions/zet-run-bash-scripts-permission | ||
with: | ||
path-bash-file-or-folder: ./scripts/* | ||
|
||
- name: Start containers | ||
run: | | ||
./scripts/containers-start.sh ci | ||
|
@@ -57,6 +64,7 @@ jobs: | |
if: always() | ||
run: | | ||
./scripts/containers-stop.sh ci | ||
- name: Genereer test rapportage | ||
if: always() | ||
run: | | ||
|
@@ -78,3 +86,18 @@ jobs: | |
destination-github-username: BRP-API | ||
target-branch: test-reports/historie | ||
commit-message: "test rapporten van build: ${{ steps.build-run-id.outputs.build-run }}" | ||
|
||
- name: Login to GitHub Container Registry | ||
if: always() | ||
uses: docker/[email protected] | ||
with: | ||
registry: ghcr.io | ||
username: ${{ github.actor }} | ||
password: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Tag & push app container images naar registry | ||
if: always() | ||
run: | | ||
docker tag ${{ env.DATA_SERVICE_CONTAINER_IMAGE }}:${{ steps.app-version.outputs.version }}-${{ steps.build-run-id.outputs.build-run }} ${{ env.APP_CONTAINER_IMAGE }}:${{ steps.app-version.outputs.version }}-${{ steps.build-run-id.outputs.build-run }} | ||
docker tag ${{ env.DATA_SERVICE_CONTAINER_IMAGE }}:${{ steps.app-version.outputs.version }}-${{ steps.build-run-id.outputs.build-run }} ${{ env.APP_CONTAINER_IMAGE }}:latest | ||
docker push ${{ env.APP_CONTAINER_IMAGE }}:latest | ||
docker push ${{ env.APP_CONTAINER_IMAGE }}:${{ steps.app-version.outputs.version }}-${{ steps.build-run-id.outputs.build-run }} |
437 changes: 0 additions & 437 deletions
437
...g-verblijfplaats-met-peildatum/test/peildatum-filtering-opeenvolgend-onbekend-gba.feature
This file was deleted.
Oops, something went wrong.
437 changes: 437 additions & 0 deletions
437
...pleeg-verblijfplaats-met-peildatum/test/peildatum-filtering-opeenvolgend-onbekend.feature
Large diffs are not rendered by default.
Oops, something went wrong.
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 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
File renamed without changes.
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