Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions .github/workflows/strr-base-web-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
app_name: "strr-base-web-ui"
working_directory: "./strr-base-web"
codecov_flag: "strrbasewebui"
pnpm_version: 11.9.0
node_version: 24
2 changes: 1 addition & 1 deletion .github/workflows/strr-examiner-ui-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
app_name: "strr-examiner-ui"
working_directory: "./strr-examiner-web"
node_version: 24
pnpm_version: 10.0.0
pnpm_version: 11.9.0
redeploy: ${{ inputs.redeploy }}
secrets:
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/strr-examiner-ui-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
working_directory: "./strr-examiner-web"
codecov_flag: "strrexaminerui"
node_version: 24
pnpm_version: 10.0.0
pnpm_version: 11.9.0
2 changes: 1 addition & 1 deletion .github/workflows/strr-host-pm-ui-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
app_name: "strr-hosts"
working_directory: "./strr-host-pm-web"
node_version: 24
pnpm_version: 10.0.0
pnpm_version: 11.9.0
redeploy: ${{ inputs.redeploy }}
secrets:
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/strr-host-pm-ui-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
working_directory: "./strr-host-pm-web"
codecov_flag: "strrhostpmui"
node_version: 24
pnpm_version: 10.0.0
pnpm_version: 11.9.0
2 changes: 1 addition & 1 deletion .github/workflows/strr-platform-ui-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
app_name: "strr-platform-ui"
working_directory: "./strr-platform-web"
node_version: 24
pnpm_version: 10.0.0
pnpm_version: 11.9.0
redeploy: ${{ inputs.redeploy }}
secrets:
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/strr-platform-ui-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
working_directory: "./strr-platform-web"
codecov_flag: "strrplatformui"
node_version: 24
pnpm_version: 10.0.0
pnpm_version: 11.9.0
2 changes: 1 addition & 1 deletion .github/workflows/strr-strata-ui-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
app_name: "strr-strata-hotel-ui"
working_directory: "./strr-strata-web"
node_version: 24
pnpm_version: 10.0.0
pnpm_version: 11.9.0
redeploy: ${{ inputs.redeploy }}
secrets:
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/strr-strata-ui-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
working_directory: "./strr-strata-web"
codecov_flag: "strrstrataui"
node_version: 24
pnpm_version: 10.0.0
pnpm_version: 11.9.0
8 changes: 7 additions & 1 deletion .sonarcloud.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@ sonar.exclusions=strr-api/migrations/**/*,strr-api/devops/**/*,strr-api/tests/**
sonar.sourceEncoding=UTF-8

# Exclusions for copy-paste detection
sonar.cpd.exclusions=strr-host-pm-web/tests/**, strr-host-pm-web/vitest.config.ts, strr-examiner-web/tests/**
# */ensure-strr-base-web.mjs is necessarily identical across the 4 STRR apps
# it appears in: each app's CD deploy build context is a fully isolated Docker
# build containing only that app's own directory, so this fallback (fetching
# the shared strr-base-web layer from GitHub when it's not there at all) can't
# be extracted into a shared module the way its normal-case counterpart,
# strr-base-web/prepare.mjs, is - there's nothing to import it from.
sonar.cpd.exclusions=strr-host-pm-web/tests/**, strr-host-pm-web/vitest.config.ts, strr-examiner-web/tests/**, */ensure-strr-base-web.mjs
4 changes: 3 additions & 1 deletion strr-base-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"nuxt": "4.5.2",
"playwright-core": "^1.57.0",
"sass": "^1.77.6",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3",
"vitest": "4.1.11"
},
Expand All @@ -53,5 +54,6 @@
"luxon": "^3.5.0",
"nuxt-gtag": "^3.0.3",
"vue-country-flag-next": "^2.3.2"
}
},
"packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b"
}
Loading
Loading