]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
11 years agoSONAR-3108 Improve log to look like the main exclusions/inclusions
Fabrice Bellingard [Mon, 18 Feb 2013 14:12:46 +0000 (15:12 +0100)]
SONAR-3108 Improve log to look like the main exclusions/inclusions

11 years agoSONAR-4138 Warn user if deactivated metric exists in DB
Fabrice Bellingard [Mon, 18 Feb 2013 13:58:29 +0000 (14:58 +0100)]
SONAR-4138 Warn user if deactivated metric exists in DB

=> If a user tries to create a metric with a name already used by a
   deactivated metric.

11 years agoSONAR-4138 Do not delete manual metrics, just deactivate them
Fabrice Bellingard [Mon, 18 Feb 2013 11:33:43 +0000 (12:33 +0100)]
SONAR-4138 Do not delete manual metrics, just deactivate them

=> Deleting a manual metric should lead to deactivate the metric in
   the Sonar DB and not to fully drop it

11 years agoFix inclusions by absolute path and improve documentation
Simon Brandhof [Mon, 18 Feb 2013 13:22:09 +0000 (14:22 +0100)]
Fix inclusions by absolute path and improve documentation

11 years agoFix backward-compatibility. File system can be changed by sensors...
Simon Brandhof [Mon, 18 Feb 2013 12:13:58 +0000 (13:13 +0100)]
Fix backward-compatibility. File system can be changed by sensors...

11 years agoSONAR-4137 fix varchar indices on mysql 5.6
Simon Brandhof [Mon, 18 Feb 2013 12:12:16 +0000 (13:12 +0100)]
SONAR-4137 fix varchar indices on mysql 5.6

11 years agoSONAR-4137 fix size of MySQL index of PROPERTIES.PROP_KEY
Simon Brandhof [Mon, 18 Feb 2013 09:53:45 +0000 (10:53 +0100)]
SONAR-4137 fix size of MySQL index of PROPERTIES.PROP_KEY

11 years agoMerge pull request #24 from Batmat/fix-typo
Fabrice Bellingard [Mon, 18 Feb 2013 10:37:58 +0000 (02:37 -0800)]
Merge pull request #24 from Batmat/fix-typo

Fixing typo.

11 years agoSONAR-3108 Improve description of the exclusion property
Fabrice Bellingard [Mon, 18 Feb 2013 10:32:45 +0000 (11:32 +0100)]
SONAR-3108 Improve description of the exclusion property

11 years agoSONAR-3108 Log exclusions when defined
Fabrice Bellingard [Mon, 18 Feb 2013 10:27:19 +0000 (11:27 +0100)]
SONAR-3108 Log exclusions when defined

11 years agoSONAR-3583 Do not save violation if rule does not exist in DB (= no ID)
Fabrice Bellingard [Mon, 18 Feb 2013 09:27:16 +0000 (10:27 +0100)]
SONAR-3583 Do not save violation if rule does not exist in DB (= no ID)

11 years agoFixing typo. 24/head
Baptiste Mathus [Mon, 18 Feb 2013 08:59:02 +0000 (09:59 +0100)]
Fixing typo.

11 years agoSONAR-4037 Fix bug on measures filter edit
Fabrice Bellingard [Fri, 15 Feb 2013 16:19:28 +0000 (17:19 +0100)]
SONAR-4037 Fix bug on measures filter edit

=> If a pending updated Measures filter is "saved" without having first
   "Closed" the "Change Columns" (or "Change Treemap") section most,
   last column changes are lost

11 years agoSONAR-4042 Don't save the page ID when saving a measure filter
Fabrice Bellingard [Fri, 15 Feb 2013 15:14:36 +0000 (16:14 +0100)]
SONAR-4042 Don't save the page ID when saving a measure filter

=> When saving a Measure Filter from a page which is not the first
   result page, this page is always displayed by default

11 years agoAdd missing tests
Simon Brandhof [Fri, 15 Feb 2013 14:52:50 +0000 (15:52 +0100)]
Add missing tests

11 years agoFix some CSS issues in resource viewers
Simon Brandhof [Fri, 15 Feb 2013 14:52:33 +0000 (15:52 +0100)]
Fix some CSS issues in resource viewers

11 years agoSONAR-3108 Add new property to exclude files from duplication detection
Fabrice Bellingard [Fri, 15 Feb 2013 12:51:23 +0000 (13:51 +0100)]
SONAR-3108 Add new property to exclude files from duplication detection

11 years agoSONAR-3108 Replace deprecated calls
Fabrice Bellingard [Thu, 14 Feb 2013 13:48:16 +0000 (14:48 +0100)]
SONAR-3108 Replace deprecated calls

11 years agoSONAR-3108 Replace deprecated calls
Fabrice Bellingard [Thu, 14 Feb 2013 11:45:06 +0000 (12:45 +0100)]
SONAR-3108 Replace deprecated calls

11 years agoFix minimum acceptable size of zip
Simon Brandhof [Fri, 15 Feb 2013 11:32:00 +0000 (12:32 +0100)]
Fix minimum acceptable size of zip

11 years agoSONAR-3837 Fix violation tracking mechanism
Evgeny Mandrikov [Fri, 15 Feb 2013 11:15:40 +0000 (12:15 +0100)]
SONAR-3837 Fix violation tracking mechanism

11 years agoRefactor the filesystem API in order to allow to provide its own exclusions
Simon Brandhof [Fri, 15 Feb 2013 08:43:11 +0000 (09:43 +0100)]
Refactor the filesystem API in order to allow to provide its own exclusions

11 years agoFix Semaphore test on Oracle
Simon Brandhof [Fri, 15 Feb 2013 08:23:19 +0000 (09:23 +0100)]
Fix Semaphore test on Oracle

11 years agoSONAR-3837 Improve violation tracking mechanism
Evgeny Mandrikov [Thu, 14 Feb 2013 15:29:45 +0000 (16:29 +0100)]
SONAR-3837 Improve violation tracking mechanism

11 years agoSONAR-3317 improve memory usage in export of dry run db
Simon Brandhof [Thu, 14 Feb 2013 17:44:34 +0000 (18:44 +0100)]
SONAR-3317 improve memory usage in export of dry run db

11 years agoFix log level of batch working dir
Simon Brandhof [Thu, 14 Feb 2013 17:39:43 +0000 (18:39 +0100)]
Fix log level of batch working dir

11 years agoReplace snapshot id by component key and add a link on a test to directly list files...
Julien Lancelot [Thu, 14 Feb 2013 15:10:09 +0000 (16:10 +0100)]
Replace snapshot id by component key and add a link on a test to directly list files covered by this test

11 years agoDo not display the horizontal scroll bar on accordion medium mode
Julien Lancelot [Thu, 14 Feb 2013 14:19:32 +0000 (15:19 +0100)]
Do not display the horizontal scroll bar on accordion medium mode

11 years agoAdd a html class on the period select box
Julien Lancelot [Thu, 14 Feb 2013 14:18:49 +0000 (15:18 +0100)]
Add a html class on the period select box

11 years agoLittle css improvement of test file name
Julien Lancelot [Thu, 14 Feb 2013 12:48:38 +0000 (13:48 +0100)]
Little css improvement of test file name

11 years agoFix message parameters issue
Julien Lancelot [Thu, 14 Feb 2013 12:43:49 +0000 (13:43 +0100)]
Fix message parameters issue

11 years agoSONAR-4012 Fix missing html escape on project name and key
Julien Lancelot [Thu, 14 Feb 2013 11:39:47 +0000 (12:39 +0100)]
SONAR-4012 Fix missing html escape on project name and key

11 years agoTry to fix SemaphoreDaoTest on mysql
Simon Brandhof [Thu, 14 Feb 2013 11:18:17 +0000 (12:18 +0100)]
Try to fix SemaphoreDaoTest on mysql

11 years agoUpgrade to sonar-java 1.2-M2
Simon Brandhof [Thu, 14 Feb 2013 11:13:27 +0000 (12:13 +0100)]
Upgrade to sonar-java 1.2-M2

11 years agoSONAR-3317 fix possible copy of inverted columns
Simon Brandhof [Thu, 14 Feb 2013 10:10:46 +0000 (11:10 +0100)]
SONAR-3317 fix possible copy of inverted columns

11 years agoFix css issue on global violation due to replacement of html d by html class
Julien Lancelot [Thu, 14 Feb 2013 10:54:10 +0000 (11:54 +0100)]
Fix css issue on global violation due to replacement of html d by html class

11 years agoAdd missing unit test
Simon Brandhof [Thu, 14 Feb 2013 09:34:50 +0000 (10:34 +0100)]
Add missing unit test

11 years agoFix backward-compatibility of DefaultProjectFileSystem
Simon Brandhof [Thu, 14 Feb 2013 08:12:24 +0000 (09:12 +0100)]
Fix backward-compatibility of DefaultProjectFileSystem

11 years agoFix possible null pointer dereference
Simon Brandhof [Thu, 14 Feb 2013 07:51:21 +0000 (08:51 +0100)]
Fix possible null pointer dereference

11 years agoRevert "Set sonar-update-center-common version to 1.5-SNAPSHOT"
Julien Lancelot [Wed, 13 Feb 2013 17:40:27 +0000 (18:40 +0100)]
Revert "Set sonar-update-center-common version to 1.5-SNAPSHOT"

This reverts commit 9d7ba3981d3bcd1b2eaf7681adb62f04bafa6286.

11 years agoRevert "SONAR-3976 Introduce the concept of plugin group"
Julien Lancelot [Wed, 13 Feb 2013 17:38:07 +0000 (18:38 +0100)]
Revert "SONAR-3976 Introduce the concept of plugin group"

This reverts commit e1bccb1b2268d6b2bd809c6699e4e96f832c513d.

11 years agoRevert "Revert unit tests name modification"
Julien Lancelot [Wed, 13 Feb 2013 17:32:58 +0000 (18:32 +0100)]
Revert "Revert unit tests name modification"

This reverts commit 47d1b68933bdc85aed1c90a2fd8e26bb595f9bb7.

11 years agoFix property descriptions
Simon Brandhof [Wed, 13 Feb 2013 22:16:54 +0000 (23:16 +0100)]
Fix property descriptions

11 years agoFix quality flaws
Simon Brandhof [Wed, 13 Feb 2013 22:12:41 +0000 (23:12 +0100)]
Fix quality flaws

11 years agoImprove stability of SemaphoreUpdaterTest
Simon Brandhof [Wed, 13 Feb 2013 18:06:13 +0000 (19:06 +0100)]
Improve stability of SemaphoreUpdaterTest

11 years agoSONAR-1896 improve proeprty descriptions
Simon Brandhof [Wed, 13 Feb 2013 18:05:36 +0000 (19:05 +0100)]
SONAR-1896 improve proeprty descriptions

11 years agoSONAR-2760 file exclusions by absolute path
Simon Brandhof [Wed, 13 Feb 2013 18:05:05 +0000 (19:05 +0100)]
SONAR-2760 file exclusions by absolute path

11 years agoSONAR-4053 improve stability of unit test
Simon Brandhof [Wed, 13 Feb 2013 17:39:16 +0000 (18:39 +0100)]
SONAR-4053 improve stability of unit test

11 years agoSONAR-1896 update property descriptions
Simon Brandhof [Wed, 13 Feb 2013 17:38:33 +0000 (18:38 +0100)]
SONAR-1896 update property descriptions

11 years agoRevert unit tests name modification
Julien Lancelot [Wed, 13 Feb 2013 17:08:21 +0000 (18:08 +0100)]
Revert unit tests name modification

11 years agoSet sonar-update-center-common version to 1.5-SNAPSHOT
Julien Lancelot [Wed, 13 Feb 2013 17:04:55 +0000 (18:04 +0100)]
Set sonar-update-center-common version to 1.5-SNAPSHOT

11 years agoSONAR-3976 Introduce the concept of plugin group
Julien Lancelot [Wed, 13 Feb 2013 16:53:02 +0000 (17:53 +0100)]
SONAR-3976 Introduce the concept of plugin group

11 years agoAdd unit test to ListTasksTask
Simon Brandhof [Wed, 13 Feb 2013 16:51:42 +0000 (17:51 +0100)]
Add unit test to ListTasksTask

11 years agoSONAR-4053 re-enable unit test
Simon Brandhof [Wed, 13 Feb 2013 16:42:59 +0000 (17:42 +0100)]
SONAR-4053 re-enable unit test

11 years agoSONAR-4053 improve stability of unit test
Simon Brandhof [Wed, 13 Feb 2013 16:40:52 +0000 (17:40 +0100)]
SONAR-4053 improve stability of unit test

11 years agoSONAR-1896 Rename names of properties
Simon Brandhof [Wed, 13 Feb 2013 16:13:08 +0000 (17:13 +0100)]
SONAR-1896 Rename names of properties

11 years agoRemove unused constructor in IllegalPathException
Simon Brandhof [Wed, 13 Feb 2013 15:31:40 +0000 (16:31 +0100)]
Remove unused constructor in IllegalPathException

11 years agoMove Maven stuff into a dedicated package
Simon Brandhof [Wed, 13 Feb 2013 15:21:45 +0000 (16:21 +0100)]
Move Maven stuff into a dedicated package

11 years agoFix some quality flaws
Simon Brandhof [Wed, 13 Feb 2013 14:33:58 +0000 (15:33 +0100)]
Fix some quality flaws

11 years agoFix loading of source encoding from Maven POM
Simon Brandhof [Wed, 13 Feb 2013 14:33:43 +0000 (15:33 +0100)]
Fix loading of source encoding from Maven POM

11 years agoRemove log input
Julien Lancelot [Wed, 13 Feb 2013 11:11:25 +0000 (12:11 +0100)]
Remove log input

11 years agoSONAR-4129 reduce padding in rules widget
Simon Brandhof [Wed, 13 Feb 2013 09:02:53 +0000 (10:02 +0100)]
SONAR-4129 reduce padding in rules widget

11 years agoSONAR-4129 add padding to trend icons
Simon Brandhof [Wed, 13 Feb 2013 08:34:38 +0000 (09:34 +0100)]
SONAR-4129 add padding to trend icons

11 years agoFix header
Simon Brandhof [Wed, 13 Feb 2013 08:09:52 +0000 (09:09 +0100)]
Fix header

11 years agoFix quality flaws
Simon Brandhof [Tue, 12 Feb 2013 22:23:05 +0000 (23:23 +0100)]
Fix quality flaws

11 years agoRevert to sonar-java 1.1
Simon Brandhof [Tue, 12 Feb 2013 22:22:56 +0000 (23:22 +0100)]
Revert to sonar-java 1.1

11 years agoSONAR-1896 SONAR-3739 improve the API of scan file system
Simon Brandhof [Tue, 12 Feb 2013 16:56:00 +0000 (17:56 +0100)]
SONAR-1896 SONAR-3739 improve the API of scan file system

11 years agoRemove useless log output
Fabrice Bellingard [Tue, 12 Feb 2013 13:19:02 +0000 (14:19 +0100)]
Remove useless log output

11 years agoSONAR-4053 Try to fix thread lock issue with SemaphoreUpdater
Julien HENRY [Tue, 12 Feb 2013 11:53:09 +0000 (12:53 +0100)]
SONAR-4053 Try to fix thread lock issue with SemaphoreUpdater

11 years agoUpdate deprecated link
Fabrice Bellingard [Tue, 12 Feb 2013 11:50:47 +0000 (12:50 +0100)]
Update deprecated link

11 years agoDo not display sidebar when zooming on a file
Julien Lancelot [Tue, 12 Feb 2013 10:28:57 +0000 (11:28 +0100)]
Do not display sidebar when zooming on a file

11 years agoSONAR-1896 ResourceFilter extension based on file exclusions
Simon Brandhof [Mon, 11 Feb 2013 19:18:05 +0000 (20:18 +0100)]
SONAR-1896 ResourceFilter extension based on file exclusions

11 years agoSONAR-4053 Increase connection pool size for SemaphoreUpdater
Julien HENRY [Tue, 12 Feb 2013 08:38:27 +0000 (09:38 +0100)]
SONAR-4053 Increase connection pool size for SemaphoreUpdater

11 years agoRestore More actions link (because of a previous replacement of an id by a html class)
Julien Lancelot [Tue, 12 Feb 2013 07:26:34 +0000 (08:26 +0100)]
Restore More actions link (because of a previous replacement of an id by a html class)

11 years agoAdd messages on tests component
Julien Lancelot [Mon, 11 Feb 2013 18:13:44 +0000 (19:13 +0100)]
Add messages on tests component

11 years agoSONAR-4053 Try to fix JUnit test (thread timing issue)
Julien HENRY [Mon, 11 Feb 2013 17:54:06 +0000 (18:54 +0100)]
SONAR-4053 Try to fix JUnit test (thread timing issue)

11 years agoSONAR-3843 Fix issue with submodules
Julien Lancelot [Mon, 11 Feb 2013 17:35:04 +0000 (18:35 +0100)]
SONAR-3843 Fix issue with submodules

11 years agoSONAR-2291 Minor improvement
Julien HENRY [Mon, 11 Feb 2013 16:59:49 +0000 (17:59 +0100)]
SONAR-2291 Minor improvement

11 years agoSONAR-4053 Automatically release semaphores when outdated
Julien HENRY [Mon, 11 Feb 2013 16:58:56 +0000 (17:58 +0100)]
SONAR-4053 Automatically release semaphores when outdated

11 years agoSONAR-2291 Copy plugin before extracting metadata
Julien HENRY [Mon, 11 Feb 2013 10:29:52 +0000 (11:29 +0100)]
SONAR-2291 Copy plugin before extracting metadata
in order to avoid file locking on Windows

11 years agoFix enforcer rule on size of zip
Simon Brandhof [Mon, 11 Feb 2013 16:55:21 +0000 (17:55 +0100)]
Fix enforcer rule on size of zip

Size range was too small to support the different build environments.

11 years agoSONAR-1896 add unit tests
Simon Brandhof [Mon, 11 Feb 2013 16:43:46 +0000 (17:43 +0100)]
SONAR-1896 add unit tests

11 years agoUpgrade maven enforcer and release plugins
Simon Brandhof [Mon, 11 Feb 2013 16:43:16 +0000 (17:43 +0100)]
Upgrade maven enforcer and release plugins

11 years agoUpgrade to buildnumber-maven-plugin 1.2 in order to remove use of repo tmatesoft.com
Simon Brandhof [Mon, 11 Feb 2013 16:27:28 +0000 (17:27 +0100)]
Upgrade to buildnumber-maven-plugin 1.2 in order to remove use of repo tmatesoft.com

11 years agoRemove unused icons
Simon Brandhof [Mon, 11 Feb 2013 16:19:12 +0000 (17:19 +0100)]
Remove unused icons

11 years agoFix compatibility with Java 5
Simon Brandhof [Mon, 11 Feb 2013 16:11:30 +0000 (17:11 +0100)]
Fix compatibility with Java 5

11 years agoSONAR-2291 fix bad message
Simon Brandhof [Mon, 11 Feb 2013 16:11:10 +0000 (17:11 +0100)]
SONAR-2291 fix bad message

11 years agoSONAR-2291 improve warning when temp folder and user cache are not on the same hard...
Simon Brandhof [Mon, 11 Feb 2013 16:07:10 +0000 (17:07 +0100)]
SONAR-2291 improve warning when temp folder and user cache are not on the same hard drive

11 years agoSONAR-4129 missing icons
Simon Brandhof [Mon, 11 Feb 2013 16:06:33 +0000 (17:06 +0100)]
SONAR-4129 missing icons

11 years agoSONAR-1896 refactor file system components used during project analysis
Simon Brandhof [Mon, 11 Feb 2013 16:00:07 +0000 (17:00 +0100)]
SONAR-1896 refactor file system components used during project analysis

11 years agoRevert SONAR-3843 Unable to determine structure of Maven project
Julien Lancelot [Mon, 11 Feb 2013 15:10:02 +0000 (16:10 +0100)]
Revert SONAR-3843 Unable to determine structure of Maven project

11 years agoSet focus on new accordion element with animation
Julien Lancelot [Mon, 11 Feb 2013 15:08:06 +0000 (16:08 +0100)]
Set focus on new accordion element with animation

11 years agoSONAR-4129 smaller icons (10x10px)
Simon Brandhof [Mon, 11 Feb 2013 14:53:17 +0000 (15:53 +0100)]
SONAR-4129 smaller icons (10x10px)

11 years agoSONAR-2291 Fix unit test on Windows
Simon Brandhof [Mon, 11 Feb 2013 14:52:39 +0000 (15:52 +0100)]
SONAR-2291 Fix unit test on Windows

11 years agoSONAR-2291 fix instability regression when temp dir is not in the same drive partitio...
Simon Brandhof [Mon, 11 Feb 2013 14:23:47 +0000 (15:23 +0100)]
SONAR-2291 fix instability regression when temp dir is not in the same drive partition than cache

11 years agoSONAR-3843 Unable to determine structure of Maven project
Julien Lancelot [Mon, 11 Feb 2013 14:10:55 +0000 (15:10 +0100)]
SONAR-3843 Unable to determine structure of Maven project

11 years agoRename pico *Module classes to *Container to not confuse with Sonar Module concept
Julien HENRY [Mon, 11 Feb 2013 09:33:54 +0000 (10:33 +0100)]
Rename pico *Module classes to *Container to not confuse with Sonar Module concept

11 years agoFix unit test
Simon Brandhof [Sun, 10 Feb 2013 19:25:00 +0000 (20:25 +0100)]
Fix unit test

11 years agoSONAR-2291 lower-case hash
Simon Brandhof [Sun, 10 Feb 2013 18:09:45 +0000 (19:09 +0100)]
SONAR-2291 lower-case hash

11 years agoRemove unused import
Simon Brandhof [Fri, 8 Feb 2013 13:44:26 +0000 (14:44 +0100)]
Remove unused import