-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into g/front-end-custom-do…
…mains # By Jessica McInchak (11) and Dafydd Llŷr Pearson (10) # Via GitHub * origin/main: (21 commits) chore: Upgrade Editor dependencies (Part 1) (#1047) chore: upgrade metabase (#1050) fix: Drop sslPolicy for HTTP (#1051) chore(infra): Update HTTP/HTTPS listener SSL policy (#1049) chore: Enable Save and Return by default (#1048) fix: add single line address as separate CSV row (#1046) feat: Enable emailReplyToID (#1044) fix: Display ContentPage on Save and Return path (#1045) chore: upgrade scripts/seed-database dependencies (#1043) chore: upgrade e2e test dependencies (#1042) fix: adjust HASURA_GRAPHQL_CORS_DOMAIN in pulumi (#1041) fix: preserve breadcrumb order when reconciling changed content (#1034) fix: restrict a user from drawing a site boundary and uploading a location plan (#1040) feat: Apply basic rate limiting to API (#1038) fix: use HASURA_GRAPHQL_CORS_DOMAIN env variable to whitelist domains (#1039) fix: Downgrade passport back to 0.5.3 (#1037) chore: Update Hasura (#1035) build: Upgrade API dependencies (#1033) chore: remove Uniform feature flag (#1027) fix: Review page shows all DrawBoundary data (map and/or plan) and file gets correct BOPS tag (#1030) ... # Conflicts: # editor.planx.uk/package.json # editor.planx.uk/pnpm-lock.yaml
- Loading branch information
Showing
53 changed files
with
4,740 additions
and
5,122 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
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 |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
- uses: actions/checkout@v2 | ||
- uses: pnpm/[email protected] | ||
with: | ||
version: ${{ env.PNPM_VERSION }} | ||
version: 7.5.2 | ||
- uses: actions/setup-node@v2 | ||
with: | ||
node-version: ${{ env.NODE_VERSION }} | ||
|
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
Oops, something went wrong.