Share your ideas with us
720 results found
-
Add your project to transifex
Transifex for universal language. Each user who speak a language could translate your software.
1 vote -
Serial number in json view
While viewing documents in json view it would be easy to identify start and end of a document if those documents are wrapped like robomongo.
Example :############# Start of Document 1
{
document 1 goes here
}############# Start of Document 2
{
document 2 goes here
}
....1 vote -
Show a list of open tabs in the View Menu
In the view menu there should be a list of all tabs currently open in the current window.
1 vote -
Allow calling rs.slaveOk() on a connection
Sometimes you want to connect to a hidden replica set member and perform queries on it.
An example would be the inspection of a delayed member, which is set to "hidden: true" and "priority:0". https://docs.mongodb.com/manual/tutorial/configure-a-delayed-replica-set-member/
This can be done via a mongo shell by executing rs.slaveOk(), which then allows you to perform queries on it.
When connecting to a slave with Studio 3T, only the connection is established, but no database are shown.
It would be helpful to add a menu item in the drop down menu of that connection labeled "Issue rs.slaveOk()", so that databases can be listed and…
1 vote -
Modify GuidRepresentation at the server, database and collection level
How can this be done? Tomasz Naumowicz at https://studio3t.com/whats-new/best-practices-uuid-mongodb/ states that "You can also modify GuidRepresentation at the server, database and collection level." - how? I don't see any way to do that. Help!
1 vote -
[BUG] Current operations "Kill Operation" buttom not working for sharding environment
Using version 5.6.2. Taking the opid from the 3T screen and issuing a command in mongo shell db.killOp it actually kills the operation, meanwhile using the kill function in 3T studio does nothing. Older versions were working fine as far I can remember.
4 votes -
Support UTF-8 and CJK characters
I use studio 3T with imported Chinese characters connection strings, it shows in this :
http://cdn-celia-io.oss-cn-shenzhen.aliyuncs.com/TIM%E6%88%AA%E5%9B%BE20180108104943.jpgUtf-8 encoding and CJK(Chinese Japanese Korean) characters support is important for us, thanks.
1 vote -
License management system
Hi, my firm started to use this product recently. It's not very comfort to do everything by mail. Is it possible to create some kind of license management system for the firm administration (like JetBrains for ex.). Thanks.
1 vote -
do studio 3t support mongodb 3.6?
do studio 3t support mongodb 3.6?
1 vote -
Add inverted table view
Table view is great except when you have a lot of columns (fields) and want to view all of them for just a few documents. What if you could have an inverted table view that swapped rows with columns so each document is displayed as a column and the fields displayed as rows?
1 vote -
[Bug] - querying by date in the normal view.
in the query builder view i have this in my query:
{CreatedDate: {$gte: new Date(2017,11,1)}}
No data gets returned, I couldn't figure it out, until I went to the Query Code tab, and this is the raw query:
use qe-metrics;
db.remedyforce_incident.find({
"CreatedDate" : {
"$gte" : ISODate("2017-11-01T05:00:00.000+0000")
}
});you changed month 10 to 11... and seeing that it is not November yet, well, not records. Not sure why you are changing the month.
Thanks
2 votes -
2 votes
-
Make the editors for the Collection query and the Aggregate Pipeline more fully-featured
At a minimum, the editors for the Collection query and Aggregate Pipeline stages should support Find and Replace, ideally with regex support. This is helpful in many ways: copying the results of one query to be a $in or $nin for another (but you need to insert commas and quotation marks!), changing "value" to /value/ en masse, or just when you realize you've made an error in multiple places.
Ideally, for Aggregate Pipeline you'd be able to search all the pipeline stages, so if you change "2017" to "2018", you can do it throughout the pipeline.
1 vote -
vagrant, docker
How to connect to mongo inside a Vagrant or Docker,
this I could not find in your documentation,
I have googled all over the web, in Vagrant website, in slack, in anything that google shows, and for some reason I cannot get it to work.
I have tried to use "forwared_ports" for vagrant normal, or tcp and udp, and still no connection.
the only thing that I could use was using SSH connection,
I would be very good to have a post here about how to accomplish this.1 vote -
Auto connect to Mongodb instance
It would be nice to have an auto connect to a saved connection when launching Studio 3T.
3 votes -
1 vote
-
Add F2 keyboard shortcut to rename selected collection
Pressing F2 should bring up the rename collection dialog
2 votes -
Line Breaks in Result View
Scrolling horizontally in the result window is annoying. I would like to have line breaks in the result view!
1 vote -
Support encrypted keypair
Currently, if you try to use an ed25519 key that has a password, you get the following error:
SSH Tunnel error: I/O error: Cannot read encrypted keypair with aes256-cbc yet.
Stacktrace:
|/ SSH Tunnel error: I/O error: Cannot read encrypted keypair with aes256-cbc yet.
|___/ I/O error: Cannot read encrypted keypair with aes256-cbc yet.It would be great if we could both use both modern ECC and not be required to store our keys insecurely
1 vote -
Query Code (Node.js)
My idea is half question, half suggestion.
First, what version of Node.js is being used in the query code part?
Second, could you make the version more visible/allow the users to choose a specific version of Node?Thanks!
1 vote
- Don't see your idea?