compass icon indicating copy to clipboard operation
compass copied to clipboard

The GUI for MongoDB.

Results 133 compass issues
Sort by recently updated
recently updated
newest added

## Description Remove the escape sentence as the returned value is using r string and no need to append double `\` to escape characters. ### Checklist - [ ] New...

release notes

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...

wip
feature flagged
feat

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...

feature flagged
fix

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...

feature flagged
fix

## 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)....

release notes
feat