index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
keys_collection_cache_test.cpp
Age
Commit message (
Expand
)
Author
2024-09-12
SERVER-92879: Move db/ops directory to db/query/write_ops (#26965)
William L Qian
2024-06-08
SERVER-84786: Remove supportsReadConcernMajority from storageEngine interface...
Kishore Devireddy
2024-05-10
SERVER-85791 Allow omitting the passthrough arguments in IDL-generated serial...
Patrick Freed
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2023-06-08
SERVER-60466 Make KeysCollectionClientSharded support returning external keys
Cheahuychou Mao
2023-06-07
SERVER-60466 Move the helpers for creating and inserting external key documen...
Cheahuychou Mao
2023-05-09
SERVER-76538 Use acquisitons on internal update paths
Jordi Serra Torrens
2023-01-23
SERVER-72948 Change DBClient runCommand function to use DatabaseName object
Sophia Tan
2022-12-01
SERVER-32725 Config server uses KeysCollectionClientDirect
Jack Mulrow
2022-07-06
SERVER-65488 Change OldClientContext ctor to take in NamespaceString
Sophia Tan
2021-07-07
SERVER-58336 Use the fixture's instance of ServiceContext in CacheTest tests
Amirsaman Memaripour
2021-04-02
SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...
Bernard Gorman
2021-02-27
SERVER-53406 Add TTL for external keys
Jack Mulrow
2021-02-22
SERVER-54205 Proactively load external keys into the keys cache
Jack Mulrow
2021-02-09
SERVER-53406 Store external keys once per migration
Jack Mulrow
2021-01-25
SERVER-53404 Add ttlExpiresAt to IDL type for admin.system.external_validatio...
Cheahuychou Mao
2021-01-15
SERVER-53403 Support validating cluster times with keys from external_validat...
Cheahuychou Mao
2021-01-15
SERVER-53403 Define IDL type for docs in admin.system.external_validation_keys
Cheahuychou Mao
2021-01-13
SERVER-53680 Use IDL for KeysCollectionDocument
Cheahuychou Mao
2021-01-03
SERVER-53227 Move the DistLockManager to only be available on MongoD
Kaloian Manassiev
2020-06-15
SERVER-48775 Make all `s_test` suites use the ShardingTestFixture
Kaloian Manassiev
2019-06-10
SERVER-39339 Remove `stdx/memory.h`
ADAM David Alan Martin
2019-05-14
SERVER-37235 Use an onCommit/Abort handler to complete session kill on direct...
Kaloian Manassiev
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-02-01
SERVER-18137 Use NamespaceString for fully-qualified ns in sharding
Kevin Pulo
2018-01-31
SERVER-28887 Cleanup KeysCollectionCacheReader/AndUpdater
Blake Oler