Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
2bc1659
30381 cleaned up some env keys and fixed breadcrumbs (#843)
severinbeauvais Aug 26, 2025
617c9a4
30656 Updated LaunchDarkly module to support orgs (#844)
severinbeauvais Sep 16, 2025
38bd083
30554 DBA NR magic link (#846)
bobdev-94 Sep 29, 2025
73fdf45
29274 Upgraded to Vite (#845)
severinbeauvais Oct 2, 2025
3092f8a
Modify README for pnpm version and commands
severinbeauvais Oct 28, 2025
5eb2bf3
30987 Upgraded to Pinia (#847)
severinbeauvais Oct 28, 2025
53255fe
31112 define disabled wait time and change priority wait time to Days…
eve-git Oct 31, 2025
1d5a40d
30032 - NR Payments - Renewal Payments do not have option to add Foli…
hfekete Nov 18, 2025
0d836f4
29381 - xpro name allowed length increased from 40 to 60 (#852)
hfekete Nov 18, 2025
75a5ac3
Add new FF for priority wait time tooltip (#855)
eve-git Nov 19, 2025
51f92de
2551 update priority tooltips (#856)
eve-git Nov 25, 2025
86da385
29381 - rules and validation updates in name field (#857)
hfekete Dec 4, 2025
bb87cb6
31568 - remove Release Notes link from the footer (#858)
hfekete Dec 15, 2025
03f2509
Merge branch 'main' into feature-solr-merged
hfekete Dec 22, 2025
96b5a5d
escape dot in invalid designations used in regex (#859)
eve-git Dec 31, 2025
8f1786b
31278-Update code owners. (#861)
mengdong19 Jan 27, 2026
890fc57
32251 Updated banner styling (#862)
severinbeauvais Jan 29, 2026
5a98730
32267-Remove HotJar integration. (#863)
mengdong19 Mar 4, 2026
d644e60
31897 - FIX: WAIT TIME, Estimated Review Time, PENDING_PAYMENT NRS ne…
stevenc987 Mar 24, 2026
b3dbf5c
31897 - FIX: WAIT TIME, Estimated Review Time, PENDING_PAYMENT NRS ne…
stevenc987 Mar 24, 2026
ee31ee1
Merge pull request #865 from stevenc987/main
stevenc987 Mar 24, 2026
0e61ec1
31897 - FIX: WAIT TIME, Estimated Review Time, PENDING_PAYMENT NRS ne…
stevenc987 Mar 24, 2026
3ecc05e
Merge pull request #866 from stevenc987/main
stevenc987 Mar 24, 2026
059681a
Merge branch 'feature-solr-merged' of github.com:bcgov/namerequest in…
hfekete Mar 24, 2026
0039e44
Merge branch 'main' of github.com:bcgov/namerequest into feature-solr…
hfekete Mar 24, 2026
303d7d3
lint fix
hfekete Mar 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @eve-git @shaangill025 @stevenc987 @mengdong19 @ozamani9gh @rarmitag @flutistar @EPortman
* @stevenc987 @mengdong19 @ozamani9gh @rarmitag @hfekete @davemck513
1 change: 0 additions & 1 deletion app/devops/vaults.env
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ VUE_APP_KEYCLOAK_CLIENTID="op://keycloak/$APP_ENV/name-requests-web/UI_KEYCLOAK_
VUE_APP_AUTH_TOKEN_URL="op://keycloak/$APP_ENV/base/KEYCLOAK_AUTH_TOKEN_URL"

#vaults name-request
VUE_APP_HOTJAR_ID="op://name-request/$APP_ENV/ui/HOTJAR_ID"
VUE_APP_QUICK_SEARCH_PUBLIC_ID="op://name-request/$APP_ENV/ui/QUICK_SEARCH_PUBLIC_ID"
VUE_APP_QUICK_SEARCH_PUBLIC_SECRET="op://name-request/$APP_ENV/ui/QUICK_SEARCH_PUBLIC_SECRET"

Expand Down
124 changes: 62 additions & 62 deletions app/firebase.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
{
"hosting": {
"site": "namerequest-dev",
"public": "dist",
"ignore": [
"**/devops/**",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"headers": [
{
"source": "**",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "*"
},
{
"key": "X-Frame-Options",
"value": "DENY"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self'; frame-src 'self' *.gov.bc.ca *.hotjar.com *.googleapis.com https://*.nr-data.net https://*.newrelic.com https://*.cac1.pure.cloud; script-src 'self' 'unsafe-eval' 'unsafe-inline' *.gov.bc.ca *.hotjar.com *.googleapis.com https://*.nr-data.net https://*.newrelic.com https://*.cac1.pure.cloud; style-src 'self' 'unsafe-inline' *.cloudflare.com *.googleapis.com; font-src 'self' *.gov.bc.ca *.hotjar.com *.cloudflare.com *.googleapis.com *.gstatic.com *.jsdelivr.net; img-src 'self' data: *.hotjar.com https://*.cac1.pure.cloud; connect-src 'self' *.gov.bc.ca *.run.app *.launchdarkly.com *.hotjar.com *.postescanada-canadapost.ca *.apigee.net wss://*.hotjar.com *.hotjar.io https://*.nr-data.net https://shyrka-prod-cac1.s3.ca-central-1.amazonaws.com https://*.newrelic.com https://*.cac1.pure.cloud wss://*.cac1.pure.cloud; manifest-src 'self'; media-src 'self' https://*.cac1.pure.cloud; object-src 'self' https://*.cac1.pure.cloud; child-src 'self' https://*.cac1.pure.cloud;"
},
{
"key": "Cache-Control",
"value": "no-cache, no-store, must-revalidate"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Referrer-Policy",
"value": "no-referrer"
},
{
"key": "Feature-Policy",
"value": "microphone 'self'"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000;"
}
]
}
]
}
"hosting": {
"site": "namerequest-dev",
"public": "dist",
"ignore": [
"**/devops/**",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"headers": [
{
"source": "**",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "*"
},
{
"key": "X-Frame-Options",
"value": "DENY"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self'; frame-src 'self' *.gov.bc.ca *.googleapis.com https://*.nr-data.net https://*.newrelic.com https://*.cac1.pure.cloud; script-src 'self' 'unsafe-eval' 'unsafe-inline' *.gov.bc.ca *.googleapis.com https://*.nr-data.net https://*.newrelic.com https://*.cac1.pure.cloud; style-src 'self' 'unsafe-inline' *.cloudflare.com *.googleapis.com; font-src 'self' *.gov.bc.ca *.cloudflare.com *.googleapis.com *.gstatic.com *.jsdelivr.net; img-src 'self' data: https://*.cac1.pure.cloud; connect-src 'self' *.gov.bc.ca *.run.app *.launchdarkly.com *.postescanada-canadapost.ca *.apigee.net https://*.nr-data.net https://shyrka-prod-cac1.s3.ca-central-1.amazonaws.com https://*.newrelic.com https://*.cac1.pure.cloud wss://*.cac1.pure.cloud; manifest-src 'self'; media-src 'self' https://*.cac1.pure.cloud; object-src 'self' https://*.cac1.pure.cloud; child-src 'self' https://*.cac1.pure.cloud;"
},
{
"key": "Cache-Control",
"value": "no-cache, no-store, must-revalidate"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Referrer-Policy",
"value": "no-referrer"
},
{
"key": "Feature-Policy",
"value": "microphone 'self'"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000;"
}
]
}
]
}
}
2 changes: 1 addition & 1 deletion app/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ http {
add_header Pragma "no-cache";

# Content Security Policy
add_header Content-Security-Policy "default-src 'self'; frame-src 'self' *.gov.bc.ca *.hotjar.com *.googleapis.com https://*.nr-data.net https://*.newrelic.com https://*.cac1.pure.cloud; script-src 'self' 'unsafe-eval' 'unsafe-inline' *.gov.bc.ca *.hotjar.com *.googleapis.com https://*.nr-data.net https://*.newrelic.com https://*.cac1.pure.cloud; style-src 'self' 'unsafe-inline' *.cloudflare.com; font-src 'self' *.gov.bc.ca *.hotjar.com *.cloudflare.com; img-src 'self' data: *.hotjar.com https://*.cac1.pure.cloud; connect-src 'self' *.gov.bc.ca *.launchdarkly.com *.hotjar.com *.postescanada-canadapost.ca *.apigee.net wss://*.hotjar.com *.hotjar.io https://*.nr-data.net https://shyrka-prod-cac1.s3.ca-central-1.amazonaws.com https://*.newrelic.com https://*.cac1.pure.cloud wss://*.cac1.pure.cloud; manifest-src 'self'; media-src 'self' https://*.cac1.pure.cloud; object-src 'self' https://*.cac1.pure.cloud; child-src 'self' https://*.cac1.pure.cloud;";
add_header Content-Security-Policy "default-src 'self'; frame-src 'self' *.gov.bc.ca *.googleapis.com https://*.nr-data.net https://*.newrelic.com https://*.cac1.pure.cloud; script-src 'self' 'unsafe-eval' 'unsafe-inline' *.gov.bc.ca *.googleapis.com https://*.nr-data.net https://*.newrelic.com https://*.cac1.pure.cloud; style-src 'self' 'unsafe-inline' *.cloudflare.com; font-src 'self' *.gov.bc.ca *.cloudflare.com; img-src 'self' data: https://*.cac1.pure.cloud; connect-src 'self' *.gov.bc.ca *.launchdarkly.com *.postescanada-canadapost.ca *.apigee.net https://*.nr-data.net https://shyrka-prod-cac1.s3.ca-central-1.amazonaws.com https://*.newrelic.com https://*.cac1.pure.cloud wss://*.cac1.pure.cloud; manifest-src 'self'; media-src 'self' https://*.cac1.pure.cloud; object-src 'self' https://*.cac1.pure.cloud; child-src 'self' https://*.cac1.pure.cloud;";

listen 8080;
server_name _;
Expand Down
5 changes: 2 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "name-request",
"version": "5.8.7",
"version": "5.8.11",
"private": true,
"appName": "Name Request UI",
"sbcName": "SBC Common Components",
Expand Down Expand Up @@ -40,7 +40,6 @@
"tslib": "^2.8.1",
"vue": "2.7.16",
"vue-contenteditable": "^1.0.2",
"vue-hotjar": "^1.4.0",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.6.5",
"vuetify": "^2.7.2",
Expand Down Expand Up @@ -86,4 +85,4 @@
"vue-demi"
]
}
}
}
Loading
Loading