aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Consistent safeguard timeouts in JUnit testsSimon Brandhof2017-05-123-3/+7
* Remove dead code in CE notificationsSimon Brandhof2017-05-121-1/+1
* Make tests on clustering more robustEric Hartmann2017-05-111-1/+1
* Add method UserSession#keepAuthorizedComponents()Simon Brandhof2017-05-101-16/+6
* SONAR-8456, SONAR-8906 Cleanup propertiesJulien HENRY2017-05-031-13/+8
* 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-272-25/+92
* SONAR-8986 add purge of tasks of non existing workers to ce clean jobEric Hartmann2017-04-274-32/+174
* SONAR-8986 add CeDistributedInformationSébastien Lesaint2017-04-276-14/+636
* SONAR-8985 add unique identifier to CeWorkerSébastien Lesaint2017-04-273-20/+140
* SONAR-8987 worker reset any in progress task it has when peekingSébastien Lesaint2017-04-272-18/+140
* SONAR-8987 remove use of Guava Optional in CE tables related classesSébastien Lesaint2017-04-274-14/+11
* SONAR-9041 move computation.monitoring package to sonar-ceSébastien Lesaint2017-04-275-2/+471
* SONAR-9041 add job canceling worn out tasks from CE_QUEUE regularlySébastien Lesaint2017-04-274-9/+241
* SONAR-9057 CE tables cleaning and purging is done by web leaderSébastien Lesaint2017-04-279-0/+1825
* SONAR-9057 make CeQueueCleaner startable and run as startup taskSébastien Lesaint2017-04-271-1/+1
* SONAR-9126 Allow preventing projects analysis on a organizationJulien Lancelot2017-04-261-1/+1
* SONAR-9014 Replace 'sonar.defaultGroup' setting usage by hardcoded 'sonar-users'Julien Lancelot2017-04-131-4/+3
* Delete unused class LogarithmicLoggerSimon Brandhof2017-04-111-110/+0
* Drop unused property sonar.enableFileVariationSimon Brandhof2017-04-111-1/+1
* SONAR-9052 Refactor IssueQueryFactorySimon Brandhof2017-03-311-1/+1
* SONAR-8952 only index rules, when they are updated in dbDaniel Schwarz2017-03-301-1/+1
* SONAR-8924 compute active rules statistics via databaseSimon Brandhof2017-03-231-1/+1