aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/DefaultProfileLoader.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-926 feed ModuleRulesSimon Brandhof2014-01-271-119/+0
|
* SONAR-926 remove useless coupling with class LanguageSimon Brandhof2014-01-261-2/+2
|
* SONAR-926 Fail when sonar.profile is used in a multi-language projectJulien HENRY2014-01-241-1/+1
|
* SONAR-926 Fail when sonar.profile is used in a multi-language projectJulien HENRY2014-01-241-0/+3
|
* SONAR-926 Fix ProfileSensor that expect a RulesProfileWrapperJulien HENRY2014-01-241-4/+9
|
* SONAR-926 No more consider sonar.profile in a multi-language projectJulien HENRY2014-01-241-5/+26
|
* SONAR-926 Expose ModuleLanguages in plugin APIJulien HENRY2014-01-241-1/+1
|
* SONAR-926 Multi-language support:Julien HENRY2014-01-241-18/+29
| | | | | | * RulesProfile wrapper * ModuleFileSystem now support multi language * Sensors executed trying each language until one is found
* ONAR-4515 Display all allowed values for sonar.languagesJulien HENRY2013-08-021-1/+12
|
* SONAR-4515 Moved check to another place to not break viewsJulien HENRY2013-08-011-8/+7
|
* SONAR-4515 Fix IoC dependency on LanguagesJulien HENRY2013-08-011-4/+2
|
* SONAR-4515 Display all allowed values for sonar.languages when an invalid ↵Julien HENRY2013-07-311-7/+11
| | | | one is specified
* Update copyright headersSimon Brandhof2013-04-221-4/+4
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
|
* Fix some quality flawsJulien HENRY2013-03-261-2/+1
|
* SONAR-4069 Refactoring to ease override of some componentsJulien HENRY2013-03-191-7/+5
| | | | | * Don't fail when there is a fake profile with id=null * Don't fail when there is a fake language
* Revert SONAR-3922Simon Brandhof2012-11-071-2/+2
|
* 'sonar.profile.<language_key>' should take precedence over 'sonar.profile'Simon Brandhof2012-11-071-2/+2
|
* Revert SONAR-3922Simon Brandhof2012-10-311-2/+2
|
* SONAR-3922 sonar.profile.<language_key> should take precedence over ↵Simon Brandhof2012-10-301-2/+2
| | | | sonar.profile
* SONAR-3833 ability to edit/delete the profiles provided by pluginsSimon Brandhof2012-10-011-15/+16
|
* SONAR-2602 support project modules with different languagesSimon Brandhof2012-09-271-10/+12
|
* SONAR-3125 Add better error message for unknown languageFabrice Bellingard2012-04-021-2/+6
|
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
|
* Fix some violationsSimon Brandhof2011-12-051-3/+1
|
* Add ProfileLoaderEvgeny Mandrikov2011-03-111-0/+65