summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "SERVER-73189 Change DbClient runCommandWithTarget to take in a Databa...Uladzimir Makouski2023-02-232-24/+39
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-232-39/+24
* SERVER-73865 Use config shard name for the config serverJack Mulrow2023-02-231-1/+1
* SERVER-73685 Implement command for transitioning to config shard catalogRandolph Tan2023-02-161-6/+12
* SERVER-72919 Implement v2 changes to QE insertsErwin Pe2023-02-141-0/+1
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-122-4/+2
* SERVER-72489 Config server always has shardIdentity and uses ShardServerCatal...Jack Mulrow2023-02-101-3/+9
* SERVER-72598 Introduce server parameter to turn off logging for detailed conn...Blake Oler2023-02-091-0/+1
* SERVER-73634 Merge the `server_options_core` library into `server_base`Kaloian Manassiev2023-02-061-5/+4
* SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan2023-02-041-1/+1
* SERVER-72946 Change DbClient *Index functions to use NamespaceString objectSophia Tan2023-02-031-3/+8
* SERVER-73128 Create auto-merge settings (globally enable/disable)Pierlauro Sciarelli2023-02-031-0/+35
* SERVER-72809 Add FLE test coverage for NTDImathisbessamdb2023-02-033-14/+15
* SERVER-73514 Use globalThis for globals in javascript std librariesMatt Broadstone2023-02-039-110/+110
* SERVER-70956: Support MONGODB-OIDC SASL mechanism in shell with tokenVarun Ravichandran2023-02-031-2/+8
* SERVER-70876 Disallow operators that run javascript in multitenancy modeHugh Tong2023-02-021-0/+8
* SERVER-72282 Don't fully disable catalog shard feature flagJack Mulrow2023-01-281-7/+1
* SERVER-71906 move asio-related transport files to their own directoryMatt Diener2023-01-241-1/+1
* SERVER-72716 Added cursor based reply to checkMetadataConsistency commandPol Pinol Castuera2023-01-241-0/+6
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-234-8/+13
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-208-15/+15
* SERVER-71690 Implement a new sharding hook to verify the sharding filtering m...Jordi Serra Torrens2023-01-182-0/+6
* SERVER-72759: Setup pre-reqs for catalog shard test suite.Kshitij Gupta2023-01-122-3/+3
* SERVER-72418 benchRunOnce() set config->parallel to pass assertsKevin Cherkauer2023-01-061-0/+1
* SERVER-72058: shardingtest can come up with catalog shardKshitij Gupta2023-01-051-41/+89
* SERVER-72418 Add new benchRun() variant to mongo shell for PERF-3672Kevin Cherkauer2023-01-043-10/+77
* SERVER-72373 upgrade all `rand` to `PseudoRandom`Billy Donahue2023-01-032-11/+24
* SERVER-70957 Fix windows buildSara Golemon2022-12-241-2/+3
* SERVER-70957: Refactor ProgramRunner to support launching programs from C++ codeVarun Ravichandran2022-12-238-835/+1064
* SERVER-71906 rename TransportLayerASIO to AsioTransportLayerMatt Diener2022-12-211-4/+4
* SERVER-71512 Fix assert.commandWorkedOrFailedWithCodeYu Jin Kang Park2022-12-211-3/+5
* SERVER-71628 Try to resolve baseUrl defined in nearby jsconfig.jsonMatt Broadstone2022-12-201-0/+9
* SERVER-71967: Add a `writeBsonArrayToFile` shell method.Daniel Gottlieb2022-12-201-0/+46
* SERVER-70042 Assign expected / actual semantics to assert.docEq() argumentsRomans Kasperovics2022-12-201-16/+18
* Revert "SERVER-71512 Fix assert.commandWorkedOrFailedWithCode"dziana.hurynovich2022-12-201-5/+3
* SERVER-71512 Fix assert.commandWorkedOrFailedWithCodeYu Jin Kang Park2022-12-191-3/+5
* SERVER-72059 Named Pipes _writeTestPipeBsonFileSync() test shell funcKevin Cherkauer2022-12-132-13/+39
* SERVER-68710 Fix anyEq to properly compare mongo shell typesYu Jin Kang Park2022-12-121-1/+1
* SERVER-71322 Change FLEClientCrypto::decryptDocument to use libmongocrypt for...Mark Benvenuto2022-12-092-1/+26
* SERVER-71876 writeFile now works when passing a relative pathAlexander Neben2022-12-081-7/+7
* SERVER-71564 Named Pipes _writeTestPipeBsonFile() test shell functionKevin Cherkauer2022-11-301-1/+104
* SERVER-70011 Restrict named pipe path using start-up parameterYoonsoo Kim2022-11-293-37/+109
* SERVER-71320 Check for binVersion and userRandomBinVersion in nodeOptionsIvan Fefer2022-11-291-4/+5
* SERVER-70048 Improve developer experience with golden testsMilena Ivanova2022-11-241-2/+2
* SERVER-71318 Remove remote KMS specific code and related testsMark Benvenuto2022-11-2314-1659/+21
* Revert "SERVER-71318 Remove remote KMS specific code and related tests"Mark Benvenuto2022-11-2114-21/+1659
* Revert "SERVER-71320 Check for binVersion and useRandomBinVersion conflict af...Romans Kasperovics2022-11-211-6/+7
* SERVER-71318 Remove remote KMS specific code and related testsMark Benvenuto2022-11-2114-1659/+21
* SERVER-34245 Throw error when passed array type to save shell commandSebastien Mendez2022-11-211-2/+2
* SERVER-71031 Complete TODO listed in SERVER-67898Pierlauro Sciarelli2022-11-211-4/+0