summaryrefslogtreecommitdiff
path: root/src/mongo/db/serverless
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-71210 OpObserver::onTransactionPrepare() accepts const statements and ...Benety Goh2022-11-151-2/+2
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-043-24/+12
* SERVER-68056 Add a check to validate shard split resets the replicaSetIdDidier Nadeau2022-11-031-0/+4
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-284-10/+16
* SERVER-70842 Update shard split architecture guideDidier Nadeau2022-10-262-2/+2
* SERVER-70571 Set reasonable value for shard split timeoutMatt Broadstone2022-10-241-2/+6
* SERVER-70116 Support installing one access blocker for many tenantsMatt Broadstone2022-10-193-185/+118
* SERVER-70570 Require exactly three recipient nodes for shard splitMatt Broadstone2022-10-181-2/+2
* SERVER-69749 OpObserver::preTransactionPrepare() accepts TransactionOperationsBenety Goh2022-10-121-1/+1
* SERVER-69749 OpObserver::onUnpreparedTransactionCommit() accepts TransactionO...Benety Goh2022-10-121-2/+1
* SERVER-58000 Add shard split architecture guideMatt Broadstone2022-10-051-0/+77
* SERVER-70008 Rename BasicServerlessTest to ShardSplitTestDidier Nadeau2022-10-041-4/+4
* SERVER-69847 Handle repl rollback of global indexesJosef Ahmad2022-09-301-1/+2
* SERVER-70092 remove unused parameter from OpObserver::preTransactionPrepare()Benety Goh2022-09-301-1/+0
* SERVER-65315 Enfore mutual exclusion between serverless operationsDidier Nadeau2022-09-2910-6/+600
* SERVER-69908 fix clang_tidy on enterprise-rhel80-dynamic-clang-tidy-v4Trevor Guidry2022-09-221-1/+1
* SERVER-69242 Add _shardsvrDeleteGlobalIndexKey commandYu Jin Kang Park2022-09-221-0/+6
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-203-4/+4
* SERVER-43076 Pass OperationContext through commit and rollback handlersHenrik Edin2022-09-201-12/+10