Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-9802 Add IT for cluster mode system info page | Grégoire Aubert | 2017-09-26 | 4 | -14/+73 | |
| | ||||||
* | SONAR-9802 Fix quality flaws | Daniel Schwarz | 2017-09-26 | 2 | -4/+4 | |
| | ||||||
* | SONAR-9802 allow to change the log level of a cluster | Daniel Schwarz | 2017-09-26 | 2 | -20/+36 | |
| | ||||||
* | SONAR-9802 complete system info page | Simon Brandhof | 2017-09-26 | 8 | -129/+175 | |
| | ||||||
* | SONAR-9802 fail restarting attempts on cluster nodes | Daniel Schwarz | 2017-09-26 | 1 | -0/+20 | |
| | ||||||
* | SONAR-9802 replace Hazelcast clients by members | Simon Brandhof | 2017-09-26 | 1 | -0/+19 | |
| | | | | | | | 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) | |||||
* | SONAR-9803 remove bad coupling of processes on sonar-plugin-api | Simon Brandhof | 2017-09-26 | 2 | -2/+2 | |
| | ||||||
* | SONAR-9865 Sanitize WS api/qualityprofiles/* | Teryk Bellahsene | 2017-09-26 | 8 | -20/+22 | |
| | | | | | | | - 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 | |||||
* | SONAR-9762 rename test class | Daniel Schwarz | 2017-09-26 | 2 | -3/+3 | |
| | ||||||
* | SONAR-9704 enable IT | Daniel Schwarz | 2017-09-26 | 1 | -0/+2 | |
| | ||||||
* | Add missing disableOrganizations() in BranchTest | Julien Lancelot | 2017-09-26 | 1 | -1/+1 | |
| | ||||||
* | SONAR-5236 Create new API to register built-in quality profiles | Julien HENRY | 2017-09-25 | 2 | -1/+3 | |
| | ||||||
* | harden TechnicalDebtMeasure IT | Sébastien Lesaint | 2017-09-21 | 3 | -156/+357 | |
| | ||||||
* | Set a version on each analysis to prevent 1 year old snapshots to be purged | Julien HENRY | 2017-09-18 | 1 | -2/+3 | |
| | ||||||
* | SONAR-9301 Support HTTP redirect on scanner side | Duarte Meneses | 2017-09-15 | 2 | -3/+112 | |
| | ||||||
* | SONAR-9762 Add a meaningful error message when purge is failing | Eric Hartmann | 2017-09-14 | 1 | -1/+6 | |
| | ||||||
* | SONAR-9762 Purge must not catch exception | Eric Hartmann | 2017-09-14 | 4 | -15/+121 | |
| | ||||||
* | 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 | 9 | -3/+312 | |
| | ||||||
* | SONAR-9760 Throw an exception when indexation is failing | Eric Hartmann | 2017-09-14 | 1 | -1/+31 | |
| | ||||||
* | SONAR-9587 exclude non used ES modules from distribution zip | Sébastien Lesaint | 2017-09-13 | 1 | -1/+1 | |
| | ||||||
* | 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 | 1 | -3/+1 | |
| | | | | or any other Exception occuring while checking ES cluster status | |||||
* | SONAR-9741 add authentication to api/system/health | Sébastien Lesaint | 2017-09-13 | 4 | -7/+28 | |
| | ||||||
* | SONAR-9741 add integration tests | Simon Brandhof | 2017-09-13 | 6 | -49/+211 | |
| | ||||||
* | SONAR-9741 make NetworkUtils an interface | Sébastien Lesaint | 2017-09-13 | 2 | -2/+2 | |
| | | | | to allow unit testing | |||||
* | SONAR-9741 move shared cluster related classes to sonar-cluster | Sébastien Lesaint | 2017-09-13 | 2 | -2/+2 | |
| | ||||||
* | SONAR-9740 support system passcode in WS | Simon Brandhof | 2017-09-13 | 4 | -2/+149 | |
| | ||||||
* | SONAR-9739 add protobuf response to WS api/system/status | Simon Brandhof | 2017-09-13 | 4 | -37/+18 | |
| | ||||||
* | SONAR-9739 add integration test for WS api/system/health | Simon Brandhof | 2017-09-13 | 3 | -23/+146 | |
| | ||||||
* | SONAR-9739 make StartupCrash startable | Simon Brandhof | 2017-09-13 | 1 | -3/+5 | |
| | ||||||
* | SONAR-9739 improve integration tests of api/system/status | Simon Brandhof | 2017-09-13 | 7 | -49/+299 | |
| | ||||||
* | Refactor a few integration tests of Quality profiles | Simon Brandhof | 2017-09-13 | 3 | -55/+17 | |
| | ||||||
* | Adjust performance test timings | Duarte Meneses | 2017-09-12 | 1 | -2/+2 | |
| | ||||||
* | SONAR-9616 api/navigation/global returns branchesEnabled | Julien Lancelot | 2017-09-12 | 1 | -0/+12 | |
| | ||||||
* | SONAR-9616 Add IT on api/project_branches/list | Julien Lancelot | 2017-09-12 | 2 | -1/+58 | |
| | ||||||
* | Adjusting performance tests expectations | Duarte Meneses | 2017-09-12 | 1 | -2/+2 | |
| | ||||||
* | SONAR-9616 compute engine backend to support branches | Simon Brandhof | 2017-09-12 | 2 | -0/+6 | |
| | ||||||
* | Bring 6.6-SNAPSHOT back | Simon Brandhof | 2017-09-12 | 30 | -30/+30 | |
| | ||||||
* | Release 6.6-M1 | Simon Brandhof | 2017-09-12 | 30 | -30/+30 | |
| | ||||||
* | SONAR-9796 remove max size limit on index field Tests.Test.stacktrace | Sébastien Lesaint | 2017-09-11 | 3 | -3/+4 | |
| | ||||||
* | SONAR-9181 WS bulk_apply_template accepts the parameters as projects/search | Teryk Bellahsene | 2017-09-11 | 1 | -14/+56 | |
| | ||||||
* | SONAR-4566 Identify old project on projects management page | Stas Vilchik | 2017-09-11 | 1 | -1/+1 | |
| | ||||||
* | SONAR-9784 rewrite projects management page | Stas Vilchik | 2017-09-11 | 4 | -23/+15 | |
| | ||||||
* | SONAR-9181 WS api/projects/bulk_delete accepts the sames parameters as ↵ | Teryk Bellahsene | 2017-09-11 | 4 | -10/+98 | |
| | | | | api/projects/search | |||||
* | SONAR-9181 WS api/projects/search search by component keys or uuids | Teryk Bellahsene | 2017-09-11 | 1 | -1/+1 | |
| | ||||||
* | SONAR-9181 WS api/projects/search filters on provisioned projects | Teryk Bellahsene | 2017-09-11 | 1 | -5/+11 | |
| | ||||||
* | SONAR-9181 IT to search for provisioned projects | Teryk Bellahsene | 2017-09-11 | 1 | -0/+19 | |
| | ||||||
* | SONAR-8640 WS api/projects/search query on key does partial match and is ↵ | Teryk Bellahsene | 2017-09-11 | 1 | -0/+26 | |
| | | | | case insensitive |