Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2010-11-09 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.4-RC1 | simonbrandhof | 2010-11-09 | 1 | -1/+1 |
| | |||||
* | fix issue in snapshot duplications | simonbrandhof | 2010-11-05 | 1 | -4/+33 |
| | |||||
* | SONAR-1850 A new snapshot is created on project A each time project B (which ↵ | simonbrandhof | 2010-11-04 | 1 | -2/+5 |
| | | | | depends on A) is analyzed | ||||
* | SONAR-1878: Add a meaningful error message when a Source can't be persisted ↵ | Godin | 2010-11-03 | 1 | -24/+22 |
| | | | | in the Sonar DB | ||||
* | Use the same rules everywhere to transform plugin key | Godin | 2010-11-03 | 2 | -51/+14 |
| | |||||
* | add the method getURL() to org.sonar.api.platform.Server | simonbrandhof | 2010-11-02 | 5 | -8/+8 |
| | |||||
* | DefaultTimeMachine: do not search for the resource in index if the resource ↵ | simonbrandhof | 2010-10-22 | 2 | -5/+13 |
| | | | | has already an id (cf VIEWS-4) | ||||
* | compare doubles with NumberUtils.compare() instead of Double.compare() | simonbrandhof | 2010-10-21 | 1 | -1/+2 |
| | |||||
* | SONAR-1830 new metric type 'rating' | simonbrandhof | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | SONAR-1847: Meaningful exception should be thrown when saving violation with ↵ | Godin | 2010-10-17 | 1 | -2/+2 |
| | | | | a rule that doesn't exist | ||||
* | SONAR-1834: When exist, the source code exclusion patterns should be ↵ | Godin | 2010-10-17 | 1 | -1/+8 |
| | | | | displayed in the Maven log | ||||
* | SONAR-1862: | Godin | 2010-10-16 | 1 | -19/+14 |
| | | | | | | | * 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-1838: Allow inter-dependencies for plugins | Godin | 2010-10-15 | 1 | -16/+14 |
| | |||||
* | [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 |
| | |||||
* | do use the parameter sonar.core.codeCoveragePlugin only for java projects | simonbrandhof | 2010-09-30 | 2 | -22/+47 |
| | |||||
* | the property sonar.core.codeCoveragePlugin is not used when it's set from UI ↵ | simonbrandhof | 2010-09-30 | 3 | -45/+51 |
| | | | | console | ||||
* | fix execution of jacoco and emma plugins | simonbrandhof | 2010-09-30 | 2 | -1/+38 |
| | |||||
* | SONAR-1814 add the method ExtensionProvider.provide() in order to support ↵ | simonbrandhof | 2010-09-28 | 1 | -0/+1 |
| | | | | obfuscated code | ||||
* | SONAR-1814 remove the API to find a plugin from an extension : | simonbrandhof | 2010-09-28 | 2 | -14/+124 |
| | | | | | | * 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-1711 temporarily log warnings instead of throwing an exception when ↵ | simonbrandhof | 2010-09-27 | 2 | -2/+4 |
| | | | | saving measures/violations on unknown resources | ||||
* | SONAR-1711 Allow to exclude sources from code analysis based on cutoff date | simonbrandhof | 2010-09-26 | 8 | -12/+22 |
| | |||||
* | SONAR-1711 add a lock on SensorContext/DecoratorContext in order to avoid ↵ | simonbrandhof | 2010-09-24 | 6 | -19/+133 |
| | | | | creation of resources in methods saveViolation() and saveMeasure(). | ||||
* | do not keep in cache violations in DecoratorContext | simonbrandhof | 2010-09-24 | 1 | -6/+3 |
| | |||||
* | add AnnotationRuleRepository to load rules from sonar-check-api annotations | simonbrandhof | 2010-09-23 | 1 | -1/+1 |
| | |||||
* | SONAR-1798 rename RULE_FAILURES.POINTS to COST | simonbrandhof | 2010-09-22 | 3 | -14/+14 |
| | |||||
* | SONAR-1798 Ability to register a number of points to a rule violation | simonbrandhof | 2010-09-22 | 3 | -12/+15 |
| | |||||
* | * quality models : rename ModelProvider to ModelFinder | simonbrandhof | 2010-09-10 | 1 | -2/+2 |
| | | | | * fix some integration tests | ||||
* | * rename RuleProvider to RuleFinder | simonbrandhof | 2010-09-10 | 1 | -2/+2 |
| | | | | | * deprecate some classes in the rule API * add the parameter ValidationMessages to ProfileDefinition.createPrototype() | ||||
* | SONAR-236 remove deprecated code from checkstyle plugin + display default ↵ | simonbrandhof | 2010-09-06 | 119 | -0/+6948 |
value of rule parameters in Q profile console |