]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
13 years agoAdd method ChannelDispatcher.Builder#addChannels(Channel...) + minor fixes
Simon Brandhof [Tue, 28 Jun 2011 06:42:53 +0000 (08:42 +0200)]
Add method ChannelDispatcher.Builder#addChannels(Channel...) + minor fixes

13 years agoSONAR-2404 Refactor reviews API - web-service and sonar-ws-client
Evgeny Mandrikov [Thu, 23 Jun 2011 13:50:52 +0000 (17:50 +0400)]
SONAR-2404 Refactor reviews API - web-service and sonar-ws-client

* Remove ability to edit and delete comments.

* Fix bug - comment should be transferred in body.

* Fix XML/JSON output - new attribute 'resolution'.

13 years agoLog when dry run is enabled
simonbrandhof [Sun, 26 Jun 2011 06:42:39 +0000 (08:42 +0200)]
Log when dry run is enabled

13 years agoSONAR-2443 Use user login instead of id for the auto-suggest field
Fabrice Bellingard [Thu, 23 Jun 2011 17:02:32 +0000 (19:02 +0200)]
SONAR-2443 Use user login instead of id for the auto-suggest field

Completely remove the use of "assignee_id" as this can be
misleading in several places.

13 years agoSONAR-2443 Use user login instead of id for the auto-suggest field
Fabrice Bellingard [Thu, 23 Jun 2011 15:15:43 +0000 (17:15 +0200)]
SONAR-2443 Use user login instead of id for the auto-suggest field

13 years agoSmall UI fixes
Evgeny Mandrikov [Thu, 23 Jun 2011 11:23:07 +0000 (15:23 +0400)]
Small UI fixes

13 years agoSONAR-2453 Update the way "false-positive" reviews are managed
Evgeny Mandrikov [Wed, 22 Jun 2011 08:58:16 +0000 (12:58 +0400)]
SONAR-2453 Update the way "false-positive" reviews are managed

* The column REVIEWS.FALSE-POSITIVE should be renamed to
  REVIEWS.RESOLUTION, the value of this column should be FALSE-POSITIVE
  for false-positive reviews and FIXED for other RESOLVED reviews.

* The status of a false-positive reviews should be RESOLVED.

13 years agoSONAR-2414 do not display the coverage option if the measure is not computed
Simon Brandhof [Thu, 23 Jun 2011 09:45:16 +0000 (11:45 +0200)]
SONAR-2414 do not display the coverage option if the measure is not computed

13 years agoFix loading of extensions which extend abstract classes
Simon Brandhof [Thu, 23 Jun 2011 09:16:19 +0000 (11:16 +0200)]
Fix loading of extensions which extend abstract classes

13 years agoImprove the color of buttons in order to match the sonar theme
Simon Brandhof [Wed, 22 Jun 2011 17:39:40 +0000 (19:39 +0200)]
Improve the color of buttons in order to match the sonar theme

13 years agoDo not suggest the Coverage option in Clouds page if the project has no coverage...
Simon Brandhof [Wed, 22 Jun 2011 17:39:09 +0000 (19:39 +0200)]
Do not suggest the Coverage option in Clouds page if the project has no coverage measure

13 years agoDo not suggest the Coverage option in Clouds page if the project has no coverage...
Simon Brandhof [Wed, 22 Jun 2011 17:13:04 +0000 (19:13 +0200)]
Do not suggest the Coverage option in Clouds page if the project has no coverage measure

13 years agoFix potential lock on Windows ?
Simon Brandhof [Wed, 22 Jun 2011 17:11:58 +0000 (19:11 +0200)]
Fix potential lock on Windows ?

13 years agoRevert move of TimeMachineConfigution
Simon Brandhof [Wed, 22 Jun 2011 17:11:39 +0000 (19:11 +0200)]
Revert move of TimeMachineConfigution

13 years agoSONAR-2436 Fix problem with delete button on filters
Fabrice Bellingard [Wed, 22 Jun 2011 10:41:39 +0000 (12:41 +0200)]
SONAR-2436 Fix problem with delete button on filters

13 years agoSONAR-75 Fix /i18n/unknown_keys and remove unused i18n maven module
Simon Brandhof [Tue, 21 Jun 2011 16:12:51 +0000 (18:12 +0200)]
SONAR-75 Fix /i18n/unknown_keys and remove unused i18n maven module

13 years agoDo not display pointer over disabled buttons
Simon Brandhof [Tue, 21 Jun 2011 16:08:43 +0000 (18:08 +0200)]
Do not display pointer over disabled buttons

13 years agoFix rendering of cloud in IE
Simon Brandhof [Tue, 21 Jun 2011 16:07:45 +0000 (18:07 +0200)]
Fix rendering of cloud in IE

13 years agoSONAR-75 Document i18n API as experimental (postponed to v2.10)
Simon Brandhof [Tue, 21 Jun 2011 16:07:13 +0000 (18:07 +0200)]
SONAR-75 Document i18n API as experimental (postponed to v2.10)

13 years agoFix CSS of hotspots
Simon Brandhof [Tue, 21 Jun 2011 16:06:32 +0000 (18:06 +0200)]
Fix CSS of hotspots

13 years agoSONAR-2497 Merge i18n plugin with core
Simon Brandhof [Tue, 21 Jun 2011 16:06:11 +0000 (18:06 +0200)]
SONAR-2497 Merge i18n plugin with core

13 years agoSONAR-2525 Stop displaying the SCM revision number in the TimeMachine service
Evgeny Mandrikov [Tue, 21 Jun 2011 13:19:56 +0000 (17:19 +0400)]
SONAR-2525 Stop displaying the SCM revision number in the TimeMachine service

13 years agoFix alignment of measures drilldown page
Simon Brandhof [Tue, 21 Jun 2011 13:12:59 +0000 (15:12 +0200)]
Fix alignment of measures drilldown page

13 years agoSONAR-2505 support measure variations
Simon Brandhof [Tue, 21 Jun 2011 13:12:11 +0000 (15:12 +0200)]
SONAR-2505 support measure variations

13 years agoSONAR-2536 Execution of FindBugs should not leave unterminated threads
Evgeny Mandrikov [Mon, 20 Jun 2011 20:55:43 +0000 (00:55 +0400)]
SONAR-2536 Execution of FindBugs should not leave unterminated threads

13 years agoMerge remote branch 'upstream/master'
Fabrice Bellingard [Tue, 21 Jun 2011 07:53:43 +0000 (09:53 +0200)]
Merge remote branch 'upstream/master'

13 years agoSONAR-2436 Improve CSS to grey disabled buttons
Fabrice Bellingard [Tue, 21 Jun 2011 07:51:57 +0000 (09:51 +0200)]
SONAR-2436 Improve CSS to grey disabled buttons

13 years agoSONAR-2535 The resource viewer displays an error message when there are more than...
Simon Brandhof [Mon, 20 Jun 2011 10:04:08 +0000 (12:04 +0200)]
SONAR-2535 The resource viewer displays an error message when there are more than 1'000 violations on a resource

13 years agoSONAR-1922 improve size of HTML columns
Simon Brandhof [Mon, 20 Jun 2011 08:25:14 +0000 (10:25 +0200)]
SONAR-1922 improve size of HTML columns

13 years agoFix violations
Evgeny Mandrikov [Fri, 17 Jun 2011 10:44:03 +0000 (14:44 +0400)]
Fix violations

13 years agoFix key of components registered in picocontainer
simonbrandhof [Sun, 19 Jun 2011 23:49:24 +0000 (01:49 +0200)]
Fix key of components registered in picocontainer

13 years agoSONAR-2505 support tracking of violations on dry runs
Simon Brandhof [Fri, 17 Jun 2011 16:01:48 +0000 (18:01 +0200)]
SONAR-2505 support tracking of violations on dry runs

13 years agoSONAR-2428 Detection new violations, when new module added to project
Evgeny Mandrikov [Fri, 17 Jun 2011 10:55:40 +0000 (14:55 +0400)]
SONAR-2428 Detection new violations, when new module added to project

13 years agoSONAR-2436 Add red color to "Delete"-like buttons
Fabrice Bellingard [Fri, 17 Jun 2011 09:08:24 +0000 (11:08 +0200)]
SONAR-2436 Add red color to "Delete"-like buttons

13 years agoAdd Javadocs to Metric.Builder
Evgeny Mandrikov [Thu, 16 Jun 2011 14:28:56 +0000 (18:28 +0400)]
Add Javadocs to Metric.Builder

13 years agoSONAR-2410 Fix positioning on IE6
Fabrice Bellingard [Thu, 16 Jun 2011 14:32:14 +0000 (16:32 +0200)]
SONAR-2410 Fix positioning on IE6

13 years agoSONAR-2436 Improve the look&feel of html buttons
Fabrice Bellingard [Thu, 16 Jun 2011 13:15:35 +0000 (15:15 +0200)]
SONAR-2436 Improve the look&feel of html buttons

13 years agoSONAR-2520 When flagging as flase positive, set status to OPEN
Fabrice Bellingard [Thu, 16 Jun 2011 08:20:46 +0000 (10:20 +0200)]
SONAR-2520 When flagging as flase positive, set status to OPEN

13 years agoSONAR-2520 Fix typo
Fabrice Bellingard [Wed, 15 Jun 2011 16:55:56 +0000 (18:55 +0200)]
SONAR-2520 Fix typo

13 years agoSONAR-2428 Detect new violations, when new module added to project
Evgeny Mandrikov [Tue, 14 Jun 2011 23:26:35 +0000 (03:26 +0400)]
SONAR-2428 Detect new violations, when new module added to project

13 years agoSONAR-2520 Fix typo
Fabrice Bellingard [Wed, 15 Jun 2011 15:42:01 +0000 (17:42 +0200)]
SONAR-2520 Fix typo

13 years agoSONAR-2520 Add support for RESOLVED and REOPENED statuses for reviews
Fabrice Bellingard [Wed, 15 Jun 2011 13:07:28 +0000 (15:07 +0200)]
SONAR-2520 Add support for RESOLVED and REOPENED statuses for reviews

- Modifications on the Web UI side to allow to resolve reviews
- Modifications on the batch side to reopen reviews that were
  specified as resolved but the violation has not been fixed
- Modifications on the WS server side to allow to change the status
  of a review to RESOLVED or REOPENED
- Modifications on the WS client to reflect those server side changes

13 years agoRemove useless logs during server startup (minor)
Simon Brandhof [Wed, 15 Jun 2011 08:56:49 +0000 (10:56 +0200)]
Remove useless logs during server startup (minor)

13 years agoSONAR-2505 core components which write to database are disabled on dry runs
Simon Brandhof [Wed, 15 Jun 2011 08:55:55 +0000 (10:55 +0200)]
SONAR-2505 core components which write to database are disabled on dry runs

13 years agoAdd warning in pom.xml for future Derby upgrade
Simon Brandhof [Tue, 14 Jun 2011 17:06:42 +0000 (19:06 +0200)]
Add warning in pom.xml for future Derby upgrade

13 years agoSONAR-2410 Footer extension is hidden by sidebar
Simon Brandhof [Tue, 14 Jun 2011 17:01:59 +0000 (19:01 +0200)]
SONAR-2410 Footer extension is hidden by sidebar

13 years agoFix HTML (minor)
Simon Brandhof [Tue, 14 Jun 2011 17:00:56 +0000 (19:00 +0200)]
Fix HTML (minor)

13 years agoFix treemap
Simon Brandhof [Tue, 14 Jun 2011 16:59:48 +0000 (18:59 +0200)]
Fix treemap

13 years agoSONAR-2521 Add antiResourceLocking=true to Tomcat descriptor
Simon Brandhof [Tue, 14 Jun 2011 16:58:19 +0000 (18:58 +0200)]
SONAR-2521 Add antiResourceLocking=true to Tomcat descriptor

13 years agoAdd some icons
Simon Brandhof [Tue, 14 Jun 2011 16:53:57 +0000 (18:53 +0200)]
Add some icons

13 years agoSONAR-1902 After removing a column in a filter, the move left functions jumps two...
simonbrandhof [Mon, 13 Jun 2011 21:09:05 +0000 (23:09 +0200)]
SONAR-1902 After removing a column in a filter, the move left functions jumps two columns

13 years agoRemove dependency on classworlds - use only plexus-classworlds
Evgeny Mandrikov [Thu, 9 Jun 2011 15:59:33 +0000 (19:59 +0400)]
Remove dependency on classworlds - use only plexus-classworlds

13 years agoRemove unnecessary dependencies in sonar-checkstyle-plugin
Evgeny Mandrikov [Mon, 13 Jun 2011 12:07:00 +0000 (16:07 +0400)]
Remove unnecessary dependencies in sonar-checkstyle-plugin

13 years agoRemove unnecessary dependencies in sonar-surefire-plugin
Evgeny Mandrikov [Mon, 13 Jun 2011 08:23:56 +0000 (12:23 +0400)]
Remove unnecessary dependencies in sonar-surefire-plugin

13 years agoRemove unnecessary dependencies in sonar-googleanalytics-plugin
Evgeny Mandrikov [Mon, 13 Jun 2011 08:21:56 +0000 (12:21 +0400)]
Remove unnecessary dependencies in sonar-googleanalytics-plugin

13 years agoSONAR-75 Apply first version of contribution by www.serli.com
Simon Brandhof [Mon, 13 Jun 2011 08:40:52 +0000 (10:40 +0200)]
SONAR-75 Apply first version of contribution by www.serli.com

13 years agoFix some minor violations
simonbrandhof [Fri, 10 Jun 2011 19:24:42 +0000 (21:24 +0200)]
Fix some minor violations

13 years agoFix license headers
simonbrandhof [Fri, 10 Jun 2011 15:54:34 +0000 (17:54 +0200)]
Fix license headers

13 years agoAdd javadoc to org.sonar.api.platform.PluginRepository
simonbrandhof [Fri, 10 Jun 2011 15:32:22 +0000 (17:32 +0200)]
Add javadoc to org.sonar.api.platform.PluginRepository

13 years agoSONAR-2507 add unit tests to ServerPluginRepository
simonbrandhof [Fri, 10 Jun 2011 14:17:01 +0000 (16:17 +0200)]
SONAR-2507 add unit tests to ServerPluginRepository

13 years agoFix build - remove invalid import
simonbrandhof [Fri, 10 Jun 2011 13:40:18 +0000 (15:40 +0200)]
Fix build - remove invalid import

13 years agoMerge remote branch 'upstream/master'
simonbrandhof [Fri, 10 Jun 2011 13:24:57 +0000 (15:24 +0200)]
Merge remote branch 'upstream/master'

13 years agoRevert deleted files
simonbrandhof [Fri, 10 Jun 2011 13:22:56 +0000 (15:22 +0200)]
Revert deleted files

13 years agoSONAR-2507 support deprecated directory /extensions/rules/
simonbrandhof [Fri, 10 Jun 2011 12:06:37 +0000 (14:06 +0200)]
SONAR-2507 support deprecated directory /extensions/rules/

13 years agoSONAR-2507 remove the tables PLUGINS and PLUGIN_FILES
simonbrandhof [Fri, 10 Jun 2011 09:31:50 +0000 (11:31 +0200)]
SONAR-2507 remove the tables PLUGINS and PLUGIN_FILES

13 years agoSONAR-2507 Batch must load plugins without connecting to database
simonbrandhof [Thu, 9 Jun 2011 22:15:37 +0000 (00:15 +0200)]
SONAR-2507 Batch must load plugins without connecting to database

13 years agoquick-build scripts: allow to pass additional parameters for Maven
Evgeny Mandrikov [Thu, 9 Jun 2011 00:05:15 +0000 (04:05 +0400)]
quick-build scripts: allow to pass additional parameters for Maven

13 years agoSONAR-2414 use blue instead of green in clouds
Simon Brandhof [Thu, 9 Jun 2011 09:11:14 +0000 (11:11 +0200)]
SONAR-2414 use blue instead of green in clouds

13 years agoSONAR-2512 Fix dependencies on commons-beanutils
Evgeny Mandrikov [Wed, 8 Jun 2011 23:53:06 +0000 (03:53 +0400)]
SONAR-2512 Fix dependencies on commons-beanutils

Forbid dependency on commons-beanutils-core and instead use
commons-beanutils 1.8.3

13 years agoSONAR-2414 remove the Clouds page written in GWT
simonbrandhof [Wed, 8 Jun 2011 21:17:39 +0000 (23:17 +0200)]
SONAR-2414 remove the Clouds page written in GWT

13 years agoSONAR-2495 Correctly deregister JDBC Driver to prevent memory leaks
Evgeny Mandrikov [Mon, 6 Jun 2011 22:16:39 +0000 (02:16 +0400)]
SONAR-2495 Correctly deregister JDBC Driver to prevent memory leaks

DriverDatabaseConnector should register only one instance of
DriverProxy in DriverManager and also should perform deregistration.
But this is not enough to prevent memory leaks, so class loader for
JDBC Driver should perform additional efforts for deregistration.

13 years agoSONAR-1922 Improve UI for profile changelog
Evgeny Mandrikov [Fri, 3 Jun 2011 15:26:13 +0000 (19:26 +0400)]
SONAR-1922 Improve UI for profile changelog

* Replace 'enabled' by 'on' and 'disabled' by 'off', fix typos.

* Use internationalized format for date.

* Add prefix 'last' to last version.

13 years agoImprove date format with english and german locales
Simon Brandhof [Wed, 8 Jun 2011 09:33:55 +0000 (11:33 +0200)]
Improve date format with english and german locales

13 years agoFix compatibility with ant task
Simon Brandhof [Wed, 8 Jun 2011 08:27:53 +0000 (10:27 +0200)]
Fix compatibility with ant task

13 years agoSONAR-2488 Fix conversion to integer for comment ID
Fabrice Bellingard [Wed, 8 Jun 2011 08:14:17 +0000 (10:14 +0200)]
SONAR-2488 Fix conversion to integer for comment ID

13 years agoSONAR-2414 first version of cloud refactoring
simonbrandhof [Tue, 7 Jun 2011 23:42:35 +0000 (01:42 +0200)]
SONAR-2414 first version of cloud refactoring

13 years agoClone properties when creating ProjectDefinition
Simon Brandhof [Tue, 7 Jun 2011 16:27:35 +0000 (18:27 +0200)]
Clone properties when creating ProjectDefinition

13 years agoFix violations
Evgeny Mandrikov [Thu, 2 Jun 2011 08:32:21 +0000 (12:32 +0400)]
Fix violations

13 years agoFix recursive loop in ProjectDefinition#setSourceDirs()
Simon Brandhof [Tue, 7 Jun 2011 15:03:32 +0000 (17:03 +0200)]
Fix recursive loop in ProjectDefinition#setSourceDirs()

13 years agoDo not allow to change ProjectDefinition#properties
Simon Brandhof [Tue, 7 Jun 2011 09:07:25 +0000 (11:07 +0200)]
Do not allow to change ProjectDefinition#properties

13 years agoImprove Spanish format of dates/times
simonbrandhof [Mon, 6 Jun 2011 22:47:14 +0000 (00:47 +0200)]
Improve Spanish format of dates/times

13 years agoUse always the same pattern to display dates and times.
simonbrandhof [Mon, 6 Jun 2011 22:31:44 +0000 (00:31 +0200)]
Use always the same pattern to display dates and times.

Date must include day of month, abbreviated month name, year. No need for day name or long month name.
Time includes hour and minutes only. No need for seconds nor timezone.

13 years agoAllow the extension ProjectBuilder to change the source directories of root module
Simon Brandhof [Mon, 6 Jun 2011 12:27:49 +0000 (14:27 +0200)]
Allow the extension ProjectBuilder to change the source directories of root module

13 years agoSONAR-2268 Do not save invalid parameters for rules
Evgeny Mandrikov [Mon, 6 Jun 2011 09:44:12 +0000 (13:44 +0400)]
SONAR-2268 Do not save invalid parameters for rules

13 years agoSONAR-2396 Disallow selection of 'new_' metrics for alerts
Evgeny Mandrikov [Fri, 3 Jun 2011 16:43:47 +0000 (20:43 +0400)]
SONAR-2396 Disallow selection of 'new_' metrics for alerts

13 years agoSONAR-553 Execute ProjectLinksSensor only for latest analysis
Evgeny Mandrikov [Fri, 3 Jun 2011 14:37:00 +0000 (18:37 +0400)]
SONAR-553 Execute ProjectLinksSensor only for latest analysis

13 years agoAdd ProjectDefinition#resetSourceDirs() and resetTestDirs()
Simon Brandhof [Fri, 3 Jun 2011 14:59:02 +0000 (16:59 +0200)]
Add ProjectDefinition#resetSourceDirs() and resetTestDirs()

13 years agoSONAR-2497 add logs
Simon Brandhof [Fri, 3 Jun 2011 14:36:36 +0000 (16:36 +0200)]
SONAR-2497 add logs

13 years agoSONAR-2497 Add batch properties to include/exclude plugins to load
Simon Brandhof [Fri, 3 Jun 2011 14:24:11 +0000 (16:24 +0200)]
SONAR-2497 Add batch properties to include/exclude plugins to load

13 years agoFix unit test on windows
Simon Brandhof [Fri, 3 Jun 2011 13:14:03 +0000 (15:14 +0200)]
Fix unit test on windows

13 years agoAllow to manually define source files to analyze
Simon Brandhof [Fri, 3 Jun 2011 12:51:14 +0000 (14:51 +0200)]
Allow to manually define source files to analyze

13 years agoSONAR-1922 Minor change in order to fix integration tests
Evgeny Mandrikov [Thu, 2 Jun 2011 20:05:01 +0000 (00:05 +0400)]
SONAR-1922 Minor change in order to fix integration tests

13 years agoSONAR-2463 The creation date of violation should not be reinitialized
Freddy Mallet [Thu, 2 Jun 2011 13:25:07 +0000 (15:25 +0200)]
SONAR-2463 The creation date of violation should not be reinitialized
when the message of the violation is changing

13 years agoSONAR-2493 Fix build-war.sh
Evgeny Mandrikov [Thu, 2 Jun 2011 08:23:45 +0000 (12:23 +0400)]
SONAR-2493 Fix build-war.sh

Variable ANT_HOME should be exported in order to be available for child
processes.

13 years agoSONAR-1922 Improve UI for profile changelog
Evgeny Mandrikov [Tue, 31 May 2011 20:01:05 +0000 (00:01 +0400)]
SONAR-1922 Improve UI for profile changelog

* Removed useless version column from Quality Profiles page.

* To improve readability - version of profile displayed in a dedicated
  column on Changelog page, otherwise it can be difficult to determine
  version associated to a row.

* Allowed to select both versions to compare.

* CSS attribute "word-wrap" was set to "break-word" to decrease width of
  table, when parameter value too huge. Tested in Chromimum 12.0.742.68
  and in Firefox 3.6.17.

* Version of profile was added to widget.

* Save and show username instead of login.

13 years agoSONAR-2433 Allow 2-letter-usernames
Simon Brandhof [Wed, 1 Jun 2011 13:54:09 +0000 (15:54 +0200)]
SONAR-2433 Allow 2-letter-usernames

13 years agoSONAR-2487 Do not analyse bytecode, when property "sonar.skipDesign" set to "true"
Evgeny Mandrikov [Tue, 31 May 2011 23:33:19 +0000 (03:33 +0400)]
SONAR-2487 Do not analyse bytecode, when property "sonar.skipDesign" set to "true"

13 years agoSONAR-2388 Be able to search for 'false-positive' reviews
Fabrice Bellingard [Wed, 1 Jun 2011 07:05:50 +0000 (09:05 +0200)]
SONAR-2388 Be able to search for 'false-positive' reviews

Change the way to display false positives on the result page.

13 years agoSONAR-2443 Fix could not unassign a review
Fabrice Bellingard [Wed, 1 Jun 2011 06:55:24 +0000 (08:55 +0200)]
SONAR-2443 Fix could not unassign a review

13 years agoSONAR-2491 fix Java Service Wrapper on Solaris
Simon Brandhof [Tue, 31 May 2011 16:31:55 +0000 (18:31 +0200)]
SONAR-2491 fix Java Service Wrapper on Solaris