-
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
Commits on Mar 26, 2021
-
feat(mongoDB): create service for db operations
- 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
Configuration menu - View commit details
-
Copy full SHA for 06007a0 - Browse repository at this point
Copy the full SHA 06007a0View commit details -
refactor(handler): integrate db service, callback->async-await
- transform callbacks to async-await syntax - replace direct database calls with db-service calls - refactor monitor to eliminate redundant code
Configuration menu - View commit details
-
Copy full SHA for 43da6cb - Browse repository at this point
Copy the full SHA 43da6cbView commit details
Commits on Mar 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 18fcc0d - Browse repository at this point
Copy the full SHA 18fcc0dView commit details
Commits on Apr 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7a50ef5 - Browse repository at this point
Copy the full SHA 7a50ef5View commit details -
test(db): add unit tests for db service
- unit tests for connector - unit tests for util - log functions for db service methods - handle cases with invalid ObjectID
Configuration menu - View commit details
-
Copy full SHA for 41e742b - Browse repository at this point
Copy the full SHA 41e742bView commit details
Commits on Apr 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 383ac1f - Browse repository at this point
Copy the full SHA 383ac1fView commit details
Commits on Apr 13, 2021
-
chore(setup): add setup script to initialize project
- 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
Configuration menu - View commit details
-
Copy full SHA for 9793afa - Browse repository at this point
Copy the full SHA 9793afaView commit details -
Merge pull request #93 from YashKumarVerma/issue/92/setup-script
chore(setup): add setup script to initialize project
Configuration menu - View commit details
-
Copy full SHA for d0c68cb - Browse repository at this point
Copy the full SHA d0c68cbView commit details
Commits on Apr 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f91a9a6 - Browse repository at this point
Copy the full SHA f91a9a6View commit details
Commits on Apr 19, 2021
-
Merge pull request #90 from YashKumarVerma/database-separation
Add service for single point of interaction with database
Configuration menu - View commit details
-
Copy full SHA for e442030 - Browse repository at this point
Copy the full SHA e442030View commit details
Commits on Apr 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6d9786f - Browse repository at this point
Copy the full SHA 6d9786fView commit details
Commits on Apr 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8221a6f - Browse repository at this point
Copy the full SHA 8221a6fView commit details
Commits on Apr 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ff4fc58 - Browse repository at this point
Copy the full SHA ff4fc58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51a2ef2 - Browse repository at this point
Copy the full SHA 51a2ef2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ab1baa - Browse repository at this point
Copy the full SHA 8ab1baaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdc0959 - Browse repository at this point
Copy the full SHA cdc0959View commit details
Commits on May 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2261887 - Browse repository at this point
Copy the full SHA 2261887View commit details
Commits on May 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 05bd6cc - Browse repository at this point
Copy the full SHA 05bd6ccView commit details
Commits on May 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 39348d8 - Browse repository at this point
Copy the full SHA 39348d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3d441a - Browse repository at this point
Copy the full SHA b3d441aView commit details -
Merge branch 'backup-dev' of https://github.com/siddhanth339/Caracal …
…into backup-dev updated setup script
Configuration menu - View commit details
-
Copy full SHA for 76c4ac9 - Browse repository at this point
Copy the full SHA 76c4ac9View commit details
Commits on May 7, 2021
-
fix(db): await before dataTransformationHandler call
- wait for database to initialize before calling dataTransformationHandler
Configuration menu - View commit details
-
Copy full SHA for a986e1b - Browse repository at this point
Copy the full SHA a986e1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for faa16df - Browse repository at this point
Copy the full SHA faa16dfView commit details -
Merge pull request #98 from YashKumarVerma/issue/96/fix
wait for database to initialize before db calls
Configuration menu - View commit details
-
Copy full SHA for 7067762 - Browse repository at this point
Copy the full SHA 7067762View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea2b00c - Browse repository at this point
Copy the full SHA ea2b00cView commit details -
Merge pull request #101 from siddhanth339/backup-dev
Update setup_script to fetch landing page
Configuration menu - View commit details
-
Copy full SHA for 1d7e113 - Browse repository at this point
Copy the full SHA 1d7e113View commit details
Commits on May 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 557ecdc - Browse repository at this point
Copy the full SHA 557ecdcView commit details
Commits on May 10, 2021
-
Bump lodash from 4.17.19 to 4.17.21
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>
Configuration menu - View commit details
-
Copy full SHA for 7fa2025 - Browse repository at this point
Copy the full SHA 7fa2025View commit details
Commits on May 14, 2021
-
Merge pull request #106 from YashKumarVerma/database-tests-todo
Add connection, remaining database tests
Configuration menu - View commit details
-
Copy full SHA for 725e00c - Browse repository at this point
Copy the full SHA 725e00cView commit details
Commits on May 19, 2021
-
Merge pull request #103 from camicroscope/backup-dev
Reintroduce Backup Dev into Dev
Configuration menu - View commit details
-
Copy full SHA for feeea61 - Browse repository at this point
Copy the full SHA feeea61View commit details
Commits on May 20, 2021
-
Merge pull request #107 from camicroscope/dependabot/npm_and_yarn/lod…
…ash-4.17.21 Bump lodash from 4.17.19 to 4.17.21
Configuration menu - View commit details
-
Copy full SHA for 921d540 - Browse repository at this point
Copy the full SHA 921d540View commit details
Commits on Jun 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 16787ae - Browse repository at this point
Copy the full SHA 16787aeView commit details
Commits on Jun 11, 2021
-
Bump glob-parent from 5.1.1 to 5.1.2
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>
Configuration menu - View commit details
-
Copy full SHA for bbec015 - Browse repository at this point
Copy the full SHA bbec015View commit details -
Merge pull request #110 from camicroscope/dependabot/npm_and_yarn/glo…
…b-parent-5.1.2 Bump glob-parent from 5.1.1 to 5.1.2
Configuration menu - View commit details
-
Copy full SHA for 4525c9a - Browse repository at this point
Copy the full SHA 4525c9aView commit details