| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-9621 Always load cpd blocks from report when mode != incremental | Julien HENRY | 2017-09-18 | 2 | -4/+5 |
* | SONAR-9301 Support HTTP redirect on scanner side | Duarte Meneses | 2017-09-15 | 5 | -24/+212 |
* | SONAR-9223 Properly handle case when SONAR_USER_HOME point to a symlink | Julien HENRY | 2017-09-15 | 2 | -4/+22 |
* | SONAR-9718 Fail with a clear message when sonar.projectDate is empty | Julien HENRY | 2017-09-15 | 15 | -204/+228 |
* | SONAR-8855 Make it obvious that generic coverage report expect an XML file | Julien HENRY | 2017-09-15 | 5 | -42/+68 |
* | Improve Javadoc | Julien HENRY | 2017-09-15 | 2 | -12/+23 |
* | SONAR-9651 Deprecate ability to create issues/measures on directories | Julien HENRY | 2017-09-15 | 2 | -0/+4 |
* | SONAR-9770 Deprecate 'preview'/'issues' analysis mode | Julien HENRY | 2017-09-15 | 1 | -1/+3 |
* | SONAR-9646 Deprecate support of absolute file patterns (file:xxx) | Julien HENRY | 2017-09-15 | 1 | -0/+13 |
* | SONAR-9666 Restore support of multi-valued properties containing line breaks | Julien HENRY | 2017-09-15 | 2 | -2/+51 |
* | SONAR-9762 Add a meaningful error message when purge is failing | Eric Hartmann | 2017-09-14 | 2 | -2/+13 |
* | SONAR-9762 Purge must not catch exception | Eric Hartmann | 2017-09-14 | 6 | -53/+123 |
* | Close logsTailer when closing ComputeEngine | Eric Hartmann | 2017-09-14 | 1 | -1/+3 |
* | Remove duplicate licence | Eric Hartmann | 2017-09-14 | 1 | -20/+0 |
* | SONAR-9762 Implement resiliency on startup | Eric Hartmann | 2017-09-14 | 11 | -4/+365 |
* | SONAR-9760 Throw an exception when indexation is failing | Eric Hartmann | 2017-09-14 | 10 | -105/+69 |
* | Analyze maintenance branches on next.sonarqube.com | Simon Brandhof | 2017-09-14 | 1 | -1/+8 |
* | SONAR-9764 Add a dedicated message when there is no Elasticsearch master | Eric Hartmann | 2017-09-14 | 2 | -0/+56 |
* | Improve quality | Duarte Meneses | 2017-09-14 | 11 | -70/+118 |
* | .level label localazed size css fix | asosnoviy | 2017-09-14 | 1 | -2/+8 |
* | SONAR-9740 refactor UserSessionInitializer | Simon Brandhof | 2017-09-13 | 8 | -123/+213 |
* | SONAR-9587 exclude non used ES modules from distribution zip | Sébastien Lesaint | 2017-09-13 | 5 | -6/+56 |
* | SONAR-9741 fix FP in ClusterTest | Sébastien Lesaint | 2017-09-13 | 1 | -4/+1 |
* | SONAR-9741 harden ES status check when no node can be contacted | Sébastien Lesaint | 2017-09-13 | 4 | -20/+66 |
* | SONAR-9587 use classpath rather than fat jar for sonar-application | Sébastien Lesaint | 2017-09-13 | 6 | -42/+74 |
* | SONAR-9741 add authentication to api/system/health | Sébastien Lesaint | 2017-09-13 | 10 | -13/+242 |
* | SONAR-9741 add authentication by System PassCode to HttpConnector | Sébastien Lesaint | 2017-09-13 | 2 | -0/+30 |
* | SONAR-9741 put key of SharedHealthState map in ClusterObjectKeys | Sébastien Lesaint | 2017-09-13 | 2 | -3/+6 |
* | SONAR-9741 add integration tests | Simon Brandhof | 2017-09-13 | 6 | -49/+211 |
* | SONAR-9741 fix types of fields in response of WS | Sébastien Lesaint | 2017-09-13 | 17 | -64/+63 |
* | SONAR-9741 move NodeType to sonar-cluster | Sébastien Lesaint | 2017-09-13 | 7 | -8/+8 |
* | SONAR-8741 ignore NodeHealth in HZ older than 30 seconds | Sébastien Lesaint | 2017-09-13 | 2 | -16/+86 |
* | SONAR-9741 add detail TRACE logs SharedHealthStateImpl | Sébastien Lesaint | 2017-09-13 | 2 | -4/+36 |
* | SONAR-9741 use cluster time to timestamp NodeHealth info shared in HZ | Sébastien Lesaint | 2017-09-13 | 3 | -17/+111 |
* | SONAR-9741 add HazelcastClient#getClusterTime | Sébastien Lesaint | 2017-09-13 | 5 | -1/+40 |
* | SONAR-9741 remove NodeHealth#date field | Sébastien Lesaint | 2017-09-13 | 12 | -75/+7 |
* | SONAR-9741 don't check ES status when computing node health status | Sébastien Lesaint | 2017-09-13 | 2 | -5/+21 |
* | SONAR-9741 ignored health from non existing HZ members | Sébastien Lesaint | 2017-09-13 | 2 | -12/+23 |
* | SONAR-9740 rename HazelcastClient#getConnectedClients to getMemberUuids | Sébastien Lesaint | 2017-09-13 | 11 | -42/+52 |
* | SONAR-9741 remove health info from hazelcast when node shuts down | Sébastien Lesaint | 2017-09-13 | 5 | -2/+50 |
* | SONAR-9741 check search nodes health in api/system/health | Sébastien Lesaint | 2017-09-13 | 8 | -75/+815 |
* | SONAR-9741 check app nodes status in api/system/health | Sébastien Lesaint | 2017-09-13 | 6 | -41/+562 |
* | SONAR-9741 return nodes in response of api/system/health | Sébastien Lesaint | 2017-09-13 | 17 | -55/+786 |
* | SONAR-9741 search nodes share startup health status | Sébastien Lesaint | 2017-09-13 | 13 | -78/+338 |
* | SONAR-9741 app shares search node info in hazelcast | Sébastien Lesaint | 2017-09-13 | 12 | -7/+631 |
* | SONAR-9741 populate default value of sonar.cluster.node.name | Sébastien Lesaint | 2017-09-13 | 2 | -5/+6 |
* | SONAR-9741 add HealthChecker#checkCluster with check of ES status | Sébastien Lesaint | 2017-09-13 | 10 | -62/+456 |
* | SONAR-9741 web process shares health info in Hazelcast | Sébastien Lesaint | 2017-09-13 | 15 | -99/+818 |
* | SONAR-9741 make NetworkUtils an interface | Sébastien Lesaint | 2017-09-13 | 14 | -119/+158 |
* | SONAR-9741 add SharedHealthState | Sébastien Lesaint | 2017-09-13 | 10 | -4/+1206 |