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
/
database_name_test.cpp
Age
Commit message (
Expand
)
Author
2023-11-06
SERVER-77345, valdiDBName moves to DatabaseName, changed DatabaseName::validD...
dominichernandez
2023-08-21
SERVER-80252 Revert the SERVER-78261
Sophia Tan
2023-07-17
SERVER-77537 Make DatabaseName::db() private - get db size with size() or dbS...
Sophia Tan
2023-06-27
SERVER-78261 Avoid too long db name in multitenancy environment
Sophia Tan
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2023-06-20
SERVER-78005: Replace DatabaseName::db() with other proper functions in unit ...
Sophia Tan
2023-06-06
SERVER-77689 Remove NamespaceString ctors with default parameter for tenantI...
mathisbessamdb
2023-05-10
SERVER-74491 Make DatabaseName::toString private
mathisbessamdb
2023-05-09
SERVER-74492 Make DatabaseName::toStringWithTenantId private - unit test
mathisbessamdb
2023-04-27
SERVER-74493 Make DatabaseName constructors private - test files
mathisbessamdb
2023-04-26
SERVER-74493 Make DatabaseName constructors private
mathisbessamdb
2023-04-26
SERVER-75529 Reduce the width of NamespaceString
Matt Broadstone
2023-04-17
SERVER-76085 Create createDatabaseName_forTest to be used in unit testing
mathisbessamdb
2023-04-05
SERVER-74906 Remove the commented out tests and code of TODO SERVER-65457
Sophia Tan
2023-03-28
SERVER-74485 Always include tenant in db name attributes in log lines
mathisbessamdb
2022-09-30
SERVER-67423 Include tenantId in requests sent with DBDirectClient to have us...
Sophia Tan
2022-06-14
SERVER-66963 Improve performance of NamespaceString and DatabaseName construc...
jannaerin