aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce
Commit message (Collapse)AuthorAgeFilesLines
* Release 6.6Simon Brandhof2017-10-201-1/+1
|
* Prepare for next development iterationSimon Brandhof2017-10-111-1/+1
|
* Publish 6.6 Release Candidate 1Simon Brandhof2017-10-101-1/+1
|
* SONAR-9378 Rename "sonar.lf.sonarqube.com.enabled" settingJulien HENRY2017-10-041-5/+5
|
* Replace the CE class TypedException by an interfaceSimon Brandhof2017-10-031-1/+15
| | | | | so that a class inheriting MessageException can provide a type of error.
* SONAR-1330 Add group permission to edit single quality profileJulien Lancelot2017-10-021-1/+1
|
* SONAR-1330 Add user permission to edit single quality profileJulien Lancelot2017-10-021-5/+5
|
* SONAR-7024 add notification on Report Analysis failuresSébastien Lesaint2017-10-027-2/+468
|
* SONAR-7024 add CeWorker.ExecutionListenerSébastien Lesaint2017-10-0210-42/+319
|
* SONAR-9771 add property email.fromName and use it in email notificationsSébastien Lesaint2017-10-021-1/+1
|
* Populate error type when CE task fails with TypedMessageExceptionSimon Brandhof2017-09-282-0/+20
| | | | | When a CE task throws a TypedMessageException, then the provided error type is propagated to db column ce_activity.error_type
* Access ProjectMeasuresIndex from Compute EngineSimon Brandhof2017-09-282-1/+3
|
* SONAR-9802 add section "CE Logging" to standalone mode of api/system/infoSimon Brandhof2017-09-263-4/+4
|
* SONAR-9802 improve name of Database sectionsSimon Brandhof2017-09-261-2/+2
|
* SONAR-9802 add unit testsSimon Brandhof2017-09-261-77/+0
|
* SONAR-9802 Fix quality flawsDaniel Schwarz2017-09-262-6/+6
|
* SONAR-9802 allow to change the log level of a clusterDaniel Schwarz2017-09-262-26/+11
|
* SONAR-9802 complete system info pageSimon Brandhof2017-09-264-46/+17
|
* SONAR-9802 request all nodes from api/system/cluster_infoSimon Brandhof2017-09-262-0/+43
|
* SONAR-9802 Add nodes to system info in cluster modeGrégoire Aubert2017-09-262-5/+5
|
* SONAR-9802 replace Hazelcast clients by membersSimon Brandhof2017-09-265-56/+43
| | | | | | | 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-apiSimon Brandhof2017-09-266-18/+111
|
* SONAR-5236 Create new API to register built-in quality profilesJulien HENRY2017-09-252-1/+3
|
* SONAR-9762 Add a meaningful error message when purge is failingEric Hartmann2017-09-141-1/+7
|
* SONAR-9740 rename HazelcastClient#getConnectedClients to getMemberUuidsSébastien Lesaint2017-09-132-11/+11
| | | | | which now return UUID of all members of the HZ cluster, both members and local clients to these member also rename #getClientUuid to getUuid
* SONAR-9741 make NetworkUtils an interfaceSébastien Lesaint2017-09-131-2/+2
| | | | to allow unit testing
* SONAR-9741 fix TODO in ComputeEngineContainerImplSébastien Lesaint2017-09-131-33/+29
|
* SONAR-9741 rename HazelcastClientWrapper to HazelcastClientSébastien Lesaint2017-09-134-17/+17
|
* SONAR-9741 move shared cluster related classes to sonar-clusterSébastien Lesaint2017-09-1310-608/+22
|
* SONAR-9739 rename Cluster to WebServerSébastien Lesaint2017-09-131-2/+2
|
* SONAR-9739 add UserSession#checkIsRootSébastien Lesaint2017-09-131-0/+5
|
* SONAR-9616 Handle branch in scannerJanos Gyerik2017-09-121-52/+46
|
* SONAR-9616 compute engine backend to support branchesSimon Brandhof2017-09-121-1/+1
|
* SONAR-9616 decrease coupling with component keysSimon Brandhof2017-09-122-2/+2
|
* Bring 6.6-SNAPSHOT backSimon Brandhof2017-09-121-1/+1
|
* Release 6.6-M1Simon Brandhof2017-09-121-1/+1
|
* SONAR-9662 Store plugin hash + last modification dateJulien HENRY2017-09-071-1/+1
|
* Improve test isolationJulien HENRY2017-09-071-44/+51
| | | | When some assertions fail, components are not stopped, and that lead to failures in other tests.
* SONAR-9672 Store the link between a rule and the plugin declaring itJulien HENRY2017-09-071-1/+0
|
* Fix Quality flawsSimon Brandhof2017-09-051-1/+1
|
* SONAR-9715 Implement a delay for finishing task in Compute EngineEric Hartmann2017-09-058-25/+101
|
* SONAR-9715 improve documentation of process managementSimon Brandhof2017-09-052-9/+6
|
* SONAR-9715 remove unused "pause" mode for the compute engineDaniel Schwarz2017-09-053-44/+1
|
* SONAR-9738 Fail if the cluster name differs from node to nodeDaniel Schwarz2017-09-054-44/+25
|
* SONAR-9715 Implement pause mechanism during shutdownDaniel Schwarz2017-09-058-8/+85
|
* SONAR-9712 reduce types of cluster nodes to only: application OR searchEric Hartmann2017-09-051-0/+1
|
* SONAR-9590 move shared memory file classes to dedicated packageSébastien Lesaint2017-09-052-2/+2
|
* SONAR-9721 Telemetry properties defined in a specific PropertyDefinition classTeryk Bellahsene2017-08-301-1/+1
|
* Fix tests and missing componentsDuarte Meneses2017-08-071-1/+1
|
* SONAR-9639 Support CE task characteristicsDuarte Meneses2017-08-071-1/+1
|