compass
compass copied to clipboard
The GUI for MongoDB.
## Description Remove the escape sentence as the returned value is using r string and no need to append double `\` to escape characters. ### Checklist - [ ] New...
These errors can be quite large, so make sure relevant information does not end up being truncated away.
## Description This PR refactors the openItem slice to support the possibility of multiple connections. We also remove the direct dependency on DataService and ConnectionsManager and instead rely on ConnectionInfoProvider...
## Description The new filter works for both databases and connections. It follows the same pattern 1. Items which match the regex are included in the results. 2. Parents whose...
https://github.com/mongodb-js/compass/assets/1305718/f05a9040-4d0d-4b07-8437-bac613e0bac4 ## Description ### Checklist - [ ] New tests and/or benchmarks are included - [ ] Documentation is changed or added - [ ] I have signed the MongoDB...
Enables showing the sample field value setting behind a dev feature flag.
This patch addresses a few issues with the shell tab plugin: - Use the new browser-repl props in combination with `useTabState` hook to persist the shell input text between tab...
- Bump package versions
## Description COMPASS-8017 When the query bar is on focus and is either empty or {}, the autocompleter pops up with a list of all saved queries (recent and favorites)....