-
Notifications
You must be signed in to change notification settings - Fork 95
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
For 3.9.4 #111
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
Member
birm
commented
Jun 16, 2021
•
edited
Loading
edited
- Database Connector Refactor #90, #98, #106
- Alternate Method Setup Script #93, #101
- util.js for commonly used utility functions that are consumed by database service - jsDOC for each method added, with references to mongoDB documentation for respective functions - all database operations encapsulated into one parent class - single point connector that provides connection instances to entire project - kills application process if connection fails - provision to support multiple database connections
- transform callbacks to async-await syntax - replace direct database calls with db-service calls - refactor monitor to eliminate redundant code
- unit tests for connector - unit tests for util - log functions for db service methods - handle cases with invalid ObjectID
- generates keys by calling keys/make_key.sh if not exists - install node modules if not exists - generates a routes.json file from routes.json.example if not exists - generates .env file from .env.example if not exists - downloads latest seeding script from distro repo and runs against user database - allows custom database name and host during run
chore(setup): add setup script to initialize project
Add service for single point of interaction with database
Master into dev
…into backup-dev updated setup script
- wait for database to initialize before calling dataTransformationHandler
wait for database to initialize before db calls
Update setup_script to fetch landing page
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.19...4.17.21) Signed-off-by: dependabot[bot] <support@github.com>
Add connection, remaining database tests
Reintroduce Backup Dev into Dev
…ash-4.17.21 Bump lodash from 4.17.19 to 4.17.21
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…b-parent-5.1.2 Bump glob-parent from 5.1.1 to 5.1.2
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.