-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: release v6.109.0 #7081
Merged
Merged
build: release v6.109.0 #7081
Conversation
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
build: merge release v6.108.0 into develop
* feat: add encryption boundary shift and remove saving of answers and attachments in preview * feat: add warning banner that attachments and answers are not saved * chore: fix failing backend tests * fix: add changes from code review * chore: adding back tests for email preview * chore: adding back shuli's edits and removing unused imports
* feat: update thank you page header * feat: correct logic on when the right header shows * fix: add changes from review * fix: correcting changes from code review --------- Co-authored-by: Your Name <[email protected]>
* feat: workflow builder * feat: remove trash icon from first step, allow only one email for static routing * chore: clean up old workflow pages * fix: handle undefined for chakra inputs * test: fix stories * chore: update type of InlineMessage icon * chore: frontend UI updates * chore: update commend text * chore: change ts-ignore to ts-expect-error * fix: dont mutate objects --------- Co-authored-by: Ken <[email protected]>
chore: upgrade mongodb server code to 9.1.6
* chore: scaffold controller code * chore: split into services * chore: update typeguard to check for _id and name * chore: validate product price * chore: update error message for payment definition failure * chore: add unit tests for isPaymentsProducts * chore: add tests for payments service * chore: remove stray comment * chore: check entire product definition * chore: convert mongoose doc to obj for comparison * chore: refine testcases --------- Co-authored-by: Ken <[email protected]>
KenLSM
force-pushed
the
release_v6.109.0
branch
from
February 14, 2024 04:14
60b2cff
to
d01ac17
Compare
KenLSM
approved these changes
Feb 14, 2024
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
#7077
#7052
#7072
#7069
#7020
#7071
#7068
#7067
Dependencies
Dev-Dependencies
Tests
chore: add payments by product backend validation
#7077
@KenLSM
feat(mrf): workflow builder
#7072