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

Thursday, December 13, 2012

New Jenkins plugin is released

Hi,

I just published new version 0.7.0 of Jenkins Plugin. This version will break the plugin configuration because the last changes. I hope the plugin settings will be more easy to use and to modify.

Here below the changelog:
  • [Upd] UI: Fix Color for new Look&Feel Darcula of IDEA 12
  • [Upd] UI: Remove unecessary titled 'job' panel
  • [Upd] Configuration: Complete UI Refactor
  • [Upd] #38 Password storage is managed by IntelliJ (not backward compatible)
  • [Upd] #37 User specific configuration is stored in IWS file instead of IPR file (not backward compatible)
  • [Upd] Search: Add UP and DOWN key for key shortcut
  • [Upd] Search: Replace startWith matcher by contains
  • [Fix] Bug in JSON parsing causes infinite loop
Regards,
 
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