summaryrefslogtreecommitdiffstats
path: root/server/sonar-process
Commit message (Collapse)AuthorAgeFilesLines
...
* Faster sonar-process monitor to detect when process is startedSimon Brandhof2015-05-281-1/+1
|
* Use StandardCharsets instead of Guava and commons-ioSimon Brandhof2015-05-153-7/+8
|
* Useless codeDavid Gageot2015-05-122-2/+2
|
* Redundant throws clause in testsDavid Gageot2015-05-0712-46/+46
|
* Why wait for so "long"?David Gageot2015-05-071-1/+1
|
* Throw actual exceptionDavid Gageot2015-05-072-4/+4
|
* Dead codeDavid Gageot2015-05-072-10/+0
|
* Fix quality flawsSimon Brandhof2015-04-241-1/+1
|
* SONAR-6293 refactor loading of default values of sonar.propertiesSimon Brandhof2015-03-305-74/+201
|
* SONAR-6293 add property sonar.search.hostschnatterer2015-03-271-0/+1
|
* Update pom to 5.2-SNAPSHOTJulien Lancelot2015-02-271-1/+1
|
* Fix quality flawsSimon Brandhof2015-02-232-4/+7
|
* Fix quality flawsSimon Brandhof2015-02-231-1/+1
|
* Fix quality flawsSimon Brandhof2015-02-231-1/+1
|
* Fix cleaning of shared memoryEric Hartmann2015-02-211-2/+2
|
* SONAR-6036 : Remove KnownJavaCommand and clean the memory at the startup of ↵Eric Hartmann2015-02-211-0/+7
| | | | the ProcessCommand
* Revert "SONAR-6036 Try deleting the memory mapped file at JVM termination"Eric Hartmann2015-02-211-4/+1
| | | | This reverts commit 5bea5d7c5dfddf7f824977dd8e3bf93faac66be8.
* SONAR-6036 Try deleting the memory mapped file at JVM terminationEric Hartmann2015-02-211-1/+4
|
* SONAR-6036 Close the shared memory soonerEric Hartmann2015-02-203-10/+21
|
* SONAR-6036 use IPC (Inter Process Communication) for monitoringEric Hartmann2015-02-207-107/+112
| | | | processes
* SONAR-6194 SONAR-5009 profiling api + unique property sonar.log.levelSimon Brandhof2015-02-191-5/+0
|
* SONAR-5700 ability to change level of loggers of 3rd-party librariesSimon Brandhof2015-02-191-2/+1
|
* SONAR-6057 fix path of archived logsSimon Brandhof2015-02-192-7/+9
|
* SONAR-6057 Make log rotation more configurable for productionSimon Brandhof2015-02-196-68/+401
|
* Fix quality flawsSimon Brandhof2015-01-231-1/+1
|
* Replace fest-assert by assertJSimon Brandhof2015-01-1011-18/+18
|
* Fix quality flawsSimon Brandhof2015-01-061-3/+6
|
* Fix some quality flawsSimon Brandhof2015-01-062-5/+8
|
* Improve stability of randomly allocated ports (when sonar.web.port or ↵Simon Brandhof2014-12-301-7/+13
| | | | sonar.search.port are set to zero)
* Upgrade to JUnit 4.12Simon Brandhof2014-12-091-1/+3
|
* Fix computation of JaCoCo coverage of module sonar-processSimon Brandhof2014-12-091-0/+4
| | | | The shutdown hook of ProcessEntryPoint was manually started by ProcessEntryPointTest but not unregistered from system hooks. It failed when JUnit JVM exited (without crashing build). The side-effect is that JaCoCo fail to export results.
* Upgrade version to 5.1-SNAPSHOTEric Hartmann2014-12-091-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"