mongotron icon indicating copy to clipboard operation
mongotron copied to clipboard

Cross platform Mongo DB management

Results 54 mongotron issues
Sort by recently updated
recently updated
newest added

I have a database with a hyphen in the name, and when I try to open the collections, an error is thrown because the query is trying to parse `db.hyphenated-database.find({})`....

Modified code to make password invisible in the add connections page.

This is more of a usability suggestion, but I was trying to open my localhost and kept hitting 'Connect' rather than double clicking on the localhost row. It's not obvious...

If I try to edit a connection, my mongo password is visible in the dialog. This would mean that anyone who has access to my laptop will be able to...

Have a look at the attached image, those two keys should match each other? ![key objectid](https://cloud.githubusercontent.com/assets/325936/15001378/8d1e6d7e-11c9-11e6-81af-8a9ba7dc9dc3.png) Tested on: mongotron: v1.0.0.alpha.4 mongodb: v3.2.6 os x: 10.11.4

bug
help wanted

Hello, I would love to have the option to disable the current "Reload" functionality with CMD + R Instead I want to be able to Re-Run the current query with...

Just installed mongotron 1.0.0-alpha.5, opened connection to a database. I see the data, however when I am trying to edit it, I'm getting: ``` Unexpected number Hide Stack SyntaxError: Unexpected...

When you double-click a collection on the left menu, the documents (in collapsed form) of that collection are listed on the right pane. The first collapsed document shows the _id...

In line 76 in gulpfile.js the rm command does not work on windows. childProcess.exec(`rm -rf ${appConfig.releasePath} && rm -rf ${appConfig.buildPath}`, next);

bug
help wanted

Hi , Mongotron is working fine with local databases , but when after connecting to mlab database and opening the collections there is an error . I have attached a...