aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9802 complete system info pageSimon Brandhof2017-09-263-45/+16
* 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-261-2/+2
* SONAR-9802 replace Hazelcast clients by membersSimon Brandhof2017-09-262-15/+17
* SONAR-9803 remove bad coupling of processes on sonar-plugin-apiSimon Brandhof2017-09-262-5/+5
* SONAR-5236 Create new API to register built-in quality profilesJulien HENRY2017-09-251-0/+2
* 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-131-3/+3
* SONAR-9741 fix TODO in ComputeEngineContainerImplSébastien Lesaint2017-09-131-33/+29
* SONAR-9741 rename HazelcastClientWrapper to HazelcastClientSébastien Lesaint2017-09-132-11/+11
* SONAR-9741 move shared cluster related classes to sonar-clusterSébastien Lesaint2017-09-135-212/+4
* SONAR-9739 rename Cluster to WebServerSébastien Lesaint2017-09-131-2/+2
* SONAR-9739 add UserSession#checkIsRootSébastien Lesaint2017-09-131-0/+5
* Fix Quality flawsSimon Brandhof2017-09-051-1/+1
* SONAR-9715 Implement a delay for finishing task in Compute EngineEric Hartmann2017-09-057-18/+94
* SONAR-9715 improve documentation of process managementSimon Brandhof2017-09-052-9/+6
* SONAR-9715 remove unused "pause" mode for the compute engineDaniel Schwarz2017-09-052-26/+1
* SONAR-9738 Fail if the cluster name differs from node to nodeDaniel Schwarz2017-09-051-3/+2
* SONAR-9715 Implement pause mechanism during shutdownDaniel Schwarz2017-09-055-6/+55
* SONAR-9590 move shared memory file classes to dedicated packageSébastien Lesaint2017-09-051-1/+1
* Select finished analyses in DB by component uuids and from datesTeryk Bellahsene2017-07-241-5/+4
* SONAR-9514 SONAR-9516 SONAR-9517 ES resilience from POST WSEric Hartmann2017-07-221-3/+1
* SONAR-9540 log MessageException message if task can't be finalizedSébastien Lesaint2017-07-211-1/+6
* SONAR-9540 do not log MessageException thrown during task processingSébastien Lesaint2017-07-211-0/+3
* SONAR-9525 use 30s delay between disabled workers runSébastien Lesaint2017-07-181-10/+26
* SONAR-9525 add CE WS to refresh enabled worker countSébastien Lesaint2017-07-186-11/+104
* SONAR-9525 CeWorker can be disabled by EnabledCeWorkerControllerSébastien Lesaint2017-07-176-4/+90
* SONAR-9525 enforce CeWorker#getOrdinal returns int >= 0Sébastien Lesaint2017-07-172-2/+8
* SONAR-9525 make CeWorkerImpl alter thread name with its detailsSébastien Lesaint2017-07-171-0/+16
* SONAR-9525 make CeWorker#call return an enum rather than a BooleanSébastien Lesaint2017-07-173-9/+19
* SONAR-9525 add CeWorker#getOrdinalSébastien Lesaint2017-07-175-12/+28
* SONAR-9525 do not allow value > 10 from WorkerCountProviderSébastien Lesaint2017-07-171-2/+2
* SONAR-9525 add workerThreadCount to CE's MBeanSébastien Lesaint2017-07-172-0/+11
* SONAR-9525 use getWorkerMaxCount to configure number of threadsSébastien Lesaint2017-07-172-2/+2
* SONAR-9525 add CeConfiguration#getWorkerMaxCountSébastien Lesaint2017-07-172-1/+16
* SONAR-9508 CE gets number of workers from WorkerCountProviderSébastien Lesaint2017-07-171-25/+14
* SONAR-9507 add warning at CE startup if sonar.ce.workerCount existsSébastien Lesaint2017-07-171-0/+53
* SONAR-9507 make sonar.ce.workerCount an internal propertySébastien Lesaint2017-07-171-8/+7
* SONAR-9507 move CeConfiguration to module ce and delete module ce-apiSébastien Lesaint2017-07-173-0/+178
* SONAR-8785 cache DbSession in ThreadLocals for HTTP requestsSébastien Lesaint2017-07-111-0/+2
* SONAR-9478 Replace Settings by ConfigurationJulien HENRY2017-07-042-12/+12
* SONAR-7618 Compute Engine does not load @ServerSide components anymoreSébastien Lesaint2017-06-261-2/+2
* Remove dead code in CE notificationsSimon Brandhof2017-05-121-4/+2
* Add method UserSession#keepAuthorizedComponents()Simon Brandhof2017-05-101-0/+6
* Fix Quality flawsSimon Brandhof2017-05-021-4/+2
* SONAR-9040 Implement a lock mechanism for cleaning jobsEric Hartmann2017-04-274-2/+74
* SONAR-8986 add purge of tasks of non existing workers to ce clean jobEric Hartmann2017-04-273-9/+35
* SONAR-8986 add CeDistributedInformationSébastien Lesaint2017-04-278-1/+390
* SONAR-8985 add unique identifier to CeWorkerSébastien Lesaint2017-04-277-17/+123
* SONAR-8987 worker reset any in progress task it has when peekingSébastien Lesaint2017-04-272-2/+12