]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
12 years agoSONAR-2632 Improved the unit test associated to removal of channel buffer length...
Dinesh Bolkensteyn [Thu, 27 Oct 2011 14:27:41 +0000 (16:27 +0200)]
SONAR-2632 Improved the unit test associated to removal of channel buffer length limit

12 years agoSONAR-2642 Use MyBatis instead of Hibernate for CPD
Evgeny Mandrikov [Thu, 27 Oct 2011 09:18:35 +0000 (13:18 +0400)]
SONAR-2642 Use MyBatis instead of Hibernate for CPD

12 years agoRevert "SONAR-2594 Fix tests"
Evgeny Mandrikov [Wed, 26 Oct 2011 22:25:26 +0000 (02:25 +0400)]
Revert "SONAR-2594 Fix tests"

This reverts commit 6c0ae292c9d12eaa61b1507831eb9905ea2c6c40.

12 years agoRevert "SONAR-2594 FindBugs plugin should support localized violations"
Evgeny Mandrikov [Wed, 26 Oct 2011 21:59:07 +0000 (01:59 +0400)]
Revert "SONAR-2594 FindBugs plugin should support localized violations"

This reverts commit 84d96bf6ada999fe22db0551b3e9d56f6605c9bd.

12 years agoSONAR-2941 Exclude isolated methods from LCOM4 computation
Dinesh Bolkensteyn [Wed, 26 Oct 2011 18:38:50 +0000 (20:38 +0200)]
SONAR-2941 Exclude isolated methods from LCOM4 computation

12 years agoSONAR-2934 Transitive accessor computation now excludes recursive methods
Dinesh Bolkensteyn [Wed, 26 Oct 2011 18:01:24 +0000 (20:01 +0200)]
SONAR-2934 Transitive accessor computation now excludes recursive methods

12 years agoFix violations
Evgeny Mandrikov [Wed, 26 Oct 2011 11:57:35 +0000 (15:57 +0400)]
Fix violations

12 years agoSONAR-2733 Fix unit test and remove useless code
Fabrice Bellingard [Wed, 26 Oct 2011 17:47:20 +0000 (19:47 +0200)]
SONAR-2733 Fix unit test and remove useless code

12 years agoSONAR-2849 Remove declarations of third-party repositories from root pom
Evgeny Mandrikov [Sat, 1 Oct 2011 01:14:56 +0000 (05:14 +0400)]
SONAR-2849 Remove declarations of third-party repositories from root pom

Enforce that repositories not declared in pom.xml, except of modules
sonar-checkstyle-plugin and sonar-squid-java-plugin due to dependency
on Checktyle 5.1, which is not available in Central.

This allows to remove side effects in Maven plugins.

12 years agoSONAR-2733 Display duplicated blocks by group in the resource viewer
Fabrice Bellingard [Wed, 26 Oct 2011 17:18:08 +0000 (19:18 +0200)]
SONAR-2733 Display duplicated blocks by group in the resource viewer

First shot, needs improvements.

12 years agoSONAR-2642 add DAOs to picocontainer + improve unit tests
Simon Brandhof [Wed, 26 Oct 2011 16:23:11 +0000 (18:23 +0200)]
SONAR-2642 add DAOs to picocontainer + improve unit tests

12 years agoSONAR-2919 Update purge mechanism
Fabrice Bellingard [Wed, 26 Oct 2011 13:41:45 +0000 (15:41 +0200)]
SONAR-2919 Update purge mechanism

Moved the event deletion from the PurgeEventOrphans class to the
PurgeUtils class that centralizes everything linked to snapshots.

12 years agoSONAR-1928 Improve performances by splitting the SQL query in 2
Fabrice Bellingard [Wed, 26 Oct 2011 13:07:45 +0000 (15:07 +0200)]
SONAR-1928 Improve performances by splitting the SQL query in 2

12 years agoSONAR-2642 do not duplicate derby DDL files
Simon Brandhof [Wed, 26 Oct 2011 09:48:24 +0000 (11:48 +0200)]
SONAR-2642 do not duplicate derby DDL files

12 years agoSONAR-2919 Fix issues on the event handling
Fabrice Bellingard [Wed, 26 Oct 2011 09:00:45 +0000 (11:00 +0200)]
SONAR-2919 Fix issues on the event handling

- Make it impossible to create event without a category
  -> created "Other" category
  -> updated both UI and WS (actually: constraint on Event class)
- Fix display issue on Chrome
- Make it impossible to remove version from last snapshot
- Show event widget on sub-projects
- Update purge mechanism to delete events that are not attached to
  a snapshot or attached to an unexisting snapshot

12 years agoSONAR-2934 Transitive accessor computation now supports recursive methods
Dinesh Bolkensteyn [Tue, 25 Oct 2011 21:34:25 +0000 (23:34 +0200)]
SONAR-2934 Transitive accessor computation now supports recursive methods

12 years agoSONAR-2580 Use dos-style for line endings in configuration files
Evgeny Mandrikov [Tue, 25 Oct 2011 16:13:30 +0000 (20:13 +0400)]
SONAR-2580 Use dos-style for line endings in configuration files

12 years agoSONAR-2937 Disallow start of multiple instances at the same time on Windows
Evgeny Mandrikov [Tue, 25 Oct 2011 17:06:26 +0000 (21:06 +0400)]
SONAR-2937 Disallow start of multiple instances at the same time on Windows

12 years agoFix CRLF and remove executable flag for non-executable file
Evgeny Mandrikov [Tue, 25 Oct 2011 16:16:59 +0000 (20:16 +0400)]
Fix CRLF and remove executable flag for non-executable file

12 years agoSONAR-2642 improve unit test of mybatis mappers
Simon Brandhof [Tue, 25 Oct 2011 16:20:20 +0000 (18:20 +0200)]
SONAR-2642 improve unit test of mybatis mappers

12 years agoSONAR-2642 add unit tests
Simon Brandhof [Tue, 25 Oct 2011 16:03:27 +0000 (18:03 +0200)]
SONAR-2642 add unit tests

12 years agoSONAR-2642 first step to integration mybatis
Simon Brandhof [Tue, 25 Oct 2011 14:20:07 +0000 (16:20 +0200)]
SONAR-2642 first step to integration mybatis

12 years agoSONAR-2934 Accessors should be considered transitively
Dinesh Bolkensteyn [Tue, 25 Oct 2011 12:54:20 +0000 (14:54 +0200)]
SONAR-2934 Accessors should be considered transitively

12 years agoMoved the place accessors are computed from a bytecode visitor to a property on the...
Dinesh Bolkensteyn [Tue, 25 Oct 2011 11:49:12 +0000 (13:49 +0200)]
Moved the place accessors are computed from a bytecode visitor to a property on the bytecode resource AsmMethod

12 years agoFix EmailNotificationChannelTest
Evgeny Mandrikov [Mon, 24 Oct 2011 15:24:17 +0000 (19:24 +0400)]
Fix EmailNotificationChannelTest

* Use SubEthaSMTP instead of Dumbster
* Enable test on Mac OS X

12 years agoSONAR-2724 SONAR-2723 Improved getter and setter detection algorithm
Dinesh Bolkensteyn [Tue, 25 Oct 2011 10:44:15 +0000 (12:44 +0200)]
SONAR-2724 SONAR-2723 Improved getter and setter detection algorithm

12 years agoSONAR-801 Events on Dashboard confused for same project dates
Fabrice Bellingard [Tue, 25 Oct 2011 10:17:39 +0000 (12:17 +0200)]
SONAR-801 Events on Dashboard confused for same project dates

It is now possible to specify 'sonar.projectDate' as a standard
ISO time. (ex. "2011-10-25T10:45:42+0100")

12 years agoFix violations
Evgeny Mandrikov [Tue, 25 Oct 2011 07:23:02 +0000 (11:23 +0400)]
Fix violations

12 years agoSONAR-2038 Marked a critical violation in Sonar as false-positive
Dinesh Bolkensteyn [Tue, 25 Oct 2011 07:48:02 +0000 (09:48 +0200)]
SONAR-2038 Marked a critical violation in Sonar as false-positive

12 years agoSONAR-2879 Trim paths (sources, tests, binaries, libraries) before usage
Evgeny Mandrikov [Mon, 24 Oct 2011 20:24:26 +0000 (00:24 +0400)]
SONAR-2879 Trim paths (sources, tests, binaries, libraries) before usage

12 years agoSONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct field access
Dinesh Bolkensteyn [Mon, 24 Oct 2011 20:35:28 +0000 (22:35 +0200)]
SONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct field access

12 years agomend
Dinesh Bolkensteyn [Mon, 24 Oct 2011 20:16:14 +0000 (22:16 +0200)]
mend

SONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct field access

12 years agoSONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct field access
Dinesh Bolkensteyn [Mon, 24 Oct 2011 13:38:20 +0000 (15:38 +0200)]
SONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct field access

12 years agoSONAR-2796 Display which directories Sonar will use during analysis
Evgeny Mandrikov [Mon, 24 Oct 2011 15:44:42 +0000 (19:44 +0400)]
SONAR-2796 Display which directories Sonar will use during analysis

* Dedicated Initializer was created in order to do this.
* Exclusions also displayed by this component.

12 years agoSONAR-2919 Updated WS API for events
Fabrice Bellingard [Mon, 24 Oct 2011 16:48:36 +0000 (18:48 +0200)]
SONAR-2919 Updated WS API for events

12 years agoSONAR-2919 Remove old useless code
Fabrice Bellingard [Mon, 24 Oct 2011 15:15:09 +0000 (17:15 +0200)]
SONAR-2919 Remove old useless code

12 years agoMerge branch 'master' of github.com:SonarSource/sonar
Freddy Mallet [Mon, 24 Oct 2011 15:25:24 +0000 (17:25 +0200)]
Merge branch 'master' of github.com:SonarSource/sonar

12 years agoSONAR-2741 The method JavaAstScanner.scanDirectory(..) can't be called several times
Freddy Mallet [Mon, 24 Oct 2011 15:25:08 +0000 (17:25 +0200)]
SONAR-2741 The method JavaAstScanner.scanDirectory(..) can't be called several times

12 years agoSONAR-2928 Fix handling of new violations in case of null checksum
Evgeny Mandrikov [Mon, 24 Oct 2011 12:03:42 +0000 (16:03 +0400)]
SONAR-2928 Fix handling of new violations in case of null checksum

12 years agoSONAR-2919 Alert/Profile/Version event sensors fill "created_at" col.
Fabrice Bellingard [Mon, 24 Oct 2011 13:35:41 +0000 (15:35 +0200)]
SONAR-2919 Alert/Profile/Version event sensors fill "created_at" col.

12 years agoSONAR-2919 Update tests of db cleaner
Fabrice Bellingard [Mon, 24 Oct 2011 13:15:57 +0000 (15:15 +0200)]
SONAR-2919 Update tests of db cleaner

12 years agoSONAR-2696 On filters, the Name column cannot be sorted on the descending way
Simon Brandhof [Mon, 24 Oct 2011 12:57:09 +0000 (14:57 +0200)]
SONAR-2696 On filters, the Name column cannot be sorted on the descending way

12 years agoSONAR-2695 case-insensitive sort of filter results
Simon Brandhof [Mon, 24 Oct 2011 12:56:18 +0000 (14:56 +0200)]
SONAR-2695 case-insensitive sort of filter results

12 years agoSONAR-2932 log 500 errors + fix error handling in web services
Simon Brandhof [Mon, 24 Oct 2011 12:54:44 +0000 (14:54 +0200)]
SONAR-2932 log 500 errors + fix error handling in web services

12 years agoSONAR-2919 Update tests of event purge mechanism
Fabrice Bellingard [Mon, 24 Oct 2011 12:26:07 +0000 (14:26 +0200)]
SONAR-2919 Update tests of event purge mechanism

12 years agoSONAR-2919 Update Events table
Fabrice Bellingard [Mon, 24 Oct 2011 11:04:13 +0000 (13:04 +0200)]
SONAR-2919 Update Events table

Migration script:
- name column => 400
- description column => 4000
- data column removed
- tries to attach snapshots to events that do not have one

12 years agoSONAR-2715 Provide meaningful exception message, when source file cannot be imported
Evgeny Mandrikov [Mon, 24 Oct 2011 09:05:44 +0000 (13:05 +0400)]
SONAR-2715 Provide meaningful exception message, when source file cannot be imported

12 years agoFix violations
Evgeny Mandrikov [Wed, 19 Oct 2011 18:17:23 +0000 (22:17 +0400)]
Fix violations

12 years agoSONAR-2632 Remove sonar-channel buffer restriction
Evgeny Mandrikov [Fri, 21 Oct 2011 10:22:52 +0000 (14:22 +0400)]
SONAR-2632 Remove sonar-channel buffer restriction

* Add test for backward compatibility with a COBOL plugin
* Fix violations
* Simplify code

13 years agoSONAR-2929 Windows with UAC now displays Access Denied when not ran as Administrator
Dinesh Bolkensteyn [Fri, 21 Oct 2011 13:33:28 +0000 (15:33 +0200)]
SONAR-2929 Windows with UAC now displays Access Denied when not ran as Administrator

13 years agoSONAR-2632 for backward compatibility reason with COBOL plugin, we should stop readin...
Freddy Mallet [Fri, 21 Oct 2011 14:11:11 +0000 (16:11 +0200)]
SONAR-2632 for backward compatibility reason with COBOL plugin, we should stop reading a stream of characters as soon as the read(..) method returns -1 or 0

13 years agoFix "Enable GWT Dev mode for sonar-jacoco-plugin"
Fabrice Bellingard [Fri, 21 Oct 2011 13:17:26 +0000 (15:17 +0200)]
Fix "Enable GWT Dev mode for sonar-jacoco-plugin"

13 years agoSONAR-2668 Fixed problem on Email settings page
Fabrice Bellingard [Fri, 21 Oct 2011 12:55:22 +0000 (14:55 +0200)]
SONAR-2668 Fixed problem on Email settings page

13 years agoFix "Enable GWT Dev mode for sonar-jacoco-plugin"
Fabrice Bellingard [Fri, 21 Oct 2011 12:45:34 +0000 (14:45 +0200)]
Fix "Enable GWT Dev mode for sonar-jacoco-plugin"

13 years agoSONAR-2919 Change the way to handle events in Sonar
Fabrice Bellingard [Fri, 21 Oct 2011 12:25:12 +0000 (14:25 +0200)]
SONAR-2919 Change the way to handle events in Sonar

- Removed the possibility to handle them in the widget
- Added the management in the History service

Still needs to:
- Update the WS API
- Remove useless code
- Update batch side
- Write DB migration script

13 years agoFix unit test to bypass the bug SONAR-2927
Simon Brandhof [Fri, 21 Oct 2011 09:33:11 +0000 (11:33 +0200)]
Fix unit test to bypass the bug SONAR-2927

13 years agoSONAR-2923, SONAR-2632 Add javadoc and quiet close reader
Dinesh Bolkensteyn [Fri, 21 Oct 2011 07:38:50 +0000 (09:38 +0200)]
SONAR-2923, SONAR-2632 Add javadoc and quiet close reader

13 years agoSONAR-2762 Improve examples in page "project exclusions"
Evgeny Mandrikov [Thu, 20 Oct 2011 20:19:43 +0000 (00:19 +0400)]
SONAR-2762 Improve examples in page "project exclusions"

13 years agoEnable GWT Dev mode for sonar-jacoco-plugin
Evgeny Mandrikov [Thu, 20 Oct 2011 21:59:08 +0000 (01:59 +0400)]
Enable GWT Dev mode for sonar-jacoco-plugin

13 years agoUpdate list of developers
Evgeny Mandrikov [Thu, 20 Oct 2011 21:40:23 +0000 (01:40 +0400)]
Update list of developers

13 years agoSONAR-2923, SONAR-2632?: Fixed some side effects on other modules (again)
Dinesh Bolkensteyn [Thu, 20 Oct 2011 20:10:22 +0000 (22:10 +0200)]
SONAR-2923, SONAR-2632?: Fixed some side effects on other modules (again)

13 years agoSONAR-2923 and SONAR-2632: Fixed some side-effect compilations error in other modules
Dinesh Bolkensteyn [Thu, 20 Oct 2011 19:30:31 +0000 (21:30 +0200)]
SONAR-2923 and SONAR-2632: Fixed some side-effect compilations error in other modules

13 years agoSONAR-2923 and SONAR-2632: Remove sonar-channel buffer restriction and character...
Dinesh Bolkensteyn [Thu, 20 Oct 2011 18:50:42 +0000 (20:50 +0200)]
SONAR-2923 and SONAR-2632: Remove sonar-channel buffer restriction and character pushback feature

13 years agoSONAR-2762 Fully refactor construction of regular expression in WildcardPattern
Evgeny Mandrikov [Wed, 19 Oct 2011 20:40:01 +0000 (00:40 +0400)]
SONAR-2762 Fully refactor construction of regular expression in WildcardPattern

Thus now it provides correct escaping for regular expression operators.

13 years agoSONAR-2771 new URL /widget : improve error handling and security
Simon Brandhof [Thu, 20 Oct 2011 12:57:03 +0000 (14:57 +0200)]
SONAR-2771 new URL /widget : improve error handling and security

Some helper methods have been added to simplify error handling : bad_request(message), not_found(message) and access_denied.

13 years agoRemove unused RoR files (/scripts)
simonbrandhof [Wed, 19 Oct 2011 21:14:52 +0000 (23:14 +0200)]
Remove unused RoR files (/scripts)

13 years agoVarious improvements on sorting of rows in UI
simonbrandhof [Wed, 19 Oct 2011 21:07:44 +0000 (23:07 +0200)]
Various improvements on sorting of rows in UI

SONAR-2697 list of users in administration pages of roles
SONAR-2695 list of dashboards, filters, event categories, manual metrics and rules (in Quality Profiles)

13 years agoSONAR-2594 Fix tests
Evgeny Mandrikov [Wed, 19 Oct 2011 16:32:57 +0000 (20:32 +0400)]
SONAR-2594 Fix tests

13 years agoSONAR-2594 FindBugs plugin should support localized violations
Evgeny Mandrikov [Wed, 19 Oct 2011 11:42:35 +0000 (15:42 +0400)]
SONAR-2594 FindBugs plugin should support localized violations

13 years agoRemove some DEBUG logs when building plugin classloaders
Simon Brandhof [Wed, 19 Oct 2011 13:30:09 +0000 (15:30 +0200)]
Remove some DEBUG logs when building plugin classloaders

13 years agoFix logs of HTTP and database requests
Simon Brandhof [Wed, 19 Oct 2011 12:46:13 +0000 (14:46 +0200)]
Fix logs of HTTP and database requests

13 years agoChange logging level of EmailNotificationChannel from INFO to DEBUG
Simon Brandhof [Tue, 18 Oct 2011 14:03:03 +0000 (16:03 +0200)]
Change logging level of EmailNotificationChannel from INFO to DEBUG

13 years agoSONAR-2892 Add more tests and javadocs
Evgeny Mandrikov [Wed, 19 Oct 2011 08:12:15 +0000 (12:12 +0400)]
SONAR-2892 Add more tests and javadocs

13 years agoSONAR-1928 Fix various details
Fabrice Bellingard [Tue, 18 Oct 2011 16:50:13 +0000 (18:50 +0200)]
SONAR-1928 Fix various details

13 years agoSONAR-2748 Make the profile backup available as permalink
Evgeny Mandrikov [Tue, 18 Oct 2011 11:24:55 +0000 (15:24 +0400)]
SONAR-2748 Make the profile backup available as permalink

13 years agoFix config of Hibernate logs on batch side
Simon Brandhof [Tue, 18 Oct 2011 11:33:56 +0000 (13:33 +0200)]
Fix config of Hibernate logs on batch side

13 years agoSONAR-2809 Don't hide metric "Weighted violations"
Evgeny Mandrikov [Tue, 18 Oct 2011 10:27:18 +0000 (14:27 +0400)]
SONAR-2809 Don't hide metric "Weighted violations"

13 years agoFix violations
Evgeny Mandrikov [Tue, 18 Oct 2011 09:04:47 +0000 (13:04 +0400)]
Fix violations

13 years agoSONAR-2916 Default logging level should be INFO on server side
Simon Brandhof [Tue, 18 Oct 2011 08:59:35 +0000 (10:59 +0200)]
SONAR-2916 Default logging level should be INFO on server side

13 years agoSONAR-2668 Make labels non breakable on the filter screen
Fabrice Bellingard [Tue, 18 Oct 2011 08:01:25 +0000 (10:01 +0200)]
SONAR-2668 Make labels non breakable on the filter screen

13 years agoSONAR-2915 Sonar can't be started on Solaris due to upgrade of JRuby
Simon Brandhof [Tue, 18 Oct 2011 08:00:42 +0000 (10:00 +0200)]
SONAR-2915 Sonar can't be started on Solaris due to upgrade of JRuby

13 years agoSONAR-2914 Add the parameter sonar.verbose
Simon Brandhof [Tue, 18 Oct 2011 07:46:07 +0000 (09:46 +0200)]
SONAR-2914 Add the parameter sonar.verbose

13 years agoSONAR-2884 "No lines match your filter criteria" is not localized
Fabrice Bellingard [Mon, 17 Oct 2011 14:57:54 +0000 (16:57 +0200)]
SONAR-2884 "No lines match your filter criteria" is not localized

13 years agoSONAR-2863 Fix DB request to get the metrics for history table
Fabrice Bellingard [Mon, 17 Oct 2011 14:35:18 +0000 (16:35 +0200)]
SONAR-2863 Fix DB request to get the metrics for history table

When displaying the number of violations in the "History
table" widget, this number might not be the total number
of violations.

13 years agoSONAR-2913 Don't display sparkline if only 1 snapshot
Fabrice Bellingard [Mon, 17 Oct 2011 13:58:01 +0000 (15:58 +0200)]
SONAR-2913 Don't display sparkline if only 1 snapshot

In the History table, if there's only 1 snapshot, the sparkline
cannot be displayed.

13 years agoSONAR-1928 Fix problem with metric order
Fabrice Bellingard [Mon, 17 Oct 2011 13:23:58 +0000 (15:23 +0200)]
SONAR-1928 Fix problem with metric order

13 years agoSONAR-2892 Fix test
Evgeny Mandrikov [Mon, 17 Oct 2011 13:13:21 +0000 (17:13 +0400)]
SONAR-2892 Fix test

13 years agoSONAR-2892 Remove dependency on plexus-classworlds from sonar-squid-java-plugin
Evgeny Mandrikov [Mon, 17 Oct 2011 12:35:29 +0000 (16:35 +0400)]
SONAR-2892 Remove dependency on plexus-classworlds from sonar-squid-java-plugin

13 years agoSONAR-2892 Use special SquidClassLoader which can be closed
Evgeny Mandrikov [Mon, 17 Oct 2011 12:05:59 +0000 (16:05 +0400)]
SONAR-2892 Use special SquidClassLoader which can be closed

13 years agoSONAR-2834 Move Google Analytics Plugin to the forge
Evgeny Mandrikov [Thu, 13 Oct 2011 13:40:45 +0000 (17:40 +0400)]
SONAR-2834 Move Google Analytics Plugin to the forge

This includes removal of Google Analytics Account from System Info page.

13 years agoFix declaration of sonar-packaging-maven-plugin to allow proper inheritance
Evgeny Mandrikov [Fri, 14 Oct 2011 13:51:06 +0000 (17:51 +0400)]
Fix declaration of sonar-packaging-maven-plugin to allow proper inheritance

13 years agoSONAR-2908 Fix typo in in english language pack: should be 'Title' instead of 'Titre'
Evgeny Mandrikov [Fri, 14 Oct 2011 13:34:55 +0000 (17:34 +0400)]
SONAR-2908 Fix typo in in english language pack: should be 'Title' instead of 'Titre'

13 years agoSONAR-2771 inject @project into the widget template
Simon Brandhof [Fri, 14 Oct 2011 12:46:59 +0000 (14:46 +0200)]
SONAR-2771 inject @project into the widget template

13 years agoSONAR-2904 Show name of file during construction of duplications index
Evgeny Mandrikov [Thu, 13 Oct 2011 21:39:54 +0000 (01:39 +0400)]
SONAR-2904 Show name of file during construction of duplications index

13 years agoSONAR-2792 Import code of JaCoCo plugin from Plugins Forge
Evgeny Mandrikov [Thu, 13 Oct 2011 21:05:25 +0000 (01:05 +0400)]
SONAR-2792 Import code of JaCoCo plugin from Plugins Forge

Revision 4564.

13 years agoRevert bad code formatting on CorePlugin class.
Fabrice Bellingard [Thu, 13 Oct 2011 16:22:33 +0000 (18:22 +0200)]
Revert bad code formatting on CorePlugin class.

13 years agoSONAR-1928 Extract widgets from the hotspots page
Fabrice Bellingard [Thu, 13 Oct 2011 16:15:54 +0000 (18:15 +0200)]
SONAR-1928 Extract widgets from the hotspots page

This commit includes:
- SONAR-2070: new widget for most violated rules
- SONAR-2071: new widget for most violated resources
- SONAR-2902: new metric hotspot widget

13 years agoSONAR-2681 Provide meaningful error message when unable to determine Maven project...
Evgeny Mandrikov [Thu, 13 Oct 2011 11:33:22 +0000 (15:33 +0400)]
SONAR-2681 Provide meaningful error message when unable to determine Maven project structure

This occurs because of usage of Advanced Reactor Options.

13 years agoSONAR-2771 surround the widget with <div id='block_1'> in order to be consistent...
Simon Brandhof [Thu, 13 Oct 2011 10:07:05 +0000 (12:07 +0200)]
SONAR-2771 surround the widget with <div id='block_1'> in order to be consistent with dashboards

13 years agoSONAR-2771 support widget properties
Simon Brandhof [Thu, 13 Oct 2011 09:57:40 +0000 (11:57 +0200)]
SONAR-2771 support widget properties