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

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