summaryrefslogtreecommitdiff
path: root/src/mongo/embedded
AgeCommit message (Collapse)Author
2024-09-12SERVER-92879: Move db/ops directory to db/query/write_ops (#26965)William L Qian
GitOrigin-RevId: 8e03e78b0ec8c79462339d4f9402bde486ff4d58
2024-08-17SERVER-91801 error on missing SConscripts (#26268)Daniel Moody
GitOrigin-RevId: 70bba9fa5163e226a62b87d19c8a7a8d462eb956
2024-08-05SERVER-93168 Populate all directories with Bazel exports (#25724)Zack Winter
GitOrigin-RevId: cb143ac0e0306704284b4d279d646175561225b5
2024-05-22SERVER-90615: Enable python formatting checks for src directory (#22299)Steve McClure
GitOrigin-RevId: af7d6593172a8a0ce01027a52d19de1d0215fb5b
2024-05-18SERVER-90545 Update stitch_support headers to be usable with cgo (#22201)Sudarshan Muralidhar
GitOrigin-RevId: 9c2a8f629d3e1384fa14b55a55524a76d1d7c7e8
2024-05-10SERVER-70429 Remove MongoDB embedded sdk from the codebase (#21321)George Wangensteen
GitOrigin-RevId: a664b3eb588f8f411cbd802020019bdf864a0df5
2024-05-08Revert "SERVER-89285 Omit view deletion during initial sync and reload views ↵Yu Jin Kang Park
on sync finish (#21083)" This reverts commit bafaac8f6bc5275e0cc8642bb8243caeee59dcf5. GitOrigin-RevId: 1401567b7ea33d82343c5b87d5e247f3b4941337
2024-05-07SERVER-88374 Add lightweight tracing profiler (#20624)Anna Wawrzyniak
GitOrigin-RevId: 59f133372db2277c387499b2a38b9cb67d638876
2024-05-02SERVER-89946 Optimize Single Cluster Privilege checksSara Golemon
GitOrigin-RevId: a8ceb5eef589ce15220978fcbba39ab88eed2446
2024-04-26SERVER-89285 Omit view deletion during initial sync and reload views on sync ↵Adam Farkas
finish (#21083) GitOrigin-RevId: bafaac8f6bc5275e0cc8642bb8243caeee59dcf5
2024-04-26SERVER-88214 Add types to generic_argument.idl (#21574)Patrick Freed
GitOrigin-RevId: da77159d14e989ccc8474969df68994bfc317dd9
2024-04-26Revert "SERVER-88214 Add types to generic_argument.idl (#21502)"auto-revert-processor
This reverts commit d4f118c6877d1658932e68e08da859c3837114b4. GitOrigin-RevId: 39ad9666ef64cc6c79a5a861f59b69e488110d79
2024-04-26SERVER-88214 Add types to generic_argument.idl (#21502)Patrick Freed
GitOrigin-RevId: d4f118c6877d1658932e68e08da859c3837114b4
2024-04-25Revert "SERVER-88214 Add types to generic_argument.idl (#20310)"auto-revert-processor
This reverts commit efe59d37c27c68b1f93a422649889b74e7c7dc3e. GitOrigin-RevId: 709777ba44dae6e230ed3571c6d071145dd45f6c
2024-04-24SERVER-88214 Add types to generic_argument.idl (#20310)Patrick Freed
GitOrigin-RevId: efe59d37c27c68b1f93a422649889b74e7c7dc3e
2024-04-17SERVER-89384 Introduce a new state to signal writer drained and start ↵Wenbin Zhu
applier draining. (#21143) GitOrigin-RevId: 037c6427c2a6acff30ef086d9ecbd7f2c5210f22
2024-03-29SERVER-80295 Add more common request args used in the reply processing path ↵Alex Li
(#20501) GitOrigin-RevId: a21c9fa6771d0d22e5d2c24f2f5fd10ac372d7d4
2024-03-27SERVER-88018 Use atomic_load to access _isImpersonating to prevent data race ↵adriangzz
(#20313) GitOrigin-RevId: 39a6148557d81d3f05442e92184950f212edfdf9
2024-03-19SERVER-88108 Remove the ServiceContext constructor of ↵Kaloian Manassiev
CollectionShardingStateFactory GitOrigin-RevId: 438736dbbb9254cf2fdb4ced57c31b523d806acc
2024-03-19SERVER-88108 Avoid string copy on CSS lookup (#20101)Kaloian Manassiev
GitOrigin-RevId: 5f2650c063c6687d6bbdf6d93bbbaa54ee6dfced
2024-03-19SERVER-87974 Enable modernize-use-override and apply fixes (#20075)Ivan Fefer
GitOrigin-RevId: c69dc68af83faf399b2e82454ce27d95379c094c
2024-03-14SERVER-52304 Enable feature flag for query settings (#19851)Serhii Lysenko
GitOrigin-RevId: 4fb05320ae827fb3b032b58b8d75c0cfd0d7cf69
2024-03-13SERVER-85158 Add a StringData ref check (#19870)Joseph Prince
GitOrigin-RevId: ccbdf18d77bb5f86b93ab943e3e367dd1db91ae9
2024-03-07Revert "SERVER-52304 Enable feature flag for query settings (#19395)"auto-revert-processor
This reverts commit 99645f081be81aac48144f00fb10707f0997a91b. GitOrigin-RevId: 90e43c2bb6d84bd74938c3bef7a40aa48dd80c79
2024-03-07SERVER-52304 Enable feature flag for query settings (#19395)Serhii Lysenko
GitOrigin-RevId: 99645f081be81aac48144f00fb10707f0997a91b
2024-03-06SERVER-85326 Remove unnecessary smart pointers from ↵Alex Li
`ServiceEntryPointCommon` (#19437) GitOrigin-RevId: b2f7cfe13bd204bb799cb92c0da8b0d655a8824c
2024-03-05SERVER-85704: Use lastWritten opTime for to wait for ↵Kishore Devireddy
afterClusterTime/atClusterTime on secondaries (#19281) GitOrigin-RevId: 810749aa5adecce761c068add3a5bf2ce14c2e39
2024-03-05SERVER-81825 Only support building OpMsgRequest with ValidatedTenancyScopeSophia Tan
GitOrigin-RevId: 89867354e89599a2f6e90983b8db157a458bd8b4
2024-02-24SERVER-82831 De-futurize the command path (#18821)Alex Li
GitOrigin-RevId: 28707d8f895d3062a7b48b3bc174957655c6e384
2024-02-21SERVER-84706: Enable background compaction after transitioning to steadyXueruiFa
state replication GitOrigin-RevId: 80cbafb947feafc6d715b8395e93c7a63595e971
2024-02-19SERVER-84754 Always use the real DSS/CSS implementations (#18456)Kaloian Manassiev
GitOrigin-RevId: ce24e786ca64dd0f1b38aa73c646960391de7c8f
2024-02-17SERVER-85475 Move AuthorizationManager from ServiceContext to ServiceShreyas Kalyan
GitOrigin-RevId: 10a5ed9d5eb2b9c80d59f7932f1f12987f89588a
2024-02-16SERVER-85992 Refactor fromDBAndBody to build requests with ValidatedTenancyScopeJoseph Prince
GitOrigin-RevId: f4e1d34df6a0518d5d05ee2171d2ef15d97e5685
2024-02-01SERVER-80296 Refactor command request processing path to reduce BSON parsing ↵Alex Li
passes (#17274) GitOrigin-RevId: ee00ae5a48ea5261b342241d770f3d05c284fc88
2024-02-01SERVER-85700 Use lastWritten in JournalFlush token (#18516)Jiawei Yang
GitOrigin-RevId: 984cd40b5eddd745b397d655c31057f752b16c91
2024-01-23SERVER-83915 Ensure safe initialization and use of LogicalSessionCache in ↵Pol Pinol Castuera
embedded router mode GitOrigin-RevId: ed92bf71531a3ccf3e4c62b43c8244b3f22f78f4
2024-01-18SERVER-84753 Devirtualise LockerImpl and get rid of itKaloian Manassiev
GitOrigin-RevId: 9b9e32cfd20dd6713b8d15849299398ba204a6e2
2024-01-12SERVER-78673 Remove shims from Authorization Manager subsystemShreyas Kalyan
GitOrigin-RevId: 6850d25742765781da6f8e02301d38edba5a1cad
2024-01-10SERVER-84481 Explicitly use RecoveryUnitNoop for storage engine initialisationKaloian Manassiev
GitOrigin-RevId: 5c7e48c62e0ca2278db00ab803abd9a859eb06bf
2024-01-10Revert "SERVER-78673 Remove shims from Authorization Manager subsystem"Sviatlana Zuiko
This reverts commit 12966b0b5babacee57a2fc047958bc80aded4229. GitOrigin-RevId: 69ea0e483702a9f73ff2fc14d2a567f8ffd3f94f
2024-01-10SERVER-78673 Remove shims from Authorization Manager subsystemShreyas Kalyan
GitOrigin-RevId: 12966b0b5babacee57a2fc047958bc80aded4229
2023-12-27SERVER-83572 Update LastWritten on startup and write path (#17460)Jiawei Yang
GitOrigin-RevId: 19a3dec6b0ff8ee6dac0ffc644f0fd773714a81d
2023-12-26SERVER-83330 Access RecoveryUnit and Locker through transaction_resources.hSilvia Surroca
GitOrigin-RevId: e627a7d75870a18ed4dea1f6b7d874597d45d5ed
2023-12-22SERVER-84334 Introduce maintenance mode on ShardingStateKaloian Manassiev
GitOrigin-RevId: 572100552d5e6257b80d3966252a1cc27e55888e
2023-12-14SERVER-80679 gRPC Ingress MetricsSara Golemon
GitOrigin-RevId: 8547cb56b26cdba17cde0372c2491b2dc4a8d553
2023-12-14SERVER-84112 Remove dumpLockManager from shard_role_apiLouis Williams
GitOrigin-RevId: 7a80aa4655a509dfa630eba9e76ab869149024b8
2023-12-12SERVER-83725 Cleanup setMyLastApplied/Durable in replication coordinatorJiawei Yang
GitOrigin-RevId: 3247854d1a767f72a97f21293008f984254d3b0d
2023-12-08SERVER-83092: Eliminate the unnecessary majority check in wait for write concernKishore Devireddy
GitOrigin-RevId: 5899ae739bb03a3ee064271b47e64168f778143b
2023-12-07SERVER-83093 Add lastWritten to memberData and corresponding getter/setterJiawei Yang
GitOrigin-RevId: 867dee733bcb3df814be6f0dca57c0838b2e3c9e
2023-12-06SERVER-83734 Create a command to enable background compaction at startupEtienne Petrel
GitOrigin-RevId: 37bc78eb2ed3ef5859c8df2f49f7141c08f6477b