This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added an options object to the database seed configuration. Currently, the only option implemented is `logResults`; set using the seedDB env config options (default to "true"). Modified the definition of the env config for seedDB. It's now an object, with options. Setting the logResults option is set to `false` in the core configuration server test suite. Also, fixed an issue with how env configs were reading the seedDB setting from the env variables. Previously, the config was getting set by looking for merely the existence of the env variable (MONGO_SEED). However, if this setting existed but was set to "false", the seedDB would be turned on. Added the SeedDB user details to the env config, and seedDB options. Added tests to the core server config test suite should have seedDB configuration set for "regular" user should have seedDB configuration set for admin user should seed admin, and "regular" user accounts when NODE_ENV is set to "test" when they already exist should ONLY seed admin user account when NODE_ENV is set to "production" with custom admin should seed admin, and "regular" user accounts when NODE_ENV is set to "test" with custom options should NOT seed admin user account if it already exists when NODE_ENV is set to "production" should NOT seed "regular" user account if missing email when NODE_ENV set to "test" Added support for environment variables to seedDB env configs; currently only supporting username & email. Refactored how the SeedDB rejects were being handled
- Loading branch information
Showing
6 changed files
with
382 additions
and
60 deletions.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.