Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2075: Add the ability for a plugin to extend an other plugin | Evgeny Mandrikov | 2011-02-08 | 4 | -6/+6 |
| | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 34 | -701/+701 |
| | |||||
* | SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabled | simonbrandhof | 2011-02-03 | 4 | -96/+0 |
| | |||||
* | SONAR-2094 Add the column RULES_PROFILES.ENABLED | simonbrandhof | 2011-02-01 | 9 | -27/+17 |
| | |||||
* | Add profile to check copyright headers + fix some badly formatted headers | simonbrandhof | 2011-01-31 | 2 | -0/+38 |
| | |||||
* | SONAR-1722 increase the size of RULES_PROFILES.PARENT_NAME (same as NAME) + ↵ | simonbrandhof | 2010-12-22 | 1 | -1/+1 |
| | | | | change the type of ACTIVE_RULES.INHERITANCE | ||||
* | SONAR-1722: Merge two fields ActiveRule.inherited and ActiveRule.overridden ↵ | Godin | 2010-12-21 | 1 | -1/+1 |
| | | | | into one with enum type | ||||
* | Fix unit test. | Godin | 2010-12-21 | 1 | -1/+1 |
| | |||||
* | SONAR-1722: Change RulesProfile.parentId to RulesProfile.parentName in order ↵ | Godin | 2010-12-21 | 1 | -1/+1 |
| | | | | | | | to simplify backup SONAR-2052: Add test for backup of inherited profiles | ||||
* | SONAR-1722: Add DB columns for profiles inheritance | Godin | 2010-12-16 | 1 | -2/+2 |
| | |||||
* | SONAR-249 rename the SNAPSHOTS.VARIATION_xxx columns + add ↵ | simonbrandhof | 2010-12-15 | 28 | -70/+70 |
| | | | | SNAPSHOTS.PERIODx_DATE | ||||
* | * SONAR-1809: MetricFinder should be available on server side | Godin | 2010-12-08 | 2 | -0/+56 |
| | | | | * Fix javadocs | ||||
* | SONAR-249 add 2 periods for variation values + rename SNAPSHOT.VAR_xxx ↵ | simonbrandhof | 2010-12-06 | 30 | -138/+138 |
| | | | | columns + fix saving of dependencies | ||||
* | SONAR-2007 Remove the useless ISO Categories + fix components page | simonbrandhof | 2010-12-01 | 15 | -45/+33 |
| | |||||
* | SONAR-249 add the columns SNAPSHOT.VAR_MODE_x and VAR_LABEL_x (x=1, 2 or 3) | simonbrandhof | 2010-11-30 | 28 | -70/+70 |
| | |||||
* | add missing file | simonbrandhof | 2010-11-29 | 1 | -0/+20 |
| | |||||
* | SONAR-249 improve core components to load rules and metrics | simonbrandhof | 2010-11-29 | 11 | -25/+175 |
| | |||||
* | SONAR-249: extract persistence layer from data index + dump measures at the ↵ | simonbrandhof | 2010-11-26 | 1 | -2/+4 |
| | | | | end of the batch instead of persisting them on the fly | ||||
* | SONAR-2003: | Godin | 2010-11-24 | 4 | -3/+48 |
| | | | | | | * ClassLoadersCollection should use plexus-classworlds 2.2.3 instead of classworlds 1.1 in order to support Maven 3.0 * Add unit test for ClassLoadersCollection | ||||
* | SONAR-1663 include the dbcleaner plugin + move all purges in this plugin | simonbrandhof | 2010-11-18 | 3 | -273/+0 |
| | |||||
* | SONAR-1861: Allow to access files stored in "extensions/rules/" during batch ↵ | Godin | 2010-10-21 | 1 | -0/+20 |
| | | | | execution | ||||
* | SONAR-1862: | Godin | 2010-10-16 | 5 | -6/+8 |
| | | | | | | | * Upgrade to sonar-update-center-common 0.3-SNAPSHOT * Add column 'child_first_classloader' to table 'plugins' * Add possibility to use child-first classloader | ||||
* | the property sonar.core.codeCoveragePlugin is not used when it's set from UI ↵ | simonbrandhof | 2010-09-30 | 1 | -1/+2 |
| | | | | console | ||||
* | SONAR-1814 add the method ExtensionProvider.provide() in order to support ↵ | simonbrandhof | 2010-09-28 | 1 | -14/+20 |
| | | | | obfuscated code | ||||
* | SONAR-1814 remove the API to find a plugin from an extension : | simonbrandhof | 2010-09-28 | 1 | -0/+152 |
| | | | | | | * 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 | 3 | -15/+27 |
| | |||||
* | quality models: limit the methods of org.sonar.api.qualitymodel.ModelFinder ↵ | simonbrandhof | 2010-09-21 | 4 | -115/+2 |
| | | | | to read methods. Management methods are restricted to core => extracted to org.sonar.server.qualitymodel.ModelManager | ||||
* | add unit tests to quality models | simonbrandhof | 2010-09-16 | 1 | -0/+1 |
| | |||||
* | add the column CHARACTERISTICS.ENABLED | simonbrandhof | 2010-09-16 | 7 | -19/+19 |
| | |||||
* | * quality models : rename ModelProvider to ModelFinder | simonbrandhof | 2010-09-10 | 5 | -8/+8 |
| | | | | * fix some integration tests | ||||
* | * rename RuleProvider to RuleFinder | simonbrandhof | 2010-09-10 | 2 | -7/+7 |
| | | | | | * deprecate some classes in the rule API * add the parameter ValidationMessages to ProfileDefinition.createPrototype() | ||||
* | add CHARACTERISTICS.DESCRIPTION | simonbrandhof | 2010-09-08 | 7 | -19/+19 |
| | |||||
* | SONAR-1549 The Sonar profile creation form doesn't allow to import ↵ | simonbrandhof | 2010-09-07 | 1 | -0/+8 |
| | | | | | | 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 | 98 | -0/+4120 |
value of rule parameters in Q profile console |