Showing posts with label mongo4idea. Show all posts
Showing posts with label mongo4idea. Show all posts

Wednesday, February 25, 2015

mongo4idea 0.7.0 is done!

Hi all,

I am please to announce the delivery of mongo4idea plugin 0.7.0.

I have been quite busy these last 6 months. I am sorry for the users of Idea 14 (and other latest Jetbrains products) who have waited it fixed.

Significant changes have been maid:
  • New design of Query Panel
  • Drop Collection and Database actions (caution!)
  • Dates are displayed in UTC
  • Better integration of Darcula/Intellij Themes
  • DateTimePicker available when editing a document
  • SSL Support (not tested)
  • Bug fixes of course ;)
As I announced in the previous blog post, I will stop its development and focus on nosql4idea plugin.

I do not forget jenkins plugin users so it will be updated ASAP.

Thanks for using it (over 165000 downloads so far - all versions includes).

David

Monday, July 7, 2014

Mongo 0.6.0 is out

Hi,

this release contains some cool stuff :
  • Collection content UI  was rewritten:
    • it is now displayed as a file tab editor (more convenient than the previous version)
    • Single query panel manages both simple and aggregate
  • You can add new document
  • You can run a js script on your mongo server (CTRL+MAJ+F10)
  • Replica set configuration is supported
  • bugs fixes




Enjoy it :),

David

Last edit : due to some refactoring when coding replica set support in the configuration, server url is unset when updating the plugin. You will have to set it again.  Sorry for the inconvenience.

Thursday, February 7, 2013

Mongo plugin Update

Hi,

Mongo plugin 0.3.0 is out. Many ew features are included in this version :
  • Support multiple server configurations
  • Collection content is viewed in separated tab
  • ...
  • See the changelog for more details
It should be available in a couple of days.

Regards,

David

Tuesday, January 8, 2013

Mongo plugin 0.2 available


Hi,

Unfortunately, it seems the approval step is taking more time than I think. Usually, it is about 1 day max, sometimes 2 hours. I sent an email to the webmaster but no explanation so far.

If the plugin is not available by the end of this Thursday I will make it available on the github project page. It means you will have to install it manually (Settings -> Plugins -> Install from disk...).

I hope this situation will be back to normal soon.

Edit: If you want to install it, use this link.
Edit 2: The plugin is available now. According to the plugin admin, the plugins validation has been slowed during some days due to annual holidays.

David

Monday, January 7, 2013

mongo4idea 0.2.0 is out

Hi,

I released new version of mongo plugin for intellij. The Jetbrains approval step should take a couple of hour.

Here below the changelog:
  • [fix] #18 If server auth is enabled, use credentials when list Databases
  • [add] #19 Refresh databases button available in the explorer panel
  • [add] Mongo shell integration
  • [add] Configuration: Mongo shell options (path and program arguments)
  • [upd] migrate to the mongo-java-driver 2.10.1
The main new feature is Mongo Shell integration.



Any suggestions or feedbacks are welcome ;).

Cheers,

David

Friday, December 7, 2012

mongo4idea 0.1.1 is out

First release, first bugs :)

The mongo plugin has been quickly updated :
  • #13 NotFoundClassDefException in IDEA 12: Jetbrains removed Apache collections from this version, so I had to handle the code without this lib
  • #14 UI resources not properly disposed when closing the project

The version 0.1.1 should be downloadable in a couple of hours.

Cheers,

David

Thursday, December 6, 2012

Mongo plugin for IDEA is officially released

Hi,

I am pleased to announce the release 0.1.0 of mongo4idea, an intellij plugin that integrates MongoDB. It is on the validation step.

Main features are:
  • Server configuration
  • Display collections for each database
  • Display collections content with tree mongo object navigation (max. 300 records)
  • Simple querying
  • Advanced querying with pipeline operation (Mongo Server should be 2.2.0 minimum)
  • Copy / Paste for query and results

This plugin needs you for improvements and bug fix.

Source code available at Github.

I am waiting for your feedbacks.

Regards,

David

Thursday, November 8, 2012

New fun stuff is coming...

Hi,

Few weeks ago, a friend said he would like to explore mongo collections within the IDE with a user experience similar to Firebug (Tree with navigation through the objects).

No mongo plugin for Jetbrains products has existed until now, so I decided to create mongo4idea.

There is a panel which display all databases and collections.



When the user double-click on a collection, he can get all values in another panel in a tree view. The data formatting looks like Firebug .



You can specify some filter or more advanced  such as aggregate.

The plugin is not officialy released on the Jetbrains repo yet. A Snapshot is available on the github project for trying.

Note : This plugin only supports IntelliJ 11.1.4.