summaryrefslogtreecommitdiff
path: root/src/mongo/db/session
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-115-119/+126
| | | | Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
* SERVER-70642: Add ticket acquisition skip for node step upseanzimm2023-02-101-0/+5
|
* SERVER-73350 SessionKiller should release mutex before creating opctxMatthew Russotto2023-02-061-2/+14
|
* SERVER-73238 Move some shard_key_pattern query methods out of 'grid'Kaloian Manassiev2023-01-311-1/+0
|
* SERVER-73238 Introduce the `shard_role_api` libraryKaloian Manassiev2023-01-261-1/+1
|
* SERVER-73238 Cleanup direct linking references to `sharding_api_d`Kaloian Manassiev2023-01-241-1/+1
|
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-233-31/+29
|
* SERVER-72735 Make 'collection' dependent on 'sharding_api_d'Kaloian Manassiev2023-01-171-6/+2
|
* Revert "SERVER-72735 Revert commits while investigating root cause"Kaloian Manassiev2023-01-161-2/+6
| | | | | | | | | | | | | | Revert "SERVER-72735 Make 'collection' dependent on 'sharding_api_d'" This reverts commit d6b3993fcfc68d66fef6a25b268e0146e461857c. Revert "SERVER-72735 Move range_deletion_task.idl out of sharding_api_d" This reverts commit 3df82389e1a092738ef77bcf73a9ed60bbe6d55e. Revert "SERVER-72735 Move sharding_expressions.h/.cpp out of sharding_api_d" This reverts commit b9be9c29911c18171a639e2d4bb95bc46b9dbb81.
* SERVER-72735 Move range_deletion_task.idl out of sharding_api_dKaloian Manassiev2023-01-161-6/+2
|
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-12-243-8/+5
|
* SERVER-70701: Allow AuthorizationSession to enforce expiration timesVarun Ravichandran2022-12-161-2/+2
|
* SERVER-69152 Always acquire the client lock before setting LSIDSaman Memaripour2022-12-082-2/+3
|
* Revert "SERVER-70700 Use UserRequest to in authorization workflow"auto-revert-processor2022-11-143-5/+8
| | | | This reverts commit 8728459da343c79cc2f8157856a5b8e03c1bfdf1.
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-11-133-8/+5
|
* SERVER-70231 Fix Coverity analysis defect 122778: Using a moved objectwenqinYe2022-10-201-1/+1
|
* SERVER-70093 InternalSessionPoolTest resets global cluster role when tearing ↵Benety Goh2022-09-291-0/+4
| | | | down
* SERVER-69649 Remove unused internal transactions feature flag includesJason Zhang2022-09-263-3/+0
|
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-1/+1
|
* SERVER-43076 Pass OperationContext through commit and rollback handlersHenrik Edin2022-09-201-9/+7
| | | | | Supports multi-document transactions where the OperationContext instance may change. The RecoveryUnit contains a back pointer to its currently owning OperationContext.
* SERVER-69483 Merge db_raii and catalog_raii into shard_roleKaloian Manassiev2022-09-081-2/+1
|
* SERVER-68215 move MongoDSessionCatalog into its own libraryBenety Goh2022-08-291-0/+27
|
* SERVER-68215 add ↵Benety Goh2022-08-292-17/+13
| | | | MongoDSessionCatalogTransactionInterface::makeSessionWorkerFnForStepUp()
* SERVER-68215 add ↵Benety Goh2022-08-292-11/+9
| | | | MongoDSessionCatalogTransactionInterface::refreshLocksForPreparedTransaction()
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-5/+3
|
* SERVER-68215 add ↵Benety Goh2022-08-292-3/+10
| | | | MongoDSessionCatalogTransactionInterface::beginOrContinueTransactionUnconditionally()
* SERVER-68215 add ↵Benety Goh2022-08-283-9/+22
| | | | MongoDSessionCatalogTransactionInterface::isTransactionPrepared() and isTransactionInProgress()
* SERVER-68215 add ↵Benety Goh2022-08-273-17/+30
| | | | MongoDSessionCatalogTransactionInterface::refreshTransactionFromStorageIfNeeded()
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::abortTransaction()Benety Goh2022-08-262-11/+10
|
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-264-4/+4
|
* SERVER-68215 add ↵Benety Goh2022-08-262-52/+27
| | | | MongoDSessionCatalogTransactionInterface::makeParentSessionWorkerFnForReap() and makeChildSessionWorkerFnForReap()
* SERVER-68215 add ↵Benety Goh2022-08-262-8/+20
| | | | MongoDSessionCatalogTransactionInterface::invalidateSessionToKill()
* SERVER-66854 Prevent step-up ops from being killed by killSessions commandsVesselina Ratcheva2022-08-252-3/+24
|
* SERVER-68215 MongoDSessionCatalog constructor accepts ↵Benety Goh2022-08-254-3/+55
| | | | MongoDSessionCatalogTransactionInterface
* SERVER-68621 Fix internal fields erroneously marked as stableVesselina Ratcheva2022-08-251-2/+2
|
* SERVER-68215 check out mongod sessions through MongoDSessionCatalogBenety Goh2022-08-242-19/+157
|
* SERVER-68215 make MongoDSessionCatalog a decoration on ServiceContextBenety Goh2022-08-233-15/+53
|
* SERVER-68214 move session_catalog*, session*, logical_session* to ↵Shin Yee Tan2022-08-1746-0/+10392
mongo/db/session directory