summaryrefslogtreecommitdiff
path: root/src/mongo/tools
AgeCommit message (Collapse)Author
2024-09-14SERVER-90429 Remove diagnostic latches (#27018)Sophia Tan
GitOrigin-RevId: 1244077103b7db17da532acc0cccf830064a96d8
2024-08-30SERVER-94074 Remove fixable Ruff rule exclusions (#26582)Steve McClure
GitOrigin-RevId: 291b72ec4a8364208d7633d881cddc98787832b8
2024-08-28SERVER-90983 Separate service arch owned files to new subteams (#26262)Ryan Berryhill
GitOrigin-RevId: e45b83a11acbeb52b5db23eecbfa9cc7209acdcb
2024-08-17SERVER-91801 error on missing SConscripts (#26268)Daniel Moody
GitOrigin-RevId: 70bba9fa5163e226a62b87d19c8a7a8d462eb956
2024-08-14SERVER-93421 Convert 118 IDL generators to run in Bazel (#26151)Zack Winter
GitOrigin-RevId: d5d80c3f755ff637e8156deeeb1964877da82fc2
2024-08-13SERVER-93253 Remove shim_allocator and shim_unwind (#25980)Zack Winter
GitOrigin-RevId: 13b763dd888deee1af5cdc82e30bca6d58839743
2024-08-05SERVER-93168 Populate all directories with Bazel exports (#25724)Zack Winter
GitOrigin-RevId: cb143ac0e0306704284b4d279d646175561225b5
2024-08-02SERVER-80631 add compile_command.json support for bazel (#25604)Daniel Moody
GitOrigin-RevId: 18d7d6a26bb6bbf3631fa1f6b4018afe0c12855b
2024-07-11SERVER-90668 Convert invariants on Status.isOK() to invariants on the Status ↵Alex Li
itself (#24122) GitOrigin-RevId: 18e023571acf483b000f61497af430af99e5cad0
2024-06-26SERVER-90430 Remove ServiceEntryPointCommon and de-virtualize calls for ↵George Wangensteen
ServiceEntryPoint helpers (#22693) GitOrigin-RevId: 441496fbb50cde63bbf6dc84dd641a7a57ac623e
2024-05-22SERVER-90615: Enable python formatting checks for src directory (#22299)Steve McClure
GitOrigin-RevId: af7d6593172a8a0ce01027a52d19de1d0215fb5b
2024-05-02SERVER-89977 Create a linter rule for `WriteRarelyMutex` (#21742)Saman Memaripour
GitOrigin-RevId: efa346f46a8ceb907149b8b65c0a4ef4ea3d5b2b
2024-04-15SERVER-88727 Convert CODEOWNERS to new OWNERS.yml format (#21095)Matt Broadstone
GitOrigin-RevId: 954690efd472fb73622cf08d463e7cacf8a9076a
2024-04-06Revert "SERVER-88953 ServerParameter onUpdate handlers accept ↵auto-revert-processor
OperationContext (#20690)" This reverts commit da54ce71c900d633f84af7dcec43bc5aeb2bd114. GitOrigin-RevId: a4582b0839062f4464a3c71bad923ab85d32bf85
2024-04-06SERVER-88953 ServerParameter onUpdate handlers accept OperationContext (#20690)Matt Broadstone
GitOrigin-RevId: da54ce71c900d633f84af7dcec43bc5aeb2bd114
2024-04-05SERVER-88973 Fix Bazel unwind=auto on Linux (#20760)Zack Winter
GitOrigin-RevId: 50e66b566a7ca1231684e89d144b7796c721f6fc
2024-04-04SERVER-88812 TicketHolder accepts OperationContext in top-level API (#20614)Matt Broadstone
GitOrigin-RevId: acc4baa69de06f4e088c72299b43f7a7a4c5f13c
2024-04-03SERVER-88292 Migrate Interruptible/UninterruptibleLockGuard to ↵Jordi Olivares Provencio
OperationContext (#20211) GitOrigin-RevId: e45a0aabef3e467c8220ca3b60b172d9196c0b33
2024-03-29SERVER-88720 Use AdmissionContext to track total queue dwell time (#20555)Matt Broadstone
GitOrigin-RevId: 0883a47c53ea9fdf0d16d10ac73b18985a7bd3ea
2024-03-27SERVER-87863 Decouple AdmissionContext from execution control (#20423)vstojkovic-mongodb
GitOrigin-RevId: 372621aeb05f2b728c32dc501bd39b249dada2c6
2024-03-21SERVER-87848 Add const ref StringData tidy check (#19889)Joseph Prince
GitOrigin-RevId: 14331b669a6ffdd68485c4bb1392d6d8e7c52d6f
2024-03-13SERVER-87566 Fix mongo-fcv-constant-check clang-tidy rule (#19847)Jiawei Yang
GitOrigin-RevId: d61e639f43072e74379fb661bcf8363f894383a5
2024-03-12SERVER-83761 Take execution tickets out of storage engine (#19458)Louis Williams
GitOrigin-RevId: 0d2105e442bce48353133ade585f74d81954c418
2024-03-01SERVER-87027 AdmissionContext becomes OperationContext decoration (#19410)Matt Broadstone
GitOrigin-RevId: 41a895b479f30f5ca39d05498ded9b0b83e68e9e
2024-02-29Revert "SERVER-87027 AdmissionContext becomes OperationContext decoration ↵auto-revert-processor
(#19266)" This reverts commit 1490f2726a471804612d8f66b63753733e4db002. GitOrigin-RevId: a656c7a76da1bcef4bca2e8fe15bfa1930e45779
2024-02-27SERVER-87027 AdmissionContext becomes OperationContext decoration (#19266)Matt Broadstone
GitOrigin-RevId: 1490f2726a471804612d8f66b63753733e4db002
2024-02-27SERVER-87034 Initial markdown format (#19276)Alexander Neben
GitOrigin-RevId: 64e388007ec1ac3744537253540995af628bcc00
2024-02-21SERVER-84706: Enable background compaction after transitioning to steadyXueruiFa
state replication GitOrigin-RevId: 80cbafb947feafc6d715b8395e93c7a63595e971
2024-02-16SERVER-85737 add latest TCMalloc from google as allocator option (#18870)Daniel Moody
GitOrigin-RevId: 23c89085da2424a0fb91913c42c5d356b6a860df
2024-02-09SERVER-86247 Fix non-Linux TicketHolder starvation (#18797)Louis Williams
GitOrigin-RevId: 2651e24c2dbd3cf498070053c4eee847e44ba421
2024-02-07SERVER-85764 Report time waiting for a ticket in slow query logs (#18526)Shin Yee Tan
GitOrigin-RevId: 14b4f88369b858d3aecd114eac7787a53497c76a
2024-02-07SERVER-84253: Refactor MultitenancyCheck (#18532)Dominic
GitOrigin-RevId: 3cf4bf2a0f83f2d1e2530233a9cbe6e51eefb6e6
2024-01-18SERVER-84753 Devirtualise LockerImpl and get rid of itKaloian Manassiev
GitOrigin-RevId: 9b9e32cfd20dd6713b8d15849299398ba204a6e2
2024-01-11SERVER-83730 Dump diagnostics when a ticket stall is detectedLouis Williams
If a ticket cannot be acquired within 60 seconds, dump the lock manager and all stacks. In testing, abort the process. GitOrigin-RevId: 55a7474e1e3e18799942f3878055f536a5cbe70e
2023-12-26SERVER-83330 Access RecoveryUnit and Locker through transaction_resources.hSilvia Surroca
GitOrigin-RevId: e627a7d75870a18ed4dea1f6b7d874597d45d5ed
2023-12-14SERVER-84112 Remove dumpLockManager from shard_role_apiLouis Williams
GitOrigin-RevId: 7a80aa4655a509dfa630eba9e76ab869149024b8
2023-11-21SERVER-78744 Move locker_api.h/.cpp to the shard_role_api libraryKaloian Manassiev
2023-11-18SERVER-78744 Access Locker through locker_api.hSilvia Surroca
2023-11-15SERVER-82270 Replace isEnabledAndIgnoreFCVUnsafeAtStartup with ↵Huayu Ouyang
isEnabledUseLatestFCVWhenUninitialized
2023-11-04SERVER-80763 Split SessionManagerCommon into Asio/Grpc specializationsSara Golemon
2023-10-20SERVER-81549: Make ServiceContext::getTransportLayer return a ↵Erin McNulty
TransportLayerManager
2023-10-11SERVER-81503 Make ServiceExecutors independent of the TransportLayerSara Golemon
2023-10-10Revert "SERVER-81503 Make ServiceExecutors independent of the TransportLayer"auto-revert-processor
This reverts commit 7fe1e00ed8ae8c4a2a1b528c669aad155ee21418.
2023-10-10SERVER-81503 Make ServiceExecutors independent of the TransportLayerSara Golemon
2023-10-05SERVER-81830 Create Clients with Service, not ServiceContextGeorge Wangensteen
2023-10-04SERVER-81602 remove fmtMessage from LOGV2 statementsBilly Donahue
SERVER-80602 codebase-wide changes remove selection test apply clang-format remove mistake files remove format message remove blank line artifacts apply clang-format remove blanks SERVER-81602 logging.md update manual fixup windows fix windows fix mac fix mac fix add note to logging.md about legacy fmt strings
2023-09-29SERVER-80991 Make ServiceEntryPoint a member of Service rather than ↵George Wangensteen
ServiceContext
2023-09-26SERVER-80550 Make NamespaceStringUtil::deserialize no longer use default ↵Mathis Bessa
serialization context
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-09-19SERVER-80192 Move Session tags into ClientAlex Li