aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2075: Add the ability for a plugin to extend an other pluginEvgeny Mandrikov2011-02-084-6/+6
|
* Upgrade copyright headerssimonbrandhof2011-02-0434-701/+701
|
* SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabledsimonbrandhof2011-02-034-96/+0
|
* SONAR-2094 Add the column RULES_PROFILES.ENABLEDsimonbrandhof2011-02-019-27/+17
|
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-312-0/+38
|
* SONAR-1722 increase the size of RULES_PROFILES.PARENT_NAME (same as NAME) + ↵simonbrandhof2010-12-221-1/+1
| | | | change the type of ACTIVE_RULES.INHERITANCE
* SONAR-1722: Merge two fields ActiveRule.inherited and ActiveRule.overridden ↵Godin2010-12-211-1/+1
| | | | into one with enum type
* Fix unit test.Godin2010-12-211-1/+1
|
* SONAR-1722: Change RulesProfile.parentId to RulesProfile.parentName in order ↵Godin2010-12-211-1/+1
| | | | | | | to simplify backup SONAR-2052: Add test for backup of inherited profiles
* SONAR-1722: Add DB columns for profiles inheritanceGodin2010-12-161-2/+2
|
* SONAR-249 rename the SNAPSHOTS.VARIATION_xxx columns + add ↵simonbrandhof2010-12-1528-70/+70
| | | | SNAPSHOTS.PERIODx_DATE
* * SONAR-1809: MetricFinder should be available on server sideGodin2010-12-082-0/+56
| | | | * Fix javadocs
* SONAR-249 add 2 periods for variation values + rename SNAPSHOT.VAR_xxx ↵simonbrandhof2010-12-0630-138/+138
| | | | columns + fix saving of dependencies
* SONAR-2007 Remove the useless ISO Categories + fix components pagesimonbrandhof2010-12-0115-45/+33
|
* SONAR-249 add the columns SNAPSHOT.VAR_MODE_x and VAR_LABEL_x (x=1, 2 or 3)simonbrandhof2010-11-3028-70/+70
|
* add missing filesimonbrandhof2010-11-291-0/+20
|
* SONAR-249 improve core components to load rules and metricssimonbrandhof2010-11-2911-25/+175
|
* SONAR-249: extract persistence layer from data index + dump measures at the ↵simonbrandhof2010-11-261-2/+4
| | | | end of the batch instead of persisting them on the fly
* SONAR-2003:Godin2010-11-244-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 pluginsimonbrandhof2010-11-183-273/+0
|
* SONAR-1861: Allow to access files stored in "extensions/rules/" during batch ↵Godin2010-10-211-0/+20
| | | | execution
* SONAR-1862:Godin2010-10-165-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 ↵simonbrandhof2010-09-301-1/+2
| | | | console
* SONAR-1814 add the method ExtensionProvider.provide() in order to support ↵simonbrandhof2010-09-281-14/+20
| | | | obfuscated code
* SONAR-1814 remove the API to find a plugin from an extension :simonbrandhof2010-09-281-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 COSTsimonbrandhof2010-09-222-8/+8
|
* SONAR-1798 Ability to register a number of points to a rule violationsimonbrandhof2010-09-223-15/+27
|
* quality models: limit the methods of org.sonar.api.qualitymodel.ModelFinder ↵simonbrandhof2010-09-214-115/+2
| | | | to read methods. Management methods are restricted to core => extracted to org.sonar.server.qualitymodel.ModelManager
* add unit tests to quality modelssimonbrandhof2010-09-161-0/+1
|
* add the column CHARACTERISTICS.ENABLEDsimonbrandhof2010-09-167-19/+19
|
* * quality models : rename ModelProvider to ModelFindersimonbrandhof2010-09-105-8/+8
| | | | * fix some integration tests
* * rename RuleProvider to RuleFindersimonbrandhof2010-09-102-7/+7
| | | | | * deprecate some classes in the rule API * add the parameter ValidationMessages to ProfileDefinition.createPrototype()
* add CHARACTERISTICS.DESCRIPTIONsimonbrandhof2010-09-087-19/+19
|
* SONAR-1549 The Sonar profile creation form doesn't allow to import ↵simonbrandhof2010-09-071-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 ↵simonbrandhof2010-09-0698-0/+4120
value of rule parameters in Q profile console