Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Technical debt : Replace BaseMatcher with ArgumentMatcher | David Gageot | 2012-05-25 | 5 | -48/+45 |
| | |||||
* | Create 'My Favourites' Dashboard through extension point. | David Gageot | 2012-05-25 | 6 | -34/+161 |
| | | | The dashboard is created but not activated. | ||||
* | SONAR-3083 allow filters to display only direct children of selected resource | Simon Brandhof | 2012-05-24 | 1 | -2/+2 |
| | |||||
* | SONAR-3308 Fail batch if trying to delete released version | Fabrice Bellingard | 2012-05-24 | 2 | -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 parameters | Fabrice Bellingard | 2012-05-24 | 1 | -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 point | David Gageot | 2012-05-24 | 3 | -3/+3 |
| | |||||
* | Fix violations | Fabrice Bellingard | 2012-05-24 | 1 | -8/+10 |
| | |||||
* | Create Projects and Treemap default dashboards using extension point | David Gageot | 2012-05-24 | 9 | -36/+283 |
| | |||||
* | SONAR-3182 Remove properties related to PMD CPD | Evgeny Mandrikov | 2012-05-24 | 1 | -48/+0 |
| | |||||
* | SONAR-3378 Add new DB Cleaner parameter | Fabrice Bellingard | 2012-05-23 | 3 | -9/+23 |
| | | | | | => Make configurable the number of hours before keeping only one snapshot per day | ||||
* | SONAR-3016 Filter now have a logical key | David Gageot | 2012-05-23 | 1 | -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_DATA | Fabrice Bellingard | 2012-05-23 | 1 | -0/+1 |
| | |||||
* | Fix Pagination and sorting in filter widget | David Gageot | 2012-05-23 | 1 | -1/+1 |
| | |||||
* | SONAR-3016 Don't load default filters if they already exist | David Gageot | 2012-05-23 | 6 | -6/+6 |
| | |||||
* | Remove warnings | David Gageot | 2012-05-23 | 1 | -1/+0 |
| | |||||
* | SONAR-3182 Remove unused code | Evgeny Mandrikov | 2012-05-23 | 2 | -65/+0 |
| | |||||
* | SONAR-3016 Provide default filters through extension point | David Gageot | 2012-05-22 | 7 | -0/+285 |
| | |||||
* | SONAR-3397 Widget "Custom Measures" is empty | Simon Brandhof | 2012-05-21 | 1 | -25/+30 |
| | |||||
* | Now there are PROJECT and GLOBAL constants in WidgetScope | David Gageot | 2012-05-21 | 1 | -1/+3 |
| | |||||
* | SONAR-2706 Add extension point to customize workflow of reviews | Simon Brandhof | 2012-05-21 | 1 | -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 Brandhof | 2012-05-21 | 3 | -59/+0 |
| | |||||
* | SONAR-3074 Improve the logging when duplicate FB plugin is loaded | Fabrice Bellingard | 2012-05-20 | 1 | -2/+7 |
| | |||||
* | SONAR-3471 Add a link to "My Filters" when editing a Filter widget | David Gageot | 2012-05-18 | 1 | -0/+1 |
| | |||||
* | SONAR-3074 Add comments into the code about FB issue with Security Manager | Fabrice Bellingard | 2012-05-18 | 1 | -0/+7 |
| | |||||
* | SONAR-3375 improve IE6 warning | Simon Brandhof | 2012-05-17 | 1 | -1/+1 |
| | |||||
* | SONAR-3074 Disable update check for every FB plugin | Fabrice Bellingard | 2012-05-16 | 1 | -0/+8 |
| | |||||
* | SONAR-3074 Keep SecurityManager in memory because FB plays with it | Fabrice Bellingard | 2012-05-16 | 1 | -0/+2 |
| | | | | | => which causes an "access denied" on shutdown of the executor service | ||||
* | Fix the build by removing unused dependency. | David Gageot | 2012-05-15 | 1 | -7/+0 |
| | | | This dependency is not found in Maven Central. | ||||
* | SONAR-3074 Add new Findbugs 2.0 new rules | Fabrice Bellingard | 2012-05-15 | 28 | -5/+371 |
| | |||||
* | SONAR-3074 Update code to use Findbugs 2.0 | Fabrice Bellingard | 2012-05-15 | 2 | -34/+49 |
| | |||||
* | SONAR-3375 Add a warning message in the footer when the browser is IE6 | Simon Brandhof | 2012-05-14 | 1 | -0/+1 |
| | |||||
* | Fix Sonar Core Plugin unit tests | Fabrice Bellingard | 2012-05-14 | 8 | -22/+28 |
| | |||||
* | SONAR-2541 / SONAR-2706 Extract the JIRA Reviews plugin | Fabrice Bellingard | 2012-05-14 | 11 | -7689/+0 |
| | | | | - It will be part of the forge | ||||
* | SONAR-2706 Fix test and some issues | Fabrice Bellingard | 2012-05-14 | 1 | -1/+1 |
| | |||||
* | SONAR-2706 / SONAR-2541 Refactoring | Fabrice Bellingard | 2012-05-14 | 5 | -34/+125 |
| | |||||
* | SONAR-2541 Improve code | Fabrice Bellingard | 2012-05-14 | 2 | -17/+12 |
| | | | | - Use Preconditions | ||||
* | SONAR-2541 Replace "review_data" table by "data" column on "reviews" | Fabrice Bellingard | 2012-05-14 | 2 | -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 JiraLinkReviewAction | Fabrice Bellingard | 2012-05-14 | 11 | -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 LinkReviewAction | Fabrice Bellingard | 2012-05-14 | 2 | -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 Gageot | 2012-05-14 | 2 | -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 prototypes | David Gageot | 2012-05-11 | 6 | -148/+66 |
| | |||||
* | SONAR-2073 filter is not optional in Filter Widget | David Gageot | 2012-05-10 | 1 | -1/+1 |
| | |||||
* | SONAR-3465 My filters configuration | David Gageot | 2012-05-10 | 1 | -2/+1 |
| | |||||
* | SONAR-3462 Separate Global and Project Dashboards | David Gageot | 2012-05-10 | 1 | -1/+3 |
| | |||||
* | SONAR-3457 Show nicer project/filter names. Theses names are also visible in ↵ | David Gageot | 2012-05-10 | 1 | -4/+1 |
| | | | | configuration mode. | ||||
* | SONAR-3465 Better filter administration pages | David Gageot | 2012-05-10 | 1 | -0/+4 |
| | |||||
* | Better dashboard administration pages | David Gageot | 2012-05-10 | 1 | -0/+6 |
| | |||||
* | SONAR-1927 Split Global and project dashboards | David Gageot | 2012-05-09 | 1 | -1/+2 |
| | |||||
* | SONAR-1927 Rename Default Filters to MyFilters | David Gageot | 2012-05-09 | 1 | -1/+1 |
| | |||||
* | SONAR-3454 Remove the column character ":" after On new code on the unit ↵ | Simon Brandhof | 2012-05-09 | 1 | -1/+1 |
| | | | | test widget |