aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
* Fix violationFabrice Bellingard2012-05-241-1/+1
|
* Fix violationsFabrice Bellingard2012-05-242-7/+12
|
* Create Projects and Treemap default dashboards using extension pointDavid Gageot2012-05-242-16/+7
|
* Remove violationsDavid Gageot2012-05-243-79/+212
|
* Remove warningsDavid Gageot2012-05-232-47/+30
|
* Fix violations, simplify code and improve documentationDavid Gageot2012-05-2310-115/+120
|
* SONAR-3016 Filter now have a logical keyDavid Gageot2012-05-238-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 detailSimon Brandhof2012-05-231-2/+2
|
* SONAR-2706 improve error handling on command executionSimon Brandhof2012-05-233-8/+20
|
* SONAR-3016 Don't load default filters if they already existDavid Gageot2012-05-232-28/+2
|
* Trying to fix filters on OracleDavid Gageot2012-05-234-9/+14
|
* Remove the classes RulesManager and DaoFacade.Simon Brandhof2012-05-232-58/+0
| | | | Both of them have been deprecated long time ago.
* Fix minor quality flawsSimon Brandhof2012-05-222-4/+2
|
* SONAR-2706 some refactoringSimon Brandhof2012-05-2210-37/+75
|
* SONAR-2706 add unit testsSimon Brandhof2012-05-227-4/+201
|
* SONAR-2706 Add utility class to offer easier APIFabrice Bellingard2012-05-222-2/+53
|
* SONAR-2706 add support of default values in HasProjectPropertyConditionSimon Brandhof2012-05-222-1/+21
|
* SONAR-3016 More work on extension point for filter templateDavid Gageot2012-05-228-40/+40
| | | Introduce Criteria and FilterColums
* SONAR-3016 More work on extension point for filter templateDavid Gageot2012-05-2213-41/+392
| | | Added mappers and dots for criteria and fiter_columns
* SONAR-3016 Draft of new extension point for filter templateDavid Gageot2012-05-2213-13/+410
|
* Remove 3 warningsDavid Gageot2012-05-222-2/+1
|
* SONAR-2706 Verify "context conditions" only onceSimon Brandhof2012-05-219-28/+262
|
* SONAR-2706 Add the condition HasReviewPropertyConditionSimon Brandhof2012-05-216-9/+153
|
* SONAR-2706 Add extension point to customize workflow of reviewsSimon Brandhof2012-05-2145-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 Bellingard2012-05-183-0/+26
| | | | | => Stop the Sonar Analysis when the Sonar batch and the Sonar server are not using the same DB
* Fix Sonar Core unit testsFabrice Bellingard2012-05-144-6/+6
|
* SONAR-2706 Change migration script ID after rebase from masterFabrice Bellingard2012-05-142-1/+2
|
* SONAR-2541 Replace "review_data" table by "data" column on "reviews"Fabrice Bellingard2012-05-147-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 JiraLinkReviewActionFabrice Bellingard2012-05-1414-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 LinkReviewActionFabrice Bellingard2012-05-143-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 warningsDavid Gageot2012-05-142-10/+13
|
* FIX dashboards with a favourite filter should not be activatedDavid Gageot2012-05-111-2/+1
|
* SONAR-3460 and SONAR-3464 Migration for filters and global dashboardsDavid Gageot2012-05-114-16/+22
|
* SONAR-1927 Fix Widget Oracle mappingDavid Gageot2012-05-101-1/+1
|
* SONAR-1927 Add resource_id to widgetsDavid Gageot2012-05-098-6/+27
|
* SONAR-1927 Dashboards are global instead of detachedDavid Gageot2012-05-048-16/+16
|
* SONAR-1927 Global dashboardsDavid Gageot2012-05-029-16/+39
|
* Code cleaning : Possible null valuesDavid Gageot2012-04-271-1/+3
|
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-273-0/+21
|
* Code cleaning : Methods overriding equals() should override hashCode()David Gageot2012-04-271-1/+1
|
* Remove warningsDavid Gageot2012-04-274-23/+31
|
* SONAR-3428 Configure InfinitestDavid Gageot2012-04-251-0/+1
|
* Merge branch 'release-3.0'Eric Hartmann2012-04-1613-11/+17
|\
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-04-131-1/+1
| |
| * [maven-release-plugin] prepare release 3.0-RC3Eric Hartmann2012-04-131-1/+1
| |
| * Rename version 2.15 to 3.0Simon Brandhof2012-04-118-9/+9
| |
| * Upgrade to 3.0-SNAPSHOTEric Hartmann2012-04-111-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-04-101-1/+1
| |
| * [maven-release-plugin] prepare release 2.15-RC2Eric Hartmann2012-04-101-1/+1
| |
| * Fix PropertiesDao when updating a property with a null valueSimon Brandhof2012-04-105-2/+8
| |