summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_time_validator_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-5/+6
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* 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-10/+0
|
* SERVER-33081 Reset KeysCollectionManager during rollback properlyRandolph Tan2018-02-201-0/+18
|
* Revert "SERVER-33081 Reset KeysCollectionManager during rollback properly"Randolph Tan2018-02-141-18/+0
| | | | This reverts commit 14f46a166dc729b5c46a081f39511017d4aca828.
* SERVER-33081 Reset KeysCollectionManager during rollback properlyRandolph Tan2018-02-141-0/+18
|
* SERVER-32463 Remove FCV dependent causal consistency codeJack Mulrow2018-01-191-4/+0
|
* SERVER-31316 Remove unused code and unnecessary inheritance in ↵Kaitlin Mahar2017-12-131-3/+2
| | | | KeysCollectionManager* classes
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-1/+1
|
* SERVER-31607 move validateFeaturesAsMaster out of FeatureCompatibility structJudah Schvimer2017-10-241-1/+1
|
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-1/+1
|
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-271-3/+5
|
* SERVER-29610 Allow LogicalSessionIds to contain signed user informationsamantharitter2017-07-131-7/+7
|
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-1/+1
| | | | | This method is now just a simple getter and doesn't require operation context.
* SERVER-29652 don't enable key generation in LogicalTimeValidatorTest::setUp()Jack Mulrow2017-06-231-18/+10
|
* SERVER-29652 don't enable key generator too early in logical_time_validator_testJack Mulrow2017-06-221-4/+0
|
* SERVER-29654 Enable keys generation and logicalTime processing on shards and ↵Jack Mulrow2017-06-221-0/+5
| | | | config when FCV is 3.6
* SERVER-29652 mongos should not gossip logical time until admin.system.keys ↵Jack Mulrow2017-06-221-0/+41
| | | | is created
* SERVER-28127 Integrate KeyManager to LogicalClockRandolph Tan2017-05-221-16/+85
|
* Revert "Revert "SERVER-28562 Move LogicalTime HMAC computation outside ↵Randolph Tan2017-05-041-0/+85
| | | | | | collection lock"" This reverts commit b7c013aa097b2d999ad3f942cdfce130558ef40f.
* Revert "SERVER-28562 Move LogicalTime HMAC computation outside collection lock"ADAM David Alan Martin2017-05-031-85/+0
| | | | This reverts commit 1a6c4ecddfa4bb7a7275dc4b1bf5b79222aa4b72.
* SERVER-28562 Move LogicalTime HMAC computation outside collection lockRandolph Tan2017-05-031-0/+85