Skip to content

Version 2.1.1

Latest
Compare
Choose a tag to compare
@sspathare97 sspathare97 released this 29 Oct 13:18
· 12 commits to master since this release
2224eef

Features and minor bug fixes

  • Isolated the test environment by using a separate database and env file
  • Added env scripts for creating and applying env updates to both dev and test environments
  • Added test scripts for different combinations of migrations / force exit to ease debugging
  • Worker jobs are no longer added for test environment
  • Set Jest collectCoverageFrom to controllers folder
  • Fixed HTTP error codes at some places
  • Extracted some hard-coded error messages to errors.js
  • Added already fetched user object to request.auth.credentials, saving one redundant DB call in controllers
  • Created a common configureDatabase handler for dev and prod DB migrations
  • Added extensive test cases for appinfo, model-cache purge, user update, forgot and reset password
  • Minor refactoring
  • Added MIT license