forked from timboudreau/netbeans-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 6
ReleaseNotes
Yann edited this page Jan 12, 2016
·
15 revisions
- fix #41 (NullPointerException on database name validation)
- fix json editor search issue for windows systems
- fix #37 (Exception due to unauthorized stats command failure)
- fix #35 (Can't connect without permission to list databases)
- fix #28 (backslashes lost in json editor)
- Add "copy key/value pair" action in result view
- Add a "clear collection" action
- Indexes management
- Map/Reduce window (merged from mongonb)
- Add database stats (database properties windows, merged from mongonb)
- Add collections stats (collection properties windows, merged from mongonb)
- empty collection result view displayed "Page 1 of 0"
- new connection name validation wasn't triggered on name field change
- connection node mongo uri property wasn't displayed when connected
- Update mongo driver (2.13) giving mongodb 3.0 compatibility
- documents without "_id" field properly displayed (like in system.indexes collections)
- fix error on displaying startup_log
- Collection view doesn't reset anymore when changing editor tab
- fix npe when rendering arrays of objects in tree table
- fix issue on collection renaming (collection view was not updated)
- Json document editor is now scrollable
- add quick edit for json properties/values in tree table
- add search feature in json document editor
- document update no longer reload all results
- add create database action on connection node
- add drop database action on DB node
- add indicators to specify if node is a json object/array in tree table
- set connection node tooltip as connection mongo uri
- add some support for more native tools (mongo dump/restore/top)
- fixing page count calculation issue
- fixing some rendering issue on some collection result tree node selection
- adding missing context menu on some collection result tree node
- full rewriting of the collection query result tree table view (using a "real" tree table now)
- adding a flat table view for collection query result
- collection window name title and tooltip improved
- add edit/delete document actions in collection query result views context menu
- add expandAll/collapseAll actions in collection query result tree table context menu
- add a button in options to restore default json rendering values
- fixing disconnection/connection issue
- close opened related collections when closing a connection
- mongo uri advanced editor
- progress dialog for connection
- document tree context menu with copy to clipboard actions (document, selected key, selected value)
- quoted string value in document tree
- coloration in document tree
- options to customize document tree coloration
- mongo shell
- updating collection query result ui
- free page size
- page size saved in preferences
- update collection topcomponent title and tooltip
- updating mongo driver version (2.11.1 -> 2.11.4)
- Connect to MongoDB using mongo standard uri
- Browse collections
- Create/Rename/Delete collections
- Browse documents (json criteria/projection/sort can be specified)
- Add/Edit/Delete documents as json
- Import/Export json