Skip to content
Yann edited this page Jan 12, 2016 · 15 revisions

Bugfixes

  • fix #41 (NullPointerException on database name validation)
  • fix json editor search issue for windows systems

Bugfixes

  • fix #37 (Exception due to unauthorized stats command failure)

Bugfixes

  • fix #35 (Can't connect without permission to list databases)

Bugfixes

  • fix #28 (backslashes lost in json editor)

Features

  • 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)

Bugfixes

  • 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

Features

  • Update mongo driver (2.13) giving mongodb 3.0 compatibility

Bugfixes

  • 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

Bugfixes

  • 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

Features

  • 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)

Bugfixes

  • 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

Features

  • 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

Bugfixes

  • fixing disconnection/connection issue
  • close opened related collections when closing a connection

Features

  • 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)

Features

  • 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