mongosh
mongosh copied to clipboard
The MongoDB Shell
In this PR, I am rendering the ShellOutput in a virtual list, where shell input (editor/password prompt - ShellInputPrompt) is rendered outside of it. Initially I made it (shell input)...
This updates `sh.(enable|disable)Balancing` to use the `configureCollectionBalancing` admin command on 8.1+ servers. Implementation should be mostly done - I'd like to get confirmation that using the server version is the...
Might be related to https://github.com/mongodb-js/vscode/pull/910 An attempt to fix the test by doing this. Doesn't seem to work thus far. The error can be re-created locally when running inside the...
Use stable `8.2.x` versions, given that they have been available for a while.
Stacked on https://github.com/mongodb-js/mongosh/pull/2613 This should noticably reduce test execution time for some of the smaller packages.
The idea is to adapt mongosh to use the latest driver, at least, in Node.js 20. The integration with Node.js 24 will happen in another PR.