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
/
shell
/
shell_utils.cpp
Age
Commit message (
Expand
)
Author
2024-08-30
SERVER-94229 verify input to _resultSetsEqualUnordered (#26641)
Binh Vo
2024-08-28
SERVER-94007 Add option to normalize null and undefined in query result compa...
Lynne Wang
2024-08-27
SERVER-93678: Add a shell utility function to compare strings given a collati...
Projjal Chanda
2024-08-23
SERVER-93655 Extend query result comparator in shell_utils for QueryTester no...
Lynne Wang
2024-08-20
SERVER-81339 Convert ReplSetTest and ShardingTest to modules (#26332)
Matt Broadstone
2024-07-11
SERVER-91977 Prevent usage of invalid identifiers in _buildBsonObj(). (#24491)
Santiago Roche
2024-07-01
SERVER-91932 Create query result comparator as C++ shell helper (#24082)
Matthew Boros
2024-01-20
SERVER-84742 Refactor the ValidatedTenancyScope class to become a POD class
Mathis Bessa
2023-11-26
SERVER-81512 Removed using namespace fmt::literals from global namespace
Vinod Kumar
2023-11-21
Revert "SERVER-81512 Removed using namespace fmt::literals from global namesp...
auto-revert-processor
2023-11-21
SERVER-81512 Removed using namespace fmt::literals from global namespace
Vinod Kumar
2023-11-09
SERVER-82961 Use atomic bool for shellGlobalParams::nokillop to avoid data race
Yoonsoo Kim
2023-10-17
SERVER-81544 Track protocol=atlasproxy on client connections
Mathis Bessa
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-08-31
SERVER-80394 Improve securityToken handling
Sara Golemon
2023-08-25
SERVER-80377 Use hashed jsTestName in multitenancy suites
Matt Broadstone
2023-08-25
Revert "SERVER-80377 Use hashed jsTestName in multitenancy suites"
auto-revert-processor
2023-08-24
SERVER-80377 Use hashed jsTestName in multitenancy suites
Matt Broadstone
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2023-05-19
SERVER-75879 Add validation to prevent duplicate _id fields from update
Chi-I Huang
2023-04-26
SERVER-74493 Make DatabaseName constructors private
mathisbessamdb
2023-01-23
SERVER-72948 Change DBClient runCommand function to use DatabaseName object
Sophia Tan
2023-01-20
SERVER-72935 switch c stdlib headers to cpp compat stdlib headers
Daniel Moody
2023-01-04
SERVER-72418 Add new benchRun() variant to mongo shell for PERF-3672
Kevin Cherkauer
2022-12-23
SERVER-70957: Refactor ProgramRunner to support launching programs from C++ code
Varun Ravichandran
2022-11-24
SERVER-70048 Improve developer experience with golden tests
Milena Ivanova
2022-09-16
SERVER-69580 add performance-faster-string-find check to clang-tidy
Trevor Guidry
2022-08-22
SERVER-68233 MongoShell numberDecimalsAlmostEqual(NumberDecimal(0), NumberDec...
Denis Grebennicov
2022-08-17
SERVER-68233 MongoShell numberDecimalsAlmostEqual(NumberDecimal(0), NumberDec...
Denis Grebennicov
2022-08-17
SERVER-67415 Create golden-data JS suites
David Percy
2022-06-15
SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityToken
Sara Golemon
2022-05-26
SERVER-66784 numberDecimalsAlmostEqual shell helper now works for negative nu...
Davis Haupt
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2022-03-14
SERVER-64226 Add shell helper to check equality up to a specified number of d...
Davis Haupt
2022-02-07
SERVER-63108 Rename Versioned API to Stable API
A. Jesse Jiryu Davis
2022-01-30
SERVER-62902 Fix type conversion issue in JSSRand.
Rishab Joshi
2022-01-29
SERVER-63025 Unify security token placeholder implementations
Sara Golemon
2022-01-13
SERVER-27209 Eliminate dangerous BSONElement string extraction methods
Matt Kneiser
2021-12-07
SERVER-61615 Parse authenticated user from security token and add to authoriz...
Sara Golemon
2021-11-11
SERVER-61387 Make sure setRandomSeed() prints the exact value it chose
David Percy
2021-08-14
SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...
Irina Yatsenko
2021-08-02
SERVER-58703 Change internal client to only support the OP_MSG RPC protocol
Yoonsoo Kim
2021-07-05
SERVER-57605 Expose Decimal128 equality comparison helper to shell
Arun Banala
2021-07-01
SERVER-57388 Remove readMode/writeMode/rpcProtocols/useLegacyWriteOps shell c...
Yoonsoo Kim
2021-01-07
SERVER-53423: Make ConnectString::connect return a status instead of setting ...
Andrew Shuvalov
2021-01-07
Revert "SERVER-53423: Make ConnectString::connect return a status instead of ...
Pavi Vetriselvan
2021-01-07
SERVER-53423: Make ConnectString::connect return a status instead of setting ...
Andrew Shuvalov
2020-10-13
SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcs
Billy Donahue
2020-09-25
SERVER-51084 tweak range loop variable types to fix xcode build
Billy Donahue
2020-08-20
SERVER-49380 Add API params to mongo shell
A. Jesse Jiryu Davis
[next]