aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-11259 Improve source offset handling on WindowsJulien HENRY2018-09-241-0/+1
* SONAR-11077 ignore size of symlinks in FileUtils2#sizeOf()Simon Brandhof2018-08-071-0/+15
* SONAR-11077 add size of uncompressed report in to CE DEBUG logsSimon Brandhof2018-08-021-0/+44
* SONAR-10850 Log HazelcastInstanceNotActiveException exception as DEBUG during...Eric Hartmann2018-06-141-0/+25
* SONAR-10604 property sonar.cluster.hosts is only for app nodesSimon Brandhof2018-05-101-3/+3
* SONAR-10604 remove unused methods in HazelcastMemberSimon Brandhof2018-05-101-3/+0
* SONAR-10604 remove HazelcastMember.Attribute.NODE_TYPESimon Brandhof2018-05-102-4/+11
* Fix some Java compiler warningsSimon Brandhof2018-03-121-1/+1
* SONAR-10300 Forbid system properties in api/settingsJulien Lancelot2018-02-013-20/+22
* Cleanup code based on Intellij inspectionsSimon Brandhof2018-01-146-10/+10
* Fix license headers for 2018Simon Brandhof2018-01-0745-46/+45
* fix logback configuration in UTs to drastically reduce build verbositySébastien Lesaint2017-11-241-0/+6
* fix unstable UT SharedHealthStateImplTestSébastien Lesaint2017-11-241-0/+3
* Upgrade logback and SLF4jSimon Brandhof2017-10-161-2/+5
* SONAR-8798 fix error when sonar.log.maxFiles=0Simon Brandhof2017-10-131-8/+57
* SONAR-9803 add the tests that have been dropped by mistakeSimon Brandhof2017-09-288-0/+1036
* SONAR-9802 add memory and cpu metrics to JvmStateSectionSimon Brandhof2017-09-261-1/+5
* SONAR-9802 fix support of overridden cluster nameSimon Brandhof2017-09-262-2/+0
* SONAR-9802 Fix quality flawsDaniel Schwarz2017-09-264-13/+14
* SONAR-9802 allow to change the log level of a clusterDaniel Schwarz2017-09-261-0/+65
* SONAR-9802 complete system info pageSimon Brandhof2017-09-261-0/+55
* SONAR-9845 Display type of disk in System Info on LinuSimon Brandhof2017-09-261-0/+13
* SONAR-9802 request all nodes from api/system/cluster_infoSimon Brandhof2017-09-263-6/+65
* SONAR-9802 add information to System Info pageSimon Brandhof2017-09-261-2/+2
* SONAR-9802 Add nodes to system info in cluster modeGrégoire Aubert2017-09-262-3/+48
* SONAR-9802 ability to execute distributed callsSimon Brandhof2017-09-265-0/+334
* SONAR-9802 replace Hazelcast clients by membersSimon Brandhof2017-09-263-153/+180
* SONAR-9803 remove bad coupling of processes on sonar-plugin-apiSimon Brandhof2017-09-261-0/+153
* SONAR-9803 restrict sonar-process to classes shared by all processes onlySimon Brandhof2017-09-2612-1807/+0
* dropped marvel propertyDaniel Schwarz2017-09-251-9/+0
* SONAR-9283 Settings, Configuration and Props trim values at insertSébastien Lesaint2017-09-192-12/+28
* SONAR-9773 add warning when ES_JVM_OPTIONS is setSébastien Lesaint2017-09-193-44/+126
* SONAR-9773 improve warning message in generated ES jvm.options fileSébastien Lesaint2017-09-191-1/+1
* SONAR-9773 ignore JAVA_TOOL_OPTIONS is defined and log warningSébastien Lesaint2017-09-191-1/+80
* SONAR-9773 add AbstractCommand#suppressEnvVariableSébastien Lesaint2017-09-191-3/+69
* SONAR−9772 fail when changing mandatory JVM options through propertiesSébastien Lesaint2017-09-191-47/+243
* SONAR-9741 move NodeType to sonar-clusterSébastien Lesaint2017-09-131-47/+0
* SONAR-9741 move shared cluster related classes to sonar-clusterSébastien Lesaint2017-09-132-101/+13
* Fix quality flawsEric Hartmann2017-09-111-0/+47
* Fix quality flawsEric Hartmann2017-09-111-0/+62
* Add missing unit testsSimon Brandhof2017-09-083-17/+201
* SONAR-9715 improve documentation of process managementSimon Brandhof2017-09-051-2/+2
* SONAR-6966 Implement node name for HazelcastEric Hartmann2017-09-051-3/+21
* SONAR-6966 let the user define node names in sonar.cluster.node.name for Elas...Daniel Schwarz2017-09-051-1/+32
* SONAR-9738 Fail if the cluster name differs from node to nodeDaniel Schwarz2017-09-051-2/+7
* SONAR-9590 add EsFileSystem classSébastien Lesaint2017-09-052-28/+221
* SONAR-9590 only heap and heap dump options are now in search.javaOptsSébastien Lesaint2017-09-056-19/+457
* SONAR-9590 move Es/JavaCommand to module sonar-process-monitorSébastien Lesaint2017-09-054-0/+465
* SONAR-9590 move shared memory file classes to dedicated packageSébastien Lesaint2017-09-056-5/+8
* SONAR-9239 configure log4j to log as before in es.logSébastien Lesaint2017-09-053-31/+627