]>
source.dussan.org Git - sonarqube.git/log
Stephane Gamard [Thu, 7 Aug 2014 11:56:22 +0000 (13:56 +0200)]
Info log level for ES (Only used in tests)
Stephane Gamard [Thu, 7 Aug 2014 11:55:12 +0000 (13:55 +0200)]
SONAR-4898 - Created a DummyOKApplication for Unit test of ProcessWrapper
Jean-Baptiste Lievremont [Thu, 7 Aug 2014 12:00:53 +0000 (14:00 +0200)]
Add missing license header
Jean-Baptiste Lievremont [Thu, 7 Aug 2014 11:55:45 +0000 (13:55 +0200)]
SONAR-4907 Add search index related info to system info page
Simon Brandhof [Thu, 7 Aug 2014 10:57:49 +0000 (12:57 +0200)]
SONAR-5519 create temp directory if not exists at startup
Simon Brandhof [Thu, 7 Aug 2014 10:50:07 +0000 (12:50 +0200)]
SONAR-5522 Fail to add or remove users from groups that do not have description (Oracle DB only)
Stephane Gamard [Thu, 7 Aug 2014 08:59:13 +0000 (10:59 +0200)]
SONAR-5483 - Fixed null rack_id in searchProcess and ESNode
Stephane Gamard [Thu, 7 Aug 2014 08:03:05 +0000 (10:03 +0200)]
SONAR-5483 - Added Cluster zone-awareness using rack_id
Simon Brandhof [Thu, 7 Aug 2014 07:41:40 +0000 (09:41 +0200)]
Fix test when test env declares some system properties starting with "sonar."
Jean-Baptiste Lievremont [Thu, 7 Aug 2014 07:09:26 +0000 (09:09 +0200)]
Relax assertions on tests
Simon Brandhof [Wed, 6 Aug 2014 22:49:53 +0000 (00:49 +0200)]
Fix merge
Simon Brandhof [Wed, 6 Aug 2014 22:23:31 +0000 (00:23 +0200)]
No need to repeat default property values in SearchServer
Simon Brandhof [Wed, 6 Aug 2014 22:23:05 +0000 (00:23 +0200)]
SONAR-5518 Remove the property sonar.embeddedDatabase.dataDir
Simon Brandhof [Wed, 6 Aug 2014 22:01:38 +0000 (00:01 +0200)]
SONAR-5499 Do not allow to change the distributed JDBC drivers
Jean-Baptiste Lievremont [Wed, 6 Aug 2014 16:26:25 +0000 (18:26 +0200)]
SONAR-4907 Display search cluster and node information in system info page
Stephane Gamard [Wed, 6 Aug 2014 13:34:00 +0000 (15:34 +0200)]
SONAR-4907 - Added getLocalNodeInfo which gets the node on the same machine (not same JVM)
Stephane Gamard [Wed, 6 Aug 2014 13:33:29 +0000 (15:33 +0200)]
SONAR-4907 - Added naming for search and server within a node.
Stephane Gamard [Wed, 6 Aug 2014 12:09:40 +0000 (14:09 +0200)]
SONAR-5483 - Current version of DAO does not support partial shard success for insertions. Min replication is 1
Stephane Gamard [Wed, 6 Aug 2014 12:03:37 +0000 (14:03 +0200)]
SONAR-5483 - zero division error when not in cluster...
Stephane Gamard [Wed, 6 Aug 2014 11:37:50 +0000 (13:37 +0200)]
fixed constant name
Stephane Gamard [Wed, 6 Aug 2014 10:27:44 +0000 (12:27 +0200)]
SONAR-5483 - Added minium replication factor for cluster
Stephane Gamard [Wed, 6 Aug 2014 10:26:06 +0000 (12:26 +0200)]
SONAR-5483 - Enforce N/2+1 masters present in cluster
Stephane Gamard [Wed, 6 Aug 2014 07:27:05 +0000 (09:27 +0200)]
SONAR-5483 - Override ES default http property
Simon Brandhof [Wed, 6 Aug 2014 10:04:10 +0000 (12:04 +0200)]
SONAR-4898 revert move of wrapper.conf - forgot MSWindows and its backslashes...
Simon Brandhof [Wed, 6 Aug 2014 09:10:59 +0000 (11:10 +0200)]
SONAR-4898 revert move of wrapper.conf
Jean-Baptiste Lievremont [Wed, 6 Aug 2014 07:18:16 +0000 (09:18 +0200)]
Bump frontend medium test dependencies to recent versions
Stephane Gamard [Tue, 5 Aug 2014 13:47:17 +0000 (15:47 +0200)]
fix quality flaw (dead code)
Stephane Gamard [Tue, 5 Aug 2014 13:46:08 +0000 (15:46 +0200)]
SONAR-5483 - Fixed SearchServerTest (missing property)
Stephane Gamard [Tue, 5 Aug 2014 13:40:46 +0000 (15:40 +0200)]
SONAR-5483 - Only allow http console for in-memory ES for MediumTests
Stephane Gamard [Tue, 5 Aug 2014 13:40:17 +0000 (15:40 +0200)]
SONAR-5483 - Removed HTTP Console on SQ's ES and updated node.name
Simon Brandhof [Tue, 5 Aug 2014 13:58:36 +0000 (15:58 +0200)]
SONAR-5515 Fail to upgrade to 4.4 when a project was lastly analyzed with SonarQube 2.8 or less
Julien Lancelot [Tue, 5 Aug 2014 13:21:25 +0000 (15:21 +0200)]
SONAR-4963 Return group description in /user_groups/search
Stephane Gamard [Tue, 5 Aug 2014 12:41:16 +0000 (14:41 +0200)]
SONAR-5483 - Removed useless output
Stephane Gamard [Tue, 5 Aug 2014 12:23:01 +0000 (14:23 +0200)]
SONAR-5483 - Fixed slave joining cluster.
Julien Lancelot [Tue, 5 Aug 2014 11:48:54 +0000 (13:48 +0200)]
SONAR-5349 Unable to run preview analysis on a provisioned project
Stephane Gamard [Tue, 5 Aug 2014 10:59:30 +0000 (12:59 +0200)]
SONAR-5483 - Added Cluster discovery configuration to SearchServer
Stephane Gamard [Tue, 5 Aug 2014 10:58:59 +0000 (12:58 +0200)]
SONAR-5483 - renamed "sonar.search.clusterName" to "sonar.cluster.name" property
Stephane Gamard [Tue, 5 Aug 2014 09:35:34 +0000 (11:35 +0200)]
SONAR-5483 - Do not launch web server when "sonar.cluster.master" property is set
Stephane Gamard [Tue, 5 Aug 2014 09:33:51 +0000 (11:33 +0200)]
SONAR-5483 - Do not launch web server when "sonar.cluster.master" property is set
Julien Lancelot [Tue, 5 Aug 2014 09:07:26 +0000 (11:07 +0200)]
Load global and project referentials only one time
Jean-Baptiste Lievremont [Tue, 5 Aug 2014 08:35:41 +0000 (10:35 +0200)]
SONAR-4769 Add JDBC connection pool configuration and status info
Jean-Baptiste Lievremont [Tue, 5 Aug 2014 07:52:07 +0000 (09:52 +0200)]
Fix quality flaws
Stephane Gamard [Tue, 5 Aug 2014 07:34:02 +0000 (09:34 +0200)]
Added profiling to IndexQueue (BASIC level, low verbosity)
Stephane Gamard [Tue, 5 Aug 2014 07:25:52 +0000 (09:25 +0200)]
Added test case of synchronize above queue initial capacity
Simon Brandhof [Mon, 4 Aug 2014 17:22:21 +0000 (19:22 +0200)]
Support of exceptions without message in web services
Simon Brandhof [Mon, 4 Aug 2014 17:21:48 +0000 (19:21 +0200)]
SONAR-4898 accept system properties starting with "sonar."
Simon Brandhof [Mon, 4 Aug 2014 17:08:42 +0000 (19:08 +0200)]
SONAR-4898 remove props temporary file as soon as possible
Simon Brandhof [Mon, 4 Aug 2014 16:25:39 +0000 (18:25 +0200)]
SONAR-4898 fix directory of access.log
Julien Lancelot [Mon, 4 Aug 2014 15:59:56 +0000 (17:59 +0200)]
SONAR-4627 Fix message to display
Stephane Gamard [Mon, 4 Aug 2014 15:39:56 +0000 (17:39 +0200)]
Added test case of synchronize above queue intial capacity
Stephane Gamard [Mon, 4 Aug 2014 15:17:38 +0000 (17:17 +0200)]
fixed BaseIndexTest
Stephane Gamard [Mon, 4 Aug 2014 15:13:30 +0000 (17:13 +0200)]
Fixed test
Stephane Gamard [Mon, 4 Aug 2014 15:11:58 +0000 (17:11 +0200)]
Updated ESNode for mem/remote
Stephane Gamard [Mon, 4 Aug 2014 15:07:48 +0000 (17:07 +0200)]
Added introspections to monitor Tests failures.
Stephane Gamard [Mon, 4 Aug 2014 15:07:36 +0000 (17:07 +0200)]
Added introspections to monitor Tests failures.
Stephane Gamard [Mon, 4 Aug 2014 14:58:32 +0000 (16:58 +0200)]
Put soanr.path.home to target directory for medium tests
Stephane Gamard [Mon, 4 Aug 2014 14:19:52 +0000 (16:19 +0200)]
Added license header
Stephane Gamard [Mon, 4 Aug 2014 14:16:37 +0000 (16:16 +0200)]
Added introspections to monitor Tests failures.
Simon Brandhof [Mon, 4 Aug 2014 12:55:21 +0000 (14:55 +0200)]
SONAR-4898 fix support of properties that don't start with "sonar."
Jean-Baptiste Lievremont [Mon, 4 Aug 2014 12:56:36 +0000 (14:56 +0200)]
SONAR-5004 Do not display bubble chart when all values for one axis are null/non available
Julien Lancelot [Mon, 4 Aug 2014 12:28:41 +0000 (14:28 +0200)]
SONAR-5402 Fix issue on provisionned projects
Stephane Gamard [Mon, 4 Aug 2014 12:08:55 +0000 (14:08 +0200)]
removed FULL level profiling in test
Stephane Gamard [Mon, 4 Aug 2014 12:06:37 +0000 (14:06 +0200)]
removed FULL level profiling in test
Stephane Gamard [Mon, 4 Aug 2014 10:29:26 +0000 (12:29 +0200)]
Improve Profiling output for *Index Classes
Stephane Gamard [Mon, 4 Aug 2014 10:14:33 +0000 (12:14 +0200)]
Improve Profiling output for *Index Classes
Simon Brandhof [Mon, 4 Aug 2014 10:52:13 +0000 (12:52 +0200)]
Fix test
Simon Brandhof [Mon, 4 Aug 2014 09:53:35 +0000 (11:53 +0200)]
Improve documentation of web dev mode
Simon Brandhof [Mon, 4 Aug 2014 09:15:39 +0000 (11:15 +0200)]
Web dev mode : merge properties sonar.rails.dev and sonar.path.web into sonar.web.dev.sources
Simon Brandhof [Mon, 4 Aug 2014 09:15:03 +0000 (11:15 +0200)]
SONAR-4898 remove some tomcat warning logs on shutdown
Simon Brandhof [Fri, 1 Aug 2014 15:26:42 +0000 (17:26 +0200)]
Revert "SONAR-5402 Project administrators should be able to change quality profiles and gates"
This reverts commit
ed3e542f92ec51b689aa0c7fe044910b3e815b44.
Jean-Baptiste Lievremont [Fri, 1 Aug 2014 13:49:07 +0000 (15:49 +0200)]
SONAR-5508 Update description of new_technical_debt
Simon Brandhof [Fri, 1 Aug 2014 13:37:57 +0000 (15:37 +0200)]
SONAR-4898 improve support of JMX IP address in multihomed servers
Simon Brandhof [Fri, 1 Aug 2014 12:59:09 +0000 (14:59 +0200)]
Rename server temp folder
Simon Brandhof [Fri, 1 Aug 2014 12:58:48 +0000 (14:58 +0200)]
SONAR-4898 experimental test for fixing RMI IP address
Simon Brandhof [Fri, 1 Aug 2014 12:07:26 +0000 (14:07 +0200)]
Fix TempFolderProviderTest
Simon Brandhof [Fri, 1 Aug 2014 10:00:46 +0000 (12:00 +0200)]
Fix test and regression on java 6
Julien HENRY [Fri, 1 Aug 2014 12:02:03 +0000 (14:02 +0200)]
Fix TempFolderProviderTest
Julien HENRY [Fri, 1 Aug 2014 09:26:22 +0000 (11:26 +0200)]
SONAR-5389 Improve duplication API
Julien Lancelot [Fri, 1 Aug 2014 09:33:22 +0000 (11:33 +0200)]
SONAR-4627 When the metric name is wrong, display a message containing allowed characters
Julien Lancelot [Fri, 1 Aug 2014 09:31:12 +0000 (11:31 +0200)]
SONAR-5402 Project administrators should be able to change quality profiles and gates
Simon Brandhof [Fri, 1 Aug 2014 08:46:21 +0000 (10:46 +0200)]
SONAR-4898 fix compatibility with Java 6
Julien Lancelot [Fri, 1 Aug 2014 08:13:30 +0000 (10:13 +0200)]
Restore previous human attribute ofr key and name
Julien Lancelot [Fri, 1 Aug 2014 08:12:36 +0000 (10:12 +0200)]
SONAR-4627 Improve error message when creating a manual metric
Simon Brandhof [Fri, 1 Aug 2014 08:12:13 +0000 (10:12 +0200)]
SONAR-4898 fix IP interface of JMX ports
Julien Lancelot [Fri, 1 Aug 2014 08:07:19 +0000 (10:07 +0200)]
Remove debug log
Simon Brandhof [Fri, 1 Aug 2014 08:02:25 +0000 (10:02 +0200)]
SONAR-4898 increase max process startup timeout to 5 minutes
Simon Brandhof [Fri, 1 Aug 2014 07:49:59 +0000 (09:49 +0200)]
SONAR-4898 few renamings in temp sub-folders
Julien Lancelot [Fri, 1 Aug 2014 07:44:49 +0000 (09:44 +0200)]
SONAR-5229 "Shared with all users" is not taken into account when copying a measure filter
Eric Hartmann [Fri, 1 Aug 2014 06:57:57 +0000 (08:57 +0200)]
Merge remote-tracking branch 'origin/branch-4.4'
Simon Brandhof [Thu, 31 Jul 2014 21:33:33 +0000 (23:33 +0200)]
SONAR-4898 improve System.out/err logging
Simon Brandhof [Thu, 31 Jul 2014 21:17:52 +0000 (23:17 +0200)]
SONAR-5117 Upgrade to Tomcat 7.0.54
Simon Brandhof [Thu, 31 Jul 2014 20:48:49 +0000 (22:48 +0200)]
SONAR-4898 fix some logs
Stas Vilchik [Thu, 31 Jul 2014 18:28:23 +0000 (20:28 +0200)]
SONAR-5385 SONAR-5386 Setting "0"/"0min" on the "Metric" criterion for technical debt should be possible in the Measures page
Simon Brandhof [Thu, 31 Jul 2014 17:58:18 +0000 (19:58 +0200)]
Remove old web dev mode
Simon Brandhof [Thu, 31 Jul 2014 17:56:00 +0000 (19:56 +0200)]
Remove unused files
Simon Brandhof [Thu, 31 Jul 2014 17:39:52 +0000 (19:39 +0200)]
SONAR-4898 fix IP interface for RMI
Jean-Baptiste Lievremont [Thu, 31 Jul 2014 14:40:24 +0000 (16:40 +0200)]
SONAR-5508 Change description for metric.new_technical_debt
Jean-Baptiste Lievremont [Thu, 31 Jul 2014 14:24:26 +0000 (16:24 +0200)]
SONAR-5332 Redirect to home when drilling down on unexisting project
Julien HENRY [Thu, 31 Jul 2014 14:16:07 +0000 (16:16 +0200)]
SONAR-5513 Fix typo
Julien Lancelot [Thu, 31 Jul 2014 14:11:16 +0000 (16:11 +0200)]
SONAR-4437 Refactor SQL requests of the measure filter service