aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Increase default ES max heap size from 256m to 1GSimon Brandhof2014-12-021-1/+1
|
* SONAR-5828 Fix default value of property sonar.jdbc.maxActiveSimon Brandhof2014-11-041-0/+6
|
* SONAR-5605 revert to mysql client cursorSimon Brandhof2014-10-301-1/+0
|
* Revert "Revert "SONAR-5605 MySQL: configure driver to use server side cursor ↵Julien Lancelot2014-10-231-0/+1
| | | | | | | | | and not client side cursor"" This reverts commit cbd911bcb1bc40510fdf56639ef7476612bec24c. Conflicts: sonar-application/src/test/java/org/sonar/application/JdbcSettingsTest.java
* Merge remote-tracking branch 'origin/branch-4.5'Julien Lancelot2014-10-171-1/+0
|\ | | | | | | | | Conflicts: sonar-application/src/test/java/org/sonar/application/JdbcSettingsTest.java
| * Revert "SONAR-5605 MySQL: configure driver to use server side cursor and not ↵Julien Lancelot2014-10-171-1/+0
| | | | | | | | | | | | client side cursor" This reverts commit ccf4726ae0530695bd55903a989bbd6afae1dd5c.
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-141-3/+2
|\| | | | | | | | | Conflicts: sonar-application/src/main/java/org/sonar/application/DefaultSettings.java
| * SONAR-5710 remove duplicated JVM options in command-lineSimon Brandhof2014-10-141-3/+2
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Julien Lancelot2014-10-141-0/+1
|\| | | | | | | | | | | | | | | | | Conflicts: plugins/sonar-xoo-plugin/src/main/java/org/sonar/xoo/XooPlugin.java sonar-application/src/main/assembly/conf/sonar.properties sonar-application/src/test/java/org/sonar/application/JdbcSettingsTest.java sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.java sonar-core/src/main/resources/org/sonar/core/persistence/rows-h2.sql
| * SONAR-5605 MySQL: configure driver to use server side cursor and not client ↵Julien Lancelot2014-10-101-0/+1
| | | | | | | | side cursor
* | Fix quality flawsSimon Brandhof2014-10-091-8/+6
| |
* | SONAR-5687 refactor configuration of clusterSimon Brandhof2014-10-091-2/+2
| |
* | Central definition of properties shared by ES, web and monitor processesSimon Brandhof2014-10-084-43/+33
|/
* SONAR-5710 Some JVM options should not be configurableSimon Brandhof2014-10-081-0/+2
|
* SONAR-5709 Add properties sonar.search.javaAdditionalOpts and ↵Simon Brandhof2014-10-082-1/+7
| | | | sonar.web.javaAdditionalOpts
* SONAR-5621 merge log filesSimon Brandhof2014-09-241-1/+5
|
* SONAR-4898 add some testsSimon Brandhof2014-09-221-1/+7
|
* SONAR-4898 add sonar.enableStopCommand property for internal useSimon Brandhof2014-09-221-1/+15
|
* SONAR-4898 drop RMI and autokillSimon Brandhof2014-09-212-28/+3
|
* SONAR-4898 add timeout to RMI calls on isReady()Simon Brandhof2014-09-121-1/+1
|
* SONAR-4898 refactor process monitoringSimon Brandhof2014-09-121-107/+59
|
* Fix minor quality flawSimon Brandhof2014-09-011-1/+1
|
* Null authorName instead of "Not Yet Implemented"Stephane Gamard2014-08-291-5/+4
|
* SONAR-4898 - fix early termination leaves search server as ghostStephane Gamard2014-08-291-5/+5
|
* SONAR-4898 - fix early termination leaves search server as ghostStephane Gamard2014-08-291-3/+3
|
* Testing IPv4 for sonar-serverStephane Gamard2014-08-291-1/+1
|
* SONAR-4898 try to fix ping monitoringSimon Brandhof2014-08-281-2/+2
| | | | Sometimes child autokills because it did not receive pings in the last 30 seconds. I hope it comes from the parent process that is slow to start monitoring (send pings).
* Fix some quality flawsSimon Brandhof2014-08-264-24/+17
|
* Add missing tests in sonar-process moduleSimon Brandhof2014-08-261-5/+0
|
* Disable process monitoring when in debug with agentlib:jdwtStephane Gamard2014-08-251-0/+7
|
* SONAR-5483 - Added cluster notification logStephane Gamard2014-08-251-1/+1
|
* SONAR-5483 - Added cluster notification logStephane Gamard2014-08-251-0/+4
|
* Revert Props setDefaultStephane Gamard2014-08-141-1/+1
|
* fix quality flaw & added test for UpdateListScriptFactoryStephane Gamard2014-08-141-1/+1
|
* fix quality flawsStephane Gamard2014-08-143-15/+33
|
* SONAR-4898 - Can run in install dir with spaces in path.Stephane Gamard2014-08-121-8/+8
|
* SONAR-5519 create temp directory if not exists at startupSimon Brandhof2014-08-071-2/+1
|
* Fix mergeSimon Brandhof2014-08-072-8/+5
|
* SONAR-5499 Do not allow to change the distributed JDBC driversSimon Brandhof2014-08-077-304/+398
|
* SONAR-4907 - Added naming for search and server within a node.Stephane Gamard2014-08-062-0/+8
|
* SONAR-5483 - renamed "sonar.search.clusterName" to "sonar.cluster.name" propertyStephane Gamard2014-08-051-1/+1
|
* SONAR-5483 - Do not launch web server when "sonar.cluster.master" property ↵Stephane Gamard2014-08-052-4/+3
| | | | is set
* SONAR-5483 - Do not launch web server when "sonar.cluster.master" property ↵Stephane Gamard2014-08-051-20/+30
| | | | is set
* SONAR-4898 accept system properties starting with "sonar."Simon Brandhof2014-08-041-1/+12
|
* SONAR-4898 fix directory of access.logSimon Brandhof2014-08-041-0/+1
|
* SONAR-4898 fix support of properties that don't start with "sonar."Simon Brandhof2014-08-042-17/+33
|
* SONAR-4898 update documentation and Minimum Viable EnvironmentSimon Brandhof2014-07-304-48/+7
|
* SONAR-4898 fix logsSimon Brandhof2014-07-301-3/+6
|
* SONAR-4898 set exit codeSimon Brandhof2014-07-301-1/+7
|
* SONAR-4898 fix reentrant master terminationSimon Brandhof2014-07-301-3/+8
|