-
Notifications
You must be signed in to change notification settings - Fork 4
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 UML-3394-combined-lpa-manager
- Loading branch information
Showing
26 changed files
with
525 additions
and
253 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 |
---|---|---|
|
@@ -119,7 +119,7 @@ jobs: | |
- name: ecr login | ||
id: login_ecr | ||
uses: aws-actions/amazon-ecr-login@b06ccd195086ba5254c95c627ee1cbeab86c7432 # [email protected] | ||
uses: aws-actions/amazon-ecr-login@292c88581676a2a6d95f1312c0517f24577eca53 # [email protected] | ||
with: | ||
registries: 311462405659 | ||
if: | | ||
|
@@ -228,7 +228,7 @@ jobs: | |
(inputs.specific_path == 'all' || inputs.specific_path == matrix.svc_prefix) | ||
- name: archive test results | ||
uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 | ||
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b | ||
with: | ||
name: service-${{ matrix.svc_prefix }} | ||
path: build/service-${{ matrix.svc_prefix }} | ||
|
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # pin@v3 | ||
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # [email protected] | ||
- uses: actions/setup-node@48b90677b6048efbc723b11a94acb950d3f1ac36 # [email protected] | ||
with: | ||
node-version-file: '.nvmrc' | ||
- name: cache node modules | ||
|
@@ -33,7 +33,7 @@ jobs: | |
cd service-front/web/ | ||
npm run build | ||
- name: archive dist | ||
uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # [email protected] | ||
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # [email protected] | ||
with: | ||
name: dist-web | ||
path: service-front/web/dist/ |
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # pin@v3 | ||
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # [email protected] | ||
- uses: actions/setup-node@48b90677b6048efbc723b11a94acb950d3f1ac36 # [email protected] | ||
with: | ||
node-version-file: '.nvmrc' | ||
- name: cache node modules | ||
|
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 |
---|---|---|
|
@@ -94,7 +94,7 @@ jobs: | |
vendor/bin/behat | ||
- name: archive failed test screenshots | ||
uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # [email protected] | ||
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # [email protected] | ||
with: | ||
name: behat-screenshots | ||
path: tests/smoke/failed_step_screenshots | ||
|
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 |
---|---|---|
|
@@ -152,7 +152,7 @@ jobs: | |
|
||
- name: upload environment cluster config file | ||
if: inputs.terraform_path == 'environment' | ||
uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # [email protected] | ||
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # [email protected] | ||
with: | ||
name: environment_config_file_${{ inputs.workspace }} | ||
path: terraform/environment/cluster_config.json |
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
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
20 changes: 20 additions & 0 deletions
20
service-api/app/src/App/src/Exception/ActorDateOfBirthNotSetException.php
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace App\Exception; | ||
|
||
use Fig\Http\Message\StatusCodeInterface; | ||
use Throwable; | ||
|
||
class ActorDateOfBirthNotSetException extends AbstractApiException | ||
{ | ||
public const MESSAGE = 'Actor date of birth is not set'; | ||
public const TITLE = 'DOB Not Found'; | ||
public const CODE = StatusCodeInterface::STATUS_NOT_FOUND; | ||
|
||
public function __construct(?string $message = null, array $additionalData = [], ?Throwable $previous = null) | ||
{ | ||
parent::__construct(self::TITLE, $message, self::CODE, $additionalData, $previous); | ||
} | ||
} |
Oops, something went wrong.