Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-9715 Implement a delay for finishing task in Compute Engine | Eric Hartmann | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | SONAR-9715 use realistic JSW timouts | Simon Brandhof | 2017-09-05 | 1 | -2/+2 |
| | |||||
* | SONAR-9738 Fail if the cluster name differs from node to node | Daniel Schwarz | 2017-09-05 | 1 | -0/+2 |
| | |||||
* | add warning to sonar.properties about ES Virtual Memory on Linux | Sébastien Lesaint | 2017-09-05 | 1 | -0/+11 |
| | |||||
* | SONAR-9590 only heap and heap dump options are now in search.javaOpts | Sébastien Lesaint | 2017-09-05 | 2 | -18/+2 |
| | |||||
* | SONAR-9590 move Es/JavaCommand to module sonar-process-monitor | Sébastien Lesaint | 2017-09-05 | 1 | -3/+3 |
| | |||||
* | SONAR-8632 support SQLServer 2016 | Simon Brandhof | 2017-09-04 | 1 | -1/+1 |
| | |||||
* | SONAR-9721 Opt-out of telemetry with a property | Teryk Bellahsene | 2017-08-30 | 1 | -0/+6 |
| | |||||
* | drop ss.com 404 URL | G. Ann Campbell | 2017-08-29 | 1 | -1/+0 |
| | |||||
* | SONAR-9758 Support Oracle JDBC driver 12.2.0.1.0 | Simon Brandhof | 2017-08-28 | 1 | -4/+4 |
| | |||||
* | SONAR-9745 Drop support of Microsoft SQLServer 2012 | Simon Brandhof | 2017-08-24 | 1 | -1/+2 |
| | |||||
* | fix the documentation of the Elasticsearch http port setting | Daniel Schwarz | 2017-08-23 | 1 | -2/+1 |
| | | | | in sonar.properties. "Kopf" is not compatible with Elasticsearch 5 and therefore should not be mentioned. | ||||
* | SONAR-8798 Update memory for Elasticsearch to 512m by default | Eric Hartmann | 2017-08-17 | 2 | -5/+5 |
| | |||||
* | SONAR-8798 Fix sonar.properties default values | Eric Hartmann | 2017-08-11 | 2 | -4/+4 |
| | |||||
* | SONAR-8798 pass sonar.search.javaOpts in a file to ES | Daniel Schwarz | 2017-08-09 | 1 | -10/+20 |
| | |||||
* | SONAR-8798 Upgrade packaged Elasticsearch to 5.5.1 | Daniel Schwarz | 2017-08-09 | 105 | -107/+3964 |
| | | | | Update of maven dependency, the packaged Elasticsearch version, add empty plugins subdirectory and minor other changes | ||||
* | SONAR-8798 rename JavaCommandFactory to CommandFactory | Sébastien Lesaint | 2017-08-09 | 1 | -4/+4 |
| | |||||
* | SONAR-8798 rename JavaProcessLauncher to ProcessLauncher | Sébastien Lesaint | 2017-08-09 | 1 | -4/+4 |
| | |||||
* | SONAR-8798 SearchServer starts external ES 5 process | Daniel Schwarz | 2017-08-09 | 105 | -0/+2250 |
| | | | | | | 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. | ||||
* | SONAR-9507 make sonar.ce.workerCount an internal property | Sébastien Lesaint | 2017-07-17 | 1 | -8/+0 |
| | |||||
* | SONAR-9265 Prevent error log at shutdown | Eric Hartmann | 2017-05-18 | 1 | -1/+2 |
| | |||||
* | SONAR-6135 Upgrade MySQL driver to 5.1.42 | Eric Hartmann | 2017-05-04 | 1 | -1/+1 |
| | | | | Add useSSL=false to default configuration | ||||
* | SONAR-9062 Use the network interface defined by sonar.search.host when ↵ | Simon Brandhof | 2017-04-11 | 1 | -2/+2 |
| | | | | resolving sonar.search.port=0 | ||||
* | SONAR-8817 Add SonarQube version safeguard in cluster mode (#1781) | Eric Hartmann | 2017-03-15 | 1 | -0/+3 |
| | | | SONAR-8817 Add SonarQube version safeguard in cluster mode | ||||
* | SONAR-8816 drop web startup barrier from Compute Engine | Simon Brandhof | 2017-03-13 | 1 | -1/+1 |
| | |||||
* | SONAR-8816 automatic election of web leader in cluster mode | Simon Brandhof | 2017-03-13 | 22 | -3344/+57 |
| | |||||
* | SONAR-8818 Add Hazelcast and its configuration (#1699) | Eric Hartmann | 2017-02-26 | 9 | -10/+753 |
| | | | * SONAR-8818 Introduce Hazelcast | ||||
* | Drop usages of MyBatis#openSession() | Simon Brandhof | 2017-02-26 | 2 | -54/+55 |
| | | | | in favor of DbClient#openSession() | ||||
* | SONAR-7937 restart reloads sonar.properties | Sébastien Lesaint | 2017-02-24 | 3 | -22/+170 |
| | | | | but changes of FileSystem related properties are not supported and will make restart fail | ||||
* | SONAR-7937 extract JavaCommandFactory from App | Sébastien Lesaint | 2017-02-24 | 5 | -157/+592 |
| | | | | and fix missing coverage on this part | ||||
* | SONAR-7937 Monitor reloads JavaCommand to execute on restart | Sébastien Lesaint | 2017-02-24 | 2 | -7/+8 |
| | |||||
* | SONAR-8435 log "SonarQube is up" if all processes are operational | Sébastien Lesaint | 2017-02-24 | 1 | -2/+8 |
| | | | | | | | which implies: 1/ to distinguish from Monitored#getStatus() = UP and OPERATIONAL 2/ to have an option of Monitor to wait on process's status to be OPERATIONAL 3/ every Monitored implementation must return OPERATIONAL rather than UP if then don't make a distinction between the two | ||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 13 | -26/+26 |
| | |||||
* | SONAR-8721 Redirect links should be using https | Stas Vilchik | 2017-02-09 | 3 | -3/+3 |
| | |||||
* | SONAR-8703 Remove internal setting "sonar.web.dev.sources" | Simon Brandhof | 2017-02-06 | 1 | -4/+0 |
| | |||||
* | SONAR-8684 Remove env variable TMPDIR | Julien Lancelot | 2017-01-26 | 2 | -14/+0 |
| | | | | This variable was only used by rails | ||||
* | SONAR-8547 Get MSSQL driver from Maven central | Simon Brandhof | 2016-12-16 | 1 | -0/+0 |
| | | | | MSSQL driver has been deployed by Microsoft on Maven central. This artifact is used now instead of copying it in Git sources. | ||||
* | Automatic merge from branch-6.2 | ssjenka | 2016-12-01 | 2 | -5/+7 |
|\ | | | | | | | | | | | | | | | | | | | | | * origin/branch-6.2: SONAR-8335 rename LogDomain#ES_CLIENT to LogDomain#ES SONAR-8335 add IT on dynamic log level change SONAR-8335 make changing root level change level of all loggers SONAR-8335 add missing coverage on jmx log property SONAR-8335 drop dead code ServerLogging#getCurrentLogFile SONAR-8335 move RootLoggerConfig out of LogbackHelper SONAR-8335 move LogBackHelper to subpackage logging | ||||
| * | SONAR-8335 make changing root level change level of all loggers | Sébastien Lesaint | 2016-12-01 | 1 | -1/+2 |
| | | |||||
| * | SONAR-8335 move RootLoggerConfig out of LogbackHelper | Sébastien Lesaint | 2016-12-01 | 1 | -2/+3 |
| | | |||||
| * | SONAR-8335 move LogBackHelper to subpackage logging | Sébastien Lesaint | 2016-12-01 | 2 | -3/+3 |
| | | |||||
* | | Automatic merge from branch-6.2 | ssjenka | 2016-12-01 | 1 | -2/+2 |
|\| | | | | | | | | | * origin/branch-6.2: SONAR-8415 Low max memory of main process can lead to OOM in log Gobbler | ||||
| * | SONAR-8415 Low max memory of main process can lead to OOM in log Gobbler | Simon Brandhof | 2016-12-01 | 1 | -2/+2 |
| | | | | | | Simply increase memory of app process from 3MB to 8MB | ||||
* | | SONAR-7959 Remove ppc64 arch from wrapper | Simon Brandhof | 2016-11-30 | 11 | -0/+27 |
|/ | |||||
* | SONAR-5430 Update SSO properties in order to start with "sonar.web.sso" | Julien Lancelot | 2016-11-28 | 1 | -26/+28 |
| | |||||
* | SONAR-8340 add documentation of rolling policy applied to 4 log files | Sébastien Lesaint | 2016-11-18 | 1 | -0/+3 |
| | |||||
* | SONAR-8335 support global log level in ES JVM as we do for other JVM | Sébastien Lesaint | 2016-11-18 | 1 | -3/+3 |
| | |||||
* | SONAR-8298 clarify that session timeout is about inactivity | Simon Brandhof | 2016-11-17 | 1 | -1/+3 |
| | |||||
* | SONAR-8332 change default access log pattern to include SQ's HTTP request ID | Sébastien Lesaint | 2016-11-17 | 1 | -3/+3 |
| | |||||
* | SONAR-8338 SONAR-8337 SONAR-8336 remove doc from sonar.properties | Sébastien Lesaint | 2016-11-17 | 1 | -17/+0 |
| |