summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collection_sharding_state_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-16/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-32198 Split CollectionShardingState::getMetadata into three methodsKaloian Manassiev2018-11-141-18/+27
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-36084 Remove sharding runtime dependency from OpObserverImplHenrik Edin2018-09-201-13/+9
* SERVER-32198 Make MetadataManager support an 'UNKNOWN' filtering metadata stateKaloian Manassiev2018-09-111-8/+8
* SERVER-29908 Remove ShardingState::appendInfoKaloian Manassiev2018-08-011-84/+0
* SERVER-29908 Move CollectionShardingState under sharding_api_dKaloian Manassiev2018-07-271-5/+5
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-1/+1
* SERVER-36054 Remove ScopedCollectionMetadata's operator boolKaloian Manassiev2018-07-111-1/+1
* SERVER-35486 Create _addShard command on shard to drive shard initializationMatthew Saltz2018-06-131-10/+9
* SERVER-29908 Move OpObserver and MigrationSourceManager logic out of Collecti...Andy Schwerin2018-04-231-4/+5
* SERVER-33523 Add timestamp support to CollectionMetadataMartin Neupauer2018-04-051-4/+4
* SERVER-33453 - Add timestamp support to the ChunkManagerMartin Neupauer2018-03-271-1/+3
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-71/+31
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-38/+63
* SERVER-31191 Plumb Collection UUIDs through catalog cacheNathan Myers2017-10-171-1/+1
* SERVER-30894/SERVER-31290 Implement command for transferring session informat...Randolph Tan2017-09-281-5/+5
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring sessi...Randolph Tan2017-09-281-5/+5
* Revert "Revert "SERVER-30894 Implement command for transferring session infor...Randolph Tan2017-09-271-5/+5
* Revert "SERVER-30894 Implement command for transferring session information d...Greg McKeon2017-09-271-5/+5
* SERVER-30894 Implement command for transferring session information during mi...Randolph Tan2017-09-261-5/+5
* SERVER-29136 Better extractDocumentKeyNathan Myers2017-08-151-6/+5
* SERVER-29136 Op log deletions get shard keysNathan Myers2017-08-091-2/+89
* Revert "SERVER-29136 Op log deletes get shard key"Nathan Myers2017-08-021-73/+2
* SERVER-29136 Op log deletes get shard keyNathan Myers2017-08-021-2/+73
* SERVER-29672 Make Config/ShardCatalogCacheLoader decorations on ServiceContextKaloian Manassiev2017-07-281-4/+0
* SERVER-27713 create an OpObserver for shard chunk metadata updatesDianna Hohensee2017-06-151-4/+4
* SERVER-28724 add onStepDown and onStepUp functionality to ShardServerCatalogC...Dianna Hohensee2017-05-191-62/+44
* SERVER-28739 make the js scripting engine correctly verify that accessed coll...Esha Maharishi2017-04-171-2/+0
* Revert "SERVER-28739 make the js scripting engine correctly verify that acces...Esha Maharishi2017-04-171-0/+2
* SERVER-28739 make the js scripting engine correctly verify that accessed coll...Esha Maharishi2017-04-171-2/+0
* SERVER-28739 make the js scripting engine correctly verify that accessed coll...Esha Maharishi2017-04-141-2/+15
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-11/+12
* Revert "SERVER-22657 Cleanup CollectionShardingState test and configsvr comma...Kaloian Manassiev2016-11-161-6/+6
* SERVER-22657 Cleanup CollectionShardingState test and configsvr commandsKaloian Manassiev2016-11-151-6/+6
* SERVER-24367 Implement CollectionRangeDeleter task lifetime managementSam Dunietz2016-07-291-6/+16
* Revert "SERVER-24367 Implement CollectionRangeDeleter task lifetime management"Sam Dunietz2016-07-281-16/+6
* SERVER-24367 Implement CollectionRangeDeleter task lifetime managementSam Dunietz2016-07-281-6/+16
* SERVER-25241 Do not refresh metadata in CollectionShardingState constructorKaloian Manassiev2016-07-271-15/+5
* SERVER-24781 CSRS primary should cleanup dist locks on promotionKaloian Manassiev2016-07-061-4/+5
* SERVER-23905 Unify lifetime management for LockState on OperationContexts int...Andy Schwerin2016-06-031-0/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23856 Write cpp tests for shard initialization inside CollectionShardi...Randolph Tan2016-05-051-0/+177