]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
13 years agoSONAR-249 fix issue with the metric duplications_data : sensorContext.saveResource...
simonbrandhof [Fri, 26 Nov 2010 13:21:49 +0000 (13:21 +0000)]
SONAR-249 fix issue with the metric duplications_data : sensorContext.saveResource() must set the "effective key"

13 years agoFix logging from ClassLoadersCollection
Godin [Fri, 26 Nov 2010 12:28:15 +0000 (12:28 +0000)]
Fix logging from ClassLoadersCollection

13 years agoSONAR-249 fix update of measures when using the delayed mode
simonbrandhof [Fri, 26 Nov 2010 12:17:53 +0000 (12:17 +0000)]
SONAR-249 fix update of measures when using the delayed mode

13 years agofix IT with maven 2.0.x
simonbrandhof [Fri, 26 Nov 2010 09:54:28 +0000 (09:54 +0000)]
fix IT with maven 2.0.x

13 years agoSONAR-249 add unit tests
simonbrandhof [Fri, 26 Nov 2010 08:10:37 +0000 (08:10 +0000)]
SONAR-249 add unit tests

13 years agoforgot to commit some unit test files
simonbrandhof [Fri, 26 Nov 2010 07:24:54 +0000 (07:24 +0000)]
forgot to commit some unit test files

13 years agoSONAR-249: extract persistence layer from data index + dump measures at the end of...
simonbrandhof [Fri, 26 Nov 2010 06:56:17 +0000 (06:56 +0000)]
SONAR-249: extract persistence layer from data index + dump measures at the end of the batch instead of persisting them on the fly

13 years agoFix violations reported on Nemo
Godin [Thu, 25 Nov 2010 20:27:32 +0000 (20:27 +0000)]
Fix violations reported on Nemo

13 years agofix SONAR-2010 : the Integer.MAX_VALUE is returned only when the buffer can't contain...
fmallet [Thu, 25 Nov 2010 20:23:16 +0000 (20:23 +0000)]
fix SONAR-2010 : the Integer.MAX_VALUE is returned only when the buffer can't contain all characters.

13 years agoSONAR-2005: Remove the useless Findbugs rule "DMI_VACUOUS_CALL_TO_EASYMOCK_METHOD"
Godin [Thu, 25 Nov 2010 18:53:03 +0000 (18:53 +0000)]
SONAR-2005: Remove the useless Findbugs rule "DMI_VACUOUS_CALL_TO_EASYMOCK_METHOD"

13 years agoDeployment should produce correct checksums
Godin [Thu, 25 Nov 2010 18:20:41 +0000 (18:20 +0000)]
Deployment should produce correct checksums

13 years agoFix violations reported on Nemo
Godin [Thu, 25 Nov 2010 18:10:45 +0000 (18:10 +0000)]
Fix violations reported on Nemo

13 years agoAdd pdfreport to list of plugins
Godin [Thu, 25 Nov 2010 09:32:30 +0000 (09:32 +0000)]
Add pdfreport to list of plugins

13 years agofix SONAR-2010 : The ChannelReader doesn't allow a regular expression to consume...
fmallet [Thu, 25 Nov 2010 09:24:10 +0000 (09:24 +0000)]
fix SONAR-2010 : The ChannelReader doesn't allow a regular expression to consume more than 8'000 characters

13 years agoSONAR-2003:
Godin [Wed, 24 Nov 2010 22:39:15 +0000 (22:39 +0000)]
SONAR-2003:
* 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

13 years agorevert SONAR-1988
simonbrandhof [Wed, 24 Nov 2010 10:55:26 +0000 (10:55 +0000)]
revert SONAR-1988

13 years agorevert SONAR-1988 - requires to upgrade to activerecord-jdbc-adapter 0.9.2
simonbrandhof [Wed, 24 Nov 2010 10:39:42 +0000 (10:39 +0000)]
revert SONAR-1988 - requires to upgrade to activerecord-jdbc-adapter 0.9.2

13 years agofix javadoc
simonbrandhof [Wed, 24 Nov 2010 10:08:59 +0000 (10:08 +0000)]
fix javadoc

13 years agoAdd missing license headers
Godin [Tue, 23 Nov 2010 22:16:51 +0000 (22:16 +0000)]
Add missing license headers

13 years agoSONAR-1988 Description of rule parameters should be optional
simonbrandhof [Tue, 23 Nov 2010 22:11:55 +0000 (22:11 +0000)]
SONAR-1988 Description of rule parameters should be optional

13 years agoSONAR-1556: When a language is specified with the 'sonar.language' property but not...
Godin [Tue, 23 Nov 2010 21:48:08 +0000 (21:48 +0000)]
SONAR-1556: When a language is specified with the 'sonar.language' property but not supported, a clear message must be displayed

13 years agoRemove empty packages
Godin [Tue, 23 Nov 2010 21:03:44 +0000 (21:03 +0000)]
Remove empty packages

13 years agoSONAR-1979: Add missing FindBugs rule - Dead store due to switch statement fall throu...
Godin [Tue, 23 Nov 2010 20:58:08 +0000 (20:58 +0000)]
SONAR-1979: Add missing FindBugs rule - Dead store due to switch statement fall through to throw

13 years agoMake SquidVisitor interface instead of class
Godin [Tue, 23 Nov 2010 20:49:38 +0000 (20:49 +0000)]
Make SquidVisitor interface instead of class

13 years agoUpgrade to maven-enforcer-plugin 1.0
Godin [Tue, 23 Nov 2010 20:41:41 +0000 (20:41 +0000)]
Upgrade to maven-enforcer-plugin 1.0

13 years agoRemove svn:executable property
Godin [Tue, 23 Nov 2010 20:41:00 +0000 (20:41 +0000)]
Remove svn:executable property

13 years agoSONAR-1931: Create a SQUID rule : total class complexity should not exceed a pre...
Godin [Tue, 23 Nov 2010 20:36:24 +0000 (20:36 +0000)]
SONAR-1931: Create a SQUID rule : total class complexity should not exceed a pre-defined threshold

13 years agoSONAR-1845: Create a new Sonar rule to check method complexity
Godin [Tue, 23 Nov 2010 20:27:50 +0000 (20:27 +0000)]
SONAR-1845: Create a new Sonar rule to check method complexity

13 years agoSONAR-1930: Change message for MaximumInheritanceDepth rule
Godin [Tue, 23 Nov 2010 20:18:18 +0000 (20:18 +0000)]
SONAR-1930: Change message for MaximumInheritanceDepth rule

13 years agoSONAR-1845, SONAR-1931: Create a new Squid rules to check class and method complexity
Godin [Tue, 23 Nov 2010 18:52:32 +0000 (18:52 +0000)]
SONAR-1845, SONAR-1931: Create a new Squid rules to check class and method complexity

13 years agoSONAR-1971: Change description of TodoComment rule
Godin [Tue, 23 Nov 2010 16:30:48 +0000 (16:30 +0000)]
SONAR-1971: Change description of TodoComment rule

13 years agoSONAR-1933: Create a SQUID rule : break instruction should not be used outside a...
Godin [Tue, 23 Nov 2010 16:20:39 +0000 (16:20 +0000)]
SONAR-1933: Create a SQUID rule : break instruction should not be used outside a switch statement

13 years agoSONAR-1932: Create a SQUID rule : instruction "continue" should not be used
Godin [Tue, 23 Nov 2010 16:11:29 +0000 (16:11 +0000)]
SONAR-1932: Create a SQUID rule : instruction "continue" should not be used

13 years agoMinor fix
Godin [Tue, 23 Nov 2010 15:50:19 +0000 (15:50 +0000)]
Minor fix

13 years agoSONAR-1930: Create a SQUID rule : depth of inheritance should not exceed XX
Godin [Tue, 23 Nov 2010 15:43:22 +0000 (15:43 +0000)]
SONAR-1930: Create a SQUID rule : depth of inheritance should not exceed XX

13 years agofix IT: two timemachine scenarii must be deleted because of dbcleaner, which removes...
simonbrandhof [Tue, 23 Nov 2010 10:53:10 +0000 (10:53 +0000)]
fix IT: two timemachine scenarii must be deleted because of dbcleaner, which removes some snapshots

13 years agomove org.sonar.plugins.dbcleaner.util.PurgeUtils to org.sonar.plugins.dbcleaner.api
simonbrandhof [Fri, 19 Nov 2010 14:51:14 +0000 (14:51 +0000)]
move org.sonar.plugins.dbcleaner.util.PurgeUtils to org.sonar.plugins.dbcleaner.api

13 years agoupgrade to sonar-dev-maven-plugin 1.0.1
simonbrandhof [Fri, 19 Nov 2010 14:32:00 +0000 (14:32 +0000)]
upgrade to sonar-dev-maven-plugin 1.0.1

13 years agoSOAR-1663 the purge task by period can be reused by plugins
simonbrandhof [Fri, 19 Nov 2010 14:17:09 +0000 (14:17 +0000)]
SOAR-1663 the purge task by period can be reused by plugins

13 years ago[maven-release-plugin] prepare for next development iteration
simonbrandhof [Fri, 19 Nov 2010 13:18:49 +0000 (13:18 +0000)]
[maven-release-plugin] prepare for next development iteration

13 years ago[maven-release-plugin] prepare release sonar-dev-maven-plugin-1.0.1
simonbrandhof [Fri, 19 Nov 2010 13:18:35 +0000 (13:18 +0000)]
[maven-release-plugin] prepare release sonar-dev-maven-plugin-1.0.1

13 years agoSONAR-1998 The goal start-war fails with Sonar 2.5
simonbrandhof [Fri, 19 Nov 2010 11:56:12 +0000 (11:56 +0000)]
SONAR-1998 The goal start-war fails with Sonar 2.5

13 years agoSONAR-1811 The file ../../logs/sonar.log is created when using the WAR packaging
simonbrandhof [Thu, 18 Nov 2010 17:01:17 +0000 (17:01 +0000)]
SONAR-1811 The file ../../logs/sonar.log is created when using the WAR packaging

13 years agoSONAR-1663 improve QA
simonbrandhof [Thu, 18 Nov 2010 15:45:53 +0000 (15:45 +0000)]
SONAR-1663 improve QA

13 years agoSONAR-1663 improve QA
simonbrandhof [Thu, 18 Nov 2010 15:34:12 +0000 (15:34 +0000)]
SONAR-1663 improve QA

13 years agoSONAR-1663 include the dbcleaner plugin + move all purges in this plugin
simonbrandhof [Thu, 18 Nov 2010 15:02:54 +0000 (15:02 +0000)]
SONAR-1663 include the dbcleaner plugin + move all purges in this plugin

13 years ago[maven-release-plugin] prepare for next development iteration
simonbrandhof [Thu, 18 Nov 2010 09:45:08 +0000 (09:45 +0000)]
[maven-release-plugin] prepare for next development iteration

13 years ago[maven-release-plugin] prepare release sonar-dev-maven-plugin-1.0
simonbrandhof [Thu, 18 Nov 2010 09:44:56 +0000 (09:44 +0000)]
[maven-release-plugin] prepare release sonar-dev-maven-plugin-1.0

13 years agoSONAR-1990 ORA-01795: maximum number of expressions in a list is 1000
simonbrandhof [Wed, 17 Nov 2010 21:00:41 +0000 (21:00 +0000)]
SONAR-1990 ORA-01795: maximum number of expressions in a list is 1000

13 years agoSONAR-1992 upgrade to JtDS driver 1.2.4
simonbrandhof [Wed, 17 Nov 2010 20:51:10 +0000 (20:51 +0000)]
SONAR-1992 upgrade to JtDS driver 1.2.4

13 years agoSONAR-1991: Fix link for Jtds open source driver
Godin [Wed, 17 Nov 2010 16:09:46 +0000 (16:09 +0000)]
SONAR-1991: Fix link for Jtds open source driver

13 years agoSONAR-1990 ORA-01795 when deleting orphan snapshots
simonbrandhof [Wed, 17 Nov 2010 15:23:59 +0000 (15:23 +0000)]
SONAR-1990 ORA-01795 when deleting orphan snapshots

13 years agoSONAR-1845, SONAR-1930, SONAR-1931: Add description to properties for new squid rules...
Godin [Wed, 17 Nov 2010 14:29:46 +0000 (14:29 +0000)]
SONAR-1845, SONAR-1930, SONAR-1931: Add description to properties for new squid rules to workaround SONAR-1988

13 years agoSONAR-1989 Ruby API should cast values of widget properties
simonbrandhof [Wed, 17 Nov 2010 14:27:58 +0000 (14:27 +0000)]
SONAR-1989 Ruby API should cast values of widget properties

13 years agouse the shortcut mvn sonar:sonar in IT
simonbrandhof [Wed, 17 Nov 2010 10:30:53 +0000 (10:30 +0000)]
use the shortcut mvn sonar:sonar in IT

13 years agoSONAR-1860 Support Maven 3 analysis
simonbrandhof [Wed, 17 Nov 2010 09:26:07 +0000 (09:26 +0000)]
SONAR-1860 Support Maven 3 analysis

13 years agotrying to fix a jetty deadlock issue in the unit test HttpDownloaderTest
simonbrandhof [Tue, 16 Nov 2010 16:59:44 +0000 (16:59 +0000)]
trying to fix a jetty deadlock issue in the unit test HttpDownloaderTest

13 years agoIncrease code coverage for XMLRuleParser
Godin [Tue, 16 Nov 2010 16:08:53 +0000 (16:08 +0000)]
Increase code coverage for XMLRuleParser

13 years agoedit the message of backup configuration: dashboards are not backuped
simonbrandhof [Tue, 16 Nov 2010 14:22:10 +0000 (14:22 +0000)]
edit the message of backup configuration: dashboards are not backuped

13 years agoSONAR-1977: Ignore violations from findbugs report, if rule not activated in Sonar
Godin [Mon, 15 Nov 2010 23:24:27 +0000 (23:24 +0000)]
SONAR-1977: Ignore violations from findbugs report, if rule not activated in Sonar

13 years agoSONAR-1977: Ignore violations from findbugs report, if rule not activated in Sonar
Godin [Mon, 15 Nov 2010 23:22:48 +0000 (23:22 +0000)]
SONAR-1977: Ignore violations from findbugs report, if rule not activated in Sonar

13 years agoSONAR-1981: If name not specified for rule, then AnnotationRuleParser should set...
Godin [Mon, 15 Nov 2010 20:49:44 +0000 (20:49 +0000)]
SONAR-1981: If name not specified for rule, then AnnotationRuleParser should set it equal to key

13 years agoSONAR-1845 , SONAR-1931, SONAR-1933 , SONAR-1932 , SONAR-1930 : Add names for new...
Godin [Mon, 15 Nov 2010 20:26:33 +0000 (20:26 +0000)]
SONAR-1845 , SONAR-1931, SONAR-1933 , SONAR-1932 , SONAR-1930 : Add names for new squid rules

13 years agoupdate center server: fix log
simonbrandhof [Mon, 15 Nov 2010 16:55:52 +0000 (16:55 +0000)]
update center server: fix log

13 years agofix /api/server/system
simonbrandhof [Mon, 15 Nov 2010 15:18:57 +0000 (15:18 +0000)]
fix /api/server/system

13 years agofix SONAR-1978 : The Squid "Unused private method" doesn't report a violation at...
fmallet [Mon, 15 Nov 2010 10:56:43 +0000 (10:56 +0000)]
fix SONAR-1978 : The Squid "Unused private method" doesn't report a violation at correct line with generic methods

13 years agoSONAR-1845: Create a new Sonar rule to check method complexity
Godin [Sun, 14 Nov 2010 02:51:28 +0000 (02:51 +0000)]
SONAR-1845: Create a new Sonar rule to check method complexity

13 years agoSONAR-971: Cardinality of checkstyle rule TodoComment should be multiple
Godin [Sat, 13 Nov 2010 22:09:54 +0000 (22:09 +0000)]
SONAR-971: Cardinality of checkstyle rule TodoComment should be multiple

13 years agoAdd missing license headers
Godin [Sat, 13 Nov 2010 17:10:49 +0000 (17:10 +0000)]
Add missing license headers

13 years agoAdd test for UndocumentedApiCheck
Godin [Sat, 13 Nov 2010 17:02:00 +0000 (17:02 +0000)]
Add test for UndocumentedApiCheck

13 years agoSONAR-1931: Create a SQUID rule : total class complexity should not exceed a pre...
Godin [Sat, 13 Nov 2010 16:39:50 +0000 (16:39 +0000)]
SONAR-1931: Create a SQUID rule : total class complexity should not exceed a pre-defined threshold

13 years agoSONAR-1933: Create a SQUID rule : break instruction should not be used outside a...
Godin [Sat, 13 Nov 2010 01:42:38 +0000 (01:42 +0000)]
SONAR-1933: Create a SQUID rule : break instruction should not be used outside a switch statement

13 years agoSONAR-1932: Create a SQUID rule : instruction "continue" should not be used
Godin [Sat, 13 Nov 2010 00:42:45 +0000 (00:42 +0000)]
SONAR-1932: Create a SQUID rule : instruction "continue" should not be used

13 years agoSONAR-1930: Create a SQUID rule : depth of inheritance should not exceed XX
Godin [Sat, 13 Nov 2010 00:22:55 +0000 (00:22 +0000)]
SONAR-1930: Create a SQUID rule : depth of inheritance should not exceed XX

13 years agoSONAR-1964 Quality model measures are wrong in the page 'Components'
simonbrandhof [Fri, 12 Nov 2010 14:02:45 +0000 (14:02 +0000)]
SONAR-1964 Quality model measures are wrong in the page 'Components'

13 years agoadd the ruby method Snapshot#resource (alias of Snapshot #project)
simonbrandhof [Fri, 12 Nov 2010 13:28:09 +0000 (13:28 +0000)]
add the ruby method Snapshot#resource (alias of Snapshot #project)

13 years agofix unit test
simonbrandhof [Fri, 12 Nov 2010 13:25:48 +0000 (13:25 +0000)]
fix unit test

13 years agoSONAR-1953 Minimum period used in purge tasks should be configurable
simonbrandhof [Fri, 12 Nov 2010 13:25:15 +0000 (13:25 +0000)]
SONAR-1953 Minimum period used in purge tasks should be configurable

13 years agoAdd a new push(CharSequence characters) to the CodeBuffer class to be able to push...
fmallet [Thu, 11 Nov 2010 16:48:10 +0000 (16:48 +0000)]
Add a new push(CharSequence characters) to the CodeBuffer class to be able to push back a character sequence at any time.

13 years agofix redirect when adding a widget with a selected category
simonbrandhof [Thu, 11 Nov 2010 13:37:54 +0000 (13:37 +0000)]
fix redirect when adding a widget with a selected category

13 years agoMove Java API compatibility check to own profile
Godin [Thu, 11 Nov 2010 11:45:08 +0000 (11:45 +0000)]
Move Java API compatibility check to own profile

13 years agoCheck compatibility with Java API in release profile
Godin [Thu, 11 Nov 2010 11:36:29 +0000 (11:36 +0000)]
Check compatibility with Java API in release profile

13 years agofix measures drilldown in IE6
simonbrandhof [Thu, 11 Nov 2010 10:18:13 +0000 (10:18 +0000)]
fix measures drilldown in IE6

13 years agofix IE6 rendering of widget headers
simonbrandhof [Thu, 11 Nov 2010 10:05:39 +0000 (10:05 +0000)]
fix IE6 rendering of widget headers

13 years agofix typo
simonbrandhof [Wed, 10 Nov 2010 16:48:38 +0000 (16:48 +0000)]
fix typo

13 years agoincrease the height of widgets selection panel
simonbrandhof [Wed, 10 Nov 2010 16:38:30 +0000 (16:38 +0000)]
increase the height of widgets selection panel

13 years agoSONAR-1952 System Info page is slow to display due to database statistics
simonbrandhof [Wed, 10 Nov 2010 16:17:10 +0000 (16:17 +0000)]
SONAR-1952 System Info page is slow to display due to database statistics

13 years agoSONAR-1950 Clicking on a shared inactive dashboard throw an error
simonbrandhof [Wed, 10 Nov 2010 15:31:14 +0000 (15:31 +0000)]
SONAR-1950 Clicking on a shared inactive dashboard throw an error

13 years agoignore idea files
simonbrandhof [Wed, 10 Nov 2010 09:26:44 +0000 (09:26 +0000)]
ignore idea files

13 years agofix backward-compatibility with jacoco 0.2
simonbrandhof [Wed, 10 Nov 2010 09:01:40 +0000 (09:01 +0000)]
fix backward-compatibility with jacoco 0.2

13 years agofix minor issue in startup log
simonbrandhof [Tue, 9 Nov 2010 21:52:58 +0000 (21:52 +0000)]
fix minor issue in startup log

13 years ago[maven-release-plugin] prepare for next development iteration
simonbrandhof [Tue, 9 Nov 2010 16:19:27 +0000 (16:19 +0000)]
[maven-release-plugin] prepare for next development iteration

13 years ago[maven-release-plugin] prepare release 2.4-RC1
simonbrandhof [Tue, 9 Nov 2010 16:18:52 +0000 (16:18 +0000)]
[maven-release-plugin] prepare release 2.4-RC1

13 years agoSONAR-1943 Add proxy authentication support for update center
simonbrandhof [Tue, 9 Nov 2010 14:36:57 +0000 (14:36 +0000)]
SONAR-1943 Add proxy authentication support for update center

13 years agoadd integration test to SONAR-1911
simonbrandhof [Tue, 9 Nov 2010 11:07:14 +0000 (11:07 +0000)]
add integration test to SONAR-1911

13 years agoSONAR-1837 revert last change -> back to DEBUG level
simonbrandhof [Tue, 9 Nov 2010 10:37:15 +0000 (10:37 +0000)]
SONAR-1837 revert last change -> back to DEBUG level

13 years agofix rendering issue of the rules widget on Google Chrome/Safari
simonbrandhof [Tue, 9 Nov 2010 10:36:39 +0000 (10:36 +0000)]
fix rendering issue of the rules widget on Google Chrome/Safari

13 years agoExclude Eclipse specific files
bellingard [Tue, 9 Nov 2010 10:36:08 +0000 (10:36 +0000)]
Exclude Eclipse specific files

13 years agoupdate center: minor update of html
simonbrandhof [Tue, 9 Nov 2010 08:59:39 +0000 (08:59 +0000)]
update center: minor update of html

13 years agoupgrade to sonar-packaging-maven-plugin 1.0
simonbrandhof [Mon, 8 Nov 2010 21:03:20 +0000 (21:03 +0000)]
upgrade to sonar-packaging-maven-plugin 1.0