aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Technical debt : Replace BaseMatcher with ArgumentMatcherDavid Gageot2012-05-255-48/+45
|
* Create 'My Favourites' Dashboard through extension point.David Gageot2012-05-256-34/+161
| | | The dashboard is created but not activated.
* SONAR-3083 allow filters to display only direct children of selected resourceSimon Brandhof2012-05-241-2/+2
|
* 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
|
* Fix violationsFabrice Bellingard2012-05-241-8/+10
|
* Create Projects and Treemap default dashboards using extension pointDavid Gageot2012-05-249-36/+283
|
* SONAR-3182 Remove properties related to PMD CPDEvgeny Mandrikov2012-05-241-48/+0
|
* SONAR-3378 Add new DB Cleaner parameterFabrice Bellingard2012-05-233-9/+23
| | | | | => Make configurable the number of hours before keeping only one snapshot per day
* 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.
* SONAR-3240 Fully remove support of old format for DUPLICATIONS_DATAFabrice Bellingard2012-05-231-0/+1
|
* 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
|
* Remove warningsDavid Gageot2012-05-231-1/+0
|
* SONAR-3182 Remove unused codeEvgeny Mandrikov2012-05-232-65/+0
|
* 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
|
* SONAR-3074 Improve the logging when duplicate FB plugin is loadedFabrice Bellingard2012-05-201-2/+7
|
* SONAR-3471 Add a link to "My Filters" when editing a Filter widgetDavid Gageot2012-05-181-0/+1
|
* SONAR-3074 Add comments into the code about FB issue with Security ManagerFabrice Bellingard2012-05-181-0/+7
|
* SONAR-3375 improve IE6 warningSimon Brandhof2012-05-171-1/+1
|
* SONAR-3074 Disable update check for every FB pluginFabrice Bellingard2012-05-161-0/+8
|
* SONAR-3074 Keep SecurityManager in memory because FB plays with itFabrice Bellingard2012-05-161-0/+2
| | | | | => which causes an "access denied" on shutdown of the executor service
* Fix the build by removing unused dependency.David Gageot2012-05-151-7/+0
| | | This dependency is not found in Maven Central.
* SONAR-3074 Add new Findbugs 2.0 new rulesFabrice Bellingard2012-05-1528-5/+371
|
* SONAR-3074 Update code to use Findbugs 2.0 Fabrice Bellingard2012-05-152-34/+49
|
* SONAR-3375 Add a warning message in the footer when the browser is IE6Simon Brandhof2012-05-141-0/+1
|
* Fix Sonar Core Plugin unit testsFabrice Bellingard2012-05-148-22/+28
|
* SONAR-2541 / SONAR-2706 Extract the JIRA Reviews plugin Fabrice Bellingard2012-05-1411-7689/+0
| | | | - It will be part of the forge
* SONAR-2706 Fix test and some issuesFabrice Bellingard2012-05-141-1/+1
|
* SONAR-2706 / SONAR-2541 RefactoringFabrice Bellingard2012-05-145-34/+125
|
* SONAR-2541 Improve codeFabrice Bellingard2012-05-142-17/+12
| | | | - Use Preconditions
* SONAR-2541 Replace "review_data" table by "data" column on "reviews"Fabrice Bellingard2012-05-142-0/+16
| | | | | - And feed this column when linking a review to JIRA, so that the menu does not appear any more.
* SONAR-2541 Add the sonar-reviews-plugin with JiraLinkReviewActionFabrice Bellingard2012-05-1411-35/+7587
| | | | | | | | - 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-116-148/+66
|
* SONAR-2073 filter is not optional in Filter WidgetDavid Gageot2012-05-101-1/+1
|
* SONAR-3465 My filters configurationDavid Gageot2012-05-101-2/+1
|
* SONAR-3462 Separate Global and Project DashboardsDavid Gageot2012-05-101-1/+3
|
* SONAR-3457 Show nicer project/filter names. Theses names are also visible in ↵David Gageot2012-05-101-4/+1
| | | | configuration mode.
* SONAR-3465 Better filter administration pagesDavid Gageot2012-05-101-0/+4
|
* Better dashboard administration pagesDavid Gageot2012-05-101-0/+6
|
* SONAR-1927 Split Global and project dashboardsDavid Gageot2012-05-091-1/+2
|
* SONAR-1927 Rename Default Filters to MyFiltersDavid Gageot2012-05-091-1/+1
|
* SONAR-3454 Remove the column character ":" after On new code on the unit ↵Simon Brandhof2012-05-091-1/+1
| | | | test widget