]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
12 years agoSONAR-2642 Support MSSQL DB for cross-project CPD
Evgeny Mandrikov [Mon, 31 Oct 2011 17:04:52 +0000 (21:04 +0400)]
SONAR-2642 Support MSSQL DB for cross-project CPD

12 years agoSONAR-2956 Support Boolean type with Derby
Evgeny Mandrikov [Fri, 28 Oct 2011 08:23:19 +0000 (12:23 +0400)]
SONAR-2956 Support Boolean type with Derby

- Change DDL to use BOOLEAN instead of SMALLINT
- Modify Hibernate dialect
- Modify activerecord-jdbc-adapter
  (ideas were taken from arjdbc/postgresql/adapter.rb)
- Use Derby for unit tests instead of HSQL and fix incorrect tests

12 years agoSONAR-2831 Values are not aligned in the page Components
Simon Brandhof [Mon, 31 Oct 2011 11:45:34 +0000 (12:45 +0100)]
SONAR-2831 Values are not aligned in the page Components

12 years agoMerge executions of maven-enforcer-plugin
Evgeny Mandrikov [Mon, 31 Oct 2011 09:12:06 +0000 (13:12 +0400)]
Merge executions of maven-enforcer-plugin

This allows to remove useless messages during build.

12 years agoSONAR-2932 log exception stacktrace
simonbrandhof [Sun, 30 Oct 2011 20:50:34 +0000 (21:50 +0100)]
SONAR-2932 log exception stacktrace

12 years agoSONAR-2424 improve error handling of URL /profiles/export
simonbrandhof [Sun, 30 Oct 2011 16:56:14 +0000 (17:56 +0100)]
SONAR-2424 improve error handling of URL /profiles/export

12 years agoRemove unused logger org.sonar.DBSTATISTICS
simonbrandhof [Sun, 30 Oct 2011 09:34:14 +0000 (10:34 +0100)]
Remove unused logger org.sonar.DBSTATISTICS

12 years agoSONAR-2914 disable BeanUtils DEBUG logs when sonar.verbose is enabled
simonbrandhof [Sun, 30 Oct 2011 09:32:15 +0000 (10:32 +0100)]
SONAR-2914 disable BeanUtils DEBUG logs when sonar.verbose is enabled

12 years agoSONAR-2642 Support Oracle DB for cross-project CPD
Evgeny Mandrikov [Fri, 28 Oct 2011 21:05:02 +0000 (01:05 +0400)]
SONAR-2642 Support Oracle DB for cross-project CPD

12 years agoDon't use ping command to test CommandExecutor
Evgeny Mandrikov [Fri, 28 Oct 2011 20:47:41 +0000 (00:47 +0400)]
Don't use ping command to test CommandExecutor

This command causes strange problems on Windows 7.

12 years agoMove the files derby.log generated by unit tests to target/
simonbrandhof [Fri, 28 Oct 2011 16:55:25 +0000 (18:55 +0200)]
Move the files derby.log generated by unit tests to target/

12 years agoMinor modifications to make it easier to write ITs
Fabrice Bellingard [Fri, 28 Oct 2011 16:33:36 +0000 (18:33 +0200)]
Minor modifications to make it easier to write ITs

12 years agoFix regression on the resource viewer (when no source available)
Fabrice Bellingard [Fri, 28 Oct 2011 13:57:25 +0000 (15:57 +0200)]
Fix regression on the resource viewer (when no source available)

12 years agoSONAR-2584 add support for Java7 in PMD
Simon Brandhof [Fri, 28 Oct 2011 12:46:05 +0000 (14:46 +0200)]
SONAR-2584 add support for Java7 in PMD

12 years agoSONAR-2584 add support for Java7 in Checkstyle and Squid
Simon Brandhof [Fri, 28 Oct 2011 09:11:09 +0000 (11:11 +0200)]
SONAR-2584 add support for Java7 in Checkstyle and Squid

12 years agoMerge branch 'dups'
Fabrice Bellingard [Fri, 28 Oct 2011 12:46:19 +0000 (14:46 +0200)]
Merge branch 'dups'

12 years agoSONAR-2733 Fix bug that highlights 2 rows at the same time
Fabrice Bellingard [Fri, 28 Oct 2011 12:44:43 +0000 (14:44 +0200)]
SONAR-2733 Fix bug that highlights 2 rows at the same time

=> occurs if a duplication is found in the same file

+ improves code for better performances

12 years agoSONAR-2698 Display of arrows to sort columns
Fabrice Bellingard [Fri, 28 Oct 2011 11:39:17 +0000 (13:39 +0200)]
SONAR-2698 Display of arrows to sort columns

12 years agoSONAR-2919 Prevent user from creating twice the same event
Fabrice Bellingard [Fri, 28 Oct 2011 09:14:12 +0000 (11:14 +0200)]
SONAR-2919 Prevent user from creating twice the same event

- Most importantly for versions
- Check also made on any event
- WS API updated accordingly

12 years agoSONAR-2642 use MyBatis ScriptRunner + improve unit test logs + prepare migration...
Simon Brandhof [Thu, 27 Oct 2011 15:10:15 +0000 (17:10 +0200)]
SONAR-2642 use MyBatis ScriptRunner + improve unit test logs + prepare migration of hibernate unit tests on derby

12 years agoImprove boolean parameters of Hibernate HQL queries
Simon Brandhof [Thu, 27 Oct 2011 11:37:43 +0000 (13:37 +0200)]
Improve boolean parameters of Hibernate HQL queries

12 years agoRemove useless files (JS and CSS) from WAR
Fabrice Bellingard [Thu, 27 Oct 2011 16:39:06 +0000 (18:39 +0200)]
Remove useless files (JS and CSS) from WAR

12 years agoSONAR-2733 Display duplicated blocks by group in the resource viewer
Fabrice Bellingard [Thu, 27 Oct 2011 15:51:55 +0000 (17:51 +0200)]
SONAR-2733 Display duplicated blocks by group in the resource viewer

Now waiting for the new table to feed the data that is displayed
by this new duplication tab.

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"