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

Thursday, February 7, 2013

Jenkins plugin: upcoming changes

Hi,

Jenkins plugin development has been slowed down for some weeks, due to Mongo plugin and professional matters.

I have been thinking about using the Event Log for the RSS feed. Event Log has been introduced in the Intellij 11. This kind of Notification Center is a nice feature that allows the user not to be disturbed by some information sent by the IDE.
To use it, I will have to stop making the plugin compatible with IntelliJ 10.

I will also implement multiple server configurations. With the experience I gained with the Mongo plugin development, it will be easy to make it. The UI will be redesigned to make it more lighter and usable.

Regards,

David

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