summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-53605 Ensure replsettest.asCluster works with clusterAuthMode = x509Mark Benvenuto2021-05-035-0/+19
|
* SERVER-55473 DBClientBase::_auth returns original status instead of ↵Wenbin Zhu2021-04-221-6/+1
| | | | AuthenticationFaile.
* SERVER-54157 Remove maxWait from comments for findHost and getHostOrRefreshr5.0.0-alphaCheahuychou Mao2021-04-073-16/+6
|
* SERVER-54975 Rename IDL parser classes to use CommandRequest and ↵Bernard Gorman2021-04-023-10/+13
| | | | CommandReply suffixes
* SERVER-55281 lint for newline violationsBilly Donahue2021-03-251-1/+1
|
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-2316-51/+51
|
* SERVER-55336: Catalog cache refreshes are not being retried on SnapshotError ↵Jordi Serra Torrens2021-03-221-1/+1
| | | | when going through shard_local
* SERVER-52778 Cleanup the legacy shardCollection code pathKaloian Manassiev2021-03-171-1/+0
|
* SERVER-51358: Revert "SERVER-51358: Indicate awaitable operations ↵Tyler Seip2021-02-251-1/+0
| | | | | | explicitly" and a small part of "SERVER-53150: Specify input/output to hello command" This reverts commit 26ecc0880280ada1b9f77b3f07544843e50e3088.
* SERVER-53830: fix flaky race in replica_set_monitor_integration_testAndrew Shuvalov2021-02-241-7/+10
|
* SERVER-54290 Add ability to mock Streamable RSM topology description stateRandolph Tan2021-02-2212-30/+344
|
* SERVER-53064: connection created using transient SSL params cannot be recycledAndrew Shuvalov2021-02-205-0/+38
|
* SERVER-53995 ReplicaSetMonitor shared_ptr instance should be freed outside ↵Jason Zhang2021-02-171-0/+6
| | | | of mutex scope
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-19/+22
|
* SERVER-50268 cleaned up LIBDEP_DEPENDENTS and wiredtiger dependencies.Daniel Moody2021-02-061-42/+44
|
* SERVER-54351: Fix race in topology_listener_test.cppAndrew Shuvalov2021-02-061-1/+9
|
* SERVER-52720: Handle choosing a new donor node when startApplyingOpTime existsXueruiFa2021-02-052-2/+7
|
* SERVER-54218 Update authentication counter patterns of useBen Caimano2021-02-031-0/+1
|
* SERVER-51358: Indicate awaitable operations explicitlyTyler Seip2021-02-011-0/+1
|
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-1/+1
|
* SERVER-53404 Make tenant migration donor copy the recipient's cluster time ↵Cheahuychou Mao2021-01-282-9/+25
| | | | signing keys before sending recipientSyncData
* SERVER-53724 Make DBClient able to reauthenticate with x509 automatically ↵Jason Zhang2021-01-253-5/+8
| | | | when reconnecting for tenant migrations
* SERVER-53830: fix synchronization in replica_set_monitor_integration_test.cppAndrew Shuvalov2021-01-191-2/+7
|
* SERVER-52718: Add support for blacklisting nodes in ↵XueruiFa2021-01-149-91/+311
| | | | TenantMigrationRecipientService
* SERVER-53423: Make ConnectString::connect return a status instead of setting ↵Andrew Shuvalov2021-01-078-50/+59
| | | | error message
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-6/+7
|
* Revert "SERVER-53423: Make ConnectString::connect return a status instead of ↵Pavi Vetriselvan2021-01-077-51/+48
| | | | | | setting error message" This reverts commit ad1169d34cbd457a4d0637230e615bdf1d177531.
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-073-7/+9
|
* SERVER-53423: Make ConnectString::connect return a status instead of setting ↵Andrew Shuvalov2021-01-077-48/+51
| | | | error message
* SERVER-52707 Make tenant migration recipient use x509 certificate to connect ↵Cheahuychou Mao2021-01-054-12/+32
| | | | to donor
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-5/+1
|
* SERVER-51296 Add cancelation support to RemoteCommandTargeterMatthew Saltz2020-12-228-41/+37
|
* SERVER-50985 Tenant collection cloner query must use readConcern majorityJason Chan2020-12-151-7/+4
|
* SERVER-52945 Make mongod use x509 auth on egress connections if ↵Mark Benvenuto2020-12-117-20/+88
| | | | NetworkInterface has SSLConnectionContext override even if other egress connections use keyFile auth
* SERVER-40811 make initializers throwyBilly Donahue2020-12-088-22/+10
| | | | | | | - Consolidate init-related headers (just init.h and initializer.h) - Factor out a separate DependencyGraph component - Remove MONGO_DEFAULT_PREREQUISITES, MONGO_NO_PREREQUISITES, MONGO_NO_DEPENDENTS. - Document the role of the "default" initializer.
* SERVER-50467: Ensure that tenant migration donor only removes a ↵Andrew Shuvalov2020-12-089-30/+129
| | | | ReplicaSetMonitor for a recipient when the last migration to that recipient completes
* SERVER-49652 Sharding and Service Arch changes for the hello commandPavi Vetriselvan2020-12-031-1/+2
|
* SERVER-53010 Remove TODO for SERVER-49791Judah Schvimer2020-12-021-2/+1
|
* SERVER-50667 replace comment/variable references to slave with secondaryPavi Vetriselvan2020-11-301-1/+1
|
* SERVER-50657 Add CancelationToken support to the ReplicaSetMonitorMatthew Saltz2020-11-248-165/+240
|
* SERVER-50467: StreamableReplicaSetMonitor should call drop on itself from ↵Andrew Shuvalov2020-11-246-5/+18
| | | | destructor
* SERVER-51812 Allow DBClientConnection::connect() to specify helloOk when ↵Amirsaman Memaripour2020-11-243-0/+33
| | | | initializing a connection
* SERVER-51680 Remove non-test usages of ScanningReplicaSetMonitor from the ↵Matthew Saltz2020-11-209-4104/+3
| | | | code base
* SERVER-50513 Rename local variables/functions in the new replica set monitorMatthew Saltz2020-11-1314-248/+245
|
* SERVER-50509 Rename handleNotMasterResponse to handleNotPrimaryResponseAmirsaman Memaripour2020-11-122-8/+8
|
* SERVER-50510 Change markHostNotMaster to markHostNotPrimaryGabriel Russell2020-11-098-12/+12
|
* SERVER-52621 Remove stale version execption handling in OpQuery exec pathTommaso Tocci2020-11-063-14/+10
|
* SERVER-51811: No-op wiring of transient SSL params in related methodsAndrew Shuvalov2020-11-052-3/+3
|
* SERVER-47081 Delete geoSearch command and related testsMihai Andrei2020-11-031-1/+0
|
* SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandaloneBen Caimano2020-10-2614-117/+159
|