Commit Graph

822 Commits

Author SHA1 Message Date
Daniel Schwarz
96830cb72d SONAR-9981 Upgrade Elasticsearch to 5.6.3 2017-10-17 11:24:42 +02:00
Simon Brandhof
a8b2766706 SONAR-9968 distribute SonarTS on fresh installations 2017-10-16 10:02:44 +02:00
Simon Brandhof
da518f4f3c Remove unused dependency in assembly.xml 2017-10-10 21:46:00 +02:00
Simon Brandhof
acaca7406f Upgrade Maven plugins for compatibility with Java 9 2017-10-10 21:46:00 +02:00
Simon Brandhof
6810d4b437 Set version to 6.7-SNAPSHOT 2017-10-09 13:34:43 +02:00
Simon Brandhof
1987c0b344 SONAR-9263 Drop unused property sonar.web.dev 2017-10-04 17:27:38 +02:00
Daniel Schwarz
3b41bd6846 SONAR-9829 Upgrade Elasticsearch to 5.6.2 2017-10-02 08:43:53 +02:00
Daniel Schwarz
3d7578d2fa SONAR-9829 Upgrade Elasticsearch to 5.6.1 2017-10-02 08:43:53 +02:00
Simon Brandhof
e4c401f8bc SONAR-9802 replace Hazelcast clients by members
Web Server and Compute Engine processes must use
plain HZ members but not clients so that they can
be involved in distributed computing (contribute to
api/system/info response)
2017-09-26 23:49:37 +02:00
Simon Brandhof
880336975d SONAR-9803 remove bad coupling of processes on sonar-plugin-api 2017-09-26 23:49:37 +02:00
Simon Brandhof
87ce833df2 SONAR-9803 restrict sonar-process to classes shared by all processes only 2017-09-26 23:49:37 +02:00
Sébastien Lesaint
d8c9b99b1a SONAR-9773 ignore JAVA_TOOL_OPTIONS is defined and log warning 2017-09-19 10:24:01 +02:00
Sébastien Lesaint
46cea1eed8 SONAR-9587 exclude non used ES modules from distribution zip 2017-09-13 15:50:55 +02:00
Sébastien Lesaint
a444ad1e6b SONAR-9587 use classpath rather than fat jar for sonar-application 2017-09-13 15:50:55 +02:00
Sébastien Lesaint
80269a5d22 SONAR-9741 move shared cluster related classes to sonar-cluster 2017-09-13 15:50:49 +02:00
Simon Brandhof
564c915cec SONAR-9740 support system passcode in WS 2017-09-13 15:50:49 +02:00
Simon Brandhof
1a6b9d21db Bring 6.6-SNAPSHOT back 2017-09-12 10:52:16 +02:00
Simon Brandhof
c0943b57d9 Release 6.6-M1 2017-09-12 10:51:02 +02:00
Eric Hartmann
0f551cb0f2 SONAR-9715 Implement a delay for finishing task in Compute Engine 2017-09-05 14:24:13 +02:00
Simon Brandhof
a228919e41 SONAR-9715 use realistic JSW timouts 2017-09-05 14:24:13 +02:00
Daniel Schwarz
2c35d9b2f0 SONAR-9738 Fail if the cluster name differs from node to node 2017-09-05 14:24:13 +02:00
Eric Hartmann
6180e8d4cd SONAR-9712 Upgrade Hazelcast to 3.8.4 2017-09-05 14:24:12 +02:00
Sébastien Lesaint
8a4587ef7e SONAR-9590 rename sonar-process-monitor to sonar-main 2017-09-05 14:24:12 +02:00
Sébastien Lesaint
3cd07e43f8 add warning to sonar.properties about ES Virtual Memory on Linux 2017-09-05 14:24:12 +02:00
Sébastien Lesaint
ae56372624 SONAR-9590 only heap and heap dump options are now in search.javaOpts 2017-09-05 14:24:12 +02:00
Sébastien Lesaint
13e83f1cbb SONAR-9590 move Es/JavaCommand to module sonar-process-monitor 2017-09-05 14:24:12 +02:00
Sébastien Lesaint
826cbace35 SONAR-8798 delete maven module sonar-search 2017-09-05 14:24:12 +02:00
Simon Brandhof
6c2cedfbde SONAR-8632 support SQLServer 2016 2017-09-04 21:48:49 +02:00
Teryk Bellahsene
5c2b4dc4c2 SONAR-9721 Opt-out of telemetry with a property 2017-08-30 16:24:53 +02:00
G. Ann Campbell
384fe685c5 drop ss.com 404 URL 2017-08-29 09:17:46 -04:00
Simon Brandhof
8b9c958af6 SONAR-9758 Support Oracle JDBC driver 12.2.0.1.0 2017-08-28 10:32:08 +02:00
Simon Brandhof
1ddf3ee7db SONAR-9745 Drop support of Microsoft SQLServer 2012 2017-08-24 11:57:50 +02:00
Daniel Schwarz
fcad633a53 fix the documentation of the Elasticsearch http port setting
in sonar.properties. "Kopf" is not compatible with Elasticsearch 5 and therefore should not be mentioned.
2017-08-23 14:40:23 +02:00
Eric Hartmann
f98b26b3f3 SONAR-8798 Update memory for Elasticsearch to 512m by default 2017-08-17 20:26:23 +02:00
Eric Hartmann
fc5ab6a4cc SONAR-8798 Fix sonar.properties default values 2017-08-11 18:20:10 +02:00
Daniel Schwarz
6f217001fe SONAR-8798 pass sonar.search.javaOpts in a file to ES 2017-08-09 15:09:54 +02:00
Daniel Schwarz
2d6c1487d2 SONAR-8798 Upgrade packaged Elasticsearch to 5.5.1
Update of maven dependency, the packaged Elasticsearch version, add empty plugins subdirectory and minor other changes
2017-08-09 15:09:54 +02:00
Sébastien Lesaint
25b3258f92 SONAR-8798 use TransportClient to check node is operational
package org.elasticsearch.client:transport and most of its dependencies into sonar-application.jar; do not open Elasticsearch's http port by default
2017-08-09 15:09:54 +02:00
Sébastien Lesaint
6a92224cad SONAR-8798 rename JavaCommandFactory to CommandFactory 2017-08-09 15:09:54 +02:00
Sébastien Lesaint
27b9aa3372 SONAR-8798 rename JavaProcessLauncher to ProcessLauncher 2017-08-09 15:09:54 +02:00
Daniel Schwarz
fba6ad10cd SONAR-8798 SearchServer starts external ES 5 process
This includes to package Elasticsearch 5.0.2 in the SonarQube application

This change is required, because Elasticsearch versions later 5 do not provide support for running Elasticsearch “embedded” anymore.
2017-08-09 15:09:54 +02:00
Julien Lancelot
0ad8ad2414 Merge remote-tracking branch 'origin/branch-6.5' 2017-08-01 08:18:53 +02:00
Julien Lancelot
fb9164b9a9 SONAR-9648 Upgrade bundled plugins to latest released versions 2017-08-01 08:08:57 +02:00
Simon Brandhof
6c8f9ab97e Prepare for next development iteration 2017-07-24 18:57:41 +02:00
Simon Brandhof
4815ccb899 Release 6.5-M4 for SonarCloud 2017-07-24 18:45:48 +02:00
Simon Brandhof
fa58d92ea7 Release 6.5-RC2 2017-07-24 17:42:40 +02:00
Sébastien Lesaint
28886acf85 SONAR-9507 make sonar.ce.workerCount an internal property 2017-07-17 10:52:47 +02:00
Simon Brandhof
c7e8ffc345 Prepare for next development iteration 2017-07-13 20:19:26 +02:00
Simon Brandhof
d7dbb9250c Prepare for next development iteration 2017-07-13 19:59:20 +02:00
Simon Brandhof
ca28dd4ed3 6.5-M3 for SonarCloud 2017-07-13 19:56:59 +02:00