]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
12 years agoSONAR-3437 Use MyBatis in batch mode
David Gageot [Mon, 9 Jul 2012 14:00:49 +0000 (16:00 +0200)]
SONAR-3437 Use MyBatis in batch mode

12 years agoSONAR-3620 Larger text field
David Gageot [Mon, 9 Jul 2012 14:06:10 +0000 (16:06 +0200)]
SONAR-3620 Larger text field

120 cols instead of 40

12 years agoComplete MyBatis ResourceDao
Simon Brandhof [Mon, 9 Jul 2012 16:02:05 +0000 (18:02 +0200)]
Complete MyBatis ResourceDao

* new method insertOrUpdate()
* new criteria in ResourceQuery

12 years agoAdd methods checkColumns() to dbunit helpers
Simon Brandhof [Mon, 9 Jul 2012 15:48:18 +0000 (17:48 +0200)]
Add methods checkColumns() to dbunit helpers

12 years agoSONAR-3437 Use MyBatis instead of Hibernate to improve batch insert
David Gageot [Mon, 9 Jul 2012 09:36:01 +0000 (11:36 +0200)]
SONAR-3437 Use MyBatis instead of Hibernate to improve batch insert

12 years agoSONAR-3437 Prepare for refactoring to MyBatis
David Gageot [Mon, 9 Jul 2012 08:16:32 +0000 (10:16 +0200)]
SONAR-3437 Prepare for refactoring to MyBatis

12 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

12 years agoSONAR-3538 Update the SQALE model for Java
Fabrice Bellingard [Mon, 9 Jul 2012 09:38:39 +0000 (11:38 +0200)]
SONAR-3538 Update the SQALE model for Java

12 years agoFix missing back-slash in FB rule description
Fabrice Bellingard [Mon, 9 Jul 2012 09:38:11 +0000 (11:38 +0200)]
Fix missing back-slash in FB rule description

12 years agoSONAR-3531 Allow to use MultilinesDocTokenizer for html comments
Evgeny Mandrikov [Mon, 9 Jul 2012 08:18:35 +0000 (14:18 +0600)]
SONAR-3531 Allow to use MultilinesDocTokenizer for html comments

12 years agoSONAR-3618 improve support of the Views plugin
Simon Brandhof [Fri, 6 Jul 2012 16:14:14 +0000 (18:14 +0200)]
SONAR-3618 improve support of the Views plugin

12 years agoImprove coverage of FindbugsConfiguration
Evgeny Mandrikov [Mon, 9 Jul 2012 08:07:06 +0000 (14:07 +0600)]
Improve coverage of FindbugsConfiguration

12 years agoSONAR-3572 Remove useless property 'sonar.findbugs.generateXml'
Evgeny Mandrikov [Mon, 9 Jul 2012 06:26:57 +0000 (12:26 +0600)]
SONAR-3572 Remove useless property 'sonar.findbugs.generateXml'

12 years agoSONAR-3626 Fix test for Windows
Evgeny Mandrikov [Mon, 9 Jul 2012 06:41:21 +0000 (12:41 +0600)]
SONAR-3626 Fix test for Windows

12 years agoFix H2 type of RULE_NOTES.DATA and ACTIVE_RULE_NOTES.DATA
Simon Brandhof [Sun, 8 Jul 2012 21:21:12 +0000 (23:21 +0200)]
Fix H2 type of RULE_NOTES.DATA and ACTIVE_RULE_NOTES.DATA

12 years agoFix some quality flaws
Simon Brandhof [Sun, 8 Jul 2012 20:46:49 +0000 (22:46 +0200)]
Fix some quality flaws

12 years agoFix ITS: Revert "SONAR-3618 improve support of the Views plugin"
David Gageot [Sun, 8 Jul 2012 15:41:10 +0000 (17:41 +0200)]
Fix ITS: Revert "SONAR-3618 improve support of the Views plugin"

This reverts commit 4925839fd7c126f25c6352d6688b8fafd5cd81f0.

12 years agoAdd tests to MyBatis RoleMapper
Simon Brandhof [Fri, 6 Jul 2012 17:12:26 +0000 (19:12 +0200)]
Add tests to MyBatis RoleMapper

12 years agoAdd some tests to org.sonar.api.config.Settings
Simon Brandhof [Fri, 6 Jul 2012 16:55:46 +0000 (18:55 +0200)]
Add some tests to org.sonar.api.config.Settings

12 years agoSONAR-3590 Centralize backtrace logging in the Slf4jLogger class
Fabrice Bellingard [Fri, 6 Jul 2012 16:39:00 +0000 (18:39 +0200)]
SONAR-3590 Centralize backtrace logging in the Slf4jLogger class

12 years agoFix copyright header
Simon Brandhof [Fri, 6 Jul 2012 16:31:48 +0000 (18:31 +0200)]
Fix copyright header

12 years agoSONAR-3618 improve support of the Views plugin
Simon Brandhof [Fri, 6 Jul 2012 16:14:14 +0000 (18:14 +0200)]
SONAR-3618 improve support of the Views plugin

12 years agoSONAR-3618 support old versions of Views plugin
Simon Brandhof [Fri, 6 Jul 2012 15:09:30 +0000 (17:09 +0200)]
SONAR-3618 support old versions of Views plugin

12 years agoSONAR-3590 Log all Rails warnings & errors in "sonar.log" file
Fabrice Bellingard [Fri, 6 Jul 2012 15:27:59 +0000 (17:27 +0200)]
SONAR-3590 Log all Rails warnings & errors in "sonar.log" file

=> Initial issue: when an exception is raised in a ruby widget, the
   error stack trace is not logged in the sonar.log file

12 years agoSONAR-3507 H2 driver should be registered before the connection
David Gageot [Fri, 6 Jul 2012 14:41:41 +0000 (16:41 +0200)]
SONAR-3507 H2 driver should be registered before the connection

This works on java6 but not in java5

12 years agoSONAR-3432 Check rule property values
David Gageot [Fri, 6 Jul 2012 13:55:19 +0000 (15:55 +0200)]
SONAR-3432 Check rule property values

We need to keep the compatibility with old values like s,i,r...

12 years agoSONAR-3432 Support rule property types in annotations
David Gageot [Fri, 6 Jul 2012 13:25:10 +0000 (15:25 +0200)]
SONAR-3432 Support rule property types in annotations

12 years agoUnused import
David Gageot [Fri, 6 Jul 2012 13:23:59 +0000 (15:23 +0200)]
Unused import

12 years agoSONAR-3538 Update Java SQALE model with rules from Sonar Common Rules
Fabrice Bellingard [Fri, 6 Jul 2012 13:23:31 +0000 (15:23 +0200)]
SONAR-3538 Update Java SQALE model with rules from Sonar Common Rules

12 years agoAPI: add ResourceType#setProperty(String,boolean) + remove some deprecated methods
Simon Brandhof [Fri, 6 Jul 2012 12:54:55 +0000 (14:54 +0200)]
API: add ResourceType#setProperty(String,boolean) + remove some deprecated methods

12 years agoAPI: add Settings#getStringLines(String key)
Simon Brandhof [Fri, 6 Jul 2012 12:42:40 +0000 (14:42 +0200)]
API: add Settings#getStringLines(String key)

12 years agoSONAR-3618 Better naming of ResourcePermissioning methods
Simon Brandhof [Fri, 6 Jul 2012 09:13:44 +0000 (11:13 +0200)]
SONAR-3618 Better naming of ResourcePermissioning methods

12 years agoSONAR-3618 Add new HTML ids for integration tests
Simon Brandhof [Fri, 6 Jul 2012 08:40:46 +0000 (10:40 +0200)]
SONAR-3618 Add new HTML ids for integration tests

12 years agoSONAR-3626 CommandExecutor: should be possible to specify environment variables
Evgeny Mandrikov [Fri, 6 Jul 2012 12:55:44 +0000 (18:55 +0600)]
SONAR-3626 CommandExecutor: should be possible to specify environment variables

12 years agoSONAR-3432 Support Regular expressions
David Gageot [Fri, 6 Jul 2012 12:24:23 +0000 (14:24 +0200)]
SONAR-3432 Support Regular expressions

12 years agoSONAR-1608 Add index on projects.root_id for better performances
Fabrice Bellingard [Fri, 6 Jul 2012 12:30:10 +0000 (14:30 +0200)]
SONAR-1608 Add index on projects.root_id for better performances

=> when renaming project keys on large databases.

12 years agoSONAR-3432 Larger string field
David Gageot [Fri, 6 Jul 2012 12:20:47 +0000 (14:20 +0200)]
SONAR-3432 Larger string field

12 years agoSONAR-3432 Dead code
David Gageot [Fri, 6 Jul 2012 12:17:41 +0000 (14:17 +0200)]
SONAR-3432 Dead code

12 years agoSONAR-3432 Simplify Ruby code
David Gageot [Fri, 6 Jul 2012 12:11:32 +0000 (14:11 +0200)]
SONAR-3432 Simplify Ruby code

12 years agoSONAR-3432 Fix and Improve rule param validation
David Gageot [Fri, 6 Jul 2012 12:04:26 +0000 (14:04 +0200)]
SONAR-3432 Fix and Improve rule param validation

12 years agoSONAR-3432 Partially migrate rule param types to new names
David Gageot [Fri, 6 Jul 2012 11:51:26 +0000 (13:51 +0200)]
SONAR-3432 Partially migrate rule param types to new names

12 years agoSONAR-3432 Update documentation
David Gageot [Fri, 6 Jul 2012 11:40:16 +0000 (13:40 +0200)]
SONAR-3432 Update documentation

12 years agoSONAR-3432 Clean-up ruby code
David Gageot [Fri, 6 Jul 2012 11:40:08 +0000 (13:40 +0200)]
SONAR-3432 Clean-up ruby code

12 years agoSONAR-1995 Use TEXT input for xpath expression in XPath Rule
David Gageot [Fri, 6 Jul 2012 11:39:45 +0000 (13:39 +0200)]
SONAR-1995 Use TEXT input for xpath expression in XPath Rule

12 years agoSONAR-3620 Define a new TEXT widget property type
David Gageot [Fri, 6 Jul 2012 11:39:14 +0000 (13:39 +0200)]
SONAR-3620 Define a new TEXT widget property type

12 years agoSONAR-3432 fix and format html
David Gageot [Fri, 6 Jul 2012 10:55:57 +0000 (12:55 +0200)]
SONAR-3432 fix and format html

12 years agoSONAR-3432 show input field for lists
David Gageot [Fri, 6 Jul 2012 10:49:55 +0000 (12:49 +0200)]
SONAR-3432 show input field for lists

12 years agoSONAR-3432 unused code
David Gageot [Fri, 6 Jul 2012 10:49:29 +0000 (12:49 +0200)]
SONAR-3432 unused code

12 years agoSONAR-2614 Add time spent on deletion
Fabrice Bellingard [Fri, 6 Jul 2012 10:38:04 +0000 (12:38 +0200)]
SONAR-2614 Add time spent on deletion

12 years agoSONAR-2614 Sort resources by name
Fabrice Bellingard [Fri, 6 Jul 2012 10:06:01 +0000 (12:06 +0200)]
SONAR-2614 Sort resources by name

12 years agoSONAR-3432 reuse input field generation code
David Gageot [Fri, 6 Jul 2012 09:55:33 +0000 (11:55 +0200)]
SONAR-3432 reuse input field generation code

12 years agoSONAR-3497 The repository name should be "Common Sonar"
Fabrice Bellingard [Fri, 6 Jul 2012 09:19:37 +0000 (11:19 +0200)]
SONAR-3497 The repository name should be "Common Sonar"

=> It should not depend on the language name

12 years agoNasty Hack to make active record ignore two columns in user system table
David Gageot [Fri, 6 Jul 2012 09:06:34 +0000 (11:06 +0200)]
Nasty Hack to make active record ignore two columns in user system table

We need to find a better solution.

12 years agoFix folder name forgotten during migration to h2
David Gageot [Fri, 6 Jul 2012 09:04:59 +0000 (11:04 +0200)]
Fix folder name forgotten during migration to h2

12 years agoFix violations
David Gageot [Thu, 5 Jul 2012 21:35:22 +0000 (23:35 +0200)]
Fix violations

12 years agoSONAR-3618 add HTML ids for integration tests
Simon Brandhof [Fri, 6 Jul 2012 07:54:19 +0000 (09:54 +0200)]
SONAR-3618 add HTML ids for integration tests

12 years agoAdd MyBatis RoleMapper for Oracle
Simon Brandhof [Fri, 6 Jul 2012 07:27:14 +0000 (09:27 +0200)]
Add MyBatis RoleMapper for Oracle

12 years agoSONAR-3572 FindBugs plugin should log violation only on the primary location of a...
Evgeny Mandrikov [Fri, 6 Jul 2012 05:17:42 +0000 (11:17 +0600)]
SONAR-3572 FindBugs plugin should log violation only on the primary location of a bug instance

12 years agoSONAR-3618 cosmetic improvements of role manamagent pages
Simon Brandhof [Thu, 5 Jul 2012 22:28:20 +0000 (00:28 +0200)]
SONAR-3618 cosmetic improvements of role manamagent pages

12 years agoH2 migration restore previous method to list db tables
David Gageot [Thu, 5 Jul 2012 16:27:37 +0000 (18:27 +0200)]
H2 migration restore previous method to list db tables

12 years agoSONAR-3543 Fail analysis if a project has no files
Fabrice Bellingard [Thu, 5 Jul 2012 16:00:16 +0000 (18:00 +0200)]
SONAR-3543 Fail analysis if a project has no files

=> The Sonar analysis must fail when a project has been analysed
   but the measure 'files' is 0.

12 years agoSONAR-3432 Add feedback on rule property validation
David Gageot [Thu, 5 Jul 2012 15:13:08 +0000 (17:13 +0200)]
SONAR-3432 Add feedback on rule property validation

12 years agoSONAR-3618 Support custom default permissions for non-project resources
Simon Brandhof [Thu, 5 Jul 2012 14:40:16 +0000 (16:40 +0200)]
SONAR-3618 Support custom default permissions for non-project resources

12 years agoSONAR-3618 move default permissions to PROPERTIES
Simon Brandhof [Mon, 2 Jul 2012 09:35:43 +0000 (11:35 +0200)]
SONAR-3618 move default permissions to PROPERTIES

* add MyBatis mappers for GROUPS, GROUP_ROLES, USERS and USER_ROLES.

12 years agoSONAR-3432 Prepare Rules Parameters to use shared code
David Gageot [Thu, 5 Jul 2012 14:43:54 +0000 (16:43 +0200)]
SONAR-3432 Prepare Rules Parameters to use shared code

12 years agoSONAR-3551 Fix issue on Chrome for the last tables
Fabrice Bellingard [Thu, 5 Jul 2012 14:41:59 +0000 (16:41 +0200)]
SONAR-3551 Fix issue on Chrome for the last tables

12 years agoSONAR-3432 Prepare for shared code
David Gageot [Thu, 5 Jul 2012 14:24:02 +0000 (16:24 +0200)]
SONAR-3432 Prepare for shared code

12 years agoSONAR-3432 Add password property type for widgets
David Gageot [Thu, 5 Jul 2012 14:12:53 +0000 (16:12 +0200)]
SONAR-3432 Add password property type for widgets

12 years agoSONAR-3432 Add text property type for widgets
David Gageot [Thu, 5 Jul 2012 14:06:52 +0000 (16:06 +0200)]
SONAR-3432 Add text property type for widgets

12 years agoProperties
David Gageot [Thu, 5 Jul 2012 13:07:24 +0000 (15:07 +0200)]
Properties

12 years agoFix html input syntax
David Gageot [Thu, 5 Jul 2012 08:02:41 +0000 (10:02 +0200)]
Fix html input syntax

12 years agoSONAR-2333 Add new rule to report about cycles between packages
Evgeny Mandrikov [Thu, 5 Jul 2012 12:38:29 +0000 (18:38 +0600)]
SONAR-2333 Add new rule to report about cycles between packages

* Add rule to the "Sonar way" profile
* Compute cost of fix of violation

12 years agoSONAR-3613 metric_domain.Reviews is missing in core.properties
Fabrice Bellingard [Thu, 5 Jul 2012 12:49:50 +0000 (14:49 +0200)]
SONAR-3613 metric_domain.Reviews is missing in core.properties

12 years agoSONAR-3627 Quality Profile: Rename "Plugin" into "Repository"
Fabrice Bellingard [Thu, 5 Jul 2012 12:46:08 +0000 (14:46 +0200)]
SONAR-3627 Quality Profile: Rename "Plugin" into "Repository"

12 years agoSONAR-2333 Add new rule to report about cycles between packages
Evgeny Mandrikov [Thu, 5 Jul 2012 10:40:24 +0000 (16:40 +0600)]
SONAR-2333 Add new rule to report about cycles between packages

12 years agoSONAR-3593 move EmailSettings to org.sonar.api.conf
Simon Brandhof [Thu, 5 Jul 2012 10:21:12 +0000 (12:21 +0200)]
SONAR-3593 move EmailSettings to org.sonar.api.conf

12 years agoSONAR-2614 Fix issue on Chrome
Fabrice Bellingard [Thu, 5 Jul 2012 09:52:50 +0000 (11:52 +0200)]
SONAR-2614 Fix issue on Chrome

12 years agoSONAR-3624 Fix typos in PMD XPath rule template
Evgeny Mandrikov [Thu, 5 Jul 2012 08:30:42 +0000 (14:30 +0600)]
SONAR-3624 Fix typos in PMD XPath rule template

12 years agoSONAR-3570 Project "deletion" should run asynchronously
Fabrice Bellingard [Thu, 5 Jul 2012 08:27:58 +0000 (10:27 +0200)]
SONAR-3570 Project "deletion" should run asynchronously

=> To prevent HTTP timeout.

12 years agoRevert "SONAR-3529 First baby step in providing property sets"
David Gageot [Thu, 5 Jul 2012 07:28:50 +0000 (09:28 +0200)]
Revert "SONAR-3529 First baby step in providing property sets"

This reverts commit b547f32a3de0381e41b2da6cfab1545f7447b315.

12 years agoRevert "Fix compatibility with Java 5"
David Gageot [Thu, 5 Jul 2012 07:28:39 +0000 (09:28 +0200)]
Revert "Fix compatibility with Java 5"

This reverts commit d46e36a21f012c4acac4421a3ec5f680a5046e20.

12 years agoRevert "Fix compilation with Java 1.5"
David Gageot [Thu, 5 Jul 2012 07:28:31 +0000 (09:28 +0200)]
Revert "Fix compilation with Java 1.5"

This reverts commit b2ae917fef0c1cd678de4350f748e978e866599b.

12 years agoRevert "SONAR-3529 Display properties in same order as annotation"
David Gageot [Thu, 5 Jul 2012 07:28:21 +0000 (09:28 +0200)]
Revert "SONAR-3529 Display properties in same order as annotation"

This reverts commit f5ddbab60c57c9eb0d1dac904268f0fdfbf8f8f2.

12 years agoSONAR-3529 Display properties in same order as annotation
David Gageot [Thu, 5 Jul 2012 07:00:27 +0000 (09:00 +0200)]
SONAR-3529 Display properties in same order as annotation

12 years agoSONAR-3119 Report only one violation per block of commented out lines of code
Evgeny Mandrikov [Wed, 4 Jul 2012 18:15:05 +0000 (00:15 +0600)]
SONAR-3119 Report only one violation per block of commented out lines of code

12 years agoFix compilation with Java 1.5
Evgeny Mandrikov [Wed, 4 Jul 2012 19:00:31 +0000 (01:00 +0600)]
Fix compilation with Java 1.5

12 years agoFix compatibility with Java 5
Evgeny Mandrikov [Wed, 4 Jul 2012 18:17:29 +0000 (00:17 +0600)]
Fix compatibility with Java 5

12 years agoSONAR-3529 First baby step in providing property sets
David Gageot [Wed, 4 Jul 2012 16:02:37 +0000 (18:02 +0200)]
SONAR-3529 First baby step in providing property sets

12 years agoFix this annoying long test that explains why it takes 5s to stop Sonar
David Gageot [Wed, 4 Jul 2012 16:01:33 +0000 (18:01 +0200)]
Fix this annoying long test that explains why it takes 5s to stop Sonar

12 years agoFixes and improvements on H2 migration
David Gageot [Wed, 4 Jul 2012 14:36:16 +0000 (16:36 +0200)]
Fixes and improvements on H2 migration

12 years agoFix warnings
David Gageot [Wed, 4 Jul 2012 14:30:00 +0000 (16:30 +0200)]
Fix warnings

12 years agoSimpler code
David Gageot [Wed, 4 Jul 2012 14:27:25 +0000 (16:27 +0200)]
Simpler code

12 years agoFix bug
David Gageot [Wed, 4 Jul 2012 14:23:00 +0000 (16:23 +0200)]
Fix bug

12 years agoSONAR-1608 Fix test
Fabrice Bellingard [Wed, 4 Jul 2012 14:15:58 +0000 (16:15 +0200)]
SONAR-1608 Fix test

12 years agoSONAR-1608 Variable renaming for more consistency
Fabrice Bellingard [Wed, 4 Jul 2012 14:00:53 +0000 (16:00 +0200)]
SONAR-1608 Variable renaming for more consistency

12 years agoSONAR-1608 Improve error messages
Fabrice Bellingard [Wed, 4 Jul 2012 13:57:22 +0000 (15:57 +0200)]
SONAR-1608 Improve error messages

12 years agoSONAR-1608 Update labels
Fabrice Bellingard [Wed, 4 Jul 2012 13:21:21 +0000 (15:21 +0200)]
SONAR-1608 Update labels

12 years agoSONAR-1608 Display all impacts of bulk change in confirmation page
Fabrice Bellingard [Wed, 4 Jul 2012 13:07:05 +0000 (15:07 +0200)]
SONAR-1608 Display all impacts of bulk change in confirmation page

+ allow to replace any string of the key, not only the beginning.

12 years agoSONAR-1608 Improve input fields (size and example)
Fabrice Bellingard [Wed, 4 Jul 2012 10:12:29 +0000 (12:12 +0200)]
SONAR-1608 Improve input fields (size and example)

12 years agoSONAR-1608 Fix issue on Chrome
Fabrice Bellingard [Wed, 4 Jul 2012 09:43:36 +0000 (11:43 +0200)]
SONAR-1608 Fix issue on Chrome