]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
13 years agoSONAR-2218 improve rendering of coverage widget
simonbrandhof [Mon, 7 Mar 2011 14:09:59 +0000 (15:09 +0100)]
SONAR-2218 improve rendering of coverage widget

13 years agodo not run parallel unit tests in findbugs plugin
simonbrandhof [Mon, 7 Mar 2011 13:07:08 +0000 (14:07 +0100)]
do not run parallel unit tests in findbugs plugin

13 years agoSONAR-2204,SONAR-2259 Fix URL encoding
Evgeny Mandrikov [Sat, 5 Mar 2011 22:34:12 +0000 (01:34 +0300)]
SONAR-2204,SONAR-2259 Fix URL encoding

* For correct URL encoding we must encode parameters on lower level - in Query itself,
  but not in concrete implementation of Connector, because in Query we can distinguish
  concrete parts of URL.

* Moreover in this case any additional encoding routines in Connector are useless,
  so were removed.

13 years agoopen the link 'new window' into a popup, but not into a window
simonbrandhof [Sat, 5 Mar 2011 13:13:14 +0000 (14:13 +0100)]
open the link 'new window' into a popup, but not into a window

13 years agosonar-plugin-api must be declared with scope provided in plugins
Evgeny Mandrikov [Fri, 4 Mar 2011 18:23:11 +0000 (21:23 +0300)]
sonar-plugin-api must be declared with scope provided in plugins

* It prevents embedding additional dependencies.

13 years agoFix JRubyFacade
simonbrandhof [Fri, 4 Mar 2011 18:02:51 +0000 (19:02 +0100)]
Fix JRubyFacade

13 years agoSONAR-2257 Cleanup sonar-plugin-api dependencies
Evgeny Mandrikov [Fri, 4 Mar 2011 00:06:39 +0000 (03:06 +0300)]
SONAR-2257 Cleanup sonar-plugin-api dependencies

Remove dependency on commons-dbcp, picocontainer and some hibernate dependencies.
We can't remove hibernate-annotations for the moment, because it's used, however
should be removed in future.

13 years agoRemove useless configuration of maven-deploy-plugin
Evgeny Mandrikov [Fri, 4 Mar 2011 09:48:04 +0000 (12:48 +0300)]
Remove useless configuration of maven-deploy-plugin

13 years agoremove the core GWT components which are replaced by Ruby on Rails pages
simonbrandhof [Fri, 4 Mar 2011 16:38:45 +0000 (17:38 +0100)]
remove the core GWT components which are replaced by Ruby on Rails pages

13 years agorename the window id of the 'new window' link
simonbrandhof [Fri, 4 Mar 2011 16:09:52 +0000 (17:09 +0100)]
rename the window id of the 'new window' link

13 years agoSONAR-2218 add missing files
simonbrandhof [Fri, 4 Mar 2011 15:51:32 +0000 (16:51 +0100)]
SONAR-2218 add missing files

13 years agoSONAR-2218 improve HTML for IT
simonbrandhof [Fri, 4 Mar 2011 15:28:28 +0000 (16:28 +0100)]
SONAR-2218 improve HTML for IT

13 years agoSONAR-2218 replace GWT by RoR components
simonbrandhof [Fri, 4 Mar 2011 14:05:46 +0000 (15:05 +0100)]
SONAR-2218 replace GWT by RoR components

13 years agoSONAR-2218 improve header: do not display options block if no options
simonbrandhof [Fri, 4 Mar 2011 10:10:34 +0000 (11:10 +0100)]
SONAR-2218 improve header: do not display options block if no options

13 years agoSONAR-2218 improve CSS
simonbrandhof [Thu, 3 Mar 2011 18:14:24 +0000 (19:14 +0100)]
SONAR-2218 improve CSS

13 years agodelete unused images
simonbrandhof [Thu, 3 Mar 2011 15:39:54 +0000 (16:39 +0100)]
delete unused images

13 years agoSONAR-2218 support GWT extensions + improve filters
simonbrandhof [Thu, 3 Mar 2011 15:39:41 +0000 (16:39 +0100)]
SONAR-2218 support GWT extensions + improve filters

13 years agoSONAR-2218 integrate new resource viewers to measures drilldown
simonbrandhof [Thu, 3 Mar 2011 11:04:28 +0000 (12:04 +0100)]
SONAR-2218 integrate new resource viewers to measures drilldown

13 years agoignore files generated in dev mode
simonbrandhof [Thu, 3 Mar 2011 08:12:21 +0000 (09:12 +0100)]
ignore files generated in dev mode

13 years agoSONAR-2218 fix rule filter in violations tab
simonbrandhof [Wed, 2 Mar 2011 14:19:32 +0000 (15:19 +0100)]
SONAR-2218 fix rule filter in violations tab

13 years agoSONAR-2218 display headers of source, coverage and violations tabs
simonbrandhof [Wed, 2 Mar 2011 13:49:14 +0000 (14:49 +0100)]
SONAR-2218 display headers of source, coverage and violations tabs

13 years agoSONAR-2218 add whitelines between blocks of lines
simonbrandhof [Tue, 1 Mar 2011 18:06:11 +0000 (19:06 +0100)]
SONAR-2218 add whitelines between blocks of lines

13 years agoMetric name must be required in Metric.Builder factory
simonbrandhof [Tue, 1 Mar 2011 18:05:31 +0000 (19:05 +0100)]
Metric name must be required in Metric.Builder factory

13 years agoSONAR-2218 improve experimental resource viewer - support period filtering on all...
simonbrandhof [Tue, 1 Mar 2011 16:31:21 +0000 (17:31 +0100)]
SONAR-2218 improve experimental resource viewer - support period filtering on all tabs

13 years agoSONAR-1923 Add option to force downcase of username during authentication
Evgeny Mandrikov [Tue, 1 Mar 2011 15:20:54 +0000 (18:20 +0300)]
SONAR-1923 Add option to force downcase of username during authentication

13 years agoSONAR-2213 Cobertura: initializer should set correct report path
Evgeny Mandrikov [Tue, 1 Mar 2011 12:30:03 +0000 (15:30 +0300)]
SONAR-2213 Cobertura: initializer should set correct report path

13 years agoSONAR-2247 Prevent lock of static resources on Windows in dev mode
Julien HENRY [Tue, 1 Mar 2011 10:15:55 +0000 (11:15 +0100)]
SONAR-2247 Prevent lock of static resources on Windows in dev mode

13 years agoSONAR-2218 improve drilldown page in order to display variations
simonbrandhof [Tue, 1 Mar 2011 13:02:53 +0000 (14:02 +0100)]
SONAR-2218 improve drilldown page in order to display variations

13 years agoSONAR-2218 display coverage of changed code in widget
simonbrandhof [Mon, 28 Feb 2011 17:53:33 +0000 (18:53 +0100)]
SONAR-2218 display coverage of changed code in widget

13 years agoSONAR-2246 Cobertura: wrong uncovered lines and uncovered conditions on anonymous...
simonbrandhof [Mon, 28 Feb 2011 17:33:17 +0000 (18:33 +0100)]
SONAR-2246 Cobertura: wrong uncovered lines and uncovered conditions on anonymous classes

13 years agoSONAR-2218 compute coverage on new/changed code
simonbrandhof [Mon, 28 Feb 2011 17:05:03 +0000 (18:05 +0100)]
SONAR-2218 compute coverage on new/changed code

13 years agoAPI: add methods MeasureUtils.getVariation(...) and MeasureUtils.getVariationAsLong...
simonbrandhof [Mon, 28 Feb 2011 17:03:52 +0000 (18:03 +0100)]
API: add methods MeasureUtils.getVariation(...) and MeasureUtils.getVariationAsLong(...)

13 years agoAdd .gitattributes to workaround issue about line endings
Evgeny Mandrikov [Sun, 27 Feb 2011 23:58:30 +0000 (02:58 +0300)]
Add .gitattributes to workaround issue about line endings

13 years agoSONAR-2218 aggregate variations of coverage of changed code + add sample of widget
simonbrandhof [Sun, 27 Feb 2011 22:49:20 +0000 (23:49 +0100)]
SONAR-2218 aggregate variations of coverage of changed code + add sample of widget

13 years agoSONAR-2218 experimental page to display sources
simonbrandhof [Sun, 27 Feb 2011 20:55:27 +0000 (21:55 +0100)]
SONAR-2218 experimental page to display sources

13 years agoSONAR-1914 reload measures with PersistenceMode.DATABASE on demand
simonbrandhof [Sat, 26 Feb 2011 00:14:52 +0000 (01:14 +0100)]
SONAR-1914 reload measures with PersistenceMode.DATABASE on demand

13 years agoSONAR-2243 logs directory does not exist when unzipping Sonar since migration to GIT
simonbrandhof [Fri, 25 Feb 2011 17:33:24 +0000 (18:33 +0100)]
SONAR-2243 logs directory does not exist when unzipping Sonar since migration to GIT

13 years agoSONAR-2218 add NewCoverageDecorator + add DateUtils to API
simonbrandhof [Fri, 25 Feb 2011 17:16:54 +0000 (18:16 +0100)]
SONAR-2218 add NewCoverageDecorator + add DateUtils to API

13 years agoUse Metric.Builder on some definitions in CoreMetrics
simonbrandhof [Fri, 25 Feb 2011 12:58:35 +0000 (13:58 +0100)]
Use Metric.Builder on some definitions in CoreMetrics

13 years agoRemove System.out
simonbrandhof [Fri, 25 Feb 2011 12:33:20 +0000 (13:33 +0100)]
Remove System.out

13 years agoAPI: fix CoverageMeasuresBuilder for Cobertura
simonbrandhof [Fri, 25 Feb 2011 10:44:52 +0000 (11:44 +0100)]
API: fix CoverageMeasuresBuilder for Cobertura

13 years agoSONAR-1846 define SCM metrics in core
simonbrandhof [Fri, 25 Feb 2011 10:44:30 +0000 (11:44 +0100)]
SONAR-1846 define SCM metrics in core

13 years agofix unit tests again :(
simonbrandhof [Fri, 25 Feb 2011 08:54:00 +0000 (09:54 +0100)]
fix unit tests again :(

13 years agoFix unit test
simonbrandhof [Fri, 25 Feb 2011 08:44:39 +0000 (09:44 +0100)]
Fix unit test

13 years agoAdd support of Multisets in KeyValueFormat
simonbrandhof [Fri, 25 Feb 2011 06:57:59 +0000 (07:57 +0100)]
Add support of Multisets in KeyValueFormat

13 years agoSONAR-2238 Remove the metric "uncovered_complexity_by_tests"
simonbrandhof [Thu, 24 Feb 2011 23:20:30 +0000 (00:20 +0100)]
SONAR-2238 Remove the metric "uncovered_complexity_by_tests"

13 years agoSONAR-2218 Add CoverageMeasuresBuilder to API + add Metric.Builder, first step to...
simonbrandhof [Thu, 24 Feb 2011 23:16:09 +0000 (00:16 +0100)]
SONAR-2218 Add CoverageMeasuresBuilder to API + add Metric.Builder, first step to get an immutable Metric class

13 years agoImprove KeyValueFormat: support typed parsing
simonbrandhof [Fri, 25 Feb 2011 01:05:24 +0000 (02:05 +0100)]
Improve KeyValueFormat: support typed parsing

13 years agoSONAR-2233 Allow to create user with uppercase characters in login
Evgeny Mandrikov [Wed, 23 Feb 2011 21:07:04 +0000 (00:07 +0300)]
SONAR-2233 Allow to create user with uppercase characters in login

13 years agoSONAR-2214 Increase the maximum size of chart extensions
simonbrandhof [Mon, 21 Feb 2011 11:57:19 +0000 (12:57 +0100)]
SONAR-2214 Increase the maximum size of chart extensions

13 years agoSONAR-2231 Don't use module sonar-deprecated in core plugins
Evgeny Mandrikov [Wed, 23 Feb 2011 17:09:08 +0000 (20:09 +0300)]
SONAR-2231 Don't use module sonar-deprecated in core plugins

* Create new implementation of PmdViolationsXmlParser for sonar-pmd-plugin

* Remove unused method in sonar-findbugs-plugin and remove dependency

* Just remove dependency in sonar-squid-java-plugin

13 years agoAdd a warning when using quick-build.sh
simonbrandhof [Wed, 23 Feb 2011 11:41:19 +0000 (12:41 +0100)]
Add a warning when using quick-build.sh

13 years agoMake DefaultIndex non-final and Module.getComponent public
Evgeny Mandrikov [Tue, 22 Feb 2011 18:29:33 +0000 (21:29 +0300)]
Make DefaultIndex non-final and Module.getComponent public

13 years agoSONAR-2212 Fix support of Tomcat 5.5
simonbrandhof [Tue, 22 Feb 2011 16:28:28 +0000 (17:28 +0100)]
SONAR-2212 Fix support of Tomcat 5.5

13 years agoSONAR-2208 undefined method getSystemLoadAverage
simonbrandhof [Tue, 22 Feb 2011 15:42:13 +0000 (16:42 +0100)]
SONAR-2208 undefined method getSystemLoadAverage

13 years agoSONAR-2205 Web service /api/rules should provide configKey
simonbrandhof [Tue, 22 Feb 2011 15:25:17 +0000 (16:25 +0100)]
SONAR-2205 Web service /api/rules should provide configKey

13 years agoIgnore docs.tar in GIT
simonbrandhof [Tue, 22 Feb 2011 07:52:05 +0000 (08:52 +0100)]
Ignore docs.tar in GIT

13 years agoIntroduce concept of module
Evgeny Mandrikov [Mon, 21 Feb 2011 20:08:22 +0000 (23:08 +0300)]
Introduce concept of module

13 years agoSONAR-2189 Remove the component SquidSearch
simonbrandhof [Mon, 21 Feb 2011 10:51:32 +0000 (11:51 +0100)]
SONAR-2189 Remove the component SquidSearch

13 years agoSONAR-2145 Remove Clover from the Sonar Core
Evgeny Mandrikov [Mon, 21 Feb 2011 01:12:14 +0000 (04:12 +0300)]
SONAR-2145 Remove Clover from the Sonar Core

13 years agoSONAR-2145 Remove Clover from the Sonar Core
Evgeny Mandrikov [Fri, 18 Feb 2011 00:04:49 +0000 (03:04 +0300)]
SONAR-2145 Remove Clover from the Sonar Core

13 years agoSONAR-2163 Change service wrapper
Evgeny Mandrikov [Wed, 16 Feb 2011 13:59:08 +0000 (16:59 +0300)]
SONAR-2163 Change service wrapper

* Use JSW binaries from Sonatype

13 years agoSONAR-2193 Pattern matching should work in case if pattern ends on "/**"
Evgeny Mandrikov [Mon, 14 Feb 2011 10:56:49 +0000 (13:56 +0300)]
SONAR-2193 Pattern matching should work in case if pattern ends on "/**"

13 years ago[maven-release-plugin] prepare for next development iteration
simonbrandhof [Fri, 18 Feb 2011 09:38:10 +0000 (10:38 +0100)]
[maven-release-plugin] prepare for next development iteration

13 years ago[maven-release-plugin] prepare release 2.6 2.6
simonbrandhof [Fri, 18 Feb 2011 09:38:08 +0000 (10:38 +0100)]
[maven-release-plugin] prepare release 2.6

13 years agoAPI: rename BlockUnit to Method
simonbrandhof [Mon, 14 Feb 2011 14:37:56 +0000 (15:37 +0100)]
API: rename BlockUnit to Method

13 years agoSONAR-2191 Source cannot be viewed in IE6
simonbrandhof [Mon, 14 Feb 2011 14:27:09 +0000 (15:27 +0100)]
SONAR-2191 Source cannot be viewed in IE6

13 years agoAdd Postgresql 9.x to comment of sonar.properties
simonbrandhof [Mon, 14 Feb 2011 13:51:57 +0000 (14:51 +0100)]
Add Postgresql 9.x to comment of sonar.properties

13 years agoSONAR-2193: Add unit tests
Evgeny Mandrikov [Mon, 14 Feb 2011 10:40:12 +0000 (13:40 +0300)]
SONAR-2193: Add unit tests

13 years agoRemove ruby documentation
simonbrandhof [Sun, 13 Feb 2011 20:41:14 +0000 (21:41 +0100)]
Remove ruby documentation

13 years agoUpgrade to sonar-update-center 1.1
simonbrandhof [Sun, 13 Feb 2011 20:40:31 +0000 (21:40 +0100)]
Upgrade to sonar-update-center 1.1

13 years agoLCOM4 must not be 1 when bytecode is not available
simonbrandhof [Fri, 11 Feb 2011 14:02:55 +0000 (15:02 +0100)]
LCOM4 must not be 1 when bytecode is not available

13 years agoDo not fail when session is expired when browsing a private dashboard
simonbrandhof [Fri, 11 Feb 2011 13:17:12 +0000 (14:17 +0100)]
Do not fail when session is expired when browsing a private dashboard

13 years agoSONAR-2188 API: add parameters from and to to timemachine chart
simonbrandhof [Fri, 11 Feb 2011 10:58:51 +0000 (11:58 +0100)]
SONAR-2188 API: add parameters from and to to timemachine chart

13 years agoDirectory extensions/jdbc-driver/oracle is missing
simonbrandhof [Fri, 11 Feb 2011 10:43:14 +0000 (11:43 +0100)]
Directory extensions/jdbc-driver/oracle is missing

13 years agoSONAR-2184 Can not select a period on custom dashboards
simonbrandhof [Thu, 10 Feb 2011 17:34:08 +0000 (18:34 +0100)]
SONAR-2184 Can not select a period on custom dashboards

13 years agoRuby API: add widget.html_id to get the id of the widget HTML element + add model...
simonbrandhof [Thu, 10 Feb 2011 17:33:19 +0000 (18:33 +0100)]
Ruby API: add widget.html_id to get the id of the widget HTML element + add model and characteristic parameters to url_for_drilldown()

13 years agoImprove code: fix some violations
simonbrandhof [Wed, 9 Feb 2011 23:17:18 +0000 (00:17 +0100)]
Improve code: fix some violations

13 years agoRemove sonar-deprecated from analysis
simonbrandhof [Wed, 9 Feb 2011 23:11:41 +0000 (00:11 +0100)]
Remove sonar-deprecated from analysis

13 years agoDo not deprecate Project.getFileSystem()
simonbrandhof [Wed, 9 Feb 2011 23:11:19 +0000 (00:11 +0100)]
Do not deprecate Project.getFileSystem()

13 years agoFix some violations
simonbrandhof [Wed, 9 Feb 2011 23:08:27 +0000 (00:08 +0100)]
Fix some violations

13 years agoAdd missing license headers
Evgeny Mandrikov [Wed, 9 Feb 2011 21:37:49 +0000 (00:37 +0300)]
Add missing license headers

13 years agoBootstrapper should send User-Agent request-header field
Evgeny Mandrikov [Wed, 9 Feb 2011 21:15:48 +0000 (00:15 +0300)]
Bootstrapper should send User-Agent request-header field

13 years agoFix loading of findbugs plugins
Evgeny Mandrikov [Wed, 9 Feb 2011 13:10:35 +0000 (16:10 +0300)]
Fix loading of findbugs plugins

13 years agoSONAR-2180 NoClone Checkstyle module in error
simonbrandhof [Wed, 9 Feb 2011 09:36:58 +0000 (10:36 +0100)]
SONAR-2180 NoClone Checkstyle module in error

13 years agoAdd a javadoc to ResourceFilter
simonbrandhof [Tue, 8 Feb 2011 15:49:42 +0000 (16:49 +0100)]
Add a javadoc to ResourceFilter

13 years agoRemove unused imports
simonbrandhof [Tue, 8 Feb 2011 15:02:15 +0000 (16:02 +0100)]
Remove unused imports

13 years agoUpdate list of developers
simonbrandhof [Tue, 8 Feb 2011 14:26:45 +0000 (15:26 +0100)]
Update list of developers

13 years agoRemove the list of contributors from pom. It's not up-to-date.
simonbrandhof [Tue, 8 Feb 2011 13:51:33 +0000 (14:51 +0100)]
Remove the list of contributors from pom. It's not up-to-date.

13 years agoSONAR-2078 Do not show duplicated repositories in rules search engine
simonbrandhof [Tue, 8 Feb 2011 12:00:34 +0000 (13:00 +0100)]
SONAR-2078 Do not show duplicated repositories in rules search engine

13 years agoSONAR-2078: Rename manifest entry "Extend-Plugin" to "Plugin-Base"
Evgeny Mandrikov [Tue, 8 Feb 2011 10:12:44 +0000 (13:12 +0300)]
SONAR-2078: Rename manifest entry "Extend-Plugin" to "Plugin-Base"

13 years agoSONAR-2075: Add the ability for a plugin to extend an other plugin
Evgeny Mandrikov [Mon, 7 Feb 2011 21:51:56 +0000 (00:51 +0300)]
SONAR-2075: Add the ability for a plugin to extend an other plugin

13 years agoSONAR-726 Add a unit test
simonbrandhof [Tue, 8 Feb 2011 00:05:56 +0000 (01:05 +0100)]
SONAR-726 Add a unit test

13 years agoSONAR-2144 Cardinality of checkstyle rule Type Name should be updated to multiple
simonbrandhof [Mon, 7 Feb 2011 23:07:25 +0000 (00:07 +0100)]
SONAR-2144 Cardinality of checkstyle rule Type Name should be updated to multiple

13 years agoDelete parameters ignoreModifier and ignoreName from the Checkstyle "Abstract Class...
simonbrandhof [Mon, 7 Feb 2011 23:02:44 +0000 (00:02 +0100)]
Delete parameters ignoreModifier and ignoreName from the Checkstyle "Abstract Class Name". They are not supported in the Checkstyle version used by sonar.

13 years agoSONAR-2167 Improve descriptions and default values of Checkstyle naming convention...
simonbrandhof [Mon, 7 Feb 2011 22:44:19 +0000 (23:44 +0100)]
SONAR-2167 Improve descriptions and default values of Checkstyle naming convention rules
SONAR-2168 Add the parameter tabWidth to the Checkstyle Indentation rule

13 years agoRename Scopes.TYPE to Scopes.PROGRAM_UNIT
simonbrandhof [Mon, 7 Feb 2011 21:32:45 +0000 (22:32 +0100)]
Rename Scopes.TYPE to Scopes.PROGRAM_UNIT

13 years agoRemove useless purge
simonbrandhof [Mon, 7 Feb 2011 16:40:42 +0000 (17:40 +0100)]
Remove useless purge

13 years agoApply sonar custom patches to ruby on rails
simonbrandhof [Mon, 7 Feb 2011 15:10:57 +0000 (16:10 +0100)]
Apply sonar custom patches to ruby on rails

13 years agoDo not execute ResourceFilters on resources with scope<file
simonbrandhof [Mon, 7 Feb 2011 14:49:19 +0000 (15:49 +0100)]
Do not execute ResourceFilters on resources with scope<file