aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/src/test/java
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SONAR-8892 Add an organization member in databaseTeryk Bellahsene2017-03-211-1/+1
* SONAR-8816 drop web startup barrier from Compute EngineSimon Brandhof2017-03-134-230/+1
* SONAR-8838 Add DB column TAGS to PROJECTS tableTeryk Bellahsene2017-02-281-1/+1
* SONAR-7282 fix module number count in ComputeEngineContainerImplTestDaniel Schwarz2017-02-271-2/+3
* Drop usages of MyBatis#openSession()Simon Brandhof2017-02-261-1/+1
* SONAR-8435 log "SonarQube is up" if all processes are operationalSébastien Lesaint2017-02-241-9/+9
* SONAR-7500 remove useless Monitored WARN log when web fails to startSébastien Lesaint2017-02-241-9/+10
* SONAR-8092 index issues when changed in the db, ignore updatedAtDaniel Schwarz2017-02-241-1/+1
* SONAR-8753 add hidden property sonar.organizations.createPersonalOrgSébastien Lesaint2017-02-101-1/+1