Skip to content

Commit 5a005aa

Browse files
sakthi-aotRyanBirtch-aotjaise-aotnikhila-aotmidhun-aot
authored
merge to main (#401)
* SDS Form fixes * SIR workflow and common email workflow * updated with latest changes from chefs * Fixed Conditional issue and inspected for CHEFS housing fields * updating latest srcr form * added srcr section * latest chagnes for SDS form and workflow * task-171 workflow changes * sir form updates * gave flow name: * disable notes for client user * added logic to disable form content based on user groups * adding chagnes for cssa sharing * add javascript null checks * adding names to controls in workflow * changes for map component * NIR worfkflow * added notes and reviewer actions to NIR form * NOM workflow initial draft * bundle workflow and forms initial draft * handled society flows * NOM workflow and form changes * issue fix for rejection, email integration and form changes * Ss 109 configmap (#400) * test imagetsream * test * test * update * test * update confogmap issue fix * changes for resubmit * changed form title and notes api key * changed workflow name * changed notes api key and workflow process name * inital fixes for resubmission * fixed ap flow issues * fixed submissions for sdm * fixed caseworker resubmit * changes for srcr resubmit * changes for incorrect final status * issue with cssa completing first * fixed reject scenarios * changes for bundling * fixed alternatng resubmit issue * corrected folder structure --------- Co-authored-by: RyanBirtch-aot <ryan.birtch@aot-technologies.com> Co-authored-by: jaise-aot <jaise.thomas@aot-technologies.com> Co-authored-by: nikhila-aot <nikhila.pankaj@aot-technologies.com> Co-authored-by: midhun-aot <105463561+midhun-aot@users.noreply.github.com> Co-authored-by: midhun-aot <midhun.murali@aot-technologies.com> Co-authored-by: nikhila-aot <38471389+nikhila-aot@users.noreply.github.com>
1 parent 6976407 commit 5a005aa

20 files changed

Lines changed: 6217 additions & 843 deletions

.github/openshift/deploy.frontend.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,18 @@ objects:
6161
// runtime-config.js vars
6262
window["_env_"] = {
6363
"REACT_APP_NODE_ENV": "production",
64-
"REACT_APP_AUTH_AUTHORITY": "https://epd-keycloak-dev.apps.silver.devops.gov.bc.ca/auth/realms/forms-flow-ai/",
64+
"REACT_APP_AUTH_AUTHORITY": "https://epd-keycloak-${ENV}.apps.silver.devops.gov.bc.ca/auth/realms/forms-flow-ai/",
6565
"REACT_APP_AUTH_CLIENT_ID": "${REACT_APP_AUTH_CLIENT_ID}",
66-
"REACT_APP_AUTH_REDIRECT_URI": "https://epd-frontend-dev.apps.silver.devops.gov.bc.ca/dashboard",
67-
"REACT_APP_AUTH_LOGOUT_REDIRECT_URI": "https://logontest7.gov.bc.ca/clp-cgi/logoff.cgi?retnow=1&returl=https://epd-keycloak-dev.apps.silver.devops.gov.bc.ca/auth/realms/forms-flow-ai/protocol/openid-connect/logout?post_logout_redirect_uri=https://epd-frontend-dev.apps.silver.devops.gov.bc.ca",
66+
"REACT_APP_AUTH_REDIRECT_URI": "https://epd-frontend-${ENV}.apps.silver.devops.gov.bc.ca/dashboard",
67+
"REACT_APP_AUTH_LOGOUT_REDIRECT_URI": "https://logontest7.gov.bc.ca/clp-cgi/logoff.cgi?retnow=1&returl=https://epd-keycloak-${ENV}.apps.silver.devops.gov.bc.ca/auth/realms/forms-flow-ai/protocol/openid-connect/logout?post_logout_redirect_uri=https://epd-frontend-${ENV}.apps.silver.devops.gov.bc.ca",
6868
"REACT_APP_AUTH_RESPONSE_TYPE": "code",
6969
"REACT_APP_AUTH_SCOPE": "openid profile",
70-
"REACT_APP_BACKEND_API": "https://epd-backend-gateway-dev.apps.silver.devops.gov.bc.ca",
70+
"REACT_APP_BACKEND_API": "https://epd-backend-gateway-${ENV}.apps.silver.devops.gov.bc.ca",
7171
"REACT_APP_AUTH_FILTER_PROTOCOL_CLAIMS": "true",
7272
"REACT_APP_AUTH_LOAD_USER_INFO": "true",
7373
"REACT_APP_AUTH_REVOKE_TOKENS_ON_SIGNOUT": "true",
74-
"REACT_APP_FORMSFLOW_WEB_URL": "https://forms-flow-web-e38158-dev.apps.silver.devops.gov.bc.ca/",
75-
"REACT_APP_CUSTOM_MAP_URL": "https://epd-frontend-dev.apps.silver.devops.gov.bc.ca/map"
74+
"REACT_APP_FORMSFLOW_WEB_URL": "https://forms-flow-web-e38158-${ENV}.apps.silver.devops.gov.bc.ca/",
75+
"REACT_APP_CUSTOM_MAP_URL": "https://epd-frontend-${ENV}.apps.silver.devops.gov.bc.ca/map"
7676
}
7777
- apiVersion: v1
7878
kind: ImageStream

.github/workflows/ci-cd-openshift-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches:
77
- 'dev'
8-
8+
99
paths:
1010
- 'backend/**'
1111
- 'frontend/**'

forms-flow-ai/epd-forms/Contaminated Sites Services Application Form.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

forms-flow-ai/epd-forms/Notification of Independent Remediation.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

forms-flow-ai/epd-forms/Notification of Likely or Actual Migration.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

forms-flow-ai/epd-forms/Site Disclosure Statements.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

forms-flow-ai/epd-forms/Site Information Request Application.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

forms-flow-ai/epd-forms/Site Risk Classification Report.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)