-
Notifications
You must be signed in to change notification settings - Fork 124
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
Fix dump generation #1695
Fix dump generation #1695
Conversation
Codecov Report
@@ Coverage Diff @@
## 2-dev #1695 +/- ##
==========================================
+ Coverage 93.68% 93.70% +0.01%
==========================================
Files 115 115
Lines 7224 7224
==========================================
+ Hits 6768 6769 +1
+ Misses 456 455 -1
Continue to review full report at Codecov.
|
Co-authored-by: Leonardo D'Aubeterre <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
# [2.3.2](https://github.com/kuzzleio/kuzzle/releases/tag/2.3.2) (2020-07-07) #### Bug fixes - [ [#1701](#1701) ] Fix: description should not be required for plugin custom errors ([scottinet](https://github.com/scottinet)) - [ [#1695](#1695) ] Fix dump generation ([Aschen](https://github.com/Aschen)) - [ [#1698](#1698) ] Fix generic events on search queries ([scottinet](https://github.com/scottinet)) #### Enhancements - [ [#1702](#1702) ] Update search indexes only when the "dynamic" setting changes from false to true/strict ([Aschen](https://github.com/Aschen)) - [ [#1630](#1630) ] Loose coupling: security module ([scottinet](https://github.com/scottinet)) - [ [#1604](#1604) ] Add request ID in log ([Aschen](https://github.com/Aschen)) ---
What does this PR do ?
Fix the call to
dumpGenerator.dump
method