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
/
util
/
namespace_string_util_test.cpp
Age
Commit message (
Expand
)
Author
2024-03-22
SERVER-80361 Improve performance of NamespaceStringUtil::deserialize (#20180)
mathisbessamdb
2024-03-14
SERVER-87261 Remove nonPrefixed field from SerializationContext (#19872)
Didier Nadeau
2024-03-08
SERVER-82335 Stop parsing tenant prefix without atlas proxy protocol in multi...
Didier Nadeau
2024-02-29
SERVER-86997 Remove AuthPrevalidated from SerializationContext (#19212)
Didier Nadeau
2024-02-02
SERVER-82748 Remove dollar tenant parsing in failpoint (#18473)
Joseph Prince
2024-01-23
SERVER-84311 Make NamespaceString inherit from DatabaseName (#17834)
r8.0.0-alpha
Didier Nadeau
2024-01-22
SERVER-75743: Test NamespaceString object with db name and empty collection n...
Dominic
2023-11-17
SERVER-82294: Stop testing tenant requests with tenant prefix without "expect...
dominichernandez
2023-11-07
SERVER-82542 remove dollar tenant in cpp tests
Joseph Prince
2023-10-04
SERVER-81616 Fix NamespaceString with DatabaseName constructor
Mathis Bessa
2023-10-03
SERVER-81288 Make NamespaceStringUtil::serialize no longer use default serial...
Mathis Bessa
2023-09-26
SERVER-80550 Make NamespaceStringUtil::deserialize no longer use default seri...
Mathis Bessa
2023-09-15
SERVER-74896 Remove createNamespaceStringForAuth and serializeForAuth
Gabriel Marks
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2023-07-01
SERVER-74284 Fix existing tests for command serialization/deserialization
Hugh Tong
2023-06-20
SERVER-78005: Replace DatabaseName::db() with other proper functions in unit ...
Sophia Tan
2023-06-14
SERVER-74490 Change NamespaceString::ns() to be private - more tests
mathisbessamdb
2023-06-14
SERVER-70013 Move parseFromStringExpectTenantIdInMultitenancyMode to utils
Didier Nadeau
2023-05-26
SERVER-74488 Make NamespaceString::toString() private - fail point
Sophia Tan
2023-05-22
SERVER-74488 Make NamespaceString::toString() private - unit test codes
Sophia Tan
2023-04-24
SERVER-73108 Handle command request/reply serialization/deserialization
Hugh Tong
2023-02-08
SERVER-73112 Expose function to construct NamespaceString in unit tests
jannaerin
2022-11-03
SERVER-70742 Add assertion that tenantId is always set in NamespaceStringUtil...
jannaerin
2022-10-21
SERVER-69721 Serialize and deserialize namespace in cursor reply objects corr...
jannaerin
2022-10-10
SERVER-69499 Change callsites to use serialize and deserialize from Namespace...
Adityavardhan Agrawal
2022-09-19
SERVER-67155: serialize and deserialize namespaceString correctly
Adityavardhan Agrawal