-
Notifications
You must be signed in to change notification settings - Fork 234
Tweak dev.md, CONTRIBUTING.md #1
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
Merged
Merged
Conversation
This file contains hidden or 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
thanks! |
imlucas
added a commit
that referenced
this pull request
May 12, 2015
fix(docs): Tweak dev.md, CONTRIBUTING.md
18 tasks
pzrq
pushed a commit
that referenced
this pull request
Feb 16, 2017
* Change delete index button to red * Fixed Times New Roman button issue
rueckstiess
pushed a commit
that referenced
this pull request
Mar 7, 2017
rueckstiess
pushed a commit
that referenced
this pull request
Mar 7, 2017
rueckstiess
pushed a commit
that referenced
this pull request
Mar 9, 2017
rueckstiess
pushed a commit
that referenced
this pull request
Mar 9, 2017
rueckstiess
added a commit
that referenced
this pull request
Mar 9, 2017
* add data fetching to store. * wip, changed moved over from COMPASS-726-chart-data-fetching branch #1 * only fetch data when at collection level * pass query directly to _refreshDataCache * fix unit tests * added mockDataService to test stores better. * moved chart store integration tests to unit tests * more generic mockDataService, cleanup tests * better usage docs. * remove console log statement * remove console.log statement.
imlucas
added a commit
that referenced
this pull request
Mar 14, 2017
Update hadron-app to use the dependency changes from [hadron-app #1](mongodb-js/hadron-app#1) that were published in `hadron-app@0.0.6`. `lodash` has been removed as a dependency in favor of using ES6 built-in language features. `hadron-app` must be required early in the application's initialization lifecycle, so removing external the external dependency avoids the performance hit of resolving and loading `lodash`.
imlucas
added a commit
that referenced
this pull request
Mar 14, 2017
Update hadron-app to use the dependency changes from [hadron-app #1](mongodb-js/hadron-app#1) that were published in `hadron-app@0.0.6`. `lodash` has been removed as a dependency in favor of using ES6 built-in language features. `hadron-app` must be required early in the application's initialization lifecycle, so removing external the external dependency avoids the performance hit of resolving and loading `lodash`.
gribnoysup
pushed a commit
that referenced
this pull request
Apr 26, 2021
* chore: update to `mongodb@3.3.3` * chore: remove extraneous mongodb-core dependency * driver: Update to mongodb@3.3.4 * fix: remove old smoke tests These were breaking on update because of info leakage from driver. 1. Connectivity is tested with `mongodb-connection-model#test()` not via a connect() call because a test should use different timeout values than a connection which will be used more than once. In the case of this test, the selection timeout in the driver is 30000ms which caused this test to fail with `exceeded test timout of 2000`. 2. Retryable reads and writes are now supported by the driver which invalidates the state the disconnect() test relied upon, resulting in a `Topology Destroyed` errror for subsequent calls to the client once closed. Like #1 above, after 30000ms, the `count()` would eventually error but full disconnect() behavior is tested in many other code paths.
gribnoysup
pushed a commit
that referenced
this pull request
Apr 26, 2021
Support for sharded explain output
gribnoysup
pushed a commit
that referenced
this pull request
Apr 26, 2021
adds setupDone, unlisten(), camelCased feature flags
gribnoysup
pushed a commit
that referenced
this pull request
Apr 26, 2021
Adding support for $geoWithin operator
gribnoysup
pushed a commit
that referenced
this pull request
Apr 26, 2021
Update dependencies to enable Greenkeeper 🌴
gribnoysup
pushed a commit
that referenced
this pull request
Apr 26, 2021
Update dependencies to enable Greenkeeper 🌴
gribnoysup
pushed a commit
that referenced
this pull request
Apr 26, 2021
Upgrade peer deps, make mongodb-js compliant
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.
Scrubbing the docs..