Thursday, July 10, 2014

New plugin announced

Hi all,

The mongo plugin seems to grow in the right direction and I would like to thank all users who sent me relevant feedbacks.

I was thinking about extending it by supporting other document oriented databases such as RedisDB and CouchDB.

That means I will make some abstraction in the source code to esay make any new NoSQL database support and this plugin will be named nosql4idea.

I will not announce any release date but all interested users will be able to test snapshots on the github page.

Moreover, I will appreciate any donation for helping me to move on this direction. A paypal button is available at the right of this blog.

Thanks again for using it,

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.

Friday, December 13, 2013

Mongo4idea 0.5.0 is out

Hi,

I am pleased to announce that a new release of the mongo plugin for Idea is available.

It includes the document edition and fix a major bug that make the plugin crash on Idea 13 and Webstorm 7.





The UI of the edition needs some improvements, this is why I need feedback from users.

Regards,

David

Thursday, June 20, 2013

mongo4idea 0.4.2 is out

Hi,

Updated version of mongo4idea is available. Here below the changelog:
  • [add] #44 Configuration: set working directory for mongo shell
  • [add] #43 Add expand/collapse actions for the mongo explorer
  • [add] 'Refresh' from toolbar refreshes all servers, 'Refresh' from popup refreshes only the selected server
  • [upd] Failover when cannot connect to a server
  • [fix] #42 user database is not passed to the URI

Cheers,

David

jenkins plugin 0.9.0 is out

Hi all,

I was "idle" during some months.

Yuri Novitsky made a great job to add Patch Parameter Plugin support. This feature allows sending modified files to Jenkins without comitting to the VCS and check if there are some regressions or not.
Instructions are in the README file.

Changelog for this version:
  • [Add] [Patch Parameter Plugin] Notification about build progress
  • [Add] [Patch Parameter Plugin] Action "Create Patch and build on Jenkins" in Changelist's context menu
  • [Add] [Patch Parameter Plugin] Macros $JobName$ for suffix setting
  • [Add] [Patch Parameter Plugin] Support of Patch Parameter Plugin
  • [Upd] [HttpClient][workaround] Set socket and connection timeout to 10 sec.
  • [Upd] #55 If 'display name' of the job is set, use it instead of the 'name' value
  • [Fix] EDT thread violation
  • [Fix] #54 last selected view is not saved after closing the IDE
 
I hope you still enjoy using this plugin.

David

Note : mongo4idea should be also release today

Tuesday, April 23, 2013

mongo4idea 0.4.0 is out

Hi,

I am pleased to announce the release 0.4.0 of mongo4idea. Many bug fixes, misc improvements. Here below the changelog:
  • [fix] #39 Mongo connection leak
  • [fix] #33 Error marker in popup points to incorrect position
  • [fix] #32 $unwind operator does not work
  • [fix] #35 No way to connect to server if Autoconnect is disabled
  • [add] #31 Specific database can be set in the configuration
  • [add] #30 Results are rendered in a TreeTable
 
Enjoy it,
 
David

Tuesday, April 9, 2013

Jenkins Plugin for Intellij 0.8.0 is out

Hi All,

I just released a new version of the Jenkins plugin for IntelliJ. As I mentionned in the previous post, the main change is a better integration in the IDE.

The Rss Feed move to the Event Log:


The Browser has been updated with some UI tweaks and an improvement in data loading:


Multiple server configurations has not been implemented yet.
Actually I wanted to release the work which has been done so far before coding it because a major breakthrough will be necessary.

I hope you will enjoy this version.

Cheers,

David