summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51328 Do not pass entire namespace string to db parameter when calling...r4.9.0-alphaPierlauro Sciarelli2020-10-081-1/+1
* SERVER-51275 Synchronize starting the parallel shell with rollback in Rollbac...Gregory Noma2020-10-082-17/+23
* SERVER-51430 update log message search in recovery_wt_cache_full.js to look f...Benety Goh2020-10-081-1/+8
* SERVER-45551 Add assertions to ensure test commands are enabled when using mo...Richard Samuels2020-10-083-0/+96
* SERVER-51415 Silence powercycle post task errorsRobert Guo2020-10-081-0/+21
* SERVER-51388 temporily disable tasks on the UndoDB variantRobert Guo2020-10-081-38/+38
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-0836-350/+740
* SERVER-49443 Implement error truncation for generated document validation errorsMihai Andrei2020-10-084-65/+425
* SERVER-51060: Implement voteCommitImportCollection commandLingzhi Deng2020-10-081-0/+1
* SERVER-48863 Fix broken Windows compileKaloian Manassiev2020-10-082-6/+6
* SERVER-51390 Always refresh database cache on StaleDatabaseVersionTommaso Tocci2020-10-082-0/+13
* Import wiredtiger: fcccb8aaf3b82a84a58cd94eda550ae0e41b1409 from branch mongo...Luke Chen2020-10-085-26/+68
* SERVER-50594 [SBE] Fix bool/int32_t issue on big-endian systemsDrew Paroski2020-10-0837-440/+567
* SERVER-51003 split long-running randomized repl unittests into a separate db_...Kevin Pulo2020-10-083-16/+27
* SERVER-51146 DurableCatalog::importCollection() should not remove the underly...Gregory Wlodarek2020-10-081-6/+3
* SERVER-51146 Implement KVEngine::dropIdentForImport() which does not remove t...Gregory Wlodarek2020-10-088-1/+93
* SERVER-51289 add featureFlagTimeSeriesCollection to disabled feature flag bui...Benety Goh2020-10-081-0/+2
* SERVER-50678 Implement lock-free version of AutoGetCollectionDianna Hohensee2020-10-0812-20/+181
* SERVER-51347 Allow writes on a collection string-matching '.system.resharding...Alex Taskov2020-10-084-1/+100
* SERVER-48863 Implement agg array operators starting with A-I in grammar.George Wangensteen2020-10-0812-6149/+8139
* Import wiredtiger: 0236242fe8ecd2e02d9473d9a6128e6998b96937 from branch mongo...Luke Chen2020-10-086-199/+79
* SERVER-50753 support $indexOfBytes and $indexOfCP in SBEClaire Childs2020-10-0811-47/+943
* SERVER-51306 Wait for refresh to complete before test exitsAlex Taskov2020-10-081-8/+12
* SERVER-49754 Remove unused OperationContext from KVEngine::dropIdent()Gregory Wlodarek2020-10-083-13/+8
* SERVER-47300 Document Authorization for Identity and Access Management in the...Shreyas Kalyan2020-10-081-2/+237
* SERVER-48882 Remove newly empty database directories when using directoryperdbGregory Noma2020-10-0823-103/+226
* SERVER-50668 Refactor JS tests that enable rsSyncApplyStopAli Mir2020-10-0715-90/+80
* SERVER-51292 Use async version of RemoteCommandTargeter::findHost in TenantMi...Jason Zhang2020-10-071-37/+38
* SERVER-50975 Add currentOp reporting for TenantMigrationDonorService InstancesJason Zhang2020-10-073-4/+168
* SERVER-51035 Write vulnerability report for Black Duck scannerMark Benvenuto2020-10-073-7/+986
* SERVER-50420 Change repl.ismaster to repl.isWritablePrimary in serverStatusHuayu Ouyang2020-10-073-3/+19
* SERVER-50962 Delete duplicate tenant migration donor jstestsJason Zhang2020-10-074-1750/+0
* SERVER-50869 Fix race condition in bgsync when clearing appliedThrough during...Samy Lanka2020-10-071-0/+15
* SERVER-51289 add evergreen builder for testing disabled feature flagsBenety Goh2020-10-071-0/+104
* SERVER-48811 Run cloners in MigrationServiceInstanceSuganthi Mani2020-10-0718-178/+922
* SERVER-48450: Temporarily disable unit testXueruiFa2020-10-071-57/+60
* SERVER-51408 Run live import and export tests on the 'noPassthrough' suiteGregory Wlodarek2020-10-071-0/+1
* SERVER-51385 Initialize vector with size before using as output of std::trans...Blake Oler2020-10-071-1/+1
* SERVER-51406 Wait for failed configsvr replica set host discoveryTommaso Tocci2020-10-071-1/+9
* SERVER-50732 Support $filter expression in SBENikita Lapkov2020-10-079-226/+791
* SERVER-50160 Support $nor match expression in SBENikita Lapkov2020-10-074-121/+133
* SERVER-51392 Include recipientConnectionString in TenantMigrationCommitted errorCheahuychou Mao2020-10-0711-20/+156
* SERVER-51331 Make TenantMigrationUtil retry donorStartMigration and donorForg...Cheahuychou Mao2020-10-073-77/+112
* SERVER-51349: Have UncommittedCollections release its resources when stashing...Daniel Gottlieb2020-10-072-3/+5
* SERVER-50962 Ensure all tenant migration donor jstests start with "tenant_mig...Jason Zhang2020-10-064-0/+1750
* SERVER-51388 Update live-record buildvariant settingsMikhail Shchatko2020-10-061-2/+3
* SERVER-51357 Use CollectionWriter in DatabaseImpl::init to manage writable co...Henrik Edin2020-10-061-4/+8
* SERVER-50422 Rename slave response fields in listCommands to secondaryAli Mir2020-10-063-6/+6
* SERVER-51345 Change all IDL object types to owned object types in Resharding ...Alex Taskov2020-10-062-3/+3
* SERVER-49458 Implement error truncation for deeply nested generated errorsMihai Andrei2020-10-064-1/+102