summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68576 Added number of sharded collections to serverStatus command.Pol Pinol Castuera2022-11-293-1/+30
* SERVER-71291 Variant '* Enterprise RHEL 8.0' should not have a .publish fileJuan Gu2022-11-281-3/+0
* SERVER-71533 Update legacy task generation to use new test stats locationMikhail Shchatko2022-11-249-151/+137
* SERVER-64764 Fix '$$ROOT' handling in $expr rewriteCharlie Swanson2022-11-233-3/+18
* SERVER-71534 Fixed fuzzer linting scriptsAlexander Neben2022-11-232-4/+10
* SERVER-71471 Fixed deployment process for jstestfuzzAlexander Neben2022-11-235-34/+5
* SERVER-71424 Excluded third_party js files from lintingAlexander Neben2022-11-231-1/+2
* SERVER-71191 Unlock and relock RSTL during index build setupGregory Noma2022-11-183-5/+45
* SERVER-69944 Switch to use Python's built-in recursive glob support.Max Hirschhorn2022-11-171-154/+3
* SERVER-63104 add resmoke argument for generating all_feature_flags.txt locallyTrevor Guidry2022-11-168-41/+83
* SERVER-68361 Make migration properly handle cases when shard key value modifi...Randolph Tan2022-11-166-83/+233
* SERVER-71055 Update stable timestamp in `OplogOrder` testGregory Noma2022-11-161-0/+1
* SERVER-71305 Legacy shard collection path waits on wrong opTime to be majorit...Tommaso Tocci2022-11-161-4/+12
* SERVER-71092 Fixing a sharding testSergi Mateo Bellido2022-11-111-2/+2
* SERVER-70793 Make database metadata refresh first check new metadata under th...r5.0.14-rc0r5.0.14Antonio Fuschetto2022-11-101-0/+34
* SERVER-70373: Avoid invariant failure while aborting a resharding operationnandinibhartiyaMDB2022-11-092-45/+64
* SERVER-70879 Fix race where multiple threads are turning an index multikey co...Henrik Edin2022-11-092-1/+142
* SERVER-70381 Fixing Sharding API usageSergi Mateo Bellido2022-11-081-6/+11
* Import wiredtiger: 8071ed76b2c701099cbb19b16d3b3c4de23d7c36 from branch mongo...Luke Chen2022-11-084-7/+29
* SERVER-67795: Add serverstatus counters for updateMany, deleteMany calls(v5.0)Adi Zaimi2022-11-076-15/+168
* SERVER-60143 Avoid clearing filtering metadata after failed metadata refreshJordi Serra Torrens2022-11-041-5/+0
* SERVER-69001: Have initial sync persist its last oplog time into the minvalid...Daniel Gottlieb2022-11-034-146/+86
* SERVER-60016 serverStatus should not block on the RSTL lock with the WT stora...Jordi Olivares Provencio2022-11-034-22/+104
* SERVER-64289 Restore support for RHEL7 PPCZakhar Kleyman2022-11-021-0/+53
* SERVER-70314 Adjust time series extended range tests to account for log reten...Dan Larkin-York2022-11-012-10/+0
* SERVER-69868 Return ShutdownStatus When Starting a Shutdown `TransportLayer`Celina Tala2022-11-012-20/+46
* SERVER-63585 Allow negative values in WTRecordStore::numRecordsDaniel Gómez Ferro2022-10-312-6/+54
* SERVER-67681 Create specific target for compile commandsJuan Gu2022-10-283-1/+27
* SERVER-69926 errorcodes.py doesn't detect duplicate errors in MONGO_UNREACHAB...Reo Kimura2022-10-2710-20/+26
* SERVER-66525 Fix errexit prevents printing pip logRyan Egesdahl2022-10-261-3/+2
* SERVER-57072 Upgrade wheel on all platformsRichard Samuels2022-10-261-1/+1
* SERVER-69507 only set rpath when link-model is dynamicTrevor Guidry2022-10-261-6/+11
* SERVER-62201 Backport removed tests to 5.0Alexander Neben2022-10-251-400/+256
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Blake Oler2022-10-25174-248/+336
* SERVER-70633 make per shard cursor passthrough suite run in 5.0 and robustify...Mickey. J Winters2022-10-243-2/+17
* Import wiredtiger: 2a44acce45238f86124a2ee95e63e45791fb7304 from branch mongo...Luke Chen2022-10-214-12/+233
* Import wiredtiger: d9340610d5c44fc315912673d15203b25ce5a80b from branch mongo...Luke Chen2022-10-212-1/+20
* Import wiredtiger: 9a95edfe238515bfd3186a1fd3a416e6b62905d1 from branch mongo...Luke Chen2022-10-213-2/+107
* SERVER-69446: Increase electionTimeoutMillis in jstests/replsets/dbcheck_writ...Will Buerger2022-10-201-1/+1
* SERVER-70469 Use virtual env python in watchdog testsMark Benvenuto2022-10-191-1/+1
* SERVER-70483 Pass task execution to Logkeeperjulianedwards2022-10-171-0/+2
* SERVER-69784 Fix signed char misusesMatt Kneiser2022-10-142-3/+5
* SERVER-69756: Abort a resharding operation immediately.nandinibhartiyaMDB2022-10-143-2/+44
* SERVER-70557: Increase timeout for integration_tests_sharded on s90xJeff Zambory2022-10-141-0/+2
* SERVER-70484: Remove signal processing module from perf.yml and sys_perf.ymlanjani.bhat2022-10-132-14/+0
* SERVER-69134 Adding a way to clear the metadata managerSergi Mateo Bellido2022-10-135-14/+57
* SERVER-70364 Retry once on network errorAbdul Qadeer2022-10-122-10/+8
* SERVER-68477 remove upgrade and downgrade barriers for TTL indexes with NaN e...Benety Goh2022-10-127-160/+63
* SERVER-68477 createIndexes overwrites NaN expireAfterSeconds before starting ...Benety Goh2022-10-125-3/+80
* SERVER-68477 TTLMonitor fixes NaN expireAfterSeconds on TTL indexes during st...Benety Goh2022-10-123-1/+102