]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
14 years agoAPI: improve the pattern to define quality profiles. The extension point is org.sonar...
simonbrandhof [Fri, 8 Oct 2010 14:38:32 +0000 (14:38 +0000)]
API: improve the pattern to define quality profiles. The extension point is org.sonar.api.profiles.ProfileDefinition, whereas XMLProfileParser and AnnotationProfileParser are components that can be used but not extended.

14 years agoCheckstyle: fix export/import of duplicated rules (for example RegexpSingleline)
simonbrandhof [Fri, 8 Oct 2010 10:18:38 +0000 (10:18 +0000)]
Checkstyle: fix export/import of duplicated rules (for example RegexpSingleline)

14 years agominor update of the CSS class .background-gray
simonbrandhof [Wed, 6 Oct 2010 17:30:52 +0000 (17:30 +0000)]
minor update of the CSS class .background-gray

14 years ago[maven-release-plugin] prepare for next development iteration
simonbrandhof [Tue, 5 Oct 2010 19:00:30 +0000 (19:00 +0000)]
[maven-release-plugin] prepare for next development iteration

14 years ago[maven-release-plugin] prepare release 2.3-RC2
simonbrandhof [Tue, 5 Oct 2010 19:00:02 +0000 (19:00 +0000)]
[maven-release-plugin] prepare release 2.3-RC2

14 years agoremove the CSS class 'data2' => reverted to 'data'
simonbrandhof [Tue, 5 Oct 2010 18:35:10 +0000 (18:35 +0000)]
remove the CSS class 'data2' => reverted to 'data'

14 years agoquality model API: simplify difference between property numeric value and text value
simonbrandhof [Mon, 4 Oct 2010 22:01:29 +0000 (22:01 +0000)]
quality model API: simplify difference between property numeric value and text value

14 years agofix the vertical alignment issue in filter pages
simonbrandhof [Mon, 4 Oct 2010 20:42:53 +0000 (20:42 +0000)]
fix the vertical alignment issue in filter pages

14 years agoSONAR-1833 treemap ignores fractional part of metrics
simonbrandhof [Mon, 4 Oct 2010 20:40:50 +0000 (20:40 +0000)]
SONAR-1833 treemap ignores fractional part of metrics

14 years agofix alignment of tendency icons in the components page
simonbrandhof [Mon, 4 Oct 2010 20:39:45 +0000 (20:39 +0000)]
fix alignment of tendency icons in the components page

14 years agoquality model API: removeCharacteristic() must support disabled characteristics
simonbrandhof [Mon, 4 Oct 2010 14:34:48 +0000 (14:34 +0000)]
quality model API: removeCharacteristic() must support disabled characteristics

14 years agoquality models API: add Model.removeCharacteristic(...)
simonbrandhof [Mon, 4 Oct 2010 14:10:40 +0000 (14:10 +0000)]
quality models API: add Model.removeCharacteristic(...)

14 years agoadd the method JRubyFacade.getComponentByClassname(pluginKey, classname) to get compo...
simonbrandhof [Mon, 4 Oct 2010 08:53:59 +0000 (08:53 +0000)]
add the method JRubyFacade.getComponentByClassname(pluginKey, classname) to get components from ruby code

14 years agosyntax highlighter: add the CSS class .code .p for preprocessing directives
simonbrandhof [Mon, 4 Oct 2010 06:54:13 +0000 (06:54 +0000)]
syntax highlighter: add the CSS class .code .p for preprocessing directives

14 years agoadd some methods to quality model API
simonbrandhof [Sat, 2 Oct 2010 16:36:36 +0000 (16:36 +0000)]
add some methods to quality model API

14 years agofix IT
simonbrandhof [Sat, 2 Oct 2010 11:03:05 +0000 (11:03 +0000)]
fix IT

14 years agoquality model API: add the method Characteristic.create(), without parameters
simonbrandhof [Fri, 1 Oct 2010 14:46:56 +0000 (14:46 +0000)]
quality model API: add the method Characteristic.create(), without parameters

14 years agoquality model API: add the methods Characteristic.hasRule() and getProperties()
simonbrandhof [Fri, 1 Oct 2010 13:18:53 +0000 (13:18 +0000)]
quality model API: add the methods Characteristic.hasRule() and getProperties()

14 years agorules console: rename the button 'Create new rule from this template' to 'Copy rule'
simonbrandhof [Fri, 1 Oct 2010 09:03:43 +0000 (09:03 +0000)]
rules console: rename the button 'Create new rule from this template' to 'Copy rule'

14 years agorevert change on RuleRepository
simonbrandhof [Fri, 1 Oct 2010 07:50:12 +0000 (07:50 +0000)]
revert change on RuleRepository

14 years agoupgrade trunk to 2.4-SNAPSHOT
simonbrandhof [Thu, 30 Sep 2010 17:35:41 +0000 (17:35 +0000)]
upgrade trunk to 2.4-SNAPSHOT

14 years agofix IT (a button has been renamed in profile console)
simonbrandhof [Thu, 30 Sep 2010 17:05:20 +0000 (17:05 +0000)]
fix IT (a button has been renamed in profile console)

14 years agofix rendering on IE6
simonbrandhof [Thu, 30 Sep 2010 16:59:38 +0000 (16:59 +0000)]
fix rendering on IE6

14 years ago[maven-release-plugin] prepare for next development iteration
simonbrandhof [Thu, 30 Sep 2010 16:09:53 +0000 (16:09 +0000)]
[maven-release-plugin] prepare for next development iteration

14 years ago[maven-release-plugin] prepare release 2.3-RC1
simonbrandhof [Thu, 30 Sep 2010 16:09:27 +0000 (16:09 +0000)]
[maven-release-plugin] prepare release 2.3-RC1

14 years agoAdd some warnings to the database upgrade form
simonbrandhof [Thu, 30 Sep 2010 14:04:18 +0000 (14:04 +0000)]
Add some warnings to the database upgrade form

14 years agoimprove the display of rules in profile console
simonbrandhof [Thu, 30 Sep 2010 13:51:24 +0000 (13:51 +0000)]
improve the display of rules in profile console

14 years agodo use the parameter sonar.core.codeCoveragePlugin only for java projects
simonbrandhof [Thu, 30 Sep 2010 11:28:58 +0000 (11:28 +0000)]
do use the parameter sonar.core.codeCoveragePlugin only for java projects

14 years agothe property sonar.core.codeCoveragePlugin is not used when it's set from UI console
simonbrandhof [Thu, 30 Sep 2010 09:37:00 +0000 (09:37 +0000)]
the property sonar.core.codeCoveragePlugin is not used when it's set from UI console

14 years agorename org.sonar.api.rules.StandardRuleXmlFormat to XMLRuleParser
simonbrandhof [Thu, 30 Sep 2010 09:00:18 +0000 (09:00 +0000)]
rename org.sonar.api.rules.StandardRuleXmlFormat to XMLRuleParser

14 years agoupgrade to sonar-dev-maven-plugin 0.7: fix bug on windows + remove the default value...
simonbrandhof [Thu, 30 Sep 2010 08:27:54 +0000 (08:27 +0000)]
upgrade to sonar-dev-maven-plugin 0.7: fix bug on windows + remove the default value of sonar.runtimeVersion

14 years agofix execution of jacoco and emma plugins
simonbrandhof [Thu, 30 Sep 2010 08:26:35 +0000 (08:26 +0000)]
fix execution of jacoco and emma plugins

14 years ago[maven-release-plugin] prepare for next development iteration
simonbrandhof [Thu, 30 Sep 2010 07:52:42 +0000 (07:52 +0000)]
[maven-release-plugin] prepare for next development iteration

14 years ago[maven-release-plugin] prepare release sonar-dev-maven-plugin-0.7
simonbrandhof [Thu, 30 Sep 2010 07:52:30 +0000 (07:52 +0000)]
[maven-release-plugin] prepare release sonar-dev-maven-plugin-0.7

14 years agoSONAR-1767 fix violations viewer when a rule is selected and the param 'rule' is...
simonbrandhof [Wed, 29 Sep 2010 20:49:28 +0000 (20:49 +0000)]
SONAR-1767 fix violations viewer when a rule is selected and the param 'rule' is the id

14 years agoremove use of deprecated constructors in CoberturaSensor and CloverSensor
simonbrandhof [Wed, 29 Sep 2010 20:37:02 +0000 (20:37 +0000)]
remove use of deprecated constructors in CoberturaSensor and CloverSensor

14 years agoSONAR-1823 sonar.runtimeVersion should not have a default value
simonbrandhof [Wed, 29 Sep 2010 18:47:03 +0000 (18:47 +0000)]
SONAR-1823 sonar.runtimeVersion should not have a default value

14 years agoSONAR-1788: sonar-dev-maven-plugin should execute ${maven.home}/bin/mvn instead of mvn
Godin [Wed, 29 Sep 2010 18:31:33 +0000 (18:31 +0000)]
SONAR-1788: sonar-dev-maven-plugin should execute ${maven.home}/bin/mvn instead of mvn

14 years agoremove the update center link from sidebar (feature is postponed to next release)
simonbrandhof [Wed, 29 Sep 2010 07:23:31 +0000 (07:23 +0000)]
remove the update center link from sidebar (feature is postponed to next release)

14 years agoSwitch to org.apache.maven.plugins:maven-failsafe-plugin from org.codehaus.mojo:fails...
Godin [Tue, 28 Sep 2010 21:29:59 +0000 (21:29 +0000)]
Switch to org.apache.maven.plugins:maven-failsafe-plugin from org.codehaus.mojo:failsafe-maven-plugin

14 years agoSONAR-1689 Sorting on alerts does not work anymore
simonbrandhof [Tue, 28 Sep 2010 17:00:54 +0000 (17:00 +0000)]
SONAR-1689 Sorting on alerts does not work anymore

14 years agoSONAR-1822 Add the property 'sonar.skipTendencies' to skip calculation of measure...
simonbrandhof [Tue, 28 Sep 2010 16:31:54 +0000 (16:31 +0000)]
SONAR-1822 Add the property 'sonar.skipTendencies' to skip calculation of measure tendencies

14 years agoupgrade to sonar-dev-maven-plugin 0.6 in order to fix integration tests (database...
simonbrandhof [Tue, 28 Sep 2010 16:11:32 +0000 (16:11 +0000)]
upgrade to sonar-dev-maven-plugin 0.6 in order to fix integration tests (database not dropped)

14 years ago[maven-release-plugin] prepare for next development iteration
simonbrandhof [Tue, 28 Sep 2010 16:02:51 +0000 (16:02 +0000)]
[maven-release-plugin] prepare for next development iteration

14 years ago[maven-release-plugin] prepare release sonar-dev-maven-plugin-0.6
simonbrandhof [Tue, 28 Sep 2010 16:02:41 +0000 (16:02 +0000)]
[maven-release-plugin] prepare release sonar-dev-maven-plugin-0.6

14 years agoSONAR-1821 Regression: creating/dropping database does not work
simonbrandhof [Tue, 28 Sep 2010 16:01:30 +0000 (16:01 +0000)]
SONAR-1821 Regression: creating/dropping database does not work

14 years agoSONAR-1814 improve javadoc
simonbrandhof [Tue, 28 Sep 2010 15:55:00 +0000 (15:55 +0000)]
SONAR-1814 improve javadoc

14 years agoSONAR-1814 add the method ExtensionProvider.provide() in order to support obfuscated...
simonbrandhof [Tue, 28 Sep 2010 15:53:04 +0000 (15:53 +0000)]
SONAR-1814 add the method ExtensionProvider.provide() in order to support obfuscated code

14 years agoSONAR-1814 add a warning when a ExtensionProvider class is registered in Plugin.getEx...
simonbrandhof [Tue, 28 Sep 2010 14:00:20 +0000 (14:00 +0000)]
SONAR-1814 add a warning when a ExtensionProvider class is registered in Plugin.getExtensions()

14 years agoXMLProfileImporter : check that the nodes <name> and <language> are defined
simonbrandhof [Tue, 28 Sep 2010 13:06:25 +0000 (13:06 +0000)]
XMLProfileImporter : check that the nodes <name> and <language> are defined

14 years agoSONAR-1814 add javadoc
simonbrandhof [Tue, 28 Sep 2010 13:00:08 +0000 (13:00 +0000)]
SONAR-1814 add javadoc

14 years agocheckstyle unit tests must not request http://www.puppycrawl.com when parsing XML...
simonbrandhof [Tue, 28 Sep 2010 12:52:26 +0000 (12:52 +0000)]
checkstyle unit tests must not request http://www.puppycrawl.com when parsing XML. It avoids building sonar in offline mode.

14 years agofix alignement of icons in the CSS class "data2"
simonbrandhof [Tue, 28 Sep 2010 12:12:09 +0000 (12:12 +0000)]
fix alignement of icons in the CSS class "data2"

14 years agoSONAR-1814 remove the API to find a plugin from an extension :
simonbrandhof [Tue, 28 Sep 2010 12:10:05 +0000 (12:10 +0000)]
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

14 years agoAdd svn:ignore
Godin [Mon, 27 Sep 2010 15:59:40 +0000 (15:59 +0000)]
Add svn:ignore

14 years agoSONAR-1815: Fix packaging of dependencies when groupId=org.codehaus.sonar
Godin [Mon, 27 Sep 2010 15:27:44 +0000 (15:27 +0000)]
SONAR-1815: Fix packaging of dependencies when groupId=org.codehaus.sonar

14 years agoSONAR-1711 temporarily log warnings instead of throwing an exception when saving...
simonbrandhof [Mon, 27 Sep 2010 14:52:10 +0000 (14:52 +0000)]
SONAR-1711 temporarily log warnings instead of throwing an exception when saving measures/violations on unknown resources

14 years agoSONAR-1709: Set HTTP status code in StaticResourcesServlet in case of error
Godin [Mon, 27 Sep 2010 13:37:01 +0000 (13:37 +0000)]
SONAR-1709: Set  HTTP status code in StaticResourcesServlet in case of error

14 years agoSONAR-1709: Add unit test and improve logging for StaticResourcesServlet
Godin [Mon, 27 Sep 2010 13:27:50 +0000 (13:27 +0000)]
SONAR-1709: Add unit test and improve logging for StaticResourcesServlet

14 years agoSONAR-1709: in ruby-helper parameter :plugin should be optional
Godin [Mon, 27 Sep 2010 12:09:38 +0000 (12:09 +0000)]
SONAR-1709: in ruby-helper parameter :plugin should be optional

14 years agofix backward compatibility of the interface GeneratesViolations.
simonbrandhof [Mon, 27 Sep 2010 11:49:37 +0000 (11:49 +0000)]
fix backward compatibility of the interface GeneratesViolations.

14 years agoSONAR-1709:
Godin [Mon, 27 Sep 2010 10:09:23 +0000 (10:09 +0000)]
SONAR-1709:
* Add ruby-helper for URL construction for static resources from plugins
* Add integration test

14 years agofix CSS on Chrome and Safari (data2 rows are too big)
simonbrandhof [Sun, 26 Sep 2010 22:20:41 +0000 (22:20 +0000)]
fix CSS on Chrome and Safari (data2 rows are too big)
+ filters: move links to alerts in the table footer

14 years agoSONAR-1711 Allow to exclude sources from code analysis based on cutoff date
simonbrandhof [Sun, 26 Sep 2010 21:46:58 +0000 (21:46 +0000)]
SONAR-1711 Allow to exclude sources from code analysis based on cutoff date

14 years agofix pom of volume-testing project
simonbrandhof [Sun, 26 Sep 2010 16:42:10 +0000 (16:42 +0000)]
fix pom of volume-testing project

14 years agoShould be possible to change version of Sonar in ITs for sonar-packaging-maven-plugin
Godin [Sat, 25 Sep 2010 03:03:47 +0000 (03:03 +0000)]
Should be possible to change version of Sonar in ITs for sonar-packaging-maven-plugin

14 years agoFix ITs for sonar-packaging-maven-plugin
Godin [Sat, 25 Sep 2010 02:23:51 +0000 (02:23 +0000)]
Fix ITs for sonar-packaging-maven-plugin

14 years agoUse gwt-incubator from Maven central repo
Godin [Sat, 25 Sep 2010 01:18:41 +0000 (01:18 +0000)]
Use gwt-incubator from Maven central repo

14 years agoSONAR-1709: Add StaticResourcesServlet for loading static resources from plugins
Godin [Sat, 25 Sep 2010 01:14:53 +0000 (01:14 +0000)]
SONAR-1709: Add StaticResourcesServlet for loading static resources from plugins

14 years agoSONAR-1634: Provide meaningful error message, when plugin tries to define metric...
Godin [Fri, 24 Sep 2010 16:32:51 +0000 (16:32 +0000)]
SONAR-1634: Provide  meaningful error message, when plugin tries to define metric, which already defined in other plugin or in core

14 years agoSONAR-1812 the interface GeneratesViolations is replaced by DecoratorBarriers.END_OF_...
simonbrandhof [Fri, 24 Sep 2010 16:18:27 +0000 (16:18 +0000)]
SONAR-1812 the interface GeneratesViolations is replaced by DecoratorBarriers.END_OF_VIOLATIONS_GENERATION

14 years agoSONAR-1634: Provide meaningful error message, when plugin tries to define metric...
Godin [Fri, 24 Sep 2010 16:17:56 +0000 (16:17 +0000)]
SONAR-1634: Provide  meaningful error message, when plugin tries to define metric, which already defined in other plugin or in core

14 years agoSONAR-1711 add a lock on SensorContext/DecoratorContext in order to avoid creation...
simonbrandhof [Fri, 24 Sep 2010 16:02:35 +0000 (16:02 +0000)]
SONAR-1711 add a lock on SensorContext/DecoratorContext in order to avoid creation of resources in methods saveViolation() and saveMeasure().

14 years agoreplace some "new ArrayList<GENERIC>()" with Lists.newArrayList() of google guava
simonbrandhof [Fri, 24 Sep 2010 12:29:01 +0000 (12:29 +0000)]
replace some "new ArrayList<GENERIC>()" with Lists.newArrayList() of google guava

14 years agoadd the repository name to the parameters of AnnotationRuleRepository.create()
simonbrandhof [Fri, 24 Sep 2010 12:28:01 +0000 (12:28 +0000)]
add the repository name to the parameters of AnnotationRuleRepository.create()

14 years agodo not execute unit tests in parallel in sonar-plugin-api
simonbrandhof [Fri, 24 Sep 2010 12:26:39 +0000 (12:26 +0000)]
do not execute unit tests in parallel in sonar-plugin-api

14 years agoSONAR-1812 The declaration @BelongsTo(classes=GeneratesViolations.class) does not...
simonbrandhof [Fri, 24 Sep 2010 12:24:57 +0000 (12:24 +0000)]
SONAR-1812 The declaration @BelongsTo(classes=GeneratesViolations.class) does not work

14 years agoremove a useless nested RuntimeException when an error occur during loading of plugins
simonbrandhof [Fri, 24 Sep 2010 11:32:13 +0000 (11:32 +0000)]
remove a useless nested RuntimeException when an error occur during loading of plugins

14 years agodo not keep in cache violations in DecoratorContext
simonbrandhof [Fri, 24 Sep 2010 09:49:34 +0000 (09:49 +0000)]
do not keep in cache violations in DecoratorContext

14 years agofix SONAR-1802 : Can't import FindBugs profile when some rules are duplicated in...
fmallet [Thu, 23 Sep 2010 19:54:10 +0000 (19:54 +0000)]
fix SONAR-1802 : Can't import FindBugs profile when some rules are duplicated in the findbugs.xml configuration file

14 years agoadd AnnotationRuleRepository to load rules from sonar-check-api annotations
simonbrandhof [Thu, 23 Sep 2010 17:28:25 +0000 (17:28 +0000)]
add AnnotationRuleRepository to load rules from sonar-check-api annotations

14 years agoAdd svn:ignore
Godin [Thu, 23 Sep 2010 17:15:54 +0000 (17:15 +0000)]
Add svn:ignore

14 years agointegration tests : upgrade to sonar-dev-maven-plugin 0.5
Godin [Thu, 23 Sep 2010 16:46:14 +0000 (16:46 +0000)]
integration tests : upgrade to sonar-dev-maven-plugin 0.5

14 years agoThe default value of the RuleParam type parameter is "s" (String)
fmallet [Thu, 23 Sep 2010 16:24:53 +0000 (16:24 +0000)]
The default value of the RuleParam type parameter is "s" (String)

14 years agoSONAR-1780:
Godin [Thu, 23 Sep 2010 16:18:26 +0000 (16:18 +0000)]
SONAR-1780:
* An exception should be thrown in case when two Sonar plugins try to use the same key
* Add message to log, when file with plugin was deleted

14 years agothe rule.setUniqueKey(String repositoryKey, String key) also feed the mandatory confi...
fmallet [Thu, 23 Sep 2010 15:47:03 +0000 (15:47 +0000)]
the rule.setUniqueKey(String repositoryKey, String key) also feed the mandatory configKey property with the value of the key

14 years agoSONAR-1706 Depreciate sonar.reuseExistingRulesConfiguration
simonbrandhof [Thu, 23 Sep 2010 15:14:09 +0000 (15:14 +0000)]
SONAR-1706 Depreciate sonar.reuseExistingRulesConfiguration

14 years agoadd unit test to AnnotationUtilsTest
simonbrandhof [Thu, 23 Sep 2010 14:52:08 +0000 (14:52 +0000)]
add unit test to AnnotationUtilsTest

14 years agofix issue in AnnotationUtils.getClassAnnotation(Object obj, Class<A> annotation)...
simonbrandhof [Thu, 23 Sep 2010 14:50:15 +0000 (14:50 +0000)]
fix issue in AnnotationUtils.getClassAnnotation(Object obj, Class<A> annotation) when the  parameter obj is a Class

14 years agodepreciate the methods Plugin.getKey(), getName() and getDescription()
simonbrandhof [Thu, 23 Sep 2010 14:33:58 +0000 (14:33 +0000)]
depreciate the methods Plugin.getKey(), getName() and getDescription()

14 years ago[maven-release-plugin] prepare for next development iteration
simonbrandhof [Thu, 23 Sep 2010 13:34:39 +0000 (13:34 +0000)]
[maven-release-plugin] prepare for next development iteration

14 years ago[maven-release-plugin] prepare release sonar-dev-maven-plugin-0.5
simonbrandhof [Thu, 23 Sep 2010 13:34:29 +0000 (13:34 +0000)]
[maven-release-plugin] prepare release sonar-dev-maven-plugin-0.5

14 years agoadd the package org.sonar.api.checks in order to implement its own rules engine
simonbrandhof [Thu, 23 Sep 2010 13:29:43 +0000 (13:29 +0000)]
add the package org.sonar.api.checks in order to implement its own rules engine

14 years agodo not execute sonar-ws-client unit tests in parallel
simonbrandhof [Thu, 23 Sep 2010 09:26:45 +0000 (09:26 +0000)]
do not execute sonar-ws-client unit tests in parallel

14 years agofindbugs plugin: improve a unit test
simonbrandhof [Thu, 23 Sep 2010 08:24:10 +0000 (08:24 +0000)]
findbugs plugin: improve a unit test

14 years agoremove logback-test.xml from sonar-plugin-api: it generates too many warnings when...
simonbrandhof [Wed, 22 Sep 2010 21:04:56 +0000 (21:04 +0000)]
remove logback-test.xml from sonar-plugin-api: it generates too many warnings when several logback files are found in the classpath

14 years agoremove unused GWT permutations in order to increase build duration + use parallel...
simonbrandhof [Wed, 22 Sep 2010 21:03:57 +0000 (21:03 +0000)]
remove unused GWT permutations in order to increase build duration + use parallel unit tests on plugins checkstyle, pmd and findbugs

14 years agosonar-plugin-api: use parallel junit tests
simonbrandhof [Wed, 22 Sep 2010 21:02:17 +0000 (21:02 +0000)]
sonar-plugin-api: use parallel junit tests

14 years agosonar-gwt-api : activate the parallel unit tests
simonbrandhof [Wed, 22 Sep 2010 21:01:42 +0000 (21:01 +0000)]
sonar-gwt-api : activate the parallel unit tests

14 years agoupgrade the surefire maven plugin
simonbrandhof [Wed, 22 Sep 2010 21:00:25 +0000 (21:00 +0000)]
upgrade the surefire maven plugin