Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove dead code | Simon Brandhof | 2012-06-12 | 1 | -116/+3 | |
| | ||||||
* | SONAR-3561 Fix bug on Timeline widget | Fabrice Bellingard | 2012-06-07 | 1 | -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 template | Fabrice Bellingard | 2012-06-05 | 1 | -4/+3 | |
| | ||||||
* | SONAR-3537 Improve performances of the treemap filter | Simon Brandhof | 2012-06-01 | 1 | -1/+1 | |
| | ||||||
* | Upgrade version to 3.2-SNAPSHOT | Eric Hartmann | 2012-05-30 | 1 | -1/+1 | |
| | ||||||
* | Fix some quality flaws | Simon Brandhof | 2012-05-28 | 1 | -9/+3 | |
| | ||||||
* | Cleaner code and fix warnings | David Gageot | 2012-05-25 | 11 | -56/+49 | |
| | ||||||
* | Refactor AbstractFilterDashboard : use Open/Close principle | Simon Brandhof | 2012-05-25 | 3 | -6/+15 | |
| | ||||||
* | Fix some quality flaws | Simon Brandhof | 2012-05-25 | 3 | -14/+16 | |
| | ||||||
* | Fix some quality flaws | Simon Brandhof | 2012-05-25 | 1 | -2/+3 | |
| | ||||||
* | Fix dashboard name | David Gageot | 2012-05-25 | 2 | -2/+2 | |
| | ||||||
* | Remove unused variables | David Gageot | 2012-05-25 | 1 | -5/+3 | |
| | ||||||
* | SONAR-3308 Revert back changes | Fabrice Bellingard | 2012-05-25 | 2 | -55/+16 | |
| | | | | | => Too many side effects => Still need to handle the original exception | |||||
* | Technical debt : Replace BaseMatcher with ArgumentMatcher | David Gageot | 2012-05-25 | 2 | -22/+20 | |
| | ||||||
* | Create 'My Favourites' Dashboard through extension point. | David Gageot | 2012-05-25 | 6 | -34/+161 | |
| | | | The dashboard is created but not activated. | |||||
* | 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 | |
| | ||||||
* | Create Projects and Treemap default dashboards using extension point | David Gageot | 2012-05-24 | 9 | -36/+283 | |
| | ||||||
* | 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. | |||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | Fix Sonar Core Plugin unit tests | Fabrice Bellingard | 2012-05-14 | 8 | -22/+28 | |
| | ||||||
* | SONAR-2541 Add the sonar-reviews-plugin with JiraLinkReviewAction | Fabrice Bellingard | 2012-05-14 | 2 | -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 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 | 5 | -145/+66 | |
| | ||||||
* | SONAR-2073 filter is not optional in Filter Widget | David Gageot | 2012-05-10 | 1 | -1/+1 | |
| | ||||||
* | SONAR-3457 Show nicer project/filter names. Theses names are also visible in ↵ | David Gageot | 2012-05-10 | 1 | -4/+1 | |
| | | | | configuration mode. | |||||
* | SONAR-3454 Remove the column character ":" after On new code on the unit ↵ | Simon Brandhof | 2012-05-09 | 1 | -1/+1 | |
| | | | | test widget | |||||
* | SONAR-1927 Remove test widget | David Gageot | 2012-05-09 | 2 | -44/+0 | |
| | ||||||
* | SONAR-1927 Add resource_id to widgets | David Gageot | 2012-05-09 | 1 | -8/+1 | |
| | ||||||
* | SONAR-1927 Add 'Global' qualifier to all core global widgets | David Gageot | 2012-05-09 | 4 | -3/+6 | |
| | ||||||
* | SONAR-1927 Implement a Global Widget that can display Complexity of a given ↵ | David Gageot | 2012-05-09 | 3 | -0/+166 | |
| | | | | project | |||||
* | SONAR-3456 Title of metric hotspot widget does not support i18n | Simon Brandhof | 2012-05-09 | 1 | -8/+1 | |
| | ||||||
* | SONAR-1927 Filter Widgets should show the name of the filter | David Gageot | 2012-05-08 | 1 | -0/+1 | |
| | ||||||
* | SONAR-1927 Better Widget meta-data | David Gageot | 2012-05-07 | 4 | -10/+12 | |
| | ||||||
* | SONAR-1927 Simplify Filter widget | David Gageot | 2012-05-07 | 1 | -1/+6 | |
| | ||||||
* | In the Widget Filter, we should be able to select filter by name | David Gageot | 2012-05-07 | 1 | -1/+1 | |
| | ||||||
* | We should be able to select with filter to display in the Filter Widget | David Gageot | 2012-05-07 | 2 | -1/+8 | |
| | ||||||
* | Filter Widget first try | David Gageot | 2012-05-07 | 4 | -5/+60 | |
| | ||||||
* | SONAR-3442 Fix possible ArrayIndexOutOfBoundsException | Evgeny Mandrikov | 2012-05-07 | 3 | -3/+14 | |
| | ||||||
* | SONAR-1927 Add global image widget and fix HelloWorld widget | David Gageot | 2012-05-04 | 7 | -6/+62 | |
| | ||||||
* | SONAR-1927 Fix default dashboard and widget | David Gageot | 2012-05-04 | 3 | -1/+41 | |
| | ||||||
* | SONAR-1927 Dashboards are global instead of detached | David Gageot | 2012-05-04 | 1 | -1/+4 | |
| |