-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Merge pull request #7266 from opengovsg/release_v6.117.0
build: release v6.117.0
- v6.179.0
- v6.178.2
- v6.178.1
- v6.178.0
- v6.177.0
- v6.176.0
- v6.175.0
- v6.174.0
- v6.173.1
- v6.173.0
- v6.172.0
- v6.171.0
- v6.170.0
- v6.169.1
- v6.169.0
- v6.168.0
- v6.167.0
- v6.166.1
- v6.166.0
- v6.165.0
- v6.164.0
- v6.163.0
- v6.162.0
- v6.161.0
- v6.160.0
- v6.159.0
- v6.158.2
- v6.158.1
- v6.158.0
- v6.157.0
- v6.156.0
- v6.155.0
- v6.154.0
- v6.153.0
- v6.152.0
- v6.151.2
- v6.151.1
- v6.151.0
- v6.150.1
- v6.150.0
- v6.149.3
- v6.149.2
- v6.149.1
- v6.149.0
- v6.148.0
- v6.147.1
- v6.147.0
- v6.146.1
- v6.146.0
- v6.145.0
- v6.144.0
- v6.143.1
- v6.143.0
- v6.142.0
- v6.141.0
- v6.140.0
- v6.139.0
- v6.138.0
- v6.137.0
- v6.136.0
- v6.135.0
- v6.134.1
- v6.134.0
- v6.133.0
- v6.132.0
- v6.131.0
- v6.130.1
- v6.130.0
- v6.129.0
- v6.128.0
- v6.127.1
- v6.127.0
- v6.126.0
- v6.125.0
- v6.124.1
- v6.124.0
- v6.123.0
- v6.122.0
- v6.121.0
- v6.120.0
- v6.119.1
- v6.119.0
- v6.118.0
- list
Showing
45 changed files
with
476 additions
and
1,332 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ services: | |
- SEND_AUTH_OTP_RATE_LIMIT=60 | ||
- SES_PORT=1025 | ||
- SES_HOST=maildev | ||
- WEBHOOK_SQS_URL=http://localhost:4566/000000000000/local-webhooks-sqs-main | ||
- WEBHOOK_SQS_URL=http://sqs.us-east-1.localhost.localstack.cloud:4566/000000000000/local-webhooks-sqs-main | ||
- INTRANET_IP_LIST_PATH | ||
- SENTRY_CONFIG_URL=https://[email protected]/123456 | ||
- CSP_REPORT_URI=https://[email protected]/123456 | ||
|
@@ -162,16 +162,16 @@ services: | |
- '27017:27017' | ||
|
||
localstack: | ||
image: localstack/localstack:0.11.5 | ||
image: localstack/localstack:3.3 | ||
container_name: formsg-localstack | ||
depends_on: | ||
- backend | ||
environment: | ||
- SERVICES=s3,sqs,secretsmanager | ||
- DATA_DIR=/tmp/localstack/data | ||
- DNS_ADDRESS=0 | ||
volumes: | ||
- './.localstack:/tmp/localstack' | ||
- '/var/run/docker.sock:/var/run/docker.sock' | ||
- ./.localstack/volume:/var/lib/localstack | ||
- /var/run/docker.sock:/var/run/docker.sock | ||
network_mode: 'service:backend' # reuse backend service's network stack so that it can resolve localhost:4566 to localstack:4566 | ||
logging: | ||
driver: none | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
96 changes: 0 additions & 96 deletions
96
...esign/BuilderAndDesignDrawer/EditFieldDrawer/edit-fieldtype/EditMobile/SmsCountsModal.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.