Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix violation | Fabrice Bellingard | 2012-05-24 | 1 | -1/+1 |
| | |||||
* | Fix violations | Fabrice Bellingard | 2012-05-24 | 2 | -7/+12 |
| | |||||
* | Create Projects and Treemap default dashboards using extension point | David Gageot | 2012-05-24 | 2 | -16/+7 |
| | |||||
* | Remove violations | David Gageot | 2012-05-24 | 3 | -79/+212 |
| | |||||
* | Remove warnings | David Gageot | 2012-05-23 | 2 | -47/+30 |
| | |||||
* | Fix violations, simplify code and improve documentation | David Gageot | 2012-05-23 | 10 | -115/+120 |
| | |||||
* | SONAR-3016 Filter now have a logical key | David Gageot | 2012-05-23 | 8 | -11/+28 |
| | | | | | | 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-2706 fix reloading of available commands in review detail | Simon Brandhof | 2012-05-23 | 1 | -2/+2 |
| | |||||
* | SONAR-2706 improve error handling on command execution | Simon Brandhof | 2012-05-23 | 3 | -8/+20 |
| | |||||
* | SONAR-3016 Don't load default filters if they already exist | David Gageot | 2012-05-23 | 2 | -28/+2 |
| | |||||
* | Trying to fix filters on Oracle | David Gageot | 2012-05-23 | 4 | -9/+14 |
| | |||||
* | Remove the classes RulesManager and DaoFacade. | Simon Brandhof | 2012-05-23 | 2 | -58/+0 |
| | | | | Both of them have been deprecated long time ago. | ||||
* | Fix minor quality flaws | Simon Brandhof | 2012-05-22 | 2 | -4/+2 |
| | |||||
* | SONAR-2706 some refactoring | Simon Brandhof | 2012-05-22 | 10 | -37/+75 |
| | |||||
* | SONAR-2706 add unit tests | Simon Brandhof | 2012-05-22 | 7 | -4/+201 |
| | |||||
* | SONAR-2706 Add utility class to offer easier API | Fabrice Bellingard | 2012-05-22 | 2 | -2/+53 |
| | |||||
* | SONAR-2706 add support of default values in HasProjectPropertyCondition | Simon Brandhof | 2012-05-22 | 2 | -1/+21 |
| | |||||
* | SONAR-3016 More work on extension point for filter template | David Gageot | 2012-05-22 | 8 | -40/+40 |
| | | | Introduce Criteria and FilterColums | ||||
* | SONAR-3016 More work on extension point for filter template | David Gageot | 2012-05-22 | 13 | -41/+392 |
| | | | Added mappers and dots for criteria and fiter_columns | ||||
* | SONAR-3016 Draft of new extension point for filter template | David Gageot | 2012-05-22 | 13 | -13/+410 |
| | |||||
* | Remove 3 warnings | David Gageot | 2012-05-22 | 2 | -2/+1 |
| | |||||
* | SONAR-2706 Verify "context conditions" only once | Simon Brandhof | 2012-05-21 | 9 | -28/+262 |
| | |||||
* | SONAR-2706 Add the condition HasReviewPropertyCondition | Simon Brandhof | 2012-05-21 | 6 | -9/+153 |
| | |||||
* | SONAR-2706 Add extension point to customize workflow of reviews | Simon Brandhof | 2012-05-21 | 45 | -4/+2250 |
| | | | | | 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. | ||||
* | SONAR-3126 Add check for same server ID when launching a batch | Fabrice Bellingard | 2012-05-18 | 3 | -0/+26 |
| | | | | | => Stop the Sonar Analysis when the Sonar batch and the Sonar server are not using the same DB | ||||
* | Fix Sonar Core unit tests | Fabrice Bellingard | 2012-05-14 | 4 | -6/+6 |
| | |||||
* | SONAR-2706 Change migration script ID after rebase from master | Fabrice Bellingard | 2012-05-14 | 2 | -1/+2 |
| | |||||
* | SONAR-2541 Replace "review_data" table by "data" column on "reviews" | Fabrice Bellingard | 2012-05-14 | 7 | -16/+51 |
| | | | | | - 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 | 14 | -13/+341 |
| | | | | | | | | - 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 | 3 | -1/+13 |
| | | | | | | | - Draft of API - Add the review_data table - Link all this with the Ruby side - Allow to call the action from the Web UI | ||||
* | Fix warnings | David Gageot | 2012-05-14 | 2 | -10/+13 |
| | |||||
* | FIX dashboards with a favourite filter should not be activated | David Gageot | 2012-05-11 | 1 | -2/+1 |
| | |||||
* | SONAR-3460 and SONAR-3464 Migration for filters and global dashboards | David Gageot | 2012-05-11 | 4 | -16/+22 |
| | |||||
* | SONAR-1927 Fix Widget Oracle mapping | David Gageot | 2012-05-10 | 1 | -1/+1 |
| | |||||
* | SONAR-1927 Add resource_id to widgets | David Gageot | 2012-05-09 | 8 | -6/+27 |
| | |||||
* | SONAR-1927 Dashboards are global instead of detached | David Gageot | 2012-05-04 | 8 | -16/+16 |
| | |||||
* | SONAR-1927 Global dashboards | David Gageot | 2012-05-02 | 9 | -16/+39 |
| | |||||
* | Code cleaning : Possible null values | David Gageot | 2012-04-27 | 1 | -1/+3 |
| | |||||
* | Code cleaning : Add @Override annotations | David Gageot | 2012-04-27 | 3 | -0/+21 |
| | |||||
* | Code cleaning : Methods overriding equals() should override hashCode() | David Gageot | 2012-04-27 | 1 | -1/+1 |
| | |||||
* | Remove warnings | David Gageot | 2012-04-27 | 4 | -23/+31 |
| | |||||
* | SONAR-3428 Configure Infinitest | David Gageot | 2012-04-25 | 1 | -0/+1 |
| | |||||
* | Merge branch 'release-3.0' | Eric Hartmann | 2012-04-16 | 13 | -11/+17 |
|\ | |||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2012-04-13 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 3.0-RC3 | Eric Hartmann | 2012-04-13 | 1 | -1/+1 |
| | | |||||
| * | Rename version 2.15 to 3.0 | Simon Brandhof | 2012-04-11 | 8 | -9/+9 |
| | | |||||
| * | Upgrade to 3.0-SNAPSHOT | Eric Hartmann | 2012-04-11 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2012-04-10 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 2.15-RC2 | Eric Hartmann | 2012-04-10 | 1 | -1/+1 |
| | | |||||
| * | Fix PropertiesDao when updating a property with a null value | Simon Brandhof | 2012-04-10 | 5 | -2/+8 |
| | |