├── .coveralls.yml ├── .eslintrc ├── .evergreen ├── config.yml ├── install-dependencies.sh ├── run-atlas-tests.sh └── run-tests.sh ├── .gitignore ├── .npmignore ├── .travis.yml ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── HISTORY.md ├── LICENSE ├── Makefile ├── README.md ├── THIRD-PARTY-NOTICES ├── conf.json ├── docs ├── jsdoc-template │ ├── publish.js │ ├── static │ │ ├── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ └── glyphicons-halflings-regular.woff │ │ ├── scripts │ │ │ ├── bootstrap.min.js │ │ │ ├── jquery.min.js │ │ │ ├── jquery.min.map │ │ │ ├── linenumber.js │ │ │ ├── main.js │ │ │ ├── prettify │ │ │ │ ├── Apache-License-2.0.txt │ │ │ │ ├── lang-css.js │ │ │ │ └── prettify.js │ │ │ ├── underscore-min.js │ │ │ └── underscore-min.map │ │ └── styles │ │ │ ├── bootstrap.min.css │ │ │ ├── jaguar.css │ │ │ ├── prettify-jsdoc.css │ │ │ └── prettify-tomorrow.css │ └── tmpl │ │ ├── container.tmpl │ │ ├── details.tmpl │ │ ├── example.tmpl │ │ ├── examples.tmpl │ │ ├── exceptions.tmpl │ │ ├── layout.tmpl │ │ ├── mainpage.tmpl │ │ ├── members.tmpl │ │ ├── method.tmpl │ │ ├── navigation.tmpl │ │ ├── params.tmpl │ │ ├── properties.tmpl │ │ ├── returns.tmpl │ │ ├── source.tmpl │ │ ├── tutorial.tmpl │ │ └── type.tmpl ├── lib │ └── jsdoc │ │ └── examples_plugin.js └── reference │ ├── .gitignore │ ├── README.md │ ├── config.toml │ ├── content │ ├── driver │ │ ├── getting-started │ │ │ ├── index.md │ │ │ ├── installation-guide.md │ │ │ └── quick-tour.md │ │ ├── index.md │ │ └── reference │ │ │ ├── connecting │ │ │ ├── connection-settings.md │ │ │ └── index.md │ │ │ ├── crud │ │ │ └── index.md │ │ │ ├── extending │ │ │ └── index.md │ │ │ ├── index.md │ │ │ ├── management │ │ │ ├── index.md │ │ │ └── logging.md │ │ │ └── pool │ │ │ └── index.md │ ├── index.md │ ├── issues-help.md │ └── whats-new │ │ └── index.md │ ├── data │ ├── .readme │ └── mongodb.toml │ ├── layouts │ ├── .readme │ ├── partials │ │ └── assets │ │ │ ├── analytics.html │ │ │ ├── cssExtras.html │ │ │ └── javascriptExtras.html │ └── shortcodes │ │ ├── apiref.html │ │ ├── distroPicker.html │ │ └── install.html │ ├── static │ ├── .readme │ ├── css │ │ └── java.css │ ├── js │ │ └── java.js │ └── lib │ │ └── bootstrap-toggle │ │ ├── bootstrap-toggle.min.css │ │ ├── bootstrap-toggle.min.js │ │ ├── bootstrap-toggle.min.js.map │ │ └── bootstrap2-toggle.min.js.map │ └── themes │ └── mongodb │ ├── LICENSE.md │ ├── README.md │ ├── archetypes │ └── default.md │ ├── data │ └── mongodb.toml │ ├── layouts │ ├── _default │ │ ├── li.html │ │ ├── list.html │ │ └── single.html │ ├── index.html │ ├── partials │ │ ├── assets │ │ │ ├── analytics.html │ │ │ ├── css.html │ │ │ ├── cssExtras.html │ │ │ ├── javascriptExtras.html │ │ │ └── javascripts.html │ │ ├── footer.html │ │ ├── header.html │ │ ├── header │ │ │ ├── contentHeader.html │ │ │ ├── main.html │ │ │ ├── search.html │ │ │ └── topRight.html │ │ ├── menu.html │ │ ├── menu │ │ │ ├── currentItem.html │ │ │ ├── footer.html │ │ │ ├── item.html │ │ │ └── options.html │ │ ├── meta.html │ │ ├── rightColumn.html │ │ └── welcome.html │ └── shortcodes │ │ ├── docsref.html │ │ ├── note.html │ │ └── srcref.html │ ├── static │ ├── .nojekyll │ ├── css │ │ ├── basic.css │ │ ├── bootstrap-custom.css │ │ ├── mongodb-docs.css │ │ ├── overrides.css │ │ └── reset.css │ ├── favicon.ico │ ├── js │ │ ├── doctools.js │ │ ├── jquery.js │ │ ├── navbar.js │ │ ├── scripts.js │ │ ├── searchtools.js │ │ └── underscore.js │ └── lib │ │ ├── bootstrap-theme.css │ │ ├── bootstrap-theme.min.css │ │ ├── bootstrap.css │ │ ├── bootstrap.js │ │ ├── bootstrap.min.css │ │ ├── bootstrap.min.js │ │ ├── font-awesome │ │ ├── css │ │ │ ├── font-awesome.css │ │ │ └── font-awesome.min.css │ │ ├── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ └── fontawesome-webfont.woff │ │ ├── less │ │ │ ├── bordered-pulled.less │ │ │ ├── core.less │ │ │ ├── fixed-width.less │ │ │ ├── font-awesome.less │ │ │ ├── icons.less │ │ │ ├── larger.less │ │ │ ├── list.less │ │ │ ├── mixins.less │ │ │ ├── path.less │ │ │ ├── rotated-flipped.less │ │ │ ├── spinning.less │ │ │ ├── stacked.less │ │ │ └── variables.less │ │ └── scss │ │ │ ├── _bordered-pulled.scss │ │ │ ├── _core.scss │ │ │ ├── _fixed-width.scss │ │ │ ├── _icons.scss │ │ │ ├── _larger.scss │ │ │ ├── _list.scss │ │ │ ├── _mixins.scss │ │ │ ├── _path.scss │ │ │ ├── _rotated-flipped.scss │ │ │ ├── _spinning.scss │ │ │ ├── _stacked.scss │ │ │ ├── _variables.scss │ │ │ └── font-awesome.scss │ │ ├── highlight │ │ ├── CHANGES.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── highlight.pack.js │ │ └── styles │ │ │ ├── arta.css │ │ │ ├── ascetic.css │ │ │ ├── atelier-dune.dark.css │ │ │ ├── atelier-dune.light.css │ │ │ ├── atelier-forest.dark.css │ │ │ ├── atelier-forest.light.css │ │ │ ├── atelier-heath.dark.css │ │ │ ├── atelier-heath.light.css │ │ │ ├── atelier-lakeside.dark.css │ │ │ ├── atelier-lakeside.light.css │ │ │ ├── atelier-seaside.dark.css │ │ │ ├── atelier-seaside.light.css │ │ │ ├── brown_paper.css │ │ │ ├── codepen-embed.css │ │ │ ├── color-brewer.css │ │ │ ├── dark.css │ │ │ ├── default.css │ │ │ ├── docco.css │ │ │ ├── far.css │ │ │ ├── foundation.css │ │ │ ├── github.css │ │ │ ├── googlecode.css │ │ │ ├── hybrid.css │ │ │ ├── idea.css │ │ │ ├── ir_black.css │ │ │ ├── kimbie.dark.css │ │ │ ├── kimbie.light.css │ │ │ ├── magula.css │ │ │ ├── mono-blue.css │ │ │ ├── monokai.css │ │ │ ├── monokai_sublime.css │ │ │ ├── obsidian.css │ │ │ ├── paraiso.dark.css │ │ │ ├── paraiso.light.css │ │ │ ├── pojoaque.css │ │ │ ├── pojoaque.jpg │ │ │ ├── railscasts.css │ │ │ ├── rainbow.css │ │ │ ├── school_book.css │ │ │ ├── solarized_dark.css │ │ │ ├── solarized_light.css │ │ │ ├── sunburst.css │ │ │ ├── tomorrow-night-blue.css │ │ │ ├── tomorrow-night-bright.css │ │ │ ├── tomorrow-night-eighties.css │ │ │ ├── tomorrow-night.css │ │ │ ├── tomorrow.css │ │ │ ├── vs.css │ │ │ ├── xcode.css │ │ │ └── zenburn.css │ │ ├── jquery.tipsy.js │ │ ├── tipsy.css │ │ └── underscore-min.js │ └── theme.toml ├── index.js ├── lib ├── auth │ ├── auth_provider.js │ ├── defaultAuthProviders.js │ ├── gssapi.js │ ├── mongo_credentials.js │ ├── mongocr.js │ ├── plain.js │ ├── scram.js │ ├── sspi.js │ └── x509.js ├── connection │ ├── apm.js │ ├── command_result.js │ ├── commands.js │ ├── connect.js │ ├── connection.js │ ├── logger.js │ ├── msg.js │ ├── pool.js │ └── utils.js ├── cursor.js ├── error.js ├── sdam │ ├── monitoring.js │ ├── server.js │ ├── server_description.js │ ├── server_selectors.js │ ├── topology.js │ └── topology_description.js ├── sessions.js ├── tools │ └── smoke_plugin.js ├── topologies │ ├── mongos.js │ ├── read_preference.js │ ├── replset.js │ ├── replset_state.js │ ├── server.js │ └── shared.js ├── transactions.js ├── uri_parser.js ├── utils.js └── wireprotocol │ ├── command.js │ ├── compression.js │ ├── constants.js │ ├── get_more.js │ ├── index.js │ ├── kill_cursors.js │ ├── query.js │ ├── shared.js │ └── write_command.js ├── package.json └── test ├── atlas.js ├── benchmark.js ├── benchmarks └── cursor_benchmarks.js ├── config.js ├── environments.js ├── tests ├── functional │ ├── basic_replset_server_auth_tests.js │ ├── basic_single_server_auth_tests.js │ ├── client_metadata_tests.js │ ├── connection_tests.js │ ├── cursor_tests.js │ ├── error_tests.js │ ├── extend_cursor_tests.js │ ├── key │ │ └── keyfile.key │ ├── max_staleness_tests.js │ ├── mongos_mocks │ │ ├── mixed_seed_list_tests.js │ │ ├── multiple_proxies_tests.js │ │ ├── proxy_failover_tests.js │ │ ├── proxy_read_preference_tests.js │ │ └── single_proxy_connection_tests.js │ ├── mongos_server_selection_tests.js │ ├── operation_example_tests.js │ ├── operations_tests.js │ ├── pool_tests.js │ ├── replset_server_selection_tests.js │ ├── replset_state_tests.js │ ├── replset_tests.js │ ├── rs_mocks │ │ ├── add_remove_tests.js │ │ ├── all_servers_close_tests.js │ │ ├── connection_tests.js │ │ ├── failover_tests.js │ │ ├── maintanance_mode_tests.js │ │ ├── monitoring_tests.js │ │ ├── no_primary_found_tests.js │ │ ├── operation_tests.js │ │ ├── primary_loses_network_tests.js │ │ ├── read_preferences_tests.js │ │ └── step_down_tests.js │ ├── sdam_monitoring_mocks │ │ ├── mongos_topology_tests.js │ │ ├── replset_topology_tests.js │ │ └── single_topology_tests.js │ ├── server_tests.js │ ├── shared.js │ ├── single_mocks │ │ ├── compression_tests.js │ │ └── timeout_tests.js │ ├── tailable_cursor_tests.js │ └── undefined_tests.js ├── spec │ ├── auth │ │ ├── connection-string.json │ │ └── connection-string.yml │ ├── connection-string │ │ ├── Makefile │ │ ├── README.rst │ │ ├── invalid-uris.json │ │ ├── invalid-uris.yml │ │ ├── valid-auth.json │ │ ├── valid-auth.yml │ │ ├── valid-db-with-dotted-name.json │ │ ├── valid-db-with-dotted-name.yml │ │ ├── valid-host_identifiers.json │ │ ├── valid-host_identifiers.yml │ │ ├── valid-options.json │ │ ├── valid-options.yml │ │ ├── valid-unix_socket-absolute.json │ │ ├── valid-unix_socket-absolute.yml │ │ ├── valid-unix_socket-relative.json │ │ ├── valid-unix_socket-relative.yml │ │ ├── valid-warnings.json │ │ └── valid-warnings.yml │ ├── initial-dns-seedlist-discovery │ │ ├── README.rst │ │ ├── longer-parent-in-return.json │ │ ├── longer-parent-in-return.yml │ │ ├── misformatted-option.json │ │ ├── misformatted-option.yml │ │ ├── no-results.json │ │ ├── no-results.yml │ │ ├── not-enough-parts.json │ │ ├── not-enough-parts.yml │ │ ├── one-result-default-port.json │ │ ├── one-result-default-port.yml │ │ ├── one-txt-record-multiple-strings.json │ │ ├── one-txt-record-multiple-strings.yml │ │ ├── one-txt-record.json │ │ ├── one-txt-record.yml │ │ ├── parent-part-mismatch1.json │ │ ├── parent-part-mismatch1.yml │ │ ├── parent-part-mismatch2.json │ │ ├── parent-part-mismatch2.yml │ │ ├── parent-part-mismatch3.json │ │ ├── parent-part-mismatch3.yml │ │ ├── parent-part-mismatch4.json │ │ ├── parent-part-mismatch4.yml │ │ ├── parent-part-mismatch5.json │ │ ├── parent-part-mismatch5.yml │ │ ├── returned-parent-too-short.json │ │ ├── returned-parent-too-short.yml │ │ ├── returned-parent-wrong.json │ │ ├── returned-parent-wrong.yml │ │ ├── two-results-default-port.json │ │ ├── two-results-default-port.yml │ │ ├── two-results-nonstandard-port.json │ │ ├── two-results-nonstandard-port.yml │ │ ├── two-txt-records.json │ │ ├── two-txt-records.yml │ │ ├── txt-record-not-allowed-option.json │ │ ├── txt-record-not-allowed-option.yml │ │ ├── txt-record-with-overridden-ssl-option.json │ │ ├── txt-record-with-overridden-ssl-option.yml │ │ ├── txt-record-with-overridden-uri-option.json │ │ ├── txt-record-with-overridden-uri-option.yml │ │ ├── txt-record-with-unallowed-option.json │ │ ├── txt-record-with-unallowed-option.yml │ │ ├── uri-with-port.json │ │ ├── uri-with-port.yml │ │ ├── uri-with-two-hosts.json │ │ └── uri-with-two-hosts.yml │ ├── max-staleness │ │ ├── README.rst │ │ ├── ReplicaSetNoPrimary │ │ │ ├── DefaultNoMaxStaleness.json │ │ │ ├── DefaultNoMaxStaleness.yml │ │ │ ├── Incompatible.json │ │ │ ├── Incompatible.yml │ │ │ ├── LastUpdateTime.json │ │ │ ├── LastUpdateTime.yml │ │ │ ├── Nearest.json │ │ │ ├── Nearest.yml │ │ │ ├── Nearest2.json │ │ │ ├── Nearest2.yml │ │ │ ├── NoKnownServers.json │ │ │ ├── NoKnownServers.yml │ │ │ ├── PrimaryPreferred.json │ │ │ ├── PrimaryPreferred.yml │ │ │ ├── PrimaryPreferred_tags.json │ │ │ ├── PrimaryPreferred_tags.yml │ │ │ ├── Secondary.json │ │ │ ├── Secondary.yml │ │ │ ├── SecondaryPreferred.json │ │ │ ├── SecondaryPreferred.yml │ │ │ ├── SecondaryPreferred_tags.json │ │ │ ├── SecondaryPreferred_tags.yml │ │ │ ├── ZeroMaxStaleness.json │ │ │ └── ZeroMaxStaleness.yml │ │ ├── ReplicaSetWithPrimary │ │ │ ├── DefaultNoMaxStaleness.json │ │ │ ├── DefaultNoMaxStaleness.yml │ │ │ ├── Incompatible.json │ │ │ ├── Incompatible.yml │ │ │ ├── LastUpdateTime.json │ │ │ ├── LastUpdateTime.yml │ │ │ ├── LongHeartbeat.json │ │ │ ├── LongHeartbeat.yml │ │ │ ├── LongHeartbeat2.json │ │ │ ├── LongHeartbeat2.yml │ │ │ ├── MaxStalenessTooSmall.json │ │ │ ├── MaxStalenessTooSmall.yml │ │ │ ├── MaxStalenessWithModePrimary.json │ │ │ ├── MaxStalenessWithModePrimary.yml │ │ │ ├── Nearest.json │ │ │ ├── Nearest.yml │ │ │ ├── Nearest2.json │ │ │ ├── Nearest2.yml │ │ │ ├── Nearest_tags.json │ │ │ ├── Nearest_tags.yml │ │ │ ├── PrimaryPreferred.json │ │ │ ├── PrimaryPreferred.yml │ │ │ ├── PrimaryPreferred_incompatible.json │ │ │ ├── PrimaryPreferred_incompatible.yml │ │ │ ├── SecondaryPreferred.json │ │ │ ├── SecondaryPreferred.yml │ │ │ ├── SecondaryPreferred_tags.json │ │ │ ├── SecondaryPreferred_tags.yml │ │ │ ├── SecondaryPreferred_tags2.json │ │ │ ├── SecondaryPreferred_tags2.yml │ │ │ ├── Secondary_tags.json │ │ │ ├── Secondary_tags.yml │ │ │ ├── Secondary_tags2.json │ │ │ ├── Secondary_tags2.yml │ │ │ ├── ZeroMaxStaleness.json │ │ │ └── ZeroMaxStaleness.yml │ │ ├── Sharded │ │ │ ├── Incompatible.json │ │ │ ├── Incompatible.yml │ │ │ ├── SmallMaxStaleness.json │ │ │ └── SmallMaxStaleness.yml │ │ ├── Single │ │ │ ├── Incompatible.json │ │ │ ├── Incompatible.yml │ │ │ ├── SmallMaxStaleness.json │ │ │ └── SmallMaxStaleness.yml │ │ └── Unknown │ │ │ ├── SmallMaxStaleness.json │ │ │ └── SmallMaxStaleness.yml │ ├── server-discovery-and-monitoring │ │ ├── README.rst │ │ ├── monitoring │ │ │ ├── README.rst │ │ │ ├── replica_set_with_no_primary.json │ │ │ ├── replica_set_with_no_primary.yml │ │ │ ├── replica_set_with_primary.json │ │ │ ├── replica_set_with_primary.yml │ │ │ ├── replica_set_with_removal.json │ │ │ ├── replica_set_with_removal.yml │ │ │ ├── required_replica_set.json │ │ │ ├── required_replica_set.yml │ │ │ ├── standalone.json │ │ │ └── standalone.yml │ │ ├── rs │ │ │ ├── compatible.json │ │ │ ├── compatible.yml │ │ │ ├── compatible_unknown.json │ │ │ ├── compatible_unknown.yml │ │ │ ├── discover_arbiters.json │ │ │ ├── discover_arbiters.yml │ │ │ ├── discover_passives.json │ │ │ ├── discover_passives.yml │ │ │ ├── discover_primary.json │ │ │ ├── discover_primary.yml │ │ │ ├── discover_secondary.json │ │ │ ├── discover_secondary.yml │ │ │ ├── discovery.json │ │ │ ├── discovery.yml │ │ │ ├── equal_electionids.json │ │ │ ├── equal_electionids.yml │ │ │ ├── ghost_discovered.json │ │ │ ├── ghost_discovered.yml │ │ │ ├── hosts_differ_from_seeds.json │ │ │ ├── hosts_differ_from_seeds.yml │ │ │ ├── incompatible_arbiter.json │ │ │ ├── incompatible_arbiter.yml │ │ │ ├── incompatible_ghost.json │ │ │ ├── incompatible_ghost.yml │ │ │ ├── incompatible_other.json │ │ │ ├── incompatible_other.yml │ │ │ ├── ls_timeout.json │ │ │ ├── ls_timeout.yml │ │ │ ├── member_reconfig.json │ │ │ ├── member_reconfig.yml │ │ │ ├── member_standalone.json │ │ │ ├── member_standalone.yml │ │ │ ├── new_primary.json │ │ │ ├── new_primary.yml │ │ │ ├── new_primary_new_electionid.json │ │ │ ├── new_primary_new_electionid.yml │ │ │ ├── new_primary_new_setversion.json │ │ │ ├── new_primary_new_setversion.yml │ │ │ ├── new_primary_wrong_set_name.json │ │ │ ├── new_primary_wrong_set_name.yml │ │ │ ├── non_rs_member.json │ │ │ ├── non_rs_member.yml │ │ │ ├── normalize_case.json │ │ │ ├── normalize_case.yml │ │ │ ├── normalize_case_me.json │ │ │ ├── normalize_case_me.yml │ │ │ ├── null_election_id.json │ │ │ ├── null_election_id.yml │ │ │ ├── primary_becomes_ghost.json │ │ │ ├── primary_becomes_ghost.yml │ │ │ ├── primary_becomes_mongos.json │ │ │ ├── primary_becomes_mongos.yml │ │ │ ├── primary_becomes_standalone.json │ │ │ ├── primary_becomes_standalone.yml │ │ │ ├── primary_changes_set_name.json │ │ │ ├── primary_changes_set_name.yml │ │ │ ├── primary_disconnect.json │ │ │ ├── primary_disconnect.yml │ │ │ ├── primary_disconnect_electionid.json │ │ │ ├── primary_disconnect_electionid.yml │ │ │ ├── primary_disconnect_setversion.json │ │ │ ├── primary_disconnect_setversion.yml │ │ │ ├── primary_hint_from_secondary_with_mismatched_me.json │ │ │ ├── primary_hint_from_secondary_with_mismatched_me.yml │ │ │ ├── primary_mismatched_me.json │ │ │ ├── primary_mismatched_me.yml │ │ │ ├── primary_reports_new_member.json │ │ │ ├── primary_reports_new_member.yml │ │ │ ├── primary_to_no_primary_mismatched_me.json │ │ │ ├── primary_to_no_primary_mismatched_me.yml │ │ │ ├── primary_wrong_set_name.json │ │ │ ├── primary_wrong_set_name.yml │ │ │ ├── response_from_removed.json │ │ │ ├── response_from_removed.yml │ │ │ ├── rsother_discovered.json │ │ │ ├── rsother_discovered.yml │ │ │ ├── sec_not_auth.json │ │ │ ├── sec_not_auth.yml │ │ │ ├── secondary_ignore_ok_0.json │ │ │ ├── secondary_ignore_ok_0.yml │ │ │ ├── secondary_mismatched_me.json │ │ │ ├── secondary_mismatched_me.yml │ │ │ ├── secondary_wrong_set_name.json │ │ │ ├── secondary_wrong_set_name.yml │ │ │ ├── secondary_wrong_set_name_with_primary.json │ │ │ ├── secondary_wrong_set_name_with_primary.yml │ │ │ ├── setversion_without_electionid.json │ │ │ ├── setversion_without_electionid.yml │ │ │ ├── stepdown_change_set_name.json │ │ │ ├── stepdown_change_set_name.yml │ │ │ ├── too_new.json │ │ │ ├── too_new.yml │ │ │ ├── too_old.json │ │ │ ├── too_old.yml │ │ │ ├── unexpected_mongos.json │ │ │ ├── unexpected_mongos.yml │ │ │ ├── use_setversion_without_electionid.json │ │ │ ├── use_setversion_without_electionid.yml │ │ │ ├── wrong_set_name.json │ │ │ └── wrong_set_name.yml │ │ ├── sharded │ │ │ ├── compatible.json │ │ │ ├── compatible.yml │ │ │ ├── ls_timeout_mongos.json │ │ │ ├── ls_timeout_mongos.yml │ │ │ ├── mongos_disconnect.json │ │ │ ├── mongos_disconnect.yml │ │ │ ├── multiple_mongoses.json │ │ │ ├── multiple_mongoses.yml │ │ │ ├── non_mongos_removed.json │ │ │ ├── non_mongos_removed.yml │ │ │ ├── normalize_uri_case.json │ │ │ ├── normalize_uri_case.yml │ │ │ ├── too_new.json │ │ │ ├── too_new.yml │ │ │ ├── too_old.json │ │ │ └── too_old.yml │ │ └── single │ │ │ ├── compatible.json │ │ │ ├── compatible.yml │ │ │ ├── direct_connection_external_ip.json │ │ │ ├── direct_connection_external_ip.yml │ │ │ ├── direct_connection_mongos.json │ │ │ ├── direct_connection_mongos.yml │ │ │ ├── direct_connection_rsarbiter.json │ │ │ ├── direct_connection_rsarbiter.yml │ │ │ ├── direct_connection_rsprimary.json │ │ │ ├── direct_connection_rsprimary.yml │ │ │ ├── direct_connection_rssecondary.json │ │ │ ├── direct_connection_rssecondary.yml │ │ │ ├── direct_connection_slave.json │ │ │ ├── direct_connection_slave.yml │ │ │ ├── direct_connection_standalone.json │ │ │ ├── direct_connection_standalone.yml │ │ │ ├── ls_timeout_standalone.json │ │ │ ├── ls_timeout_standalone.yml │ │ │ ├── not_ok_response.json │ │ │ ├── not_ok_response.yml │ │ │ ├── standalone_removed.json │ │ │ ├── standalone_removed.yml │ │ │ ├── too_new.json │ │ │ ├── too_new.yml │ │ │ ├── too_old.json │ │ │ ├── too_old.yml │ │ │ ├── unavailable_seed.json │ │ │ └── unavailable_seed.yml │ └── server-selection │ │ ├── README.rst │ │ ├── rtt │ │ ├── first_value.json │ │ ├── first_value.yml │ │ ├── first_value_zero.json │ │ ├── first_value_zero.yml │ │ ├── value_test_1.json │ │ ├── value_test_1.yml │ │ ├── value_test_2.json │ │ ├── value_test_2.yml │ │ ├── value_test_3.json │ │ ├── value_test_3.yml │ │ ├── value_test_4.json │ │ ├── value_test_4.yml │ │ ├── value_test_5.json │ │ └── value_test_5.yml │ │ └── server_selection │ │ ├── ReplicaSetNoPrimary │ │ ├── read │ │ │ ├── Nearest.json │ │ │ ├── Nearest.yml │ │ │ ├── Nearest_multiple.json │ │ │ ├── Nearest_multiple.yml │ │ │ ├── Nearest_non_matching.json │ │ │ ├── Nearest_non_matching.yml │ │ │ ├── PossiblePrimary.json │ │ │ ├── PossiblePrimary.yml │ │ │ ├── PossiblePrimaryNearest.json │ │ │ ├── PossiblePrimaryNearest.yml │ │ │ ├── Primary.json │ │ │ ├── Primary.yml │ │ │ ├── PrimaryPreferred.json │ │ │ ├── PrimaryPreferred.yml │ │ │ ├── PrimaryPreferred_non_matching.json │ │ │ ├── PrimaryPreferred_non_matching.yml │ │ │ ├── Secondary.json │ │ │ ├── Secondary.yml │ │ │ ├── SecondaryPreferred.json │ │ │ ├── SecondaryPreferred.yml │ │ │ ├── SecondaryPreferred_non_matching.json │ │ │ ├── SecondaryPreferred_non_matching.yml │ │ │ ├── Secondary_multi_tags.json │ │ │ ├── Secondary_multi_tags.yml │ │ │ ├── Secondary_multi_tags2.json │ │ │ ├── Secondary_multi_tags2.yml │ │ │ ├── Secondary_non_matching.json │ │ │ └── Secondary_non_matching.yml │ │ └── write │ │ │ ├── SecondaryPreferred.json │ │ │ └── SecondaryPreferred.yml │ │ ├── ReplicaSetWithPrimary │ │ ├── read │ │ │ ├── Nearest.json │ │ │ ├── Nearest.yml │ │ │ ├── Nearest_multiple.json │ │ │ ├── Nearest_multiple.yml │ │ │ ├── Nearest_non_matching.json │ │ │ ├── Nearest_non_matching.yml │ │ │ ├── Primary.json │ │ │ ├── Primary.yml │ │ │ ├── PrimaryPreferred.json │ │ │ ├── PrimaryPreferred.yml │ │ │ ├── PrimaryPreferred_non_matching.json │ │ │ ├── PrimaryPreferred_non_matching.yml │ │ │ ├── Secondary.json │ │ │ ├── Secondary.yml │ │ │ ├── SecondaryPreferred.json │ │ │ ├── SecondaryPreferred.yml │ │ │ ├── SecondaryPreferred_non_matching.json │ │ │ ├── SecondaryPreferred_non_matching.yml │ │ │ ├── SecondaryPreferred_tags.json │ │ │ ├── SecondaryPreferred_tags.yml │ │ │ ├── Secondary_non_matching.json │ │ │ └── Secondary_non_matching.yml │ │ └── write │ │ │ ├── SecondaryPreferred.json │ │ │ └── SecondaryPreferred.yml │ │ ├── Sharded │ │ ├── read │ │ │ ├── Nearest.json │ │ │ ├── Nearest.yml │ │ │ ├── Primary.json │ │ │ ├── Primary.yml │ │ │ ├── PrimaryPreferred.json │ │ │ ├── PrimaryPreferred.yml │ │ │ ├── Secondary.json │ │ │ ├── Secondary.yml │ │ │ ├── SecondaryPreferred.json │ │ │ └── SecondaryPreferred.yml │ │ └── write │ │ │ ├── Nearest.json │ │ │ ├── Nearest.yml │ │ │ ├── Primary.json │ │ │ ├── Primary.yml │ │ │ ├── PrimaryPreferred.json │ │ │ ├── PrimaryPreferred.yml │ │ │ ├── Secondary.json │ │ │ ├── Secondary.yml │ │ │ ├── SecondaryPreferred.json │ │ │ └── SecondaryPreferred.yml │ │ ├── Single │ │ ├── read │ │ │ ├── SecondaryPreferred.json │ │ │ └── SecondaryPreferred.yml │ │ └── write │ │ │ ├── SecondaryPreferred.json │ │ │ └── SecondaryPreferred.yml │ │ └── Unknown │ │ ├── read │ │ ├── SecondaryPreferred.json │ │ └── SecondaryPreferred.yml │ │ └── write │ │ ├── SecondaryPreferred.json │ │ └── SecondaryPreferred.yml └── unit │ ├── apm_tests.js │ ├── common.js │ ├── connect_tests.js │ ├── connection_string_tests.js │ ├── mongodb_srv_tests.js │ ├── mongos │ ├── events_tests.js │ ├── reconnect_tests.js │ ├── retryable_writes_tests.js │ └── sessions_tests.js │ ├── pool_tests.js │ ├── replset │ ├── auth_tests.js │ ├── compression_tests.js │ ├── read_preference_tests.js │ ├── retryable_writes_tests.js │ ├── sessions_tests.js │ ├── step_down_tests.js │ └── transactions_feature_decoration_tests.js │ ├── response_test.js │ ├── scram_iterations_tests.js │ ├── sdam_spec_tests.js │ ├── server_selection_spec_tests.js │ ├── sessions_tests.js │ ├── single │ └── sessions_tests.js │ ├── wire_protocol_test.js │ └── write_concern_error_tests.js └── util.js /.coveralls.yml: -------------------------------------------------------------------------------- 1 | repo_token: 47iIZ0B3llo2Wc4dxWRltvgdImqcrVDTi 2 | -------------------------------------------------------------------------------- /.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/.eslintrc -------------------------------------------------------------------------------- /.evergreen/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/.evergreen/config.yml -------------------------------------------------------------------------------- /.evergreen/install-dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/.evergreen/install-dependencies.sh -------------------------------------------------------------------------------- /.evergreen/run-atlas-tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/.evergreen/run-atlas-tests.sh -------------------------------------------------------------------------------- /.evergreen/run-tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/.evergreen/run-tests.sh -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/.gitignore -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/.npmignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/.travis.yml -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /HISTORY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/HISTORY.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/README.md -------------------------------------------------------------------------------- /THIRD-PARTY-NOTICES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/THIRD-PARTY-NOTICES -------------------------------------------------------------------------------- /conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/conf.json -------------------------------------------------------------------------------- /docs/jsdoc-template/publish.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/publish.js -------------------------------------------------------------------------------- /docs/jsdoc-template/static/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/static/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /docs/jsdoc-template/static/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/static/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /docs/jsdoc-template/static/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/static/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /docs/jsdoc-template/static/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/static/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /docs/jsdoc-template/static/scripts/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/static/scripts/bootstrap.min.js -------------------------------------------------------------------------------- /docs/jsdoc-template/static/scripts/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/static/scripts/jquery.min.js -------------------------------------------------------------------------------- /docs/jsdoc-template/static/scripts/jquery.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/static/scripts/jquery.min.map -------------------------------------------------------------------------------- /docs/jsdoc-template/static/scripts/linenumber.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/static/scripts/linenumber.js -------------------------------------------------------------------------------- /docs/jsdoc-template/static/scripts/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/static/scripts/main.js -------------------------------------------------------------------------------- /docs/jsdoc-template/static/scripts/prettify/Apache-License-2.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/static/scripts/prettify/Apache-License-2.0.txt -------------------------------------------------------------------------------- /docs/jsdoc-template/static/scripts/prettify/lang-css.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/static/scripts/prettify/lang-css.js -------------------------------------------------------------------------------- /docs/jsdoc-template/static/scripts/prettify/prettify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/static/scripts/prettify/prettify.js -------------------------------------------------------------------------------- /docs/jsdoc-template/static/scripts/underscore-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/static/scripts/underscore-min.js -------------------------------------------------------------------------------- /docs/jsdoc-template/static/scripts/underscore-min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/static/scripts/underscore-min.map -------------------------------------------------------------------------------- /docs/jsdoc-template/static/styles/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/static/styles/bootstrap.min.css -------------------------------------------------------------------------------- /docs/jsdoc-template/static/styles/jaguar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/static/styles/jaguar.css -------------------------------------------------------------------------------- /docs/jsdoc-template/static/styles/prettify-jsdoc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/static/styles/prettify-jsdoc.css -------------------------------------------------------------------------------- /docs/jsdoc-template/static/styles/prettify-tomorrow.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/static/styles/prettify-tomorrow.css -------------------------------------------------------------------------------- /docs/jsdoc-template/tmpl/container.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/tmpl/container.tmpl -------------------------------------------------------------------------------- /docs/jsdoc-template/tmpl/details.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/tmpl/details.tmpl -------------------------------------------------------------------------------- /docs/jsdoc-template/tmpl/example.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/tmpl/example.tmpl -------------------------------------------------------------------------------- /docs/jsdoc-template/tmpl/examples.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/tmpl/examples.tmpl -------------------------------------------------------------------------------- /docs/jsdoc-template/tmpl/exceptions.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/tmpl/exceptions.tmpl -------------------------------------------------------------------------------- /docs/jsdoc-template/tmpl/layout.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/tmpl/layout.tmpl -------------------------------------------------------------------------------- /docs/jsdoc-template/tmpl/mainpage.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/tmpl/mainpage.tmpl -------------------------------------------------------------------------------- /docs/jsdoc-template/tmpl/members.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/tmpl/members.tmpl -------------------------------------------------------------------------------- /docs/jsdoc-template/tmpl/method.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/tmpl/method.tmpl -------------------------------------------------------------------------------- /docs/jsdoc-template/tmpl/navigation.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/tmpl/navigation.tmpl -------------------------------------------------------------------------------- /docs/jsdoc-template/tmpl/params.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/tmpl/params.tmpl -------------------------------------------------------------------------------- /docs/jsdoc-template/tmpl/properties.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/tmpl/properties.tmpl -------------------------------------------------------------------------------- /docs/jsdoc-template/tmpl/returns.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/tmpl/returns.tmpl -------------------------------------------------------------------------------- /docs/jsdoc-template/tmpl/source.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/tmpl/source.tmpl -------------------------------------------------------------------------------- /docs/jsdoc-template/tmpl/tutorial.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/tmpl/tutorial.tmpl -------------------------------------------------------------------------------- /docs/jsdoc-template/tmpl/type.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/jsdoc-template/tmpl/type.tmpl -------------------------------------------------------------------------------- /docs/lib/jsdoc/examples_plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/lib/jsdoc/examples_plugin.js -------------------------------------------------------------------------------- /docs/reference/.gitignore: -------------------------------------------------------------------------------- 1 | public 2 | -------------------------------------------------------------------------------- /docs/reference/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/README.md -------------------------------------------------------------------------------- /docs/reference/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/config.toml -------------------------------------------------------------------------------- /docs/reference/content/driver/getting-started/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/content/driver/getting-started/index.md -------------------------------------------------------------------------------- /docs/reference/content/driver/getting-started/installation-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/content/driver/getting-started/installation-guide.md -------------------------------------------------------------------------------- /docs/reference/content/driver/getting-started/quick-tour.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/content/driver/getting-started/quick-tour.md -------------------------------------------------------------------------------- /docs/reference/content/driver/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/content/driver/index.md -------------------------------------------------------------------------------- /docs/reference/content/driver/reference/connecting/connection-settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/content/driver/reference/connecting/connection-settings.md -------------------------------------------------------------------------------- /docs/reference/content/driver/reference/connecting/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/content/driver/reference/connecting/index.md -------------------------------------------------------------------------------- /docs/reference/content/driver/reference/crud/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/content/driver/reference/crud/index.md -------------------------------------------------------------------------------- /docs/reference/content/driver/reference/extending/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/content/driver/reference/extending/index.md -------------------------------------------------------------------------------- /docs/reference/content/driver/reference/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/content/driver/reference/index.md -------------------------------------------------------------------------------- /docs/reference/content/driver/reference/management/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/content/driver/reference/management/index.md -------------------------------------------------------------------------------- /docs/reference/content/driver/reference/management/logging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/content/driver/reference/management/logging.md -------------------------------------------------------------------------------- /docs/reference/content/driver/reference/pool/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/content/driver/reference/pool/index.md -------------------------------------------------------------------------------- /docs/reference/content/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/content/index.md -------------------------------------------------------------------------------- /docs/reference/content/issues-help.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/content/issues-help.md -------------------------------------------------------------------------------- /docs/reference/content/whats-new/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/content/whats-new/index.md -------------------------------------------------------------------------------- /docs/reference/data/.readme: -------------------------------------------------------------------------------- 1 | custom data resources 2 | -------------------------------------------------------------------------------- /docs/reference/data/mongodb.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/data/mongodb.toml -------------------------------------------------------------------------------- /docs/reference/layouts/.readme: -------------------------------------------------------------------------------- 1 | custom layouts here 2 | -------------------------------------------------------------------------------- /docs/reference/layouts/partials/assets/analytics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/layouts/partials/assets/analytics.html -------------------------------------------------------------------------------- /docs/reference/layouts/partials/assets/cssExtras.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/layouts/partials/assets/cssExtras.html -------------------------------------------------------------------------------- /docs/reference/layouts/partials/assets/javascriptExtras.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/layouts/partials/assets/javascriptExtras.html -------------------------------------------------------------------------------- /docs/reference/layouts/shortcodes/apiref.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/layouts/shortcodes/apiref.html -------------------------------------------------------------------------------- /docs/reference/layouts/shortcodes/distroPicker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/layouts/shortcodes/distroPicker.html -------------------------------------------------------------------------------- /docs/reference/layouts/shortcodes/install.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/layouts/shortcodes/install.html -------------------------------------------------------------------------------- /docs/reference/static/.readme: -------------------------------------------------------------------------------- 1 | Custom static resources 2 | -------------------------------------------------------------------------------- /docs/reference/static/css/java.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/static/css/java.css -------------------------------------------------------------------------------- /docs/reference/static/js/java.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/static/js/java.js -------------------------------------------------------------------------------- /docs/reference/static/lib/bootstrap-toggle/bootstrap-toggle.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/static/lib/bootstrap-toggle/bootstrap-toggle.min.css -------------------------------------------------------------------------------- /docs/reference/static/lib/bootstrap-toggle/bootstrap-toggle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/static/lib/bootstrap-toggle/bootstrap-toggle.min.js -------------------------------------------------------------------------------- /docs/reference/static/lib/bootstrap-toggle/bootstrap-toggle.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/static/lib/bootstrap-toggle/bootstrap-toggle.min.js.map -------------------------------------------------------------------------------- /docs/reference/static/lib/bootstrap-toggle/bootstrap2-toggle.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/static/lib/bootstrap-toggle/bootstrap2-toggle.min.js.map -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/LICENSE.md -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/README.md -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/archetypes/default.md: -------------------------------------------------------------------------------- 1 | +++ 2 | draft=true 3 | +++ 4 | -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/data/mongodb.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/data/mongodb.toml -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/_default/li.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/layouts/_default/li.html -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/_default/list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/layouts/_default/list.html -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/_default/single.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/layouts/_default/single.html -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/layouts/index.html -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/partials/assets/analytics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/layouts/partials/assets/analytics.html -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/partials/assets/css.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/layouts/partials/assets/css.html -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/partials/assets/cssExtras.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/partials/assets/javascriptExtras.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/partials/assets/javascripts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/layouts/partials/assets/javascripts.html -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/partials/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/layouts/partials/footer.html -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/partials/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/layouts/partials/header.html -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/partials/header/contentHeader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/layouts/partials/header/contentHeader.html -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/partials/header/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/layouts/partials/header/main.html -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/partials/header/search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/layouts/partials/header/search.html -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/partials/header/topRight.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/layouts/partials/header/topRight.html -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/partials/menu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/layouts/partials/menu.html -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/partials/menu/currentItem.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/layouts/partials/menu/currentItem.html -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/partials/menu/footer.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/partials/menu/item.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/layouts/partials/menu/item.html -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/partials/menu/options.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/layouts/partials/menu/options.html -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/partials/meta.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/layouts/partials/meta.html -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/partials/rightColumn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/layouts/partials/rightColumn.html -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/partials/welcome.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/layouts/partials/welcome.html -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/shortcodes/docsref.html: -------------------------------------------------------------------------------- 1 | http://docs.mongodb.org/manual/{{ .Get 0 }} 2 | -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/shortcodes/note.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/layouts/shortcodes/note.html -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/layouts/shortcodes/srcref.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/layouts/shortcodes/srcref.html -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/css/basic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/css/basic.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/css/bootstrap-custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/css/bootstrap-custom.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/css/mongodb-docs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/css/mongodb-docs.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/css/overrides.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/css/overrides.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/css/reset.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/favicon.ico -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/js/doctools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/js/doctools.js -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/js/jquery.js -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/js/navbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/js/navbar.js -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/js/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/js/scripts.js -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/js/searchtools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/js/searchtools.js -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/js/underscore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/js/underscore.js -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/bootstrap-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/bootstrap-theme.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/bootstrap-theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/bootstrap-theme.min.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/bootstrap.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/bootstrap.js -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/bootstrap.min.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/bootstrap.min.js -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/css/font-awesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/css/font-awesome.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/css/font-awesome.min.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/less/bordered-pulled.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/less/bordered-pulled.less -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/less/core.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/less/core.less -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/less/fixed-width.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/less/fixed-width.less -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/less/font-awesome.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/less/font-awesome.less -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/less/icons.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/less/icons.less -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/less/larger.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/less/larger.less -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/less/list.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/less/list.less -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/less/mixins.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/less/mixins.less -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/less/path.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/less/path.less -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/less/rotated-flipped.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/less/rotated-flipped.less -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/less/spinning.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/less/spinning.less -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/less/stacked.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/less/stacked.less -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/less/variables.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/less/variables.less -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/scss/_bordered-pulled.scss -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/scss/_core.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/scss/_core.scss -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/scss/_fixed-width.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/scss/_fixed-width.scss -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/scss/_icons.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/scss/_icons.scss -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/scss/_larger.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/scss/_larger.scss -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/scss/_list.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/scss/_list.scss -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/scss/_mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/scss/_mixins.scss -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/scss/_path.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/scss/_path.scss -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/scss/_rotated-flipped.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/scss/_rotated-flipped.scss -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/scss/_spinning.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/scss/_spinning.scss -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/scss/_stacked.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/scss/_stacked.scss -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/scss/_variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/scss/_variables.scss -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/font-awesome/scss/font-awesome.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/font-awesome/scss/font-awesome.scss -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/CHANGES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/CHANGES.md -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/LICENSE -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/README.md -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/highlight.pack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/highlight.pack.js -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/arta.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/arta.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/ascetic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/ascetic.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/atelier-dune.dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/atelier-dune.dark.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/atelier-dune.light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/atelier-dune.light.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/atelier-forest.dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/atelier-forest.dark.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/atelier-forest.light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/atelier-forest.light.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/atelier-heath.dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/atelier-heath.dark.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/atelier-heath.light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/atelier-heath.light.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/atelier-lakeside.dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/atelier-lakeside.dark.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/atelier-lakeside.light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/atelier-lakeside.light.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/atelier-seaside.dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/atelier-seaside.dark.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/atelier-seaside.light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/atelier-seaside.light.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/brown_paper.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/brown_paper.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/codepen-embed.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/codepen-embed.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/color-brewer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/color-brewer.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/dark.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/default.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/docco.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/docco.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/far.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/far.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/foundation.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/foundation.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/github.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/github.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/googlecode.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/googlecode.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/hybrid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/hybrid.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/idea.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/idea.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/ir_black.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/ir_black.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/kimbie.dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/kimbie.dark.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/kimbie.light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/kimbie.light.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/magula.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/magula.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/mono-blue.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/mono-blue.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/monokai.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/monokai.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/monokai_sublime.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/monokai_sublime.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/obsidian.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/obsidian.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/paraiso.dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/paraiso.dark.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/paraiso.light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/paraiso.light.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/pojoaque.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/pojoaque.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/pojoaque.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/pojoaque.jpg -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/railscasts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/railscasts.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/rainbow.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/rainbow.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/school_book.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/school_book.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/solarized_dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/solarized_dark.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/solarized_light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/solarized_light.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/sunburst.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/sunburst.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/tomorrow-night-blue.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/tomorrow-night-blue.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/tomorrow-night-bright.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/tomorrow-night-bright.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/tomorrow-night-eighties.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/tomorrow-night-eighties.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/tomorrow-night.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/tomorrow-night.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/tomorrow.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/tomorrow.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/vs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/vs.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/xcode.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/xcode.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/highlight/styles/zenburn.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/highlight/styles/zenburn.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/jquery.tipsy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/jquery.tipsy.js -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/tipsy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/tipsy.css -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/static/lib/underscore-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/static/lib/underscore-min.js -------------------------------------------------------------------------------- /docs/reference/themes/mongodb/theme.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/docs/reference/themes/mongodb/theme.toml -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/index.js -------------------------------------------------------------------------------- /lib/auth/auth_provider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/auth/auth_provider.js -------------------------------------------------------------------------------- /lib/auth/defaultAuthProviders.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/auth/defaultAuthProviders.js -------------------------------------------------------------------------------- /lib/auth/gssapi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/auth/gssapi.js -------------------------------------------------------------------------------- /lib/auth/mongo_credentials.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/auth/mongo_credentials.js -------------------------------------------------------------------------------- /lib/auth/mongocr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/auth/mongocr.js -------------------------------------------------------------------------------- /lib/auth/plain.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/auth/plain.js -------------------------------------------------------------------------------- /lib/auth/scram.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/auth/scram.js -------------------------------------------------------------------------------- /lib/auth/sspi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/auth/sspi.js -------------------------------------------------------------------------------- /lib/auth/x509.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/auth/x509.js -------------------------------------------------------------------------------- /lib/connection/apm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/connection/apm.js -------------------------------------------------------------------------------- /lib/connection/command_result.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/connection/command_result.js -------------------------------------------------------------------------------- /lib/connection/commands.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/connection/commands.js -------------------------------------------------------------------------------- /lib/connection/connect.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/connection/connect.js -------------------------------------------------------------------------------- /lib/connection/connection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/connection/connection.js -------------------------------------------------------------------------------- /lib/connection/logger.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/connection/logger.js -------------------------------------------------------------------------------- /lib/connection/msg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/connection/msg.js -------------------------------------------------------------------------------- /lib/connection/pool.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/connection/pool.js -------------------------------------------------------------------------------- /lib/connection/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/connection/utils.js -------------------------------------------------------------------------------- /lib/cursor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/cursor.js -------------------------------------------------------------------------------- /lib/error.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/error.js -------------------------------------------------------------------------------- /lib/sdam/monitoring.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/sdam/monitoring.js -------------------------------------------------------------------------------- /lib/sdam/server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/sdam/server.js -------------------------------------------------------------------------------- /lib/sdam/server_description.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/sdam/server_description.js -------------------------------------------------------------------------------- /lib/sdam/server_selectors.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/sdam/server_selectors.js -------------------------------------------------------------------------------- /lib/sdam/topology.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/sdam/topology.js -------------------------------------------------------------------------------- /lib/sdam/topology_description.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/sdam/topology_description.js -------------------------------------------------------------------------------- /lib/sessions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/sessions.js -------------------------------------------------------------------------------- /lib/tools/smoke_plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/tools/smoke_plugin.js -------------------------------------------------------------------------------- /lib/topologies/mongos.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/topologies/mongos.js -------------------------------------------------------------------------------- /lib/topologies/read_preference.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/topologies/read_preference.js -------------------------------------------------------------------------------- /lib/topologies/replset.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/topologies/replset.js -------------------------------------------------------------------------------- /lib/topologies/replset_state.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/topologies/replset_state.js -------------------------------------------------------------------------------- /lib/topologies/server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/topologies/server.js -------------------------------------------------------------------------------- /lib/topologies/shared.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/topologies/shared.js -------------------------------------------------------------------------------- /lib/transactions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/transactions.js -------------------------------------------------------------------------------- /lib/uri_parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/uri_parser.js -------------------------------------------------------------------------------- /lib/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/utils.js -------------------------------------------------------------------------------- /lib/wireprotocol/command.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/wireprotocol/command.js -------------------------------------------------------------------------------- /lib/wireprotocol/compression.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/wireprotocol/compression.js -------------------------------------------------------------------------------- /lib/wireprotocol/constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/wireprotocol/constants.js -------------------------------------------------------------------------------- /lib/wireprotocol/get_more.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/wireprotocol/get_more.js -------------------------------------------------------------------------------- /lib/wireprotocol/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/wireprotocol/index.js -------------------------------------------------------------------------------- /lib/wireprotocol/kill_cursors.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/wireprotocol/kill_cursors.js -------------------------------------------------------------------------------- /lib/wireprotocol/query.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/wireprotocol/query.js -------------------------------------------------------------------------------- /lib/wireprotocol/shared.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/wireprotocol/shared.js -------------------------------------------------------------------------------- /lib/wireprotocol/write_command.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/lib/wireprotocol/write_command.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/package.json -------------------------------------------------------------------------------- /test/atlas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/atlas.js -------------------------------------------------------------------------------- /test/benchmark.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/benchmark.js -------------------------------------------------------------------------------- /test/benchmarks/cursor_benchmarks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/benchmarks/cursor_benchmarks.js -------------------------------------------------------------------------------- /test/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/config.js -------------------------------------------------------------------------------- /test/environments.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/environments.js -------------------------------------------------------------------------------- /test/tests/functional/basic_replset_server_auth_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/basic_replset_server_auth_tests.js -------------------------------------------------------------------------------- /test/tests/functional/basic_single_server_auth_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/basic_single_server_auth_tests.js -------------------------------------------------------------------------------- /test/tests/functional/client_metadata_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/client_metadata_tests.js -------------------------------------------------------------------------------- /test/tests/functional/connection_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/connection_tests.js -------------------------------------------------------------------------------- /test/tests/functional/cursor_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/cursor_tests.js -------------------------------------------------------------------------------- /test/tests/functional/error_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/error_tests.js -------------------------------------------------------------------------------- /test/tests/functional/extend_cursor_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/extend_cursor_tests.js -------------------------------------------------------------------------------- /test/tests/functional/key/keyfile.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/key/keyfile.key -------------------------------------------------------------------------------- /test/tests/functional/max_staleness_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/max_staleness_tests.js -------------------------------------------------------------------------------- /test/tests/functional/mongos_mocks/mixed_seed_list_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/mongos_mocks/mixed_seed_list_tests.js -------------------------------------------------------------------------------- /test/tests/functional/mongos_mocks/multiple_proxies_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/mongos_mocks/multiple_proxies_tests.js -------------------------------------------------------------------------------- /test/tests/functional/mongos_mocks/proxy_failover_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/mongos_mocks/proxy_failover_tests.js -------------------------------------------------------------------------------- /test/tests/functional/mongos_mocks/proxy_read_preference_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/mongos_mocks/proxy_read_preference_tests.js -------------------------------------------------------------------------------- /test/tests/functional/mongos_mocks/single_proxy_connection_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/mongos_mocks/single_proxy_connection_tests.js -------------------------------------------------------------------------------- /test/tests/functional/mongos_server_selection_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/mongos_server_selection_tests.js -------------------------------------------------------------------------------- /test/tests/functional/operation_example_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/operation_example_tests.js -------------------------------------------------------------------------------- /test/tests/functional/operations_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/operations_tests.js -------------------------------------------------------------------------------- /test/tests/functional/pool_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/pool_tests.js -------------------------------------------------------------------------------- /test/tests/functional/replset_server_selection_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/replset_server_selection_tests.js -------------------------------------------------------------------------------- /test/tests/functional/replset_state_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/replset_state_tests.js -------------------------------------------------------------------------------- /test/tests/functional/replset_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/replset_tests.js -------------------------------------------------------------------------------- /test/tests/functional/rs_mocks/add_remove_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/rs_mocks/add_remove_tests.js -------------------------------------------------------------------------------- /test/tests/functional/rs_mocks/all_servers_close_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/rs_mocks/all_servers_close_tests.js -------------------------------------------------------------------------------- /test/tests/functional/rs_mocks/connection_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/rs_mocks/connection_tests.js -------------------------------------------------------------------------------- /test/tests/functional/rs_mocks/failover_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/rs_mocks/failover_tests.js -------------------------------------------------------------------------------- /test/tests/functional/rs_mocks/maintanance_mode_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/rs_mocks/maintanance_mode_tests.js -------------------------------------------------------------------------------- /test/tests/functional/rs_mocks/monitoring_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/rs_mocks/monitoring_tests.js -------------------------------------------------------------------------------- /test/tests/functional/rs_mocks/no_primary_found_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/rs_mocks/no_primary_found_tests.js -------------------------------------------------------------------------------- /test/tests/functional/rs_mocks/operation_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/rs_mocks/operation_tests.js -------------------------------------------------------------------------------- /test/tests/functional/rs_mocks/primary_loses_network_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/rs_mocks/primary_loses_network_tests.js -------------------------------------------------------------------------------- /test/tests/functional/rs_mocks/read_preferences_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/rs_mocks/read_preferences_tests.js -------------------------------------------------------------------------------- /test/tests/functional/rs_mocks/step_down_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/rs_mocks/step_down_tests.js -------------------------------------------------------------------------------- /test/tests/functional/sdam_monitoring_mocks/mongos_topology_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/sdam_monitoring_mocks/mongos_topology_tests.js -------------------------------------------------------------------------------- /test/tests/functional/sdam_monitoring_mocks/replset_topology_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/sdam_monitoring_mocks/replset_topology_tests.js -------------------------------------------------------------------------------- /test/tests/functional/sdam_monitoring_mocks/single_topology_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/sdam_monitoring_mocks/single_topology_tests.js -------------------------------------------------------------------------------- /test/tests/functional/server_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/server_tests.js -------------------------------------------------------------------------------- /test/tests/functional/shared.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/shared.js -------------------------------------------------------------------------------- /test/tests/functional/single_mocks/compression_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/single_mocks/compression_tests.js -------------------------------------------------------------------------------- /test/tests/functional/single_mocks/timeout_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/single_mocks/timeout_tests.js -------------------------------------------------------------------------------- /test/tests/functional/tailable_cursor_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/tailable_cursor_tests.js -------------------------------------------------------------------------------- /test/tests/functional/undefined_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/functional/undefined_tests.js -------------------------------------------------------------------------------- /test/tests/spec/auth/connection-string.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/auth/connection-string.json -------------------------------------------------------------------------------- /test/tests/spec/auth/connection-string.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/auth/connection-string.yml -------------------------------------------------------------------------------- /test/tests/spec/connection-string/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/connection-string/Makefile -------------------------------------------------------------------------------- /test/tests/spec/connection-string/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/connection-string/README.rst -------------------------------------------------------------------------------- /test/tests/spec/connection-string/invalid-uris.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/connection-string/invalid-uris.json -------------------------------------------------------------------------------- /test/tests/spec/connection-string/invalid-uris.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/connection-string/invalid-uris.yml -------------------------------------------------------------------------------- /test/tests/spec/connection-string/valid-auth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/connection-string/valid-auth.json -------------------------------------------------------------------------------- /test/tests/spec/connection-string/valid-auth.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/connection-string/valid-auth.yml -------------------------------------------------------------------------------- /test/tests/spec/connection-string/valid-db-with-dotted-name.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/connection-string/valid-db-with-dotted-name.json -------------------------------------------------------------------------------- /test/tests/spec/connection-string/valid-db-with-dotted-name.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/connection-string/valid-db-with-dotted-name.yml -------------------------------------------------------------------------------- /test/tests/spec/connection-string/valid-host_identifiers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/connection-string/valid-host_identifiers.json -------------------------------------------------------------------------------- /test/tests/spec/connection-string/valid-host_identifiers.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/connection-string/valid-host_identifiers.yml -------------------------------------------------------------------------------- /test/tests/spec/connection-string/valid-options.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/connection-string/valid-options.json -------------------------------------------------------------------------------- /test/tests/spec/connection-string/valid-options.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/connection-string/valid-options.yml -------------------------------------------------------------------------------- /test/tests/spec/connection-string/valid-unix_socket-absolute.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/connection-string/valid-unix_socket-absolute.json -------------------------------------------------------------------------------- /test/tests/spec/connection-string/valid-unix_socket-absolute.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/connection-string/valid-unix_socket-absolute.yml -------------------------------------------------------------------------------- /test/tests/spec/connection-string/valid-unix_socket-relative.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/connection-string/valid-unix_socket-relative.json -------------------------------------------------------------------------------- /test/tests/spec/connection-string/valid-unix_socket-relative.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/connection-string/valid-unix_socket-relative.yml -------------------------------------------------------------------------------- /test/tests/spec/connection-string/valid-warnings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/connection-string/valid-warnings.json -------------------------------------------------------------------------------- /test/tests/spec/connection-string/valid-warnings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/connection-string/valid-warnings.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/README.rst -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/longer-parent-in-return.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/longer-parent-in-return.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/longer-parent-in-return.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/longer-parent-in-return.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/misformatted-option.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/misformatted-option.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/misformatted-option.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/misformatted-option.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/no-results.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/no-results.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/no-results.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/no-results.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/not-enough-parts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/not-enough-parts.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/not-enough-parts.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/not-enough-parts.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/one-result-default-port.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/one-result-default-port.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/one-result-default-port.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/one-result-default-port.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/one-txt-record-multiple-strings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/one-txt-record-multiple-strings.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/one-txt-record-multiple-strings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/one-txt-record-multiple-strings.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/one-txt-record.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/one-txt-record.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/one-txt-record.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/one-txt-record.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/parent-part-mismatch1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/parent-part-mismatch1.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/parent-part-mismatch1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/parent-part-mismatch1.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/parent-part-mismatch2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/parent-part-mismatch2.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/parent-part-mismatch2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/parent-part-mismatch2.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/parent-part-mismatch3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/parent-part-mismatch3.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/parent-part-mismatch3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/parent-part-mismatch3.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/parent-part-mismatch4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/parent-part-mismatch4.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/parent-part-mismatch4.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/parent-part-mismatch4.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/parent-part-mismatch5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/parent-part-mismatch5.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/parent-part-mismatch5.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/parent-part-mismatch5.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/returned-parent-too-short.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/returned-parent-too-short.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/returned-parent-too-short.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/returned-parent-too-short.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/returned-parent-wrong.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/returned-parent-wrong.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/returned-parent-wrong.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/returned-parent-wrong.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/two-results-default-port.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/two-results-default-port.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/two-results-default-port.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/two-results-default-port.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/two-results-nonstandard-port.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/two-results-nonstandard-port.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/two-results-nonstandard-port.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/two-results-nonstandard-port.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/two-txt-records.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/two-txt-records.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/two-txt-records.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/two-txt-records.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/txt-record-not-allowed-option.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/txt-record-not-allowed-option.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/txt-record-not-allowed-option.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/txt-record-not-allowed-option.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/txt-record-with-overridden-ssl-option.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/txt-record-with-overridden-ssl-option.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/txt-record-with-overridden-ssl-option.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/txt-record-with-overridden-ssl-option.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/txt-record-with-overridden-uri-option.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/txt-record-with-overridden-uri-option.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/txt-record-with-overridden-uri-option.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/txt-record-with-overridden-uri-option.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/txt-record-with-unallowed-option.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/txt-record-with-unallowed-option.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/txt-record-with-unallowed-option.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/txt-record-with-unallowed-option.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/uri-with-port.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/uri-with-port.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/uri-with-port.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/uri-with-port.yml -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/uri-with-two-hosts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/uri-with-two-hosts.json -------------------------------------------------------------------------------- /test/tests/spec/initial-dns-seedlist-discovery/uri-with-two-hosts.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/initial-dns-seedlist-discovery/uri-with-two-hosts.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/README.rst -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/DefaultNoMaxStaleness.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/DefaultNoMaxStaleness.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/DefaultNoMaxStaleness.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/DefaultNoMaxStaleness.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/Incompatible.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/Incompatible.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/Incompatible.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/Incompatible.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/LastUpdateTime.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/LastUpdateTime.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/LastUpdateTime.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/LastUpdateTime.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/Nearest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/Nearest.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/Nearest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/Nearest.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/Nearest2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/Nearest2.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/Nearest2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/Nearest2.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/NoKnownServers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/NoKnownServers.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/NoKnownServers.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/NoKnownServers.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/PrimaryPreferred.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/PrimaryPreferred.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/PrimaryPreferred_tags.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/PrimaryPreferred_tags.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/PrimaryPreferred_tags.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/PrimaryPreferred_tags.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/Secondary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/Secondary.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/Secondary.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/Secondary.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/SecondaryPreferred.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/SecondaryPreferred.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/SecondaryPreferred.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/SecondaryPreferred.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/SecondaryPreferred_tags.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/SecondaryPreferred_tags.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/SecondaryPreferred_tags.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/SecondaryPreferred_tags.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/ZeroMaxStaleness.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/ZeroMaxStaleness.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetNoPrimary/ZeroMaxStaleness.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetNoPrimary/ZeroMaxStaleness.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/DefaultNoMaxStaleness.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/DefaultNoMaxStaleness.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/DefaultNoMaxStaleness.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/DefaultNoMaxStaleness.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/Incompatible.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/Incompatible.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/Incompatible.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/Incompatible.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/LastUpdateTime.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/LastUpdateTime.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/LastUpdateTime.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/LastUpdateTime.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/LongHeartbeat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/LongHeartbeat.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/LongHeartbeat.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/LongHeartbeat.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/LongHeartbeat2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/LongHeartbeat2.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/LongHeartbeat2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/LongHeartbeat2.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/MaxStalenessTooSmall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/MaxStalenessTooSmall.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/MaxStalenessTooSmall.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/MaxStalenessTooSmall.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/MaxStalenessWithModePrimary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/MaxStalenessWithModePrimary.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/MaxStalenessWithModePrimary.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/MaxStalenessWithModePrimary.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/Nearest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/Nearest.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/Nearest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/Nearest.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/Nearest2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/Nearest2.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/Nearest2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/Nearest2.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/Nearest_tags.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/Nearest_tags.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/Nearest_tags.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/Nearest_tags.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/PrimaryPreferred.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/PrimaryPreferred.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/PrimaryPreferred.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/PrimaryPreferred.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/PrimaryPreferred_incompatible.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/PrimaryPreferred_incompatible.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/PrimaryPreferred_incompatible.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/PrimaryPreferred_incompatible.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/SecondaryPreferred.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/SecondaryPreferred.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/SecondaryPreferred.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/SecondaryPreferred.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/SecondaryPreferred_tags.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/SecondaryPreferred_tags.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/SecondaryPreferred_tags.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/SecondaryPreferred_tags.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/SecondaryPreferred_tags2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/SecondaryPreferred_tags2.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/SecondaryPreferred_tags2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/SecondaryPreferred_tags2.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/Secondary_tags.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/Secondary_tags.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/Secondary_tags.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/Secondary_tags.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/Secondary_tags2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/Secondary_tags2.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/Secondary_tags2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/Secondary_tags2.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/ZeroMaxStaleness.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/ZeroMaxStaleness.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/ReplicaSetWithPrimary/ZeroMaxStaleness.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/ReplicaSetWithPrimary/ZeroMaxStaleness.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/Sharded/Incompatible.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/Sharded/Incompatible.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/Sharded/Incompatible.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/Sharded/Incompatible.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/Sharded/SmallMaxStaleness.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/Sharded/SmallMaxStaleness.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/Sharded/SmallMaxStaleness.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/Sharded/SmallMaxStaleness.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/Single/Incompatible.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/Single/Incompatible.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/Single/Incompatible.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/Single/Incompatible.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/Single/SmallMaxStaleness.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/Single/SmallMaxStaleness.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/Single/SmallMaxStaleness.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/Single/SmallMaxStaleness.yml -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/Unknown/SmallMaxStaleness.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/Unknown/SmallMaxStaleness.json -------------------------------------------------------------------------------- /test/tests/spec/max-staleness/Unknown/SmallMaxStaleness.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/max-staleness/Unknown/SmallMaxStaleness.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/README.rst -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/monitoring/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/monitoring/README.rst -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/monitoring/replica_set_with_no_primary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/monitoring/replica_set_with_no_primary.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/monitoring/replica_set_with_no_primary.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/monitoring/replica_set_with_no_primary.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/monitoring/replica_set_with_primary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/monitoring/replica_set_with_primary.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/monitoring/replica_set_with_primary.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/monitoring/replica_set_with_primary.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/monitoring/replica_set_with_removal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/monitoring/replica_set_with_removal.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/monitoring/replica_set_with_removal.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/monitoring/replica_set_with_removal.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/monitoring/required_replica_set.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/monitoring/required_replica_set.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/monitoring/required_replica_set.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/monitoring/required_replica_set.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/monitoring/standalone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/monitoring/standalone.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/monitoring/standalone.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/monitoring/standalone.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/compatible.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/compatible.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/compatible.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/compatible.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/compatible_unknown.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/compatible_unknown.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/compatible_unknown.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/compatible_unknown.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/discover_arbiters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/discover_arbiters.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/discover_arbiters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/discover_arbiters.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/discover_passives.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/discover_passives.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/discover_passives.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/discover_passives.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/discover_primary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/discover_primary.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/discover_primary.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/discover_primary.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/discover_secondary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/discover_secondary.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/discover_secondary.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/discover_secondary.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/discovery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/discovery.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/discovery.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/discovery.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/equal_electionids.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/equal_electionids.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/equal_electionids.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/equal_electionids.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/ghost_discovered.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/ghost_discovered.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/ghost_discovered.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/ghost_discovered.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/hosts_differ_from_seeds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/hosts_differ_from_seeds.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/hosts_differ_from_seeds.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/hosts_differ_from_seeds.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/incompatible_arbiter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/incompatible_arbiter.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/incompatible_arbiter.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/incompatible_arbiter.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/incompatible_ghost.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/incompatible_ghost.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/incompatible_ghost.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/incompatible_ghost.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/incompatible_other.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/incompatible_other.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/incompatible_other.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/incompatible_other.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/ls_timeout.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/ls_timeout.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/ls_timeout.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/ls_timeout.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/member_reconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/member_reconfig.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/member_reconfig.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/member_reconfig.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/member_standalone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/member_standalone.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/member_standalone.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/member_standalone.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/new_primary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/new_primary.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/new_primary.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/new_primary.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/new_primary_new_electionid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/new_primary_new_electionid.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/new_primary_new_electionid.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/new_primary_new_electionid.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/new_primary_new_setversion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/new_primary_new_setversion.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/new_primary_new_setversion.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/new_primary_new_setversion.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/new_primary_wrong_set_name.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/new_primary_wrong_set_name.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/new_primary_wrong_set_name.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/new_primary_wrong_set_name.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/non_rs_member.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/non_rs_member.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/non_rs_member.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/non_rs_member.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/normalize_case.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/normalize_case.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/normalize_case.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/normalize_case.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/normalize_case_me.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/normalize_case_me.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/normalize_case_me.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/normalize_case_me.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/null_election_id.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/null_election_id.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/null_election_id.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/null_election_id.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/primary_becomes_ghost.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/primary_becomes_ghost.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/primary_becomes_ghost.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/primary_becomes_ghost.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/primary_becomes_mongos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/primary_becomes_mongos.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/primary_becomes_mongos.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/primary_becomes_mongos.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/primary_becomes_standalone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/primary_becomes_standalone.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/primary_becomes_standalone.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/primary_becomes_standalone.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/primary_changes_set_name.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/primary_changes_set_name.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/primary_changes_set_name.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/primary_changes_set_name.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/primary_disconnect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/primary_disconnect.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/primary_disconnect.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/primary_disconnect.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/primary_disconnect_electionid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/primary_disconnect_electionid.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/primary_disconnect_electionid.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/primary_disconnect_electionid.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/primary_disconnect_setversion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/primary_disconnect_setversion.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/primary_disconnect_setversion.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/primary_disconnect_setversion.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/primary_mismatched_me.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/primary_mismatched_me.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/primary_mismatched_me.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/primary_mismatched_me.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/primary_reports_new_member.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/primary_reports_new_member.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/primary_reports_new_member.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/primary_reports_new_member.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/primary_to_no_primary_mismatched_me.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/primary_to_no_primary_mismatched_me.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/primary_to_no_primary_mismatched_me.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/primary_to_no_primary_mismatched_me.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/primary_wrong_set_name.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/primary_wrong_set_name.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/primary_wrong_set_name.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/primary_wrong_set_name.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/response_from_removed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/response_from_removed.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/response_from_removed.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/response_from_removed.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/rsother_discovered.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/rsother_discovered.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/rsother_discovered.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/rsother_discovered.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/sec_not_auth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/sec_not_auth.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/sec_not_auth.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/sec_not_auth.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/secondary_ignore_ok_0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/secondary_ignore_ok_0.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/secondary_ignore_ok_0.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/secondary_ignore_ok_0.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/secondary_mismatched_me.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/secondary_mismatched_me.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/secondary_mismatched_me.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/secondary_mismatched_me.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/secondary_wrong_set_name.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/secondary_wrong_set_name.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/secondary_wrong_set_name.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/secondary_wrong_set_name.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/secondary_wrong_set_name_with_primary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/secondary_wrong_set_name_with_primary.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/secondary_wrong_set_name_with_primary.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/secondary_wrong_set_name_with_primary.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/setversion_without_electionid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/setversion_without_electionid.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/setversion_without_electionid.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/setversion_without_electionid.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/stepdown_change_set_name.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/stepdown_change_set_name.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/stepdown_change_set_name.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/stepdown_change_set_name.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/too_new.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/too_new.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/too_new.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/too_new.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/too_old.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/too_old.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/too_old.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/too_old.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/unexpected_mongos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/unexpected_mongos.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/unexpected_mongos.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/unexpected_mongos.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/use_setversion_without_electionid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/use_setversion_without_electionid.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/use_setversion_without_electionid.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/use_setversion_without_electionid.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/wrong_set_name.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/wrong_set_name.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/rs/wrong_set_name.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/rs/wrong_set_name.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/sharded/compatible.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/sharded/compatible.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/sharded/compatible.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/sharded/compatible.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/sharded/ls_timeout_mongos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/sharded/ls_timeout_mongos.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/sharded/ls_timeout_mongos.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/sharded/ls_timeout_mongos.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/sharded/mongos_disconnect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/sharded/mongos_disconnect.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/sharded/mongos_disconnect.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/sharded/mongos_disconnect.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/sharded/multiple_mongoses.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/sharded/multiple_mongoses.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/sharded/multiple_mongoses.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/sharded/multiple_mongoses.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/sharded/non_mongos_removed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/sharded/non_mongos_removed.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/sharded/non_mongos_removed.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/sharded/non_mongos_removed.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/sharded/normalize_uri_case.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/sharded/normalize_uri_case.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/sharded/normalize_uri_case.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/sharded/normalize_uri_case.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/sharded/too_new.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/sharded/too_new.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/sharded/too_new.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/sharded/too_new.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/sharded/too_old.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/sharded/too_old.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/sharded/too_old.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/sharded/too_old.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/compatible.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/compatible.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/compatible.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/compatible.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/direct_connection_external_ip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/direct_connection_external_ip.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/direct_connection_external_ip.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/direct_connection_external_ip.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/direct_connection_mongos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/direct_connection_mongos.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/direct_connection_mongos.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/direct_connection_mongos.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/direct_connection_rsarbiter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/direct_connection_rsarbiter.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/direct_connection_rsarbiter.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/direct_connection_rsarbiter.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/direct_connection_rsprimary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/direct_connection_rsprimary.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/direct_connection_rsprimary.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/direct_connection_rsprimary.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/direct_connection_rssecondary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/direct_connection_rssecondary.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/direct_connection_rssecondary.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/direct_connection_rssecondary.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/direct_connection_slave.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/direct_connection_slave.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/direct_connection_slave.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/direct_connection_slave.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/direct_connection_standalone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/direct_connection_standalone.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/direct_connection_standalone.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/direct_connection_standalone.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/ls_timeout_standalone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/ls_timeout_standalone.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/ls_timeout_standalone.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/ls_timeout_standalone.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/not_ok_response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/not_ok_response.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/not_ok_response.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/not_ok_response.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/standalone_removed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/standalone_removed.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/standalone_removed.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/standalone_removed.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/too_new.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/too_new.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/too_new.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/too_new.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/too_old.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/too_old.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/too_old.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/too_old.yml -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/unavailable_seed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/unavailable_seed.json -------------------------------------------------------------------------------- /test/tests/spec/server-discovery-and-monitoring/single/unavailable_seed.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-discovery-and-monitoring/single/unavailable_seed.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/README.rst -------------------------------------------------------------------------------- /test/tests/spec/server-selection/rtt/first_value.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/rtt/first_value.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/rtt/first_value.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/rtt/first_value.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/rtt/first_value_zero.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/rtt/first_value_zero.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/rtt/first_value_zero.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/rtt/first_value_zero.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/rtt/value_test_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/rtt/value_test_1.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/rtt/value_test_1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/rtt/value_test_1.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/rtt/value_test_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/rtt/value_test_2.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/rtt/value_test_2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/rtt/value_test_2.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/rtt/value_test_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/rtt/value_test_3.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/rtt/value_test_3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/rtt/value_test_3.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/rtt/value_test_4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/rtt/value_test_4.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/rtt/value_test_4.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/rtt/value_test_4.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/rtt/value_test_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/rtt/value_test_5.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/rtt/value_test_5.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/rtt/value_test_5.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/Nearest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/Nearest.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/Nearest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/Nearest.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/Nearest_multiple.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/Nearest_multiple.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/Nearest_multiple.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/Nearest_multiple.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/PossiblePrimary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/PossiblePrimary.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/PossiblePrimary.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/PossiblePrimary.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/Primary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/Primary.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/Primary.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/Primary.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/PrimaryPreferred.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/PrimaryPreferred.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/PrimaryPreferred.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/PrimaryPreferred.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/Secondary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/Secondary.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/Secondary.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/Secondary.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/SecondaryPreferred.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/ReplicaSetNoPrimary/read/SecondaryPreferred.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/ReplicaSetWithPrimary/read/Nearest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/ReplicaSetWithPrimary/read/Nearest.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/ReplicaSetWithPrimary/read/Nearest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/ReplicaSetWithPrimary/read/Nearest.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/ReplicaSetWithPrimary/read/Nearest_multiple.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/ReplicaSetWithPrimary/read/Nearest_multiple.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/ReplicaSetWithPrimary/read/Primary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/ReplicaSetWithPrimary/read/Primary.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/ReplicaSetWithPrimary/read/Primary.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/ReplicaSetWithPrimary/read/Primary.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/ReplicaSetWithPrimary/read/PrimaryPreferred.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/ReplicaSetWithPrimary/read/PrimaryPreferred.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/ReplicaSetWithPrimary/read/Secondary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/ReplicaSetWithPrimary/read/Secondary.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/ReplicaSetWithPrimary/read/Secondary.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/ReplicaSetWithPrimary/read/Secondary.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Sharded/read/Nearest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Sharded/read/Nearest.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Sharded/read/Nearest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Sharded/read/Nearest.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Sharded/read/Primary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Sharded/read/Primary.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Sharded/read/Primary.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Sharded/read/Primary.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Sharded/read/PrimaryPreferred.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Sharded/read/PrimaryPreferred.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Sharded/read/PrimaryPreferred.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Sharded/read/PrimaryPreferred.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Sharded/read/Secondary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Sharded/read/Secondary.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Sharded/read/Secondary.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Sharded/read/Secondary.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Sharded/read/SecondaryPreferred.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Sharded/read/SecondaryPreferred.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Sharded/read/SecondaryPreferred.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Sharded/read/SecondaryPreferred.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Sharded/write/Nearest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Sharded/write/Nearest.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Sharded/write/Nearest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Sharded/write/Nearest.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Sharded/write/Primary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Sharded/write/Primary.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Sharded/write/Primary.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Sharded/write/Primary.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Sharded/write/PrimaryPreferred.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Sharded/write/PrimaryPreferred.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Sharded/write/PrimaryPreferred.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Sharded/write/PrimaryPreferred.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Sharded/write/Secondary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Sharded/write/Secondary.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Sharded/write/Secondary.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Sharded/write/Secondary.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Sharded/write/SecondaryPreferred.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Sharded/write/SecondaryPreferred.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Sharded/write/SecondaryPreferred.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Sharded/write/SecondaryPreferred.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Single/read/SecondaryPreferred.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Single/read/SecondaryPreferred.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Single/read/SecondaryPreferred.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Single/read/SecondaryPreferred.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Single/write/SecondaryPreferred.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Single/write/SecondaryPreferred.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Single/write/SecondaryPreferred.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Single/write/SecondaryPreferred.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Unknown/read/SecondaryPreferred.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Unknown/read/SecondaryPreferred.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Unknown/read/SecondaryPreferred.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Unknown/read/SecondaryPreferred.yml -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Unknown/write/SecondaryPreferred.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Unknown/write/SecondaryPreferred.json -------------------------------------------------------------------------------- /test/tests/spec/server-selection/server_selection/Unknown/write/SecondaryPreferred.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/spec/server-selection/server_selection/Unknown/write/SecondaryPreferred.yml -------------------------------------------------------------------------------- /test/tests/unit/apm_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/apm_tests.js -------------------------------------------------------------------------------- /test/tests/unit/common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/common.js -------------------------------------------------------------------------------- /test/tests/unit/connect_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/connect_tests.js -------------------------------------------------------------------------------- /test/tests/unit/connection_string_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/connection_string_tests.js -------------------------------------------------------------------------------- /test/tests/unit/mongodb_srv_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/mongodb_srv_tests.js -------------------------------------------------------------------------------- /test/tests/unit/mongos/events_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/mongos/events_tests.js -------------------------------------------------------------------------------- /test/tests/unit/mongos/reconnect_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/mongos/reconnect_tests.js -------------------------------------------------------------------------------- /test/tests/unit/mongos/retryable_writes_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/mongos/retryable_writes_tests.js -------------------------------------------------------------------------------- /test/tests/unit/mongos/sessions_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/mongos/sessions_tests.js -------------------------------------------------------------------------------- /test/tests/unit/pool_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/pool_tests.js -------------------------------------------------------------------------------- /test/tests/unit/replset/auth_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/replset/auth_tests.js -------------------------------------------------------------------------------- /test/tests/unit/replset/compression_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/replset/compression_tests.js -------------------------------------------------------------------------------- /test/tests/unit/replset/read_preference_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/replset/read_preference_tests.js -------------------------------------------------------------------------------- /test/tests/unit/replset/retryable_writes_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/replset/retryable_writes_tests.js -------------------------------------------------------------------------------- /test/tests/unit/replset/sessions_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/replset/sessions_tests.js -------------------------------------------------------------------------------- /test/tests/unit/replset/step_down_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/replset/step_down_tests.js -------------------------------------------------------------------------------- /test/tests/unit/replset/transactions_feature_decoration_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/replset/transactions_feature_decoration_tests.js -------------------------------------------------------------------------------- /test/tests/unit/response_test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/response_test.js -------------------------------------------------------------------------------- /test/tests/unit/scram_iterations_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/scram_iterations_tests.js -------------------------------------------------------------------------------- /test/tests/unit/sdam_spec_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/sdam_spec_tests.js -------------------------------------------------------------------------------- /test/tests/unit/server_selection_spec_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/server_selection_spec_tests.js -------------------------------------------------------------------------------- /test/tests/unit/sessions_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/sessions_tests.js -------------------------------------------------------------------------------- /test/tests/unit/single/sessions_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/single/sessions_tests.js -------------------------------------------------------------------------------- /test/tests/unit/wire_protocol_test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/wire_protocol_test.js -------------------------------------------------------------------------------- /test/tests/unit/write_concern_error_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/tests/unit/write_concern_error_tests.js -------------------------------------------------------------------------------- /test/util.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-js/mongodb-core/HEAD/test/util.js --------------------------------------------------------------------------------