Commit Graph

4435 Commits

Author SHA1 Message Date
Godin
b918fe7c66 SONAR-1837: Add profiling logs to database optimization tasks 2010-10-28 14:31:19 +00:00
Godin
d7869519b8 SONAR-1837:
* Add profiling logs to database optimization tasks
* Extend TimeProfiler to produce logs using debug level
2010-10-28 14:28:57 +00:00
simonbrandhof
ec7f0817ee SONAR-1643 apply a part of the GSOC branch 2010-10-28 08:02:18 +00:00
Godin
d384011392 SONAR-1861: Don't create ResourcesClassLoader if no resources 2010-10-23 15:29:12 +00:00
Godin
be88575d78 SONAR-1861: Allow to access files stored in "extensions/rules/" during batch execution 2010-10-21 15:21:40 +00:00
simonbrandhof
d691016265 SONAR-1881 delete orphan active rules 2010-10-20 21:11:41 +00:00
Godin
650127b2fa SONAR-1838: Change log level to debug 2010-10-20 14:08:13 +00:00
Godin
41adff1a4c SONAR-1838: Change naming convention for exported packages 2010-10-18 09:46:05 +00:00
simonbrandhof
32548122e4 default value of PLUGINS.CHILD_FIRST_CLASSLOADER is false 2010-10-17 18:50:54 +00:00
Godin
6636cf363e SONAR-1862:
* Upgrade to sonar-update-center-common 0.3-SNAPSHOT
* Add column 'child_first_classloader' to table 'plugins'
* Add possibility to use child-first classloader
2010-10-16 22:18:26 +00:00
Godin
3a9ef7fbc7 SONAR-1862: Implement a child-first classloader strategy for plugins 2010-10-16 01:01:31 +00:00
Godin
aa72913440 SONAR-1838:
* 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
2010-10-15 20:30:57 +00:00
Godin
fa92a9ff62 SONAR-1838: Allow inter-dependencies for plugins 2010-10-15 00:08:24 +00:00
simonbrandhof
2d3b588b4a [maven-release-plugin] prepare for next development iteration 2010-10-12 10:47:11 +00:00
simonbrandhof
b791b9aac2 [maven-release-plugin] prepare release 2.3 2010-10-12 10:46:47 +00:00
simonbrandhof
7361c326e5 [maven-release-plugin] prepare for next development iteration 2010-10-05 19:00:30 +00:00
simonbrandhof
6c36be2a02 [maven-release-plugin] prepare release 2.3-RC2 2010-10-05 19:00:02 +00:00
simonbrandhof
a512de3bbd upgrade trunk to 2.4-SNAPSHOT 2010-09-30 17:35:41 +00:00
simonbrandhof
49130adac6 [maven-release-plugin] prepare for next development iteration 2010-09-30 16:09:53 +00:00
simonbrandhof
293e51c2af [maven-release-plugin] prepare release 2.3-RC1 2010-09-30 16:09:27 +00:00
simonbrandhof
4b6828f0e9 the property sonar.core.codeCoveragePlugin is not used when it's set from UI console 2010-09-30 09:37:00 +00:00
simonbrandhof
f25c971275 SONAR-1814 add the method ExtensionProvider.provide() in order to support obfuscated code 2010-09-28 15:53:04 +00:00
simonbrandhof
5cdbf337fe SONAR-1814 add a warning when a ExtensionProvider class is registered in Plugin.getExtensions() 2010-09-28 14:00:20 +00:00
simonbrandhof
d2f25e344d SONAR-1814 remove the API to find a plugin from an extension :
* 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
2010-09-28 12:10:05 +00:00
simonbrandhof
365a5dbae8 SONAR-1798 rename RULE_FAILURES.POINTS to COST 2010-09-22 13:29:23 +00:00
simonbrandhof
d6000bfbea SONAR-1798 Ability to register a number of points to a rule violation 2010-09-22 13:14:08 +00:00
simonbrandhof
d46e081eac quality models: limit the methods of org.sonar.api.qualitymodel.ModelFinder to read methods. Management methods are restricted to core => extracted to org.sonar.server.qualitymodel.ModelManager 2010-09-21 21:25:29 +00:00
simonbrandhof
d4963b41c3 add characteristic properties to quality models 2010-09-21 16:01:48 +00:00
simonbrandhof
a49dfa3853 add unit tests to quality models 2010-09-16 16:12:31 +00:00
simonbrandhof
690808781a add the column CHARACTERISTICS.ENABLED 2010-09-16 15:58:42 +00:00
simonbrandhof
8c95433db8 * quality models : rename ModelProvider to ModelFinder
* fix some integration tests
2010-09-10 14:47:07 +00:00
simonbrandhof
23830d07ed * rename RuleProvider to RuleFinder
* deprecate some classes in the rule API
* add the parameter ValidationMessages to ProfileDefinition.createPrototype()
2010-09-10 13:04:24 +00:00
simonbrandhof
0dd067a3ef add CHARACTERISTICS.DESCRIPTION 2010-09-08 20:29:03 +00:00
simonbrandhof
3cc63963cf SONAR-1549 The Sonar profile creation form doesn't allow to import checkstyle,pmd and Findbugs conf files when several langages are defined
SONAR-440 add warnings to checkstyle when importing configuration
2010-09-07 23:23:23 +00:00
simonbrandhof
aeadc1f912 SONAR-236 remove deprecated code from checkstyle plugin + display default value of rule parameters in Q profile console 2010-09-06 14:08:06 +00:00