Skip to content
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

Merged
merged 34 commits into from
Jun 17, 2021
Merged

For 3.9.4 #111

merged 34 commits into from
Jun 17, 2021

Conversation

birm
Copy link
Member

@birm birm commented Jun 16, 2021

YashKumarVerma and others added 30 commits March 26, 2021 12:00
- 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
- wait for database to initialize before calling dataTransformationHandler
wait for database to initialize before db calls
Update setup_script to fetch landing page
- initialize connection inside test file (#104)
- tests for @todo items
- .aggregate()
- .delete()
- .find()
- .update()
- .distinct()
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
birm and others added 4 commits May 20, 2021 09:33
…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
@birm birm merged commit 91fec6d into master Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants