Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-1838: Change naming convention for exported packages | Godin | 2010-10-18 | 1 | -9/+5 |
| | |||||
* | default value of PLUGINS.CHILD_FIRST_CLASSLOADER is false | simonbrandhof | 2010-10-17 | 1 | -1/+1 |
| | |||||
* | SONAR-1862: | Godin | 2010-10-16 | 8 | -23/+30 |
| | | | | | | | * Upgrade to sonar-update-center-common 0.3-SNAPSHOT * Add column 'child_first_classloader' to table 'plugins' * Add possibility to use child-first classloader | ||||
* | SONAR-1862: Implement a child-first classloader strategy for plugins | Godin | 2010-10-16 | 1 | -8/+33 |
| | |||||
* | SONAR-1838: | Godin | 2010-10-15 | 1 | -3/+7 |
| | | | | | * Fix small and stupid bug in ClassLoadersCollection - important to have dot at the end of package name * Add prefixes "com.sonar.plugins." and "com.sonarsource.plugins." for export | ||||
* | SONAR-1838: Allow inter-dependencies for plugins | Godin | 2010-10-15 | 1 | -0/+100 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2010-10-12 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.3 | simonbrandhof | 2010-10-12 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.3-RC2 | simonbrandhof | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | upgrade trunk to 2.4-SNAPSHOT | simonbrandhof | 2010-09-30 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2010-09-30 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.3-RC1 | simonbrandhof | 2010-09-30 | 1 | -1/+1 |
| | |||||
* | the property sonar.core.codeCoveragePlugin is not used when it's set from UI ↵ | simonbrandhof | 2010-09-30 | 2 | -3/+5 |
| | | | | console | ||||
* | SONAR-1814 add the method ExtensionProvider.provide() in order to support ↵ | simonbrandhof | 2010-09-28 | 2 | -35/+48 |
| | | | | obfuscated code | ||||
* | SONAR-1814 add a warning when a ExtensionProvider class is registered in ↵ | simonbrandhof | 2010-09-28 | 1 | -1/+9 |
| | | | | Plugin.getExtensions() | ||||
* | SONAR-1814 remove the API to find a plugin from an extension : | simonbrandhof | 2010-09-28 | 2 | -0/+272 |
| | | | | | | * do register coverage extensions in picocontainer only when the plugin is selected (see parameter sonar.core.codeCoveragePlugin) * do not display plugin names when detecting a duplication of metrics * remove unused methods from the deprecated component RulesManager | ||||
* | SONAR-1798 rename RULE_FAILURES.POINTS to COST | simonbrandhof | 2010-09-22 | 2 | -8/+8 |
| | |||||
* | SONAR-1798 Ability to register a number of points to a rule violation | simonbrandhof | 2010-09-22 | 4 | -16/+28 |
| | |||||
* | quality models: limit the methods of org.sonar.api.qualitymodel.ModelFinder ↵ | simonbrandhof | 2010-09-21 | 5 | -204/+2 |
| | | | | to read methods. Management methods are restricted to core => extracted to org.sonar.server.qualitymodel.ModelManager | ||||
* | add characteristic properties to quality models | simonbrandhof | 2010-09-21 | 2 | -2/+3 |
| | |||||
* | add unit tests to quality models | simonbrandhof | 2010-09-16 | 1 | -0/+1 |
| | |||||
* | add the column CHARACTERISTICS.ENABLED | simonbrandhof | 2010-09-16 | 8 | -20/+20 |
| | |||||
* | * quality models : rename ModelProvider to ModelFinder | simonbrandhof | 2010-09-10 | 6 | -13/+13 |
| | | | | * fix some integration tests | ||||
* | * rename RuleProvider to RuleFinder | simonbrandhof | 2010-09-10 | 3 | -10/+10 |
| | | | | | * deprecate some classes in the rule API * add the parameter ValidationMessages to ProfileDefinition.createPrototype() | ||||
* | add CHARACTERISTICS.DESCRIPTION | simonbrandhof | 2010-09-08 | 8 | -20/+20 |
| | |||||
* | SONAR-1549 The Sonar profile creation form doesn't allow to import ↵ | simonbrandhof | 2010-09-07 | 2 | -7/+19 |
| | | | | | | checkstyle,pmd and Findbugs conf files when several langages are defined SONAR-440 add warnings to checkstyle when importing configuration | ||||
* | SONAR-236 remove deprecated code from checkstyle plugin + display default ↵ | simonbrandhof | 2010-09-06 | 140 | -0/+7883 |
value of rule parameters in Q profile console |