summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-71668 Move isLastNonHiddenShardKeyIndex check after hide index on syst...Pol Pinol Castuera2022-12-201-21/+22
* SERVER-72004 Fixed SBE slot disabling and prepare for yieldingAnna Wawrzyniak2022-12-2021-88/+230
* SERVER-69876 De-stage-ify the SBE filter stage builderDrew Paroski2022-12-209-1823/+561
* SERVER-70702 Improve JWKManager APIsSara Golemon2022-12-205-19/+38
* SERVER-71956 Add telemetryRead privilege actionMaddie Zechar2022-12-196-3/+20
* SERVER-72222 fix mapReduce single reduce optimization in sharded clustersDavis Haupt2022-12-192-41/+97
* SERVER-72245 Permit enabling serverless mode through a config fileMatt Broadstone2022-12-191-1/+1
* SERVER-72256 rename mongobridge directoryDaniel Moody2022-12-199-7/+7
* SERVER-72239 Restrict tenant migration test to FCV 6.3 or greaterDidier Nadeau2022-12-192-3/+3
* SERVER-70242 Remove misleading "Different user name was supplied to saslSuppo...Militsa Sotirova2022-12-196-15/+107
* SERVER-71652 Implement BulkWriteCommand Authentication Checksseanzimm2022-12-196-5/+198
* SERVER-71057 Count histogram types once per arrayAlya Berciu2022-12-1912-128/+336
* SERVER-72110: Use collection cursor directly instead of DBDirectClientChristopher Caplinger2022-12-192-7/+20
* SERVER-72184 Use assert.soon for isConfigCommitted in reconfig testsHuayu Ouyang2022-12-192-3/+3
* SERVER-71512 Fix assert.commandWorkedOrFailedWithCodeYu Jin Kang Park2022-12-191-3/+5
* SERVER-66315 Support batched inserts with FLE 2Shreyas Kalyan2022-12-193-47/+76
* SERVER-72025 Return block time in commitShardSplit command responseMatt Broadstone2022-12-1912-52/+38
* SERVER-71377 Adding missing count to CE for nullAlya Berciu2022-12-192-10/+49
* SERVER-71614 Add case to hide the index when is not compatible with shard key.Pol Pinol Castuera2022-12-193-2/+30
* SERVER-71880 Expose fromMigrate parameter in dropCollection() API methodsPaolo Polato2022-12-196-43/+56
* SERVER-71638 Don't let to hide the last shard key index using a key patternPol Pinol Castuera2022-12-194-6/+15
* SERVER-55398 Dropping a database should also drop all its associated tags.Pol Pinol Castuera2022-12-197-0/+145
* Import wiredtiger: 9d1ff639515cbca3c1447549bfb61114f59987ee from branch mongo...Luke Chen2022-12-182-2/+2
* Import wiredtiger: 969d2b098438d70d888665d68c028742148d5f71 from branch mongo...Luke Chen2022-12-182-3/+8
* Import wiredtiger: 595315b2982ba4d0c293543c9583bb5a9c69afca from branch mongo...Luke Chen2022-12-182-1/+2
* Import wiredtiger: c83ae3e1e8d44f45831aa89ab1b9bd58e1407f86 from branch mongo...Luke Chen2022-12-185-24/+24
* SERVER-72036 Implement data generation and loading into JS CE accuracy testsTimour Katchaounov2022-12-1711-4/+8048
* SERVER-72219 make clang use DWARF5 to be compat with DWARF64Daniel Moody2022-12-171-1/+1
* SERVER-72131 Fix auth tests to run in evergreenCharlie Swanson2022-12-162-12/+2
* SERVER-70701: Allow AuthorizationSession to enforce expiration timesVarun Ravichandran2022-12-1616-147/+584
* SERVER-72046 Add test for concurrent migration fetching and insertionRachita Dhawan2022-12-162-1/+99
* SERVER-70634: Fix data race in _implicitDefaultWriteConcernMajorityLingzhi Deng2022-12-163-17/+13
* SERVER-71959: Modify usages of ClusterRole::Kshitij Gupta2022-12-1615-21/+62
* SERVER-70921 Do not drop off tenant information when running find, count and ...Sophia Tan2022-12-1610-36/+99
* SERVER-72168 Fixed evergreen.yml to prep for new yml parserAlexander Neben2022-12-161-0/+4
* SERVER-71042 Remove featureFlagRequireTenantID from fully_disabled_feature_flagsjannaerin2022-12-167-1260/+1177
* SERVER-71897 featureFlagSecurityToken required for opObserver testSara Golemon2022-12-161-1/+7
* SERVER-72135: Remove bulkWrite from being run with security tokenseanzimm2022-12-163-6/+6
* SERVER-70809 Simplify logic in timeseries optionsFaustoleyva542022-12-166-100/+76
* SERVER-72048 Ensure we can't reopen a time series bucket with closed flag setDan Larkin-York2022-12-162-3/+60
* SERVER-69298 CSI can skip extra project for non-output match fieldsAlyssa Wagenmaker2022-12-165-55/+107
* SERVER-71658 Add support for dynamic importMatt Broadstone2022-12-165-9/+174
* SERVER-71262 Add tenantIds field to shard merge state documents and tenant mi...Didier Nadeau2022-12-1611-5/+105
* SERVER-72065 Use GlobalLock to invoke canAcceptWritesFor() in SessionsCollect...Paolo Polato2022-12-162-4/+2
* SERVER-71927 - Coverity analysis defect 134298: Dereference null return valueEnrico Golfieri2022-12-161-3/+5
* SERVER-71663 Do not materialize document when group node doesn't have dependencyRui Liu2022-12-163-3/+34
* SERVER-72077 Make write distribution metrics calculation account for the repl...Cheahuychou Mao2022-12-163-11/+149
* SERVER-72032 Support calculating write distribution metrics from sampled writ...Cheahuychou Mao2022-12-164-0/+880
* SERVER-72031 Support calculating read distribution metrics from sampled read ...Cheahuychou Mao2022-12-167-6/+1139
* SERVER-70936 Implement CE for booleansAlya Berciu2022-12-163-71/+193