summaryrefslogtreecommitdiffstats
path: root/server/sonar-process
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare release 5.0-RC25.0-RC2Eric Hartmann2014-12-151-1/+1
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2014-12-111-1/+1
|
* [maven-release-plugin] prepare release 5.0-RC15.0-RC1Eric Hartmann2014-12-111-1/+1
|
* Attempt to increase stability of StopperThreadTest on slow boxesSimon Brandhof2014-11-061-2/+2
|
* SONAR-5828 Fix default value of property sonar.jdbc.maxActiveSimon Brandhof2014-11-041-0/+6
|
* Remove dangerous coupling of sonar-server on sonar-searchSimon Brandhof2014-10-101-0/+7
|
* SONAR-5687 refactor configuration of clusterSimon Brandhof2014-10-091-2/+3
|
* Central definition of properties shared by ES, web and monitor processesSimon Brandhof2014-10-083-4/+59
|
* Fix quality flawsSimon Brandhof2014-10-021-1/+1
|
* Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-305-4/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Maven profiles for each technical stackSimon Brandhof2014-09-305-4/+14
| | | | | | | | and remove sonar-channel helpers from sonar-testing-harness
| * Backport fix for UT on WindowsEric Hartmann2014-09-291-1/+1
| |
| * Update version to 4.5.1-SNAPSHOTEric Hartmann2014-09-291-1/+1
| |
| * Release 4.54.5Eric Hartmann2014-09-291-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-261-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC34.5-RC3Eric Hartmann2014-09-261-1/+1
| |
* | Try to fix UT on WindowsJulien HENRY2014-09-291-2/+2
| |
* | Automatic merge from branch-4.5Jenkins CI2014-09-2511-77/+216
|\| | | | | | | | | | | | | | | * origin/branch-4.5: SONAR-4898 add missing tests SONAR-4898 add missing tests Use correct temp dir for Ruby on Rails app Fail server startup if can not connect to DB
| * SONAR-4898 add missing testsSimon Brandhof2014-09-252-6/+34
| |
| * SONAR-4898 add missing testsSimon Brandhof2014-09-259-71/+182
| |
* | Automatic merge from branch-4.5Jenkins CI2014-09-241-0/+11
|\| | | | | | | | | | | | | * 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-2/+2
| |
| * SONAR-5621 merge log filesSimon Brandhof2014-09-241-0/+11
| |
* | Automatic merge from branch-4.5Jenkins CI2014-09-241-5/+3
|\| | | | | | | | | * origin/branch-4.5: Fix quality flaw
| * Fix quality flawSimon Brandhof2014-09-231-5/+3
| |
* | Automatic merge from branch-4.5Jenkins CI2014-09-221-1/+1
|\| | | | | | | | | * origin/branch-4.5: SONAR-4898 add some tests
| * SONAR-4898 add some testsSimon Brandhof2014-09-221-1/+1
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Simon Brandhof2014-09-226-69/+64
|\|
| * SONAR-4898 add sonar.enableStopCommand property for internal useSimon Brandhof2014-09-226-69/+64
| |
* | Automatic merge from branch-4.5Jenkins CI2014-09-229-224/+373
|\| | | | | | | | | | | * origin/branch-4.5: SONAR-4898 file-based inter-process communication SONAR-4898 add info log
| * SONAR-4898 file-based inter-process communicationSimon Brandhof2014-09-229-225/+368
| |
| * SONAR-4898 add info logSimon Brandhof2014-09-221-1/+7
| |
* | Automatic merge from branch-4.5Jenkins CI2014-09-221-5/+0
|\| | | | | | | | | * origin/branch-4.5: Remove debug stuff (logs and ...Thread.sleep)
| * Remove debug stuff (logs and ...Thread.sleep)Simon Brandhof2014-09-221-5/+0
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Simon Brandhof2014-09-2224-496/+405
|\| | | | | | | | | Conflicts: server/sonar-search/src/main/java/org/sonar/search/SearchServer.java
| * SONAR-4898 drop RMI and autokillSimon Brandhof2014-09-2124-496/+405
| |
* | Automatic merge from branch-4.5Jenkins CI2014-09-191-3/+1
|\| | | | | | | | | | | * origin/branch-4.5: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 4.5-RC2
| * [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-4/+2
| |
| * SONAR-4898 fix quality flawsSimon Brandhof2014-09-122-2/+12
| |
* | SONAR-4898 fix quality flawsSimon Brandhof2014-09-122-2/+12
| |
* | SONAR-4898 fix merge of branch-4.5Simon Brandhof2014-09-121-1/+1
|/
* SONAR-4898 simplify MonitoredProcess implementationsSimon Brandhof2014-09-125-8/+47
|
* SONAR-4898 add debug logsSimon Brandhof2014-09-121-0/+1
|
* SONAR-4898 refactor process monitoringSimon Brandhof2014-09-1247-0/+3105
|
* SONAR-4898 - Modularized sonar-process for testsStephane Gamard2014-08-0832-2359/+0
|
* fixed cyclic dependenciesStephane Gamard2014-08-081-6/+0
|
* SONAR-4898 - Robustness (scheduled rate rather than delay).Stephane Gamard2014-08-081-1/+1
|
* SONAR-4898 - Robustness (scheduled rate rather than delay).Stephane Gamard2014-08-083-4/+4
|
* SONAR-4898 - Created a DummyOKApplication for Unit test of ProcessWrapperStephane Gamard2014-08-082-0/+43
|