Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-9575 Revert all changes made to support incremental mode | Julien HENRY | 2017-09-27 | 91 | -1497/+142 |
| | |||||
* | SONAR-9433 Issue locations are not always clickable | Stas Vilchik | 2017-09-27 | 1 | -0/+1 |
| | |||||
* | SONAR-9425 Drop locations indicator when browsing issue details | Stas Vilchik | 2017-09-27 | 13 | -31/+77 |
| | |||||
* | revert SONAR-9708 Display incremental analysis badge in UI | Stas Vilchik | 2017-09-27 | 12 | -88/+7 |
| | |||||
* | SONAR-9789 Display once a log message when waiting for ES to be up and running | Eric Hartmann | 2017-09-27 | 1 | -1/+8 |
| | |||||
* | SONAR-9802 add section "CE Logging" to standalone mode of api/system/info | Simon Brandhof | 2017-09-26 | 1 | -1/+2 |
| | |||||
* | SONAR-9802 remove useless attributes of HazelcastMember | Simon Brandhof | 2017-09-26 | 5 | -52/+1 |
| | |||||
* | SONAR-9802 add section "CE Logging" to standalone mode of api/system/info | Simon Brandhof | 2017-09-26 | 6 | -12/+5 |
| | |||||
* | SONAR-9802 Apply UI feedback | Grégoire Aubert | 2017-09-26 | 15 | -42/+152 |
| | | | | | | | | | | | | | | | | * Add tooltips on health status * Replace boolean icons with black check and close icons * Move log level warning next to the title of the card * Hide Plugins section * Retrieve correctly log levels when sections are missing. * Display State fields as Health status * Update IT | ||||
* | SONAR-9802 remove TODO in ClusterTest | Simon Brandhof | 2017-09-26 | 1 | -1/+0 |
| | |||||
* | SONAR-9802 add cpu usage of ES in cluster mode | Simon Brandhof | 2017-09-26 | 2 | -0/+3 |
| | |||||
* | SONAR-9802 add host address to returned nodes | Simon Brandhof | 2017-09-26 | 2 | -2/+12 |
| | |||||
* | SONAR-9802 split CE tasks in two sections | Simon Brandhof | 2017-09-26 | 2 | -0/+132 |
| | |||||
* | SONAR-9802 fix NPE when app node is starting | Simon Brandhof | 2017-09-26 | 2 | -14/+18 |
| | |||||
* | SONAR-9802 improve name of Database sections | Simon Brandhof | 2017-09-26 | 12 | -60/+163 |
| | |||||
* | SONAR-9802 add memory and cpu metrics to JvmStateSection | Simon Brandhof | 2017-09-26 | 2 | -2/+11 |
| | |||||
* | SONAR-9802 rename section Search Statistics to Search Indexes | Simon Brandhof | 2017-09-26 | 3 | -12/+12 |
| | |||||
* | SONAR-9802 fix NPE in EsStatusCheck | Simon Brandhof | 2017-09-26 | 2 | -3/+6 |
| | |||||
* | SONAR-9802 order settings of api/system/info | Simon Brandhof | 2017-09-26 | 3 | -4/+11 |
| | |||||
* | SONAR-8153 Do not export sensitive settings in System Info | Simon Brandhof | 2017-09-26 | 5 | -14/+51 |
| | |||||
* | SONAR-9802 fix support of overridden cluster name | Simon Brandhof | 2017-09-26 | 7 | -12/+23 |
| | |||||
* | SONAR-8902 let thread interruptions fail the change log level webservice call | Daniel Schwarz | 2017-09-26 | 3 | -9/+5 |
| | |||||
* | SONAR-9802 add unit tests | Simon Brandhof | 2017-09-26 | 14 | -109/+691 |
| | |||||
* | SONAR-9802 Add IT for cluster mode system info page | Grégoire Aubert | 2017-09-26 | 5 | -16/+75 |
| | |||||
* | SONAR-9802 Fix quality flaws | Daniel Schwarz | 2017-09-26 | 33 | -88/+108 |
| | |||||
* | SONAR-9802 add telemetry to api/system/info on cluster mode | Simon Brandhof | 2017-09-26 | 5 | -40/+48 |
| | |||||
* | SONAR-9802 allow to change the log level of a cluster | Daniel Schwarz | 2017-09-26 | 19 | -87/+446 |
| | |||||
* | SONAR-9802 complete system info page | Simon Brandhof | 2017-09-26 | 57 | -858/+968 |
| | |||||
* | SONAR-9846 Display max number of OS file descriptors in System Info page | Simon Brandhof | 2017-09-26 | 1 | -1/+2 |
| | |||||
* | SONAR-9845 Display type of disk in System Info on Linu | Simon Brandhof | 2017-09-26 | 3 | -5/+21 |
| | |||||
* | SONAR-9802 request all nodes from api/system/cluster_info | Simon Brandhof | 2017-09-26 | 28 | -207/+1031 |
| | |||||
* | SONAR-9802 add information to System Info page | Simon Brandhof | 2017-09-26 | 52 | -1115/+1019 |
| | |||||
* | SONAR-9839 return health in api/system/info | Simon Brandhof | 2017-09-26 | 7 | -3/+85 |
| | |||||
* | SONAR-9802 Add nodes to system info in cluster mode | Grégoire Aubert | 2017-09-26 | 78 | -789/+3375 |
| | |||||
* | SONAR-9802 fail restarting attempts on cluster nodes | Daniel Schwarz | 2017-09-26 | 4 | -3/+50 |
| | |||||
* | SONAR-9802 ability to execute distributed calls | Simon Brandhof | 2017-09-26 | 15 | -84/+532 |
| | | | | See HazelcastMember#call(DistributedCall, ...) | ||||
* | SONAR-9802 replace Hazelcast clients by members | Simon Brandhof | 2017-09-26 | 67 | -2055/+1443 |
| | | | | | | | Web Server and Compute Engine processes must use plain HZ members but not clients so that they can be involved in distributed computing (contribute to api/system/info response) | ||||
* | Fix Quality flaws | Simon Brandhof | 2017-09-26 | 1 | -1/+1 |
| | |||||
* | SONAR-9802 Decrease coupling of sonar-process with commons-io | Simon Brandhof | 2017-09-26 | 2 | -2/+2 |
| | | | | (without dropping the dependency) | ||||
* | SONAR-9803 remove bad coupling of processes on sonar-plugin-api | Simon Brandhof | 2017-09-26 | 106 | -1793/+7894 |
| | |||||
* | SONAR-9803 restrict sonar-process to classes shared by all processes only | Simon Brandhof | 2017-09-26 | 37 | -88/+69 |
| | |||||
* | SONAR-9802 create mocks WS for api/system/info | Simon Brandhof | 2017-09-26 | 4 | -2/+363 |
| | |||||
* | Complete list of privileged plugins | Simon Brandhof | 2017-09-26 | 2 | -22/+15 |
| | |||||
* | update frontend-maven-plugin | Stas Vilchik | 2017-09-26 | 1 | -1/+1 |
| | |||||
* | update node and yarn | Stas Vilchik | 2017-09-26 | 1 | -2/+2 |
| | |||||
* | upgrade to react 15.6.2 | Stas Vilchik | 2017-09-26 | 2 | -12/+12 |
| | |||||
* | improved unit test | Daniel Schwarz | 2017-09-26 | 1 | -4/+5 |
| | | | | This avoids false positives in RegisterRuleTest that were caused by unique key collisions of randomly generated keys. | ||||
* | support condition on deleted metric when resolving QG in CE | Sébastien Lesaint | 2017-09-26 | 6 | -12/+79 |
| | |||||
* | Sanitize WS api/issues/search | Teryk Bellahsene | 2017-09-26 | 2 | -5/+9 |
| | |||||
* | SONAR-9865 Sanitize WS api/qualityprofiles/* | Teryk Bellahsene | 2017-09-26 | 56 | -468/+464 |
| | | | | | | | - functional key of a quality profile is: name, language and organization - quality profile name is named 'name' - quality profile key is named 'key' - quality profile key parameter is deprecated when appropriate |