-
Notifications
You must be signed in to change notification settings - Fork 84
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
feat: merge release v4.31.0 into master branch #200
Merged
Merged
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
…pescript (#122) * test(VerificationModel): migrate tests to TypeScript * test: rename and simplify preloadCollections function * feat: set isDev to true once node environment is not prod * feat: silence winston logger in test node environment for jest # Conflicts: # src/config/logger.ts # tests/.test-basic-env # tests/.test-full-env * test(FormField): fix flakiness when running multiple mongoose tests Flakiness is caused by calling `connection.dropDatabase()`, and since jest runs tests in parallel, one test might drop databases needed in other tests. * test(FormModel): migrate to Typescript * test: add documentation to `jest-mongodb-config` * test: perform setup and teardown manually in jest-db * feat: make isDev true only if either test or dev environment
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.4.10 to 6.4.11. - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](nodemailer/nodemailer@v6.4.10...v6.4.11) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.8 to 5.0.0. - [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases) - [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md) - [Commits](kelektiv/node.bcrypt.js@v3.0.8...v5.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: Merge release 4.30.3 into develop
* Create trouble shooting guide * Add to trouble shooting guide * Update docs/TROUBLESHOOTING.md Co-authored-by: Antariksh Mahajan <antarikshmahajan@gmail.com> Co-authored-by: Arshad Ali <arshadali@Arshads-MacBook-Pro.local> Co-authored-by: Antariksh Mahajan <antarikshmahajan@gmail.com>
Bumps [express-winston](https://github.com/bithavoc/express-winston) from 4.0.3 to 4.0.5. - [Release notes](https://github.com/bithavoc/express-winston/releases) - [Changelog](https://github.com/bithavoc/express-winston/blob/main/CHANGELOG.md) - [Commits](bithavoc/express-winston@v4.0.3...v4.0.5) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [crypto-js](https://github.com/brix/crypto-js) from 3.3.0 to 4.0.0. - [Release notes](https://github.com/brix/crypto-js/releases) - [Commits](brix/crypto-js@3.3.0...4.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: log ip, submissionId and formId together in json * refactor: use logger.info and add IP to admin mail log
Bumps [htmlhint](https://github.com/htmlhint/HTMLHint) from 0.11.0 to 0.14.1. - [Release notes](https://github.com/htmlhint/HTMLHint/releases) - [Changelog](https://github.com/htmlhint/HTMLHint/blob/master/CHANGELOG.md) - [Commits](htmlhint/HTMLHint@v0.11.0...v0.14.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [node-cache](https://github.com/node-cache/node-cache) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/node-cache/node-cache/releases) - [Commits](node-cache/node-cache@v5.1.1...v5.1.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.699.0 to 2.734.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](aws/aws-sdk-js@v2.699.0...v2.734.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
karrui
changed the title
feat: release v4.31.0 to master
feat: merge release v4.31.0 into master branch
Aug 25, 2020
liangyuanruo
approved these changes
Aug 25, 2020
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.
This PR releases v4.31.0 into
master
.New
Improved