aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-core-plugin/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Fix some quality flawsSimon Brandhof2012-05-281-9/+3
* Cleaner code and fix warningsDavid Gageot2012-05-258-40/+41
* Refactor AbstractFilterDashboard : use Open/Close principleSimon Brandhof2012-05-253-6/+15
* Fix some quality flawsSimon Brandhof2012-05-253-14/+16
* Fix some quality flawsSimon Brandhof2012-05-251-2/+3
* Fix dashboard nameDavid Gageot2012-05-251-1/+1
* Remove unused variablesDavid Gageot2012-05-251-5/+3
* SONAR-3308 Revert back changesFabrice Bellingard2012-05-251-13/+3
* Create 'My Favourites' Dashboard through extension point.David Gageot2012-05-255-34/+106
* SONAR-3308 Fail batch if trying to delete released versionFabrice Bellingard2012-05-241-6/+13
* SONAR-3455 Improve the description of differential views parametersFabrice Bellingard2012-05-241-3/+5
* Slightly better API for the filter extension pointDavid Gageot2012-05-243-3/+3
* Create Projects and Treemap default dashboards using extension pointDavid Gageot2012-05-244-7/+113
* SONAR-3016 Don't load default filters if they already existDavid Gageot2012-05-233-3/+3
* SONAR-3016 Provide default filters through extension pointDavid Gageot2012-05-224-0/+167
* Now there are PROJECT and GLOBAL constants in WidgetScopeDavid Gageot2012-05-211-1/+3
* SONAR-2706 Add extension point to customize workflow of reviewsSimon Brandhof2012-05-211-1/+1
* Remove ImageWidget. It was used for validating new dashboards.Simon Brandhof2012-05-212-56/+0
* SONAR-2541 Add the sonar-reviews-plugin with JiraLinkReviewActionFabrice Bellingard2012-05-142-35/+0
* SONAR-2541 Add extension point LinkReviewActionFabrice Bellingard2012-05-142-1/+35
* Replace @WidgetGlobal by @WidgetScope.David Gageot2012-05-142-6/+5
* Remove GlobalDashboard and GlobalWidget. Those were prototypesDavid Gageot2012-05-113-105/+66
* SONAR-2073 filter is not optional in Filter WidgetDavid Gageot2012-05-101-1/+1
* SONAR-1927 Remove test widgetDavid Gageot2012-05-092-44/+0
* SONAR-1927 Add resource_id to widgetsDavid Gageot2012-05-091-8/+1
* SONAR-1927 Add 'Global' qualifier to all core global widgetsDavid Gageot2012-05-094-3/+6
* SONAR-1927 Implement a Global Widget that can display Complexity of a given p...David Gageot2012-05-092-0/+48
* SONAR-3456 Title of metric hotspot widget does not support i18nSimon Brandhof2012-05-091-8/+1
* SONAR-1927 Better Widget meta-dataDavid Gageot2012-05-073-7/+7
* In the Widget Filter, we should be able to select filter by nameDavid Gageot2012-05-071-1/+1
* We should be able to select with filter to display in the Filter WidgetDavid Gageot2012-05-071-0/+7
* Filter Widget first tryDavid Gageot2012-05-072-0/+44
* SONAR-3442 Fix possible ArrayIndexOutOfBoundsExceptionEvgeny Mandrikov2012-05-073-3/+14
* SONAR-1927 Add global image widget and fix HelloWorld widgetDavid Gageot2012-05-044-4/+57
* SONAR-1927 Fix default dashboard and widgetDavid Gageot2012-05-042-1/+2
* SONAR-1927 Dashboards are global instead of detachedDavid Gageot2012-05-041-1/+4
* SONAR-1927 Global dashboardsDavid Gageot2012-05-023-0/+97
* SONAR 1076 - Run PMD on Unit TestsDavid Gageot2012-04-272-4/+2
* Remove warningsDavid Gageot2012-04-271-1/+1
* Fix possible NPE during tracking of violationsEvgeny Mandrikov2012-04-171-3/+7
* TimeMachine widget - Display only 3 snapshots & reduce header sizeFabrice Bellingard2012-04-131-1/+1
* Rename version 2.15 to 3.0Simon Brandhof2012-04-111-1/+1
* Fix some quality flawsSimon Brandhof2012-04-053-18/+14
* SONAR-3072 Load sources of previous analysis only when requiredEvgeny Mandrikov2012-04-051-34/+27
* SONAR-2983 Unable to define an alert for a boolean metricSimon Brandhof2012-04-051-2/+2
* Fix some quality flawsEvgeny Mandrikov2012-04-041-1/+1
* Fix compatibility with Java 5 compiler : remove @Override annotations on meth...Simon Brandhof2012-04-035-7/+0
* Add tests for tracking of violationsEvgeny Mandrikov2012-04-032-3/+12
* Fix some quality flawsSimon Brandhof2012-04-031-0/+1
* Fix some quality flawsEvgeny Mandrikov2012-04-032-12/+12