summaryrefslogtreecommitdiff
path: root/src/mongo/db/serverless
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77125 Avoid unnecessary construction of NamespaceString on collection ...Jordi Serra Torrens2023-05-161-3/+3
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-152-103/+99
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-111-19/+0
* SERVER-76894 eliminate unnecessary OpObserver overrides using OpObserverNoop ...Benety Goh2023-05-101-179/+3
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-092-10/+32
* SERVER-76563 remove OpObserver::_onReplicationRollback() indirectionBenety Goh2023-05-061-4/+2
* SERVER-76639 remove OpObserver::preRenameCollection() overloadBenety Goh2023-05-051-2/+2
* SERVER-76639 remove OpObserver::onRenameCollection() overloadBenety Goh2023-05-051-2/+2
* SERVER-76639 remove OpObserver::onDropCollection() overloadBenety Goh2023-05-052-3/+5
* SERVER-73468 Break dependency of commands on op_metricsKaloian Manassiev2023-05-021-0/+3
* SERVER-76636 Add accumulator to OpObserver::onInsertsMatt Kneiser2023-05-012-2/+4
* SERVER-75237 Refactor TenantMigrationAccessBlockerRegistry and UtilsDidier Nadeau2023-04-286-93/+136
* SERVER-74607: Serverless Change Stream README updatesChristopher Caplinger2023-04-281-2/+19
* SERVER-74493 Make DatabaseName constructors private - test filesmathisbessamdb2023-04-271-1/+2
* SERVER-76562 Add accumulator to OpObserver::onUnpreparedTransactionCommitMatt Kneiser2023-04-271-1/+2
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-251-5/+11
* SERVER-76369 Accumulate state among early OpObserversMatt Kneiser2023-04-242-4/+9
* SERVER-70984 Remove _affectIndices in UpdateDriver in favor of reporting inde...Irina Yatsenko2023-04-211-0/+1
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-182-3/+4
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-2/+2
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-3/+3
* SERVER-74966 Improve serverless lock/mtab acquire/release semanticsDidier Nadeau2023-03-291-16/+11
* SERVER-74589 OpObserver::onInserts() accepts fromMigrate bool arrayBenety Goh2023-03-283-5/+22
* SERVER-74995 Increase timeout during shard split donor testDidier Nadeau2023-03-201-0/+3
* SERVER-73397 New shard merge recipient POS instance, along with test changes.Suganthi Mani2023-03-173-4/+36
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-041-4/+4
* SERVER-74549 Reference public repository from public markdown filesDaniel Gómez Ferro2023-03-031-1/+1
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-8/+4
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-222-4/+5
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+2
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+2
* SERVER-71946 Add InterruptedDueToReplStateChange to the "cancellation" error ...Alex Li2023-02-031-4/+3
* SERVER-71219 Migration can miss writes from prepared transactionsRandolph Tan2023-01-271-0/+4
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-231-2/+2
* SERVER-70671: Shard Merge copies change collections and cluster paramsChristopher Caplinger2023-01-111-1/+1
* SERVER-65364 Allow fine-grained selection of indexes to updateAlberto Massari2022-12-211-8/+9
* SERVER-72025 Return block time in commitShardSplit command responseMatt Broadstone2022-12-194-19/+22
* SERVER-71186 Tenant migration access blocker registry to use TenantId object ...mathisbessamdb2022-12-132-21/+12
* SERVER-72006 add OpObserver::onTransactionStart()Benety Goh2022-12-131-0/+2
* SERVER-71187 Index Build Coordinator to use TenantId object instead of String...mathisbessamdb2022-12-091-7/+3
* SERVER-71657 OpObserver::onUnpreparedTransactionCommit() does not modify Tran...Benety Goh2022-12-081-1/+1
* SERVER-71657 OpObserver::preTransactionPrepare() does not modify TransactionO...Benety Goh2022-12-081-2/+2
* SERVER-71657 OpObserver::onTransactionPrepare() accepts TransactionOperationsBenety Goh2022-12-081-1/+1
* Revert "SERVER-71187 Index Build Coordinator to use TenantId object instead o...mathisbessamdb2022-12-071-3/+7
* SERVER-71187 Index Build Coordinator to use TenantId object instead of String...mathisbessamdb2022-12-071-7/+3
* SERVER-71873: Update access blocker util methods to use DatabaseNameChristopher Caplinger2022-12-061-1/+1
* SERVER-71184 Shard Split State Document to use array<tenant_id>mathisbessamdb2022-12-059-52/+62
* SERVER-70911 Document --serverless parameter in architecture guideDidier Nadeau2022-11-281-0/+5
* SERVER-71179 Update the ShardSplitCommands to use the TenantId classmathisbessamdb2022-11-182-2/+11
* SERVER-69237 Make preImage doc available to CollectionUpdateArgsIsrael Hsu2022-11-182-5/+12