intro-mongo-db icon indicating copy to clipboard operation
intro-mongo-db copied to clipboard

[Course] Introduction to MongoDB code

Results 23 intro-mongo-db issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

When running tests on exercises/models an error stops the tests due to `MongoError: pool is draining, new operations prohibited`. Refactored testconfig.js to execute `mongoose.disconnect()` after all the tests have been...

I have on the start user.js ` betaUser: { type: Boolean, default: false },` like that but the test is not passing it? betaUser should default to false (11ms) Here...

Getting this error `MongoError: server is closed` right before the `should have correct fields` user test when running this command: `yarn test exercises/models/__test__/user.spec.js`. Strangely if I remove the previous `betaUser...

hey there! I'm having issues with getting tests to pass with the **models** exercises. ## Steps taken click to see my steps 1) ``` git clone url``` 1) ```npm install```...

I had the following problem with hooks part - running tests would fail with error: `CastError: Cast to string failed for value "[ 'active' ]" at path "subscription.status"`. This PR...

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.3.2 to 5.7.5. Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.7.5 / 2019-10-14 > ================== > * fix(query): delete top-level `_bsontype` property in queries to prevent silent empty...

dependencies

Hi, i have a question about a filter... I wanna create a filter for example the request might be name contains ´test´, bussiness equals ´worktest´ so with that i wanna...