aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9813 display "Private" badge tooltip based on qualifierStas Vilchik2017-09-208-10/+25
* SONAR-9813 allow to change portfolio visibilityStas Vilchik2017-09-202-23/+25
* SONAR-9812 display activity page for portfolios (#2510)Stas Vilchik2017-09-20100-279/+4170
* Sanitize api/issues/search json example concerning line/textRangeTeryk Bellahsene2017-09-201-1/+1
* SONAR-9813 WS api/projects/update_visibility allows portfolio and applicationTeryk Bellahsene2017-09-202-9/+126
* SONAR-9813 Add methods to create portfolio and application with visibility in...Teryk Bellahsene2017-09-201-7/+49
* WS project_analyses/search accepts portfoliosTeryk Bellahsene2017-09-202-10/+29
* SONAR-9283 Settings, Configuration and Props trim values at insertSébastien Lesaint2017-09-195-26/+43
* SONAR-9773 add warning when ES_JVM_OPTIONS is setSébastien Lesaint2017-09-195-46/+134
* 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-192-4/+95
* 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
* SONAR-9621 Always load cpd blocks from report when mode != incrementalJulien HENRY2017-09-182-4/+5
* SONAR-9718 Fail with a clear message when sonar.projectDate is emptyJulien HENRY2017-09-156-24/+52
* SONAR-9762 Add a meaningful error message when purge is failingEric Hartmann2017-09-141-1/+7
* SONAR-9762 Purge must not catch exceptionEric Hartmann2017-09-142-38/+2
* SONAR-9762 Implement resiliency on startupEric Hartmann2017-09-142-1/+53
* SONAR-9760 Throw an exception when indexation is failingEric Hartmann2017-09-149-104/+38
* SONAR-9764 Add a dedicated message when there is no Elasticsearch masterEric Hartmann2017-09-142-0/+56
* Improve qualityDuarte Meneses2017-09-147-53/+65
* .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-131-3/+37
* SONAR-9741 harden ES status check when no node can be contactedSébastien Lesaint2017-09-133-17/+65
* SONAR-9587 use classpath rather than fat jar for sonar-applicationSébastien Lesaint2017-09-132-2/+31
* SONAR-9741 add authentication to api/system/healthSébastien Lesaint2017-09-136-6/+214
* SONAR-9741 put key of SharedHealthState map in ClusterObjectKeysSébastien Lesaint2017-09-132-3/+6
* SONAR-9741 fix types of fields in response of WSSébastien Lesaint2017-09-1316-62/+61
* 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-1316-55/+766
* SONAR-9741 search nodes share startup health statusSébastien Lesaint2017-09-1313-78/+338
* SONAR-9741 app shares search node info in hazelcastSébastien Lesaint2017-09-1312-7/+631
* SONAR-9741 populate default value of sonar.cluster.node.nameSébastien Lesaint2017-09-132-5/+6
* SONAR-9741 add HealthChecker#checkCluster with check of ES statusSébastien Lesaint2017-09-1310-62/+456
* SONAR-9741 web process shares health info in HazelcastSébastien Lesaint2017-09-1315-99/+818
* SONAR-9741 make NetworkUtils an interfaceSébastien Lesaint2017-09-1312-117/+156