aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-core-plugin
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove dead codeSimon Brandhof2012-06-121-116/+3
|
* SONAR-3561 Fix bug on Timeline widgetFabrice Bellingard2012-06-071-116/+130
| | | | | => Timeline widget cannot be displayed if one of the selected metrics has no value at all
* SONAR-3528 Add missing modification on Ruby templateFabrice Bellingard2012-06-051-4/+3
|
* SONAR-3537 Improve performances of the treemap filterSimon Brandhof2012-06-011-1/+1
|
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-05-301-1/+1
|
* Fix some quality flawsSimon Brandhof2012-05-281-9/+3
|
* Cleaner code and fix warningsDavid Gageot2012-05-2511-56/+49
|
* 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-252-2/+2
|
* Remove unused variablesDavid Gageot2012-05-251-5/+3
|
* SONAR-3308 Revert back changesFabrice Bellingard2012-05-252-55/+16
| | | | | => Too many side effects => Still need to handle the original exception
* Technical debt : Replace BaseMatcher with ArgumentMatcherDavid Gageot2012-05-252-22/+20
|
* Create 'My Favourites' Dashboard through extension point.David Gageot2012-05-256-34/+161
| | | The dashboard is created but not activated.
* SONAR-3308 Fail batch if trying to delete released versionFabrice Bellingard2012-05-242-6/+43
| | | | | | | => Message given to the user: "A Sonar analysis can't delete a released version that already exists in the project history (version XXX). Please change the version of the project or clean its history first."
* SONAR-3455 Improve the description of differential views parametersFabrice Bellingard2012-05-241-3/+5
| | | | | | - Typo on Differential Views => Period 1 => description - Adds which snapshot is taken into account when a date or a period is selected
* Slightly better API for the filter extension pointDavid Gageot2012-05-243-3/+3
|
* Create Projects and Treemap default dashboards using extension pointDavid Gageot2012-05-249-36/+283
|
* SONAR-3016 Filter now have a logical keyDavid Gageot2012-05-231-2/+2
| | | | | | this makes it easier to reference a shared filter in a dashboard extension point. I had to migrate filter widget properties from the filter id to the filter key.
* Fix Pagination and sorting in filter widgetDavid Gageot2012-05-231-1/+1
|
* SONAR-3016 Don't load default filters if they already existDavid Gageot2012-05-236-6/+6
|
* SONAR-3016 Provide default filters through extension pointDavid Gageot2012-05-227-0/+285
|
* SONAR-3397 Widget "Custom Measures" is emptySimon Brandhof2012-05-211-25/+30
|
* 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
| | | | | Note that this extension point is still not exposed to public API. It's still located in the package org.sonar.core.reviews.workflow of sonar-core.
* Remove ImageWidget. It was used for validating new dashboards.Simon Brandhof2012-05-213-59/+0
|
* Fix Sonar Core Plugin unit testsFabrice Bellingard2012-05-148-22/+28
|
* SONAR-2541 Add the sonar-reviews-plugin with JiraLinkReviewActionFabrice Bellingard2012-05-142-35/+0
| | | | | | | | - Based on SOAP for creating the issue - For the moment only creates on the FOO project on locahost:8080 with user admin/admin => Next step is to get all this from the project or global properties
* SONAR-2541 Add extension point LinkReviewActionFabrice Bellingard2012-05-142-1/+35
| | | | | | | - Draft of API - Add the review_data table - Link all this with the Ruby side - Allow to call the action from the Web UI
* Replace @WidgetGlobal by @WidgetScope.David Gageot2012-05-142-6/+5
| | | A widget could be available for both project and global dashboards so we can't rely on a single flag. Using a scope identifier is better.
* Remove GlobalDashboard and GlobalWidget. Those were prototypesDavid Gageot2012-05-115-145/+66
|
* SONAR-2073 filter is not optional in Filter WidgetDavid Gageot2012-05-101-1/+1
|
* SONAR-3457 Show nicer project/filter names. Theses names are also visible in ↵David Gageot2012-05-101-4/+1
| | | | configuration mode.
* SONAR-3454 Remove the column character ":" after On new code on the unit ↵Simon Brandhof2012-05-091-1/+1
| | | | test widget
* 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 ↵David Gageot2012-05-093-0/+166
| | | | project
* SONAR-3456 Title of metric hotspot widget does not support i18nSimon Brandhof2012-05-091-8/+1
|
* SONAR-1927 Filter Widgets should show the name of the filterDavid Gageot2012-05-081-0/+1
|
* SONAR-1927 Better Widget meta-dataDavid Gageot2012-05-074-10/+12
|
* SONAR-1927 Simplify Filter widgetDavid Gageot2012-05-071-1/+6
|
* 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-072-1/+8
|
* Filter Widget first tryDavid Gageot2012-05-074-5/+60
|
* SONAR-3442 Fix possible ArrayIndexOutOfBoundsExceptionEvgeny Mandrikov2012-05-073-3/+14
|
* SONAR-1927 Add global image widget and fix HelloWorld widgetDavid Gageot2012-05-047-6/+62
|
* SONAR-1927 Fix default dashboard and widgetDavid Gageot2012-05-043-1/+41
|
* SONAR-1927 Dashboards are global instead of detachedDavid Gageot2012-05-041-1/+4
|