aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-5473 Fix fetching of remote SCM dataJulien HENRY2014-09-251-0/+6
|
* 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-222-1/+91
|\| | | | | | | | | * origin/branch-4.5: SONAR-4898 add some tests
| * SONAR-4898 add some testsSimon Brandhof2014-09-222-1/+91
| |
* | 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-224-41/+5
|\| | | | | | | | | Conflicts: server/sonar-search/src/main/java/org/sonar/search/SearchServer.java
| * SONAR-4898 drop RMI and autokillSimon Brandhof2014-09-214-41/+5
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-161-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC24.5-RC2Eric Hartmann2014-09-161-1/+1
| |
* | SONAR-5389 New dependency APIJulien HENRY2014-09-171-7/+0
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Simon Brandhof2014-09-122-111/+67
|\| | | | | | | | | | | | | | | 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
| |
| * Merge branch 'process-monitoring' into branch-4.5Simon Brandhof2014-09-122-107/+64
| |\
| | * SONAR-4898 refactor process monitoringSimon Brandhof2014-09-122-107/+64
| | |
| * | [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-081-1/+1
| | |
| * | [maven-release-plugin] prepare release 4.5-RC14.5-RC1Eric Hartmann2014-09-081-5/+4
| |/
* | SONAR-5560 - enabled scrolling for synchronizerStephane Gamard2014-09-081-1/+1
| |
* | Upgrade version to 5.0-SNAPSHOTEric Hartmann2014-09-041-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).
* Replace bad imports of org.elasticsearch.common by guavaSimon Brandhof2014-08-281-1/+1
|
* Fix some quality flawsSimon Brandhof2014-08-267-42/+35
|
* 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
|
* SONAR-5524 Upgrade version of sonar-java-plugin to 2.4Julien Lancelot2014-08-251-18/+0
|
* Updated pom dependencies and sizeStephane Gamard2014-08-201-1/+1
|
* 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-072-9/+11
|
* Fix test when test env declares some system properties starting with "sonar."Simon Brandhof2014-08-071-1/+4
|
* 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-0717-432/+675
|
* 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