aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9773 improve warning message in generated ES jvm.options fileSébastien Lesaint2017-09-192-2/+2
* SONAR-9773 ignore JAVA_TOOL_OPTIONS is defined and log warningSébastien Lesaint2017-09-193-5/+97
* SONAR-9773 add AbstractCommand#suppressEnvVariableSébastien Lesaint2017-09-196-14/+148
* SONAR−9772 fail when changing mandatory JVM options through propertiesSébastien Lesaint2017-09-195-83/+397
* fix quality flowStas Vilchik2017-09-191-1/+0
* SONAR-9202 add test to verify, that RegisterRules can deactivate 5000 rulesDaniel Schwarz2017-09-181-0/+41
* Set a version on each analysis to prevent 1 year old snapshots to be purgedJulien HENRY2017-09-181-2/+3
* SONAR-9621 Always load cpd blocks from report when mode != incrementalJulien HENRY2017-09-182-4/+5
* SONAR-9301 Support HTTP redirect on scanner sideDuarte Meneses2017-09-155-24/+212
* SONAR-9223 Properly handle case when SONAR_USER_HOME point to a symlinkJulien HENRY2017-09-152-4/+22
* SONAR-9718 Fail with a clear message when sonar.projectDate is emptyJulien HENRY2017-09-1515-204/+228
* SONAR-8855 Make it obvious that generic coverage report expect an XML fileJulien HENRY2017-09-155-42/+68
* Improve JavadocJulien HENRY2017-09-152-12/+23
* SONAR-9651 Deprecate ability to create issues/measures on directoriesJulien HENRY2017-09-152-0/+4
* SONAR-9770 Deprecate 'preview'/'issues' analysis modeJulien HENRY2017-09-151-1/+3
* SONAR-9646 Deprecate support of absolute file patterns (file:xxx)Julien HENRY2017-09-151-0/+13
* SONAR-9666 Restore support of multi-valued properties containing line breaksJulien HENRY2017-09-152-2/+51
* SONAR-9762 Add a meaningful error message when purge is failingEric Hartmann2017-09-142-2/+13
* SONAR-9762 Purge must not catch exceptionEric Hartmann2017-09-146-53/+123
* Close logsTailer when closing ComputeEngineEric Hartmann2017-09-141-1/+3
* Remove duplicate licenceEric Hartmann2017-09-141-20/+0
* SONAR-9762 Implement resiliency on startupEric Hartmann2017-09-1411-4/+365
* SONAR-9760 Throw an exception when indexation is failingEric Hartmann2017-09-1410-105/+69
* Analyze maintenance branches on next.sonarqube.comSimon Brandhof2017-09-141-1/+8
* SONAR-9764 Add a dedicated message when there is no Elasticsearch masterEric Hartmann2017-09-142-0/+56
* Improve qualityDuarte Meneses2017-09-1411-70/+118
* .level label localazed size css fixasosnoviy2017-09-141-2/+8
* SONAR-9740 refactor UserSessionInitializerSimon Brandhof2017-09-138-123/+213
* SONAR-9587 exclude non used ES modules from distribution zipSébastien Lesaint2017-09-135-6/+56
* SONAR-9741 fix FP in ClusterTestSébastien Lesaint2017-09-131-4/+1
* SONAR-9741 harden ES status check when no node can be contactedSébastien Lesaint2017-09-134-20/+66
* SONAR-9587 use classpath rather than fat jar for sonar-applicationSébastien Lesaint2017-09-136-42/+74
* SONAR-9741 add authentication to api/system/healthSébastien Lesaint2017-09-1310-13/+242
* SONAR-9741 add authentication by System PassCode to HttpConnectorSébastien Lesaint2017-09-132-0/+30
* SONAR-9741 put key of SharedHealthState map in ClusterObjectKeysSébastien Lesaint2017-09-132-3/+6
* SONAR-9741 add integration testsSimon Brandhof2017-09-136-49/+211
* SONAR-9741 fix types of fields in response of WSSébastien Lesaint2017-09-1317-64/+63
* SONAR-9741 move NodeType to sonar-clusterSébastien Lesaint2017-09-137-8/+8
* SONAR-8741 ignore NodeHealth in HZ older than 30 secondsSébastien Lesaint2017-09-132-16/+86
* SONAR-9741 add detail TRACE logs SharedHealthStateImplSébastien Lesaint2017-09-132-4/+36
* SONAR-9741 use cluster time to timestamp NodeHealth info shared in HZSébastien Lesaint2017-09-133-17/+111
* SONAR-9741 add HazelcastClient#getClusterTimeSébastien Lesaint2017-09-135-1/+40
* SONAR-9741 remove NodeHealth#date fieldSébastien Lesaint2017-09-1312-75/+7
* SONAR-9741 don't check ES status when computing node health statusSébastien Lesaint2017-09-132-5/+21
* SONAR-9741 ignored health from non existing HZ membersSébastien Lesaint2017-09-132-12/+23
* SONAR-9740 rename HazelcastClient#getConnectedClients to getMemberUuidsSébastien Lesaint2017-09-1311-42/+52
* SONAR-9741 remove health info from hazelcast when node shuts downSébastien Lesaint2017-09-135-2/+50
* SONAR-9741 check search nodes health in api/system/healthSébastien Lesaint2017-09-138-75/+815
* SONAR-9741 check app nodes status in api/system/healthSébastien Lesaint2017-09-136-41/+562
* SONAR-9741 return nodes in response of api/system/healthSébastien Lesaint2017-09-1317-55/+786