]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
14 years agoUpgrade to sonar-packaging-maven-plugin 0.3
Godin [Mon, 18 Oct 2010 13:43:29 +0000 (13:43 +0000)]
Upgrade to sonar-packaging-maven-plugin 0.3

14 years ago[maven-release-plugin] prepare for next development iteration
simonbrandhof [Mon, 18 Oct 2010 13:04:48 +0000 (13:04 +0000)]
[maven-release-plugin] prepare for next development iteration

14 years ago[maven-release-plugin] prepare release sonar-update-center-0.3
simonbrandhof [Mon, 18 Oct 2010 13:04:37 +0000 (13:04 +0000)]
[maven-release-plugin] prepare release sonar-update-center-0.3

14 years agoVIEWS-55 Check user authorization on masterproject
simonbrandhof [Mon, 18 Oct 2010 12:11:58 +0000 (12:11 +0000)]
VIEWS-55 Check user authorization on masterproject

14 years agoVIEWS-20 Do not check user authorization on view components
simonbrandhof [Mon, 18 Oct 2010 11:51:09 +0000 (11:51 +0000)]
VIEWS-20 Do not check user authorization on view components

14 years agoVIEWS-5 TImeMachine only shows first analysis, not latest
simonbrandhof [Mon, 18 Oct 2010 11:50:04 +0000 (11:50 +0000)]
VIEWS-5 TImeMachine only shows first analysis, not latest

14 years agoSONAR-1705: When using the WAR packaging to deploy Sonar, if the "sonar.home" directo...
Godin [Mon, 18 Oct 2010 10:58:41 +0000 (10:58 +0000)]
SONAR-1705: When using the WAR packaging to deploy Sonar, if the "sonar.home" directory doesn't exist a clear message/exception must be displayed

14 years agoSONAR-1838: Change naming convention for exported packages
Godin [Mon, 18 Oct 2010 09:46:05 +0000 (09:46 +0000)]
SONAR-1838: Change naming convention for exported packages

14 years agodefault value of PLUGINS.CHILD_FIRST_CLASSLOADER is false
simonbrandhof [Sun, 17 Oct 2010 18:50:54 +0000 (18:50 +0000)]
default value of PLUGINS.CHILD_FIRST_CLASSLOADER is false

14 years agoSONAR-1847: Meaningful exception should be thrown when saving violation with a rule...
Godin [Sun, 17 Oct 2010 01:46:18 +0000 (01:46 +0000)]
SONAR-1847: Meaningful exception should be thrown when saving violation with a rule that doesn't exist

14 years agoSONAR-1834: When exist, the source code exclusion patterns should be displayed in...
Godin [Sun, 17 Oct 2010 01:24:41 +0000 (01:24 +0000)]
SONAR-1834: When exist, the source code exclusion patterns should be displayed in the Maven log

14 years agoSONAR-1808: Fix CoberturaSensor.
Godin [Sun, 17 Oct 2010 01:22:54 +0000 (01:22 +0000)]
SONAR-1808: Fix CoberturaSensor.

14 years agoSONAR-1808: Add "since" javadoc
Godin [Sun, 17 Oct 2010 00:51:08 +0000 (00:51 +0000)]
SONAR-1808: Add "since" javadoc

14 years agoSONAR-1808: Extract AbstractCoberturaParser from CoberturaSensor.
Godin [Sun, 17 Oct 2010 00:41:51 +0000 (00:41 +0000)]
SONAR-1808: Extract AbstractCoberturaParser from CoberturaSensor.

14 years agoSONAR-1784: Extract AbstractSurefireParser from SurefireSensor.
Godin [Sun, 17 Oct 2010 00:23:11 +0000 (00:23 +0000)]
SONAR-1784: Extract AbstractSurefireParser from SurefireSensor.

14 years agoSONAR-1869: Fix creation of attribute 'Plugin-ChildFirstClassLoader'
Godin [Sat, 16 Oct 2010 23:48:04 +0000 (23:48 +0000)]
SONAR-1869: Fix creation of attribute 'Plugin-ChildFirstClassLoader'

14 years agoSONAR-1680: Should be possible to replace dependency provided by sonar-plugin-api
Godin [Sat, 16 Oct 2010 23:12:31 +0000 (23:12 +0000)]
SONAR-1680: Should be possible to replace dependency provided by sonar-plugin-api

14 years agoSONAR-1862:
Godin [Sat, 16 Oct 2010 22:18:26 +0000 (22:18 +0000)]
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

14 years agoSONAR-1868: sonar-packaging-maven-plugin - extract plugin key from artifact id
Godin [Sat, 16 Oct 2010 02:02:32 +0000 (02:02 +0000)]
SONAR-1868: sonar-packaging-maven-plugin - extract plugin key from artifact id

14 years agoSONAR-1869: sonar-packaging-maven-plugin - should be possible to specify delegation...
Godin [Sat, 16 Oct 2010 01:31:26 +0000 (01:31 +0000)]
SONAR-1869: sonar-packaging-maven-plugin - should be possible to specify delegation model for plugin classloader

14 years agoSONAR-1862: Implement a child-first classloader strategy for plugins
Godin [Sat, 16 Oct 2010 01:01:31 +0000 (01:01 +0000)]
SONAR-1862: Implement a child-first classloader strategy for plugins

14 years agoSONAR-1838:
Godin [Fri, 15 Oct 2010 20:30:57 +0000 (20:30 +0000)]
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

14 years agoupgrade to assembly mojo 2.2
simonbrandhof [Fri, 15 Oct 2010 09:54:11 +0000 (09:54 +0000)]
upgrade to assembly mojo 2.2

14 years ago[SONAR-1853] Create a new CodeReaderFilter mechanism to prevent logic duplications...
bellingard [Fri, 15 Oct 2010 08:31:59 +0000 (08:31 +0000)]
[SONAR-1853] Create a new CodeReaderFilter mechanism to prevent logic duplications between Channel(s)
http://jira.codehaus.org/browse/SONAR-1853

Added constructors without CodeReaderFilter ellipsis to be binary-backward compatible

14 years agoSONAR-1838: Allow inter-dependencies for plugins
Godin [Fri, 15 Oct 2010 00:08:24 +0000 (00:08 +0000)]
SONAR-1838: Allow inter-dependencies for plugins

14 years agosoanr-dev-maven-plugin: add a log to show that sonar is started
simonbrandhof [Thu, 14 Oct 2010 15:32:55 +0000 (15:32 +0000)]
soanr-dev-maven-plugin: add a log to show that sonar is started

14 years agoSONAR-1859 Add the boolean property 'sonar.copyPluginProperty'
simonbrandhof [Thu, 14 Oct 2010 15:13:23 +0000 (15:13 +0000)]
SONAR-1859 Add the boolean property 'sonar.copyPluginProperty'

14 years ago[SONAR-1853] Create a new CodeReaderFilter mechanism to prevent logic duplications...
bellingard [Thu, 14 Oct 2010 15:07:12 +0000 (15:07 +0000)]
[SONAR-1853] Create a new CodeReaderFilter mechanism to prevent logic duplications between Channel(s)
http://jira.codehaus.org/browse/SONAR-1853

Javadoc added

14 years agoSONAR-1858: Do not package sonar-plugin dependencies
Godin [Thu, 14 Oct 2010 14:05:35 +0000 (14:05 +0000)]
SONAR-1858: Do not package sonar-plugin dependencies

14 years agoSONAR-1818: Add @threadSafe support for maven3
Godin [Thu, 14 Oct 2010 13:48:53 +0000 (13:48 +0000)]
SONAR-1818: Add @threadSafe support for maven3

14 years ago[SONAR-1853] Create a new CodeReaderFilter mechanism to prevent logic duplications...
bellingard [Thu, 14 Oct 2010 13:45:29 +0000 (13:45 +0000)]
[SONAR-1853] Create a new CodeReaderFilter mechanism to prevent logic duplications between Channel(s)
http://jira.codehaus.org/browse/SONAR-1853

14 years agoSONAR-1856 Filters must exclude measures on quality model characteristics
simonbrandhof [Thu, 14 Oct 2010 10:22:22 +0000 (10:22 +0000)]
SONAR-1856 Filters must exclude measures on quality model characteristics

14 years agofix URL in /extensions/rules/checkstyle/README.txt and pmd/extensions/rules/pmd/READM...
simonbrandhof [Wed, 13 Oct 2010 06:31:17 +0000 (06:31 +0000)]
fix URL in /extensions/rules/checkstyle/README.txt and pmd/extensions/rules/pmd/README.txt

14 years agoSONAR-1851 fix version of maven3 artifacts
simonbrandhof [Tue, 12 Oct 2010 12:27:17 +0000 (12:27 +0000)]
SONAR-1851 fix version of maven3 artifacts

14 years ago[maven-release-plugin] prepare for next development iteration
simonbrandhof [Tue, 12 Oct 2010 10:47:11 +0000 (10:47 +0000)]
[maven-release-plugin] prepare for next development iteration

14 years ago[maven-release-plugin] prepare release 2.3
simonbrandhof [Tue, 12 Oct 2010 10:46:47 +0000 (10:46 +0000)]
[maven-release-plugin] prepare release 2.3

14 years agoSONAR-1697 XML default property values are not correctly displayed in the Settings...
simonbrandhof [Tue, 12 Oct 2010 09:16:03 +0000 (09:16 +0000)]
SONAR-1697 XML default property values are not correctly displayed in the Settings pages

14 years agofix compatibility with Java 1.5
simonbrandhof [Mon, 11 Oct 2010 21:59:56 +0000 (21:59 +0000)]
fix compatibility with Java 1.5

14 years agotrying to fix a unit test which sometimes fails on windows
simonbrandhof [Mon, 11 Oct 2010 21:07:11 +0000 (21:07 +0000)]
trying to fix a unit test which sometimes fails on windows

14 years agoin fact Java 1.5 should support enum in annotations if the enum is defined before...
simonbrandhof [Mon, 11 Oct 2010 21:06:39 +0000 (21:06 +0000)]
in fact Java 1.5 should support enum in annotations if the enum is defined before the field declaration

14 years agoin fact Java 1.5 should support enum in annotations if the enum is defined before...
simonbrandhof [Mon, 11 Oct 2010 21:06:03 +0000 (21:06 +0000)]
in fact Java 1.5 should support enum in annotations if the enum is defined before the field declaration

14 years agofix build compatibility with Java 1.5
simonbrandhof [Mon, 11 Oct 2010 20:33:04 +0000 (20:33 +0000)]
fix build compatibility with Java 1.5

14 years ago[maven-release-plugin] prepare for next development iteration
simonbrandhof [Mon, 11 Oct 2010 20:25:14 +0000 (20:25 +0000)]
[maven-release-plugin] prepare for next development iteration

14 years ago[maven-release-plugin] prepare release sonar-dev-maven-plugin-0.9
simonbrandhof [Mon, 11 Oct 2010 20:25:01 +0000 (20:25 +0000)]
[maven-release-plugin] prepare release sonar-dev-maven-plugin-0.9

14 years agorule API: add the field 'cardinality' to the annotation @org.sonar.check.Rule
simonbrandhof [Mon, 11 Oct 2010 14:47:13 +0000 (14:47 +0000)]
rule API: add the field 'cardinality' to the annotation @org.sonar.check.Rule

14 years agoFix for SONAR-1848
Godin [Mon, 11 Oct 2010 13:30:57 +0000 (13:30 +0000)]
Fix for SONAR-1848

14 years ago[maven-release-plugin] prepare for next development iteration
simonbrandhof [Sat, 9 Oct 2010 14:49:11 +0000 (14:49 +0000)]
[maven-release-plugin] prepare for next development iteration

14 years ago[maven-release-plugin] prepare release sonar-dev-maven-plugin-0.8
simonbrandhof [Sat, 9 Oct 2010 14:49:00 +0000 (14:49 +0000)]
[maven-release-plugin] prepare release sonar-dev-maven-plugin-0.8

14 years agoSONAR-1839: Should be possible to execute integration tests using Maven 3.0
Godin [Fri, 8 Oct 2010 20:13:44 +0000 (20:13 +0000)]
SONAR-1839: Should be possible to execute integration tests using Maven 3.0

14 years agoSONAR-1843 The webservice /api/properties fails when requested format is XML
simonbrandhof [Fri, 8 Oct 2010 16:41:13 +0000 (16:41 +0000)]
SONAR-1843 The webservice /api/properties fails when requested format is XML

14 years agoAPI: apply the same pattern between rules and profiles API. The extension point to...
simonbrandhof [Fri, 8 Oct 2010 15:48:07 +0000 (15:48 +0000)]
API: apply the same pattern between rules and profiles API. The extension point to define rules is org.sonar.api.rules.RuleRepository. The classes AnnotationRuleParser and XMLRuleParser are components that can be used but not extended.

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()