aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Preparing component key that will contains branch key
* Remove useless usages of projects.authorization_updated_atSimon Brandhof2017-07-291-1/+1
| | | | but keep the db column
* 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-222-4/+2
|
* SONAR-9540 log MessageException message if task can't be finalizedSébastien Lesaint2017-07-212-1/+54
| | | | so that the cause of the failure of the task is not lost in the void
* SONAR-9540 do not log MessageException thrown during task processingSébastien Lesaint2017-07-212-3/+37
|
* SONAR-9525 use 30s delay between disabled workers runSébastien Lesaint2017-07-182-12/+43
|
* SONAR-9525 add CE WS to refresh enabled worker countSébastien Lesaint2017-07-1813-30/+319
|
* SONAR-9525 CeWorker can be disabled by EnabledCeWorkerControllerSébastien Lesaint2017-07-1710-11/+207
| | | | in which case they won't attempt to retrieve a task to process and return immediatly
* SONAR-9525 enforce CeWorker#getOrdinal returns int >= 0Sébastien Lesaint2017-07-173-2/+19
|
* SONAR-9525 make CeWorkerImpl alter thread name with its detailsSébastien Lesaint2017-07-172-0/+79
| | | | will allow more accurate and easier debugging when looking at thread dumps
* 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-175-43/+52
|
* SONAR-9525 add CeWorker#getOrdinalSébastien Lesaint2017-07-178-19/+58
|
* SONAR-9525 do not allow value > 10 from WorkerCountProviderSébastien Lesaint2017-07-172-5/+15
|
* SONAR-9525 add workerThreadCount to CE's MBeanSébastien Lesaint2017-07-173-2/+19
|
* SONAR-9525 use getWorkerMaxCount to configure number of threadsSébastien Lesaint2017-07-174-3/+8
| | | | rather than using CeConfiguration#getWorkerCount
* SONAR-9525 add CeConfiguration#getWorkerMaxCountSébastien Lesaint2017-07-174-1/+40
|
* SONAR-9508 CE gets number of workers from WorkerCountProviderSébastien Lesaint2017-07-172-81/+51
| | | | rather than from internal properties directly
* SONAR-9507 add warning at CE startup if sonar.ce.workerCount existsSébastien Lesaint2017-07-172-0/+123
|
* SONAR-9507 make sonar.ce.workerCount an internal propertySébastien Lesaint2017-07-172-32/+32
|
* SONAR-9507 move CeConfiguration to module ce and delete module ce-apiSébastien Lesaint2017-07-174-0/+301
|
* Prepare for next development iterationSimon Brandhof2017-07-131-1/+1
|
* SONAR-8785 cache DbSession in ThreadLocals for HTTP requestsSébastien Lesaint2017-07-112-1/+3
|
* MMF-935 experiment ES resilience of user creationEric Hartmann2017-07-051-1/+1
|
* Prepare for next development iterationSimon Brandhof2017-07-051-1/+1
|
* Release 6.5-M26.5-M2Simon Brandhof2017-07-051-1/+1
|
* SONAR-9478 Replace Settings by ConfigurationJulien HENRY2017-07-044-44/+38
|
* 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
|
* SONAR-7618 Compute Engine does not load @ServerSide components anymoreSébastien Lesaint2017-06-261-2/+2
|
* 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
|
* Prepare for next development version 6.5-SNAPSHOTSimon Brandhof2017-05-161-1/+1
|
* Consistent safeguard timeouts in JUnit testsSimon Brandhof2017-05-123-3/+7
|
* Remove dead code in CE notificationsSimon Brandhof2017-05-122-5/+3
|
* Make tests on clustering more robustEric Hartmann2017-05-111-1/+1
|
* Add method UserSession#keepAuthorizedComponents()Simon Brandhof2017-05-102-16/+12
| | | | to be able to fix authorization performance hotspot
* SONAR-8456, SONAR-8906 Cleanup propertiesJulien HENRY2017-05-031-13/+8
|
* Fix Quality flawsSimon Brandhof2017-05-021-4/+2
|
* SONAR-9140 support public flag in ComponentTesting/ComponentDbTesterSébastien Lesaint2017-04-271-1/+1
|
* SONAR-9040 Implement a lock mechanism for cleaning jobsEric Hartmann2017-04-276-27/+166
| | | | SONAR-8986 Add guava dependency
* SONAR-8986 add purge of tasks of non existing workers to ce clean jobEric Hartmann2017-04-277-41/+209
|
* SONAR-8986 add CeDistributedInformationSébastien Lesaint2017-04-2715-15/+1030
|