aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/branch-4.5'Julien Lancelot2014-10-142-1/+2
|\ | | | | | | | | | | | | | | | | 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-102-1/+2
| | | | | | | | 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
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Stephane Gamard2014-10-083-5/+19
|\| | | | | | | | | | | Conflicts: server/sonar-server/src/main/java/org/sonar/server/rule/index/RuleIndex.java sonar-batch/src/main/java/org/sonar/batch/scan2/DefaultFileLinesContextFactory.java
| * SONAR-5710 Some JVM options should not be configurableSimon Brandhof2014-10-082-6/+8
| |
| * SONAR-5709 Add properties sonar.search.javaAdditionalOpts and ↵Simon Brandhof2014-10-083-1/+13
| | | | | | | | sonar.web.javaAdditionalOpts
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-301-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/sonar-core-plugin/pom.xml plugins/sonar-cpd-plugin/pom.xml plugins/sonar-dbcleaner-plugin/pom.xml plugins/sonar-design-plugin/pom.xml plugins/sonar-email-notifications-plugin/pom.xml plugins/sonar-l10n-en-plugin/pom.xml plugins/sonar-xoo-plugin/pom.xml pom.xml server/pom.xml server/sonar-process-monitor/pom.xml server/sonar-process/pom.xml server/sonar-search/pom.xml server/sonar-server/pom.xml server/sonar-web/pom.xml server/sonar-ws-client/pom.xml sonar-application/pom.xml sonar-batch-maven-compat/pom.xml sonar-batch-protocol/pom.xml sonar-batch/pom.xml sonar-check-api/pom.xml sonar-colorizer/pom.xml sonar-core/pom.xml sonar-deprecated/pom.xml sonar-duplications/pom.xml sonar-graph/pom.xml sonar-home/pom.xml sonar-java-api/pom.xml sonar-markdown/pom.xml sonar-maven-plugin/pom.xml sonar-maven3-plugin/pom.xml sonar-plugin-api/pom.xml sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java sonar-testing-harness/pom.xml
| * Redirect JSW logs to sonar.log instead of application.logSimon Brandhof2014-09-291-1/+1
| |
* | Automatic merge from branch-4.5Jenkins CI2014-09-242-3/+36
|\| | | | | | | | | | | | | * origin/branch-4.5: SONAR-5621 Merge server log files into a single one SONAR-5621 merge log files Update description of "sonar.technicalDebt.ratingGrid"
| * SONAR-5621 Merge server log files into a single oneSimon Brandhof2014-09-241-4/+14
| |
| * SONAR-5621 merge log filesSimon Brandhof2014-09-242-3/+26
| |
* | Automatic merge from branch-4.5Jenkins CI2014-09-221-1/+7
|\| | | | | | | | | * origin/branch-4.5: SONAR-4898 add some tests
| * SONAR-4898 add some testsSimon Brandhof2014-09-221-1/+7
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Simon Brandhof2014-09-221-1/+15
|\|
| * SONAR-4898 add sonar.enableStopCommand property for internal useSimon Brandhof2014-09-221-1/+15
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Simon Brandhof2014-09-223-37/+3
|\| | | | | | | | | Conflicts: server/sonar-search/src/main/java/org/sonar/search/SearchServer.java
| * SONAR-4898 drop RMI and autokillSimon Brandhof2014-09-213-37/+3
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Simon Brandhof2014-09-121-107/+59
|\| | | | | | | | | | | | | | | Conflicts: server/process/pom.xml server/process/sonar-process/src/main/java/org/sonar/process/MonitoredProcess.java server/sonar-process-monitor/pom.xml server/sonar-process/pom.xml
| * 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
| |
* | SONAR-5560 - enabled scrolling for synchronizerStephane Gamard2014-09-081-1/+1
|/
* 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-292-4/+4
|
* 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-5518 Remove the property sonar.embeddedDatabase.dataDirSimon Brandhof2014-08-071-4/+2
|
* SONAR-5499 Do not allow to change the distributed JDBC driversSimon Brandhof2014-08-0711-317/+403
|
* SONAR-4907 - Added naming for search and server within a node.Stephane Gamard2014-08-062-0/+8
|
* SONAR-4898 revert move of wrapper.conf - forgot MSWindows and its backslashes...Simon Brandhof2014-08-0610-10/+10
|
* SONAR-4898 revert move of wrapper.confSimon Brandhof2014-08-068-39/+22
|
* 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
|