aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9740 rename HazelcastClient#getConnectedClients to getMemberUuidsSébastien Lesaint2017-09-131-8/+8
* SONAR-9741 make NetworkUtils an interfaceSébastien Lesaint2017-09-131-2/+2
* SONAR-9741 rename HazelcastClientWrapper to HazelcastClientSébastien Lesaint2017-09-132-6/+6
* SONAR-9741 move shared cluster related classes to sonar-clusterSébastien Lesaint2017-09-134-391/+12
* 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
* SONAR-9662 Store plugin hash + last modification dateJulien HENRY2017-09-071-1/+1
* Improve test isolationJulien HENRY2017-09-071-44/+51
* SONAR-9672 Store the link between a rule and the plugin declaring itJulien HENRY2017-09-071-1/+0
* SONAR-9715 Implement a delay for finishing task in Compute EngineEric Hartmann2017-09-051-7/+7
* SONAR-9715 remove unused "pause" mode for the compute engineDaniel Schwarz2017-09-051-18/+0
* SONAR-9738 Fail if the cluster name differs from node to nodeDaniel Schwarz2017-09-053-41/+23
* SONAR-9715 Implement pause mechanism during shutdownDaniel Schwarz2017-09-053-2/+30
* 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-051-1/+1
* 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
* Rename ComponentDto#getKey to ComponentDto#getDbKeyJulien Lancelot2017-08-011-2/+2
* Remove useless usages of projects.authorization_updated_atSimon Brandhof2017-07-291-1/+1
* SONAR-9514 SONAR-9516 SONAR-9517 ES resilience from POST WSEric Hartmann2017-07-221-1/+1
* SONAR-9540 log MessageException message if task can't be finalizedSébastien Lesaint2017-07-211-0/+48
* SONAR-9540 do not log MessageException thrown during task processingSébastien Lesaint2017-07-211-3/+34
* SONAR-9525 use 30s delay between disabled workers runSébastien Lesaint2017-07-181-2/+17
* SONAR-9525 add CE WS to refresh enabled worker countSébastien Lesaint2017-07-187-19/+215
* SONAR-9525 CeWorker can be disabled by EnabledCeWorkerControllerSébastien Lesaint2017-07-174-7/+117
* SONAR-9525 enforce CeWorker#getOrdinal returns int >= 0Sébastien Lesaint2017-07-171-0/+11
* SONAR-9525 make CeWorkerImpl alter thread name with its detailsSébastien Lesaint2017-07-171-0/+63
* SONAR-9525 fix CeWorkerImplTest#verifyWorkerUuidSébastien Lesaint2017-07-171-4/+5
* SONAR-9525 make CeWorker#call return an enum rather than a BooleanSébastien Lesaint2017-07-172-34/+33
* SONAR-9525 add CeWorker#getOrdinalSébastien Lesaint2017-07-173-7/+30
* SONAR-9525 do not allow value > 10 from WorkerCountProviderSébastien Lesaint2017-07-171-3/+13
* SONAR-9525 add workerThreadCount to CE's MBeanSébastien Lesaint2017-07-171-2/+8
* SONAR-9525 use getWorkerMaxCount to configure number of threadsSébastien Lesaint2017-07-172-1/+6
* SONAR-9525 add CeConfiguration#getWorkerMaxCountSébastien Lesaint2017-07-172-0/+24
* SONAR-9508 CE gets number of workers from WorkerCountProviderSébastien Lesaint2017-07-171-56/+37
* SONAR-9507 add warning at CE startup if sonar.ce.workerCount existsSébastien Lesaint2017-07-171-0/+70
* SONAR-9507 make sonar.ce.workerCount an internal propertySébastien Lesaint2017-07-171-24/+25
* SONAR-9507 move CeConfiguration to module ce and delete module ce-apiSébastien Lesaint2017-07-171-0/+123
* SONAR-8785 cache DbSession in ThreadLocals for HTTP requestsSébastien Lesaint2017-07-111-1/+1
* MMF-935 experiment ES resilience of user creationEric Hartmann2017-07-051-1/+1
* SONAR-9478 Replace Settings by ConfigurationJulien HENRY2017-07-042-32/+26
* SONAR-9478 Deprecate Settings and introduce new Configuration interfaceJulien HENRY2017-07-041-1/+1
* SONAR-9443 Add setting to avoid quality profile change notificationJulien Lancelot2017-06-291-1/+1
* Make HazelcastClientWrapperImplTest more robustEric Hartmann2017-06-221-1/+22
* SONAR-9356 define property "sonar.onboardingTutorial.skip"Daniel Schwarz2017-06-201-1/+1
* SONAR-9304 share built-in profiles among organizationsSimon Brandhof2017-06-141-1/+1
* SONAR-9028 remove table authors from DBSébastien Lesaint2017-05-261-1/+1
* SONAR-9028 remove any support to table authors from codeSébastien Lesaint2017-05-261-1/+1