build: release v6.66.0#6544
Closed
LinHuiqing wants to merge 11 commits into
Closed
Conversation
build: merge v6.65.0 into develop
feat/presub-change-icon-to-help
* feat: add description to form issue modal * update based on figma change * Remove fullstop as requested
* removed gtm and gstatic from csp headers * removed gtm and gstatic from csp headers * loading specific files for recaptcha * corrected path * corrected path * test defer * add tags * reverted hardcoded tracking id * reverted changes to gtm * added gtm * updated csp * added comments * updated comments
* chore: lower max payment amount cents to 200k * fix: variable amounts to draw max payment amount from env
* feat: add gst_enabled flag to form definition * feat: add gst_enabled flag to payment model * feat: add validation check for gst_enabled flag when updating payment * feat: add gstEnabled field when a new payment is created * feat: modify invoice according to whether GST is enabled * fix: edit invoice format * test: add gstEnabled to payments tests * test: fix more tests * feat: add datafix script * docs: refine description of script * feat: add GST toggle to payment settings page * fix: remove GST Reg No and Business Address descriptions * fix: UI changes * fix: set gst_enabled default in form model to true * fix: update test * fix: update db script
…6541) * fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-5777721 * build: update package-lock.json --------- Co-authored-by: snyk-bot <snyk-bot@snyk.io> Co-authored-by: Justyn Oh <justynoh@gmail.com>
Contributor
Author
|
Strange, it missed out the regression tests I added for one of the dep upgrade PRs. Added to PR description manually! |
This reverts commit 004adc4.
Contributor
Author
|
Closing PR to recut release 6.66.0 due to missing |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New
#6538#6543#6535#6536#6533#6532#6531#6528#6529Dependencies
#6541#6542Dev-Dependencies
Tests
feat: indicate if GST has been applied to a payment transaction
#6538Deploy Notes
New scripts:
scripts/20230718_set-gst-enabled-flag/set-gst-enabled-flag.js: This script adds thegstEnabledflag to the payments collection and sets the flag for all existing documents to true. It also adds thegst_enabledflag to thepayments_fieldin the form collection, and sets the flag for all existing documents with apayments_fieldto true.chore: reduce max payment limit
#6543@foochifa
Regression Form payments settings
Feature test
200000(try222333)fix: updating csp to fix bypass
#6535https://analytics.google.com/analytics/web/#/report-home/a130216930w207559009p200196046
feat: add description to form issue modal
#6536@wanlingt
fix: presub remove additional underscore
#6533@wanlingt
Login to formsbuild(deps): bump winston-cloudwatch version to "6.2.0"
#6542@foochifa
Regression tests