]>
source.dussan.org Git - sonarqube.git/log
Fabrice Bellingard [Thu, 21 Jun 2012 08:31:57 +0000 (10:31 +0200)]
SONAR-3552 Fix case of title
Fabrice Bellingard [Thu, 21 Jun 2012 08:25:54 +0000 (10:25 +0200)]
SONAR-2989 Support localization API in batch extensions
Evgeny Mandrikov [Thu, 21 Jun 2012 07:05:13 +0000 (13:05 +0600)]
Add annotation to indicate that method will close stream
David Gageot [Wed, 20 Jun 2012 11:47:37 +0000 (13:47 +0200)]
SONAR-3595 Support resizing of browser window (Timeline and Treemap)
Fabrice Bellingard [Wed, 20 Jun 2012 13:14:15 +0000 (15:14 +0200)]
SONAR-3552 Typos on admin pages
Simon Brandhof [Wed, 20 Jun 2012 10:25:52 +0000 (12:25 +0200)]
Update javadoc of SecurityRealm : prefer low-case ids
Simon Brandhof [Wed, 20 Jun 2012 10:25:19 +0000 (12:25 +0200)]
Fix configuration of javadoc
David Gageot [Wed, 20 Jun 2012 09:35:52 +0000 (11:35 +0200)]
SONAR-3516 Use common code to find version components
David Gageot [Wed, 20 Jun 2012 06:52:07 +0000 (08:52 +0200)]
SONAR-3516 Recognize x.y.z-RCi versions(cherry picked from commit
328b6927d369b9872beeda3bbd515c4337db46ec )
David Gageot [Tue, 19 Jun 2012 15:33:09 +0000 (17:33 +0200)]
Make it impossible to use AbstractDbUnitTestCase for iBatis tests
Simon Brandhof [Tue, 19 Jun 2012 15:30:45 +0000 (17:30 +0200)]
Add MyBatis mapper for DEPENDENCIES
David Gageot [Tue, 19 Jun 2012 12:46:02 +0000 (14:46 +0200)]
SONAR-3512 Make it possible to share a dashboard without following it
Any dashboard can be edited or configured
David Gageot [Tue, 19 Jun 2012 09:24:51 +0000 (11:24 +0200)]
SONARPLUGINS-1948 Move EmailConfiguration to the core
+ Rename to EmailSettings
+ Use Settings instead of Configuration
David Gageot [Mon, 18 Jun 2012 14:46:35 +0000 (16:46 +0200)]
SONAR-3512 Make it possible to share a dashboard without following it
David Gageot [Mon, 18 Jun 2012 12:15:02 +0000 (14:15 +0200)]
SONAR-3577 Add "Avoid commented-out lines of code" rule to Sonar Way
Fabrice Bellingard [Mon, 18 Jun 2012 12:28:14 +0000 (14:28 +0200)]
SONAR-3548 Allow to filter widget by their title/description content
=> Add a field to dynamically filter widgets when editing a dashboard
Tested on FF 12, Chrome 19, Safari 5 && IE 7->9
David Gageot [Mon, 18 Jun 2012 10:51:59 +0000 (12:51 +0200)]
Remove warnings
David Gageot [Mon, 18 Jun 2012 09:47:54 +0000 (11:47 +0200)]
SONAR-3516 Check minimal sonar version required by installed plugins
Plugin manifest declares the minimal required version of sonar.
This version is verified at server startup. It prevents plugins from
failing for API incompatibility reasons.
Startup fails with a meaningful message.
Jenkins CI [Mon, 18 Jun 2012 07:38:22 +0000 (09:38 +0200)]
Automatic merge from branch-3.1
David Gageot [Sun, 17 Jun 2012 20:27:21 +0000 (22:27 +0200)]
SONAR-3584 Unable to edit "Treemap" filter
(cherry picked from commit
1a7062226cccbc650e92b3341f5124cc763b44a6 )
David Gageot [Sun, 17 Jun 2012 20:27:21 +0000 (22:27 +0200)]
SONAR-3584 Unable to edit "Treemap" filter
David Gageot [Fri, 15 Jun 2012 15:52:16 +0000 (17:52 +0200)]
SONAR-3491 Show shared dashboards owner
David Gageot [Fri, 15 Jun 2012 14:44:01 +0000 (16:44 +0200)]
Remove violations
David Gageot [Fri, 15 Jun 2012 10:12:40 +0000 (12:12 +0200)]
SONAR-3560 Remove the "lines_to_cover" metric from Code coverage widget
David Gageot [Fri, 15 Jun 2012 09:21:54 +0000 (11:21 +0200)]
Remove violation
David Gageot [Thu, 14 Jun 2012 16:25:39 +0000 (18:25 +0200)]
SONAR-3550 Some characters are badly displayed in the Violation dropdown
This is because the label is escaped twice
David Gageot [Thu, 14 Jun 2012 15:24:27 +0000 (17:24 +0200)]
SONAR-3535 At the bottom of a rule description, display the kee
David Gageot [Thu, 14 Jun 2012 14:33:55 +0000 (16:33 +0200)]
FIX Stay on password update form when the update failed because password
is empty
David Gageot [Thu, 14 Jun 2012 14:00:52 +0000 (16:00 +0200)]
SONAR-3447 Users with accents are now shown in the "Assign To" list
In fact we completely ignore the accents so that e=é,a=à...
David Gageot [Thu, 14 Jun 2012 13:03:55 +0000 (15:03 +0200)]
SONAR-3451 Remove the "Chidamber & Kemerer" from the default dashboard
David Gageot [Thu, 14 Jun 2012 13:03:42 +0000 (15:03 +0200)]
Remove warning
David Gageot [Thu, 14 Jun 2012 12:59:59 +0000 (14:59 +0200)]
SONAR-3546 Allow to delete a filter which is used in a dashboard
When the filter was used, it is deleted but a warning message is
displayed.
David Gageot [Thu, 14 Jun 2012 12:48:54 +0000 (14:48 +0200)]
SONAR-3567 Remove the useless "action" headers from the My Filter page
David Gageot [Thu, 14 Jun 2012 12:20:53 +0000 (14:20 +0200)]
Remove violations
David Gageot [Thu, 14 Jun 2012 12:15:47 +0000 (14:15 +0200)]
Remove some violations on unit tests
Took the opportunity to migrate some tests to FestAssert.
Also removed some duplication
Jenkins CI [Thu, 14 Jun 2012 08:48:47 +0000 (10:48 +0200)]
Automatic merge from branch-3.1
Eric Hartmann [Thu, 14 Jun 2012 08:40:32 +0000 (10:40 +0200)]
Change version to 3.1-SNAPSHOT
Eric Hartmann [Wed, 13 Jun 2012 07:26:23 +0000 (09:26 +0200)]
Release 3.1
Jenkins CI [Tue, 12 Jun 2012 13:52:34 +0000 (15:52 +0200)]
Automatic merge from branch-3.1
Simon Brandhof [Tue, 12 Jun 2012 12:51:06 +0000 (14:51 +0200)]
SONAR-2073 fix selection of metrics in filter treemaps
Simon Brandhof [Tue, 12 Jun 2012 12:51:06 +0000 (14:51 +0200)]
SONAR-2073 fix selection of metrics in filter treemaps
Simon Brandhof [Mon, 11 Jun 2012 22:19:13 +0000 (00:19 +0200)]
Remove dead code
Simon Brandhof [Mon, 11 Jun 2012 22:11:43 +0000 (00:11 +0200)]
Add some tests
Simon Brandhof [Mon, 11 Jun 2012 12:30:58 +0000 (14:30 +0200)]
Fix display of review commands on 'global' violations
Simon Brandhof [Mon, 11 Jun 2012 12:30:58 +0000 (14:30 +0200)]
Fix display of review commands on 'global' violations
Eric Hartmann [Fri, 8 Jun 2012 13:33:57 +0000 (15:33 +0200)]
[maven-release-plugin] prepare for next development iteration
Eric Hartmann [Fri, 8 Jun 2012 13:33:57 +0000 (15:33 +0200)]
[maven-release-plugin] prepare release 3.1-RC3
Simon Brandhof [Fri, 8 Jun 2012 12:30:16 +0000 (14:30 +0200)]
SONAR-3565 do not execute SQL DELETE requests if no rows to delete
Simon Brandhof [Fri, 8 Jun 2012 12:30:16 +0000 (14:30 +0200)]
SONAR-3565 do not execute SQL DELETE requests if no rows to delete
Simon Brandhof [Fri, 8 Jun 2012 12:15:53 +0000 (14:15 +0200)]
Fix description of property "sonar.cpd_cross_project"
Simon Brandhof [Fri, 8 Jun 2012 12:15:53 +0000 (14:15 +0200)]
Fix description of property "sonar.cpd_cross_project"
Simon Brandhof [Fri, 8 Jun 2012 10:41:28 +0000 (12:41 +0200)]
SONAR-3565 do not lock METRICS and CHARACTERISTICS during purges
Simon Brandhof [Fri, 8 Jun 2012 10:41:28 +0000 (12:41 +0200)]
SONAR-3565 do not lock METRICS and CHARACTERISTICS during purges
Simon Brandhof [Thu, 7 Jun 2012 13:20:01 +0000 (15:20 +0200)]
Fix loading of project settings in review workflow
Simon Brandhof [Thu, 7 Jun 2012 13:20:01 +0000 (15:20 +0200)]
Fix loading of project settings in review workflow
Fabrice Bellingard [Thu, 7 Jun 2012 09:52:23 +0000 (11:52 +0200)]
SONAR-3561 Fix bug on Timeline widget
=> Timeline widget cannot be displayed if one of the selected metrics
has no value at all
Fabrice Bellingard [Thu, 7 Jun 2012 09:52:23 +0000 (11:52 +0200)]
SONAR-3561 Fix bug on Timeline widget
=> Timeline widget cannot be displayed if one of the selected metrics
has no value at all
Simon Brandhof [Wed, 6 Jun 2012 13:31:53 +0000 (15:31 +0200)]
Fix filter in the violations viewer
Simon Brandhof [Wed, 6 Jun 2012 13:31:53 +0000 (15:31 +0200)]
Fix filter in the violations viewer
David Gageot [Tue, 5 Jun 2012 10:19:30 +0000 (12:19 +0200)]
SONAR-2073 FIX Display multiple 'Treemap' filter widgets
When there were two 'Treemap' filter widgets on the same dashboard,
only one was displayed. It's because they had the same id.
(cherry picked from commit
a63b033c8444072bdcc3725ebbe41c5869cc1c1a )
David Gageot [Tue, 5 Jun 2012 10:04:28 +0000 (12:04 +0200)]
SONAR-2073 FIX Add a space before star
(cherry picked from commit
f69e3ec312326557527977391c42e633d84f4d86 )
David Gageot [Tue, 5 Jun 2012 10:03:52 +0000 (12:03 +0200)]
SONAR-3457 FIX project label case
(cherry picked from commit
dc9752b4abbeeb5c04dd938ca5d7c362d45a45a0 )
David Gageot [Tue, 5 Jun 2012 09:52:01 +0000 (11:52 +0200)]
SONAR-2073 FIX 'Differential period' label
(cherry picked from commit
beb265100f33a05767e0582bdb28ab88b5212952 )
Simon Brandhof [Wed, 6 Jun 2012 08:37:16 +0000 (10:37 +0200)]
SONAR-3555 fix build
Simon Brandhof [Wed, 6 Jun 2012 08:24:41 +0000 (10:24 +0200)]
SONAR-3555 Content type is missing on static files provided by plugins
Simon Brandhof [Wed, 6 Jun 2012 08:37:16 +0000 (10:37 +0200)]
SONAR-3555 fix build
Simon Brandhof [Wed, 6 Jun 2012 08:24:41 +0000 (10:24 +0200)]
SONAR-3555 Content type is missing on static files provided by plugins
Fabrice Bellingard [Wed, 6 Jun 2012 07:59:45 +0000 (09:59 +0200)]
SONAR-3538 Create the Java Plugin that embeds the SQALE model
David Gageot [Tue, 5 Jun 2012 10:19:30 +0000 (12:19 +0200)]
SONAR-2073 FIX Display multiple 'Treemap' filter widgets
When there were two 'Treemap' filter widgets on the same dashboard,
only one was displayed. It's because they had the same id.
David Gageot [Tue, 5 Jun 2012 10:04:28 +0000 (12:04 +0200)]
SONAR-2073 FIX Add a space before star
David Gageot [Tue, 5 Jun 2012 10:03:52 +0000 (12:03 +0200)]
SONAR-3457 FIX project label case
David Gageot [Tue, 5 Jun 2012 09:52:01 +0000 (11:52 +0200)]
SONAR-2073 FIX 'Differential period' label
David Gageot [Tue, 5 Jun 2012 09:45:31 +0000 (11:45 +0200)]
FIX Dashboard always display a scroll in IE7
David Gageot [Tue, 5 Jun 2012 09:45:31 +0000 (11:45 +0200)]
FIX Dashboard always display a scroll in IE7(cherry picked from commit
11bf470b9ca2647c63a2774972b2281ea8c9f60b )
Fabrice Bellingard [Tue, 5 Jun 2012 09:10:28 +0000 (11:10 +0200)]
SONAR-3528 Add missing modification on Ruby template
Fabrice Bellingard [Tue, 5 Jun 2012 09:10:28 +0000 (11:10 +0200)]
SONAR-3528 Add missing modification on Ruby template
David Gageot [Mon, 4 Jun 2012 09:17:42 +0000 (11:17 +0200)]
FIX sort projects by name in widget configuration(cherry picked from commit
09711b542dd77597b8f2fb2e0eaa4f0d8f0da86d )
David Gageot [Mon, 4 Jun 2012 09:17:42 +0000 (11:17 +0200)]
FIX sort projects by name in widget configuration
Simon Brandhof [Fri, 1 Jun 2012 15:59:21 +0000 (17:59 +0200)]
SONAR-2030 fix dashboard link from filters
Simon Brandhof [Fri, 1 Jun 2012 15:59:21 +0000 (17:59 +0200)]
SONAR-2030 fix dashboard link from filters
Simon Brandhof [Fri, 1 Jun 2012 15:28:59 +0000 (17:28 +0200)]
SONAR-3537 Improve performances of the treemap filter
Simon Brandhof [Fri, 1 Jun 2012 15:28:59 +0000 (17:28 +0200)]
SONAR-3537 Improve performances of the treemap filter
David Gageot [Fri, 1 Jun 2012 06:47:48 +0000 (08:47 +0200)]
Changed period name display format in widget's title
David Gageot [Fri, 1 Jun 2012 06:47:48 +0000 (08:47 +0200)]
Changed period name display format in widget's title
Eric Hartmann [Thu, 31 May 2012 15:05:52 +0000 (17:05 +0200)]
[maven-release-plugin] prepare for next development iteration
Eric Hartmann [Thu, 31 May 2012 15:05:51 +0000 (17:05 +0200)]
[maven-release-plugin] prepare release 3.1-RC2
Simon Brandhof [Thu, 31 May 2012 14:23:11 +0000 (16:23 +0200)]
Minor: add a whitespace before the link "Edit my filters"
Simon Brandhof [Thu, 31 May 2012 13:26:39 +0000 (15:26 +0200)]
Revert SONAR-3407
David Gageot [Thu, 31 May 2012 07:50:25 +0000 (09:50 +0200)]
FIX period name should display a delta symbol
Simon Brandhof [Thu, 31 May 2012 14:23:11 +0000 (16:23 +0200)]
Minor: add a whitespace before the link "Edit my filters"
Simon Brandhof [Thu, 31 May 2012 13:26:39 +0000 (15:26 +0200)]
Revert SONAR-3407
David Gageot [Thu, 31 May 2012 07:50:25 +0000 (09:50 +0200)]
FIX period name should display a delta symbol
Eric Hartmann [Wed, 30 May 2012 14:00:44 +0000 (16:00 +0200)]
Upgrade version to 3.2-SNAPSHOT
Eric Hartmann [Wed, 30 May 2012 13:00:18 +0000 (15:00 +0200)]
[maven-release-plugin] prepare for next development iteration
Eric Hartmann [Wed, 30 May 2012 13:00:16 +0000 (15:00 +0200)]
[maven-release-plugin] prepare release 3.1-RC1
Fabrice Bellingard [Wed, 30 May 2012 10:33:28 +0000 (12:33 +0200)]
SONAR-3528 Pagination is broken on reviews widgets
Fix regression introduced during fix of SONAR-3404 (see commit
c8278a1e6bca00368405a760b3ab8d0d4c32f146 ): the name "limit"
used to allow loading more reviews is the same as the one used by
the widget's partial to paginate.
=> now, the partial uses "table_limit" as parameter
David Gageot [Wed, 30 May 2012 09:33:14 +0000 (11:33 +0200)]
FIX unused parameter
David Gageot [Wed, 30 May 2012 09:11:38 +0000 (11:11 +0200)]
FIX remove unused warning
David Gageot [Wed, 30 May 2012 08:25:59 +0000 (10:25 +0200)]
Fix Oracle mapping for filters
David Gageot [Wed, 30 May 2012 07:46:04 +0000 (09:46 +0200)]
Will this violation ever be fixed?