summaryrefslogtreecommitdiff
path: root/src/mongo/db/keys_collection_manager_sharding_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-17/+23
* SERVER-53406 Add TTL for external keysJack Mulrow2021-02-271-14/+50
* SERVER-54205 Proactively load external keys into the keys cacheJack Mulrow2021-02-221-0/+73
* SERVER-53403 Support validating cluster times with keys from external_validat...Cheahuychou Mao2021-01-151-17/+17
* SERVER-53403 Define IDL type for docs in admin.system.external_validation_keysCheahuychou Mao2021-01-151-20/+30
* SERVER-53680 Use IDL for KeysCollectionDocumentCheahuychou Mao2021-01-131-11/+12
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-14/+0
* SERVER-52654 HMAC keys monitoring thread should never sleep longer than 20 daysJack Mulrow2020-12-101-11/+51
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+1
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-10/+5
* SERVER-48709 Fix overflow in key manager wake up calculationJack Mulrow2020-07-211-0/+27
* SERVER-48775 Make all `s_test` suites use the ShardingTestFixtureKaloian Manassiev2020-06-151-1/+1
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-6/+11
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-5/+5
* SERVER-37235 Use an onCommit/Abort handler to complete session kill on direct...Kaloian Manassiev2019-05-141-0/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37365 Don't use `ignore()` in some tests.ADAM David Alan Martin2018-10-021-4/+3
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-241-1/+2
* SERVER-29908 Fix broken keys_collection_manager_sharding_testKaloian Manassiev2018-03-071-1/+10
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-9/+0
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-10/+10
* SERVER-32463 Remove FCV dependent causal consistency codeJack Mulrow2018-01-191-24/+0
* SERVER-31316 Remove unused code and unnecessary inheritance in KeysCollection...Kaitlin Mahar2017-12-131-5/+5
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-2/+2
* SERVER-31607 move validateFeaturesAsMaster out of FeatureCompatibility structJudah Schvimer2017-10-241-1/+1
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-2/+2
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-271-3/+5
* SERVER-30827 SERVER-30639 Timestamp bulk writes via changes to optime generatorEric Milkie2017-09-121-0/+4
* SERVER-29610 Allow LogicalSessionIds to contain signed user informationsamantharitter2017-07-131-0/+390