Skip to content
Snippets Groups Projects
Commit fa1c1280 authored by OZGCloud's avatar OZGCloud
Browse files

Merge remote-tracking branch 'origin/master' into OZG-4461-manueller-button-zum-senden-an-prozessor

parents 106550f4 048b2ac2
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,18 @@ pluto: ...@@ -28,6 +28,18 @@ pluto:
enabled: true enabled: true
password: "Test3456!" password: "Test3456!"
replicaCount: 1 replicaCount: 1
ozgcloud:
processors:
- address: http://smocker:8080/externe-processor-success
name: always-success
forms:
- formId: Erstattung_ERFOLG
formEngineName: AFM
- address: http://smocker:8080/externe-processor-failure
name: always-failure
forms:
- formId: Erstattung_FAIL
formEngineName: AFM
user_manager: user_manager:
kop: kop:
...@@ -54,3 +66,31 @@ user_manager: ...@@ -54,3 +66,31 @@ user_manager:
ingress: ingress:
use_staging_cert: true use_staging_cert: true
className: openshift-default className: openshift-default
smocker:
enabled: true
mocks:
- request:
method: POST
path: /externe-processor-success
response:
status: 200
headers:
Content-Type: application/json
body: >
{
"action": "CREATE_AKTENNOTIZ",
"body": {
"headline": "Eine neue Notiz",
"severity": "INFO",
"text": "Alles fein"
}
}
- request:
method: POST
path: /externe-processor-failure
response:
status: 500
headers:
body: "Da ist etwas schiefgelaufen"
\ No newline at end of file
...@@ -24,6 +24,18 @@ pluto: ...@@ -24,6 +24,18 @@ pluto:
enabled: true enabled: true
password: "Test3456!" password: "Test3456!"
replicaCount: 1 replicaCount: 1
ozgcloud:
processors:
- address: http://smocker:8080/externe-processor-success
name: always-success
forms:
- formId: Erstattung_ERFOLG
formEngineName: AFM
- address: http://smocker:8080/externe-processor-failure
name: always-failure
forms:
- formId: Erstattung_FAIL
formEngineName: AFM
user_manager: user_manager:
kop: kop:
...@@ -50,3 +62,31 @@ user_manager: ...@@ -50,3 +62,31 @@ user_manager:
ingress: ingress:
use_staging_cert: true use_staging_cert: true
className: openshift-default className: openshift-default
smocker:
enabled: true
mocks:
- request:
method: POST
path: /externe-processor-success
response:
status: 200
headers:
Content-Type: application/json
body: >
{
"action": "CREATE_AKTENNOTIZ",
"body": {
"headline": "Eine neue Notiz",
"severity": "INFO",
"text": "Alles fein"
}
}
- request:
method: POST
path: /externe-processor-failure
response:
status: 500
headers:
body: "Da ist etwas schiefgelaufen"
\ No newline at end of file
...@@ -97,5 +97,5 @@ ...@@ -97,5 +97,5 @@
} }
:host-context(.dark) .mat-expansion-panel { :host-context(.dark) .mat-expansion-panel {
background: $darkBackgroundExpansionPanelLike; background-color: $darkBackgroundExpansionPanelLike;
} }
...@@ -5,6 +5,12 @@ ...@@ -5,6 +5,12 @@
background-color: $background; background-color: $background;
} }
body.dark {
.mat-mdc-menu-panel.mat-mdc-menu-panel {
background-color: $darkBackgroundExpansionPanelLike;
}
}
goofy-client-help-menu { goofy-client-help-menu {
.mat-mdc-fab { .mat-mdc-fab {
box-shadow: none !important; box-shadow: none !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment