Compass
-
i just want to refresh the current database to see the collections that may have changed
....but I can only refresh all the db's, and that loses the selection and I have to go find it again. There are sometimes hundreds of db's in a cluster and the list of databases is not ordered alphabetically (or otherwise that I can tell) and has no db search so its a constant exercise in scrolling to refresh the collections in a db
1 vote -
Add an option to visualize raw json query plans
It should be possible to import a raw execution plan generated with .explain(), and have it visualized in Compass!
Why - so we as developers don't need to read the JSON manually.
This would be very usefull when debugging slow queries using the aggregation framework.
/Alex
7 votes -
Add color context to title sections for favorite colors
We use color context for ssh terminals when connecting to a production vs qa environments. I've noticed you can color context a Favorite. But if you color only the favorite button, it doesn't give you a full view of if your in production or not.
Suggestions:
* Add that color to the background of the title area where the collection name, document count, total size is.
* On the row view section. maybe just a small color icon on the left empty space of each row.1 vote -
MongoSH search command
It could be very useful a command such as "Ctrl+R" in Ubuntu, where you can type some letters and find a command from the command history.
For instance, if I executed "use mydb", "mydb.mycollection.find()" and "use anotherdb", by typing "Ctrl+R" and "use m", there should be anything such as in the ubuntu's terminal that autocompletes the command "use mydb".
1 vote -
1 vote
-
auto show more fields
I frequently have documents with a lot of fields and it's quite annoying to keep needing to click on SHOW # MORE FIELDS - it would be a nice feature to eitehr
- always show all fields
- after opening, choose to show all fields in current view1 vote -
Allow custom colors of favorites
It would be nice to choose a custom color for my favorites. Or at least increase the color options (for example all of the colors on this palette https://flatuicolors.com/palette/defo)
1 vote -
Deny Privilege
Provide the ability to explicitly deny a privilege on a specific resource.
Example: Grant the privilege to perform the find action on all collections in the test database except "test.secrets".
1 vote -
Make Compass easier to read or more Accessible
It would be nice for Compass to be easier to read for those with eyesight issues.
1 vote -
Um PWA ou App Android para Chrome OS _ A PWA or Android App for Chrome OS
Vejo que há versões para outros sistemas.
Acredito ser mais produtivo um PWA ou um App Android visando ser usado no Chromebook que assim seria um apk para o Chrome OS.
Isso ajudaria aos usuários do Chrome OS, a se organizar mais entre os processos de desenvolvimento em meu ponto de vista.
I see that there are versions for other systems.
I believe that a PWA or an Android App is more productive to be used on the Chromebook, which would be an apk for Chrome OS.
This would help Chrome OS users to organize themselves more between development processes…1 vote -
Make it load faster
Nobody cares about how many plugins are still loading. Show the connection screen at least and load the plugins in the background. Also, by default have no plugins because why should I wait for plugins to load that I don't use? Also load plugins in parallel.
4 votes -
Cancel/stop an attempted connection
When attempting to connect to a cluster which is not reachable (i.e. localhost when you don't have a mongod running, or Atlas when you haven't whitelisted your IP), Compass blocks any user input until the connection request times out.
I do this periodically when my home IP gets changed, or I just make a mistake. I generally work out what's happened in <5s, but I have to wait for the connection to time out (30s?) or quit Compass in order to change/retry.
It would be much nicer to have a button to stop/cancel a connection request.
1 vote -
Be able to save and restore the tabs complete with their existing queries, projections and sorting settings.
The description is in the attached graphic. The gist is being able to save the Filter, Projection, Sort, Skip, Limit settings for each tab as a logically grouped set of tabs which I can give a meaningful name to and perhaps stores them on computer as a JSON file and I can reload that json file after connecting to a MongoDB and restore my tabs.
Also, once you have this functionality, it would be nice since the application itself is written in Javascript to make a Microsoft Visual Studio Code plugin out of Compass as well so I can have…
1 vote -
Allow use of keyboard to select a data type
When adding a value, I cannot use my keyboard to switch between data types (like a typical dropdown).
Example, if I use TAB, it should highlight the dropdown, then I can hit "T" which would automatically select timestamp.
This is the normal function of dropdowns in the web - since this is an Electron app, it shouldn't be too difficult to implement.
2 votes -
updating the collection informations on top right
even if you click on two refresh buttons (see the attached print screen), Compass does not update the information
1 vote -
Explain why "Document failed validation"
When saving a document fails, and the error "Document failed validation" is raised, it would be incredibly useful to know in what way the document does not match the validation schema.
There's a whole meme at my company about this error and the hours we waste chasing down the various causes.
Yes I'm aware of the "application validation" argument. We do it too. But we have big documents, big collections, and frequent schema migrations; there's going to be issues. Compass does not access MongoDb though our application, so it seems like the right place to be able to know "why".
…
1 vote -
Support Citrix as a Compass platform
Support Citrix as a new Compass platform
1 vote -
Easy: More recognisable copy and duplicate buttons
It's impossible to tell them apart without reading the tooltip (which takes a bit time to show)
1 vote -
Support for Client Side Field Level Encryption
Currently, there is no way to provide Client Side Field Level Encryption options inside of MongoDB Compass. We'd like to be able to provide AWS KMS details to Compass and have it decrypt read values if the user provides the correct credentials to access the Master key.
The Node driver which Compass is built on seems to be supported so having a way to provide the AWS KMS creds needed inside of Compass would be very helpful for us.
12 votes -
Remember the expanded state of object when coming back to a tab
- Run a query that returns a document with subdocuments.
- Click the ">" to expand some of the subdocuments.
- Open a new tab
- Come back to the previous tab.
Notice how all expanded subdocuments were closed. This is pretty annoying if you need to, for example, go through array items and run queries in the other tab based on their values.
2 votes
- Don't see your idea?