summaryrefslogtreecommitdiff
path: root/src/mongo/shell/SConscript
AgeCommit message (Collapse)Author
2024-09-06SERVER-94490 Upstream aggregated Bazel conversions (#26806)Daniel Moody
GitOrigin-RevId: bdf6e5b959d12f0885b08f26375d30ea3b3129e1
2024-09-06Revert "SERVER-94490 Upstream aggregated Bazel conversions (#26769)" (#26803)auto-revert-app[bot]
GitOrigin-RevId: 5cffae8b15b03304d87152a88b83b058c3f75c0e
2024-09-05SERVER-94490 Upstream aggregated Bazel conversions (#26769)Aaron Siddhartha Mondal
GitOrigin-RevId: d2539bb5f024c0d58ddb4f63ab37f20f80893b0b
2024-08-30SERVER-87287 Remove MONGODB-CR auth logic (#26633)Gabriel Marks
GitOrigin-RevId: 902bce3c1018e15e526a7ce0cb0192067566f8fe
2024-08-28SERVER-94088 Reverse any SCons Reverse Dependency Declarations (#26550)Zack Winter
GitOrigin-RevId: fdfeeba9b3b48bb2ce5423db7589d3df04ecffe6
2024-08-28SERVER-94094 Migrate ~80 Bazel targets (#26553)Aaron Siddhartha Mondal
GitOrigin-RevId: 2e7919b7857583331fb299e82f1a1d70cd203121
2024-08-27SERVER-93678: Add a shell utility function to compare strings given a ↵Projjal Chanda
collation object (#26234) GitOrigin-RevId: 6480e21ac48c379052ece62f0efb9e60771cb2ea
2024-08-22SERVER-93273 Convert 4 targets from SCons to Bazel (#26395)Zack Winter
GitOrigin-RevId: d769ec71f1a5fe761c727a49eda08d69f8c27174
2024-08-19SERVER-93270 Port JSHeader generators from SCons to Bazel (#26272)Zack Winter
GitOrigin-RevId: fff7196e81e890d78287d14b758667a2ea6ce884
2024-08-18SERVER-93270 Port 32 targets from SCons to Bazel (#26170)Zack Winter
GitOrigin-RevId: fc72c7bc7effff4d4690ac34c54755e7f0239c02
2024-08-14SERVER-93421 Convert 118 IDL generators to run in Bazel (#26151)Zack Winter
GitOrigin-RevId: d5d80c3f755ff637e8156deeeb1964877da82fc2
2024-08-07SERVER-93253 Port linenoise_utf8 from SCons to Bazel (#25838)Zack Winter
GitOrigin-RevId: 0cad64c36f91f163aca5790b6bb16e7c68aa1d7f
2024-07-30SERVER-91832: Compile CyrusSaslClientSession and sasl_sspi only on mongo ↵Varun Ravichandran
shell and unit tests (#25422) GitOrigin-RevId: 404a5a9676a2c4e5deda64a3fa10d7b83dcf20cc
2024-07-25Revert "SERVER-91832: Compile CyrusSaslClientSession and sasl_sspi only on ↵auto-revert-app[bot]
mongo shell and unit tests (#24718)" (#25331) GitOrigin-RevId: cae5cc294a0d4ab332120316660afcda32950c50
2024-07-25SERVER-91832: Compile CyrusSaslClientSession and sasl_sspi only on mongo ↵Varun Ravichandran
shell and unit tests (#24718) GitOrigin-RevId: 353399088e32667be0490a4e280527fc6a9b9e17
2024-05-22SERVER-90615: Enable python formatting checks for src directory (#22299)Steve McClure
GitOrigin-RevId: af7d6593172a8a0ce01027a52d19de1d0215fb5b
2024-05-11SERVER-87392 Expose a getStringWidth helper to the test runner (#19531)Matt Broadstone
GitOrigin-RevId: 990d3a0f1b16a5e29566682913c0288378c89e4c
2024-04-12SERVER-64574 Upgrade third_party/mozjs with ESR115.7Santiago Roche
GitOrigin-RevId: 3a3a9d26d8a167c98e72afde863784e9a894ee8d
2024-03-29SERVER-88084 Enable TCMalloc background processingMark Benvenuto
GitOrigin-RevId: 9afbed07dc10ba1eb79b7dd0c0c40836eb2ff835
2024-02-02SERVER-80653 Retry when time-series bucket compression fails (#18348)Gregory Noma
GitOrigin-RevId: da8e8835bd37adae03cf257fa3cdbe6e562fb508
2024-01-20SERVER-84742 Refactor the ValidatedTenancyScope class to become a POD classMathis Bessa
GitOrigin-RevId: 05dbdd076618c63e67e953bddac2b6e8e6408665
2023-12-22SERVER-84334 Introduce maintenance mode on ShardingStateKaloian Manassiev
GitOrigin-RevId: 572100552d5e6257b80d3966252a1cc27e55888e
2023-12-10SERVER-83778 Remove some more dependencies on shard_role_apiKaloian Manassiev
GitOrigin-RevId: 2e3a40d63c28ed0f09ca4e8aff4119fa0bfda049
2023-10-20SERVER-81549: Make ServiceContext::getTransportLayer return a ↵Erin McNulty
TransportLayerManager
2023-10-13SERVER-80502: Connect using gRPC in the test runner when gRPC=true is specifiedErin McNulty
2023-08-30SERVER-80008 Introduce gRPC configuration options to the mongo test runnerPatrick Freed
2023-06-28SERVER-47204 Get rid of OperationContextNoopKaloian Manassiev
2023-06-01SERVER-77208 Separate SASL OIDC Client Types from ParamsSara Golemon
2023-05-22SERVER-60173 Ban implicit capture of this via [=] in lambda expressionsJuan Gu
2023-05-20Revert "SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda ↵auto-revert-processor
expressions" This reverts commit 02bf3f55f88874bf397b42758c9cd36093633f9e.
2023-05-18SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the ↵Kaloian Manassiev
class name
2023-05-18Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match ↵auto-revert-processor
the class name" This reverts commit de55cd2ac227dcc8cae2fd021abc291e86b2abb2.
2023-05-17SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the ↵Kaloian Manassiev
class name
2023-05-17SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expressionsJuan Gu
2023-02-06SERVER-73634 Merge the `server_options_core` library into `server_base`Kaloian Manassiev
2022-12-23SERVER-70957: Refactor ProgramRunner to support launching programs from C++ codeVarun Ravichandran
2022-11-23SERVER-71318 Remove remote KMS specific code and related testsMark Benvenuto
2022-11-21Revert "SERVER-71318 Remove remote KMS specific code and related tests"Mark Benvenuto
This reverts commit c29635f02bfcd6e27b6b20debf66ba1e7fdfc171.
2022-11-21SERVER-71318 Remove remote KMS specific code and related testsMark Benvenuto
2022-11-17SERVER-70392 Named Pipes _writeTestPipe shell functionKevin Cherkauer
2022-10-19SERVER-68650 Improve async RPC API naming conventions and fix use of retry ↵George Wangensteen
policy
2022-09-15SERVER-68555 Add RemoteCommandExecutionError to RCR APIGeorge Wangensteen
2022-08-18SERVER-63845 Separate variable reference tracking from pipeline field ↵Nicholas Zolnierz
dependency analysis
2022-08-17SERVER-68214 move session_catalog*, session*, logical_session* to ↵Shin Yee Tan
mongo/db/session directory
2022-08-17SERVER-67415 Create golden-data JS suitesDavid Percy
Adds two new suites: query_golden_classic and query_golden_cqf, which use the golden-data test framework (docs/golden_data_test_framework.md). These suites diff the expected and actual output instead of using assert.eq and similar functions. This change includes some refactoring of the golden-test classes to avoid pulling the unittest library into the mongo shell.
2022-07-20SERVER-68153 Create shell helper to decompress BSONColumnGregory Wlodarek
2022-06-27SERVER-67162 Integrate new PCRE2 wrapperJennifer Peshansky
2022-06-13SERVER-66441 Remove third_party shims for libraries with no --use-system supportTausif Rahman
2022-05-25SERVER-66490 Apply pylinters to build system codeTausif Rahman
2022-05-13SERVER-64352 mongo shell no longer built by defaultAlexander Neben