aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9954 add hidden property sonar.editions.jsonUrlSébastien Lesaint2017-10-231-1/+1
* SONAR-9946 Background download and "pre-installation" of an editionDuarte Meneses2017-10-231-0/+15
* SONAR-9770 Deprecate preview propertiesJulien HENRY2017-10-201-1/+1
* SONAR-9926 CeQueue#cancel now needs CeQueuDto instead of uuidJulien Lancelot2017-10-191-67/+68
* SONAR-7309 DB Cleaner strategy to keep only analyses with a versionTeryk Bellahsene2017-10-191-1/+1
* Remove cluster testsSimon Brandhof2017-10-182-44/+4
* SONAR-9882 Implements storage of sonar.analysis.* propertiesEric Hartmann2017-10-171-1/+1
* Fix warning at startup regarding JVmStateSectionSimon Brandhof2017-10-161-2/+2
* SONAR-9863 replace old "permanent server ID" by the new oneSimon Brandhof2017-10-161-1/+1
* SONAR-9378 Rename "sonar.lf.sonarqube.com.enabled" settingJulien HENRY2017-10-041-5/+5
* Replace the CE class TypedException by an interfaceSimon Brandhof2017-10-031-1/+15
* SONAR-1330 Add group permission to edit single quality profileJulien Lancelot2017-10-021-1/+1
* SONAR-1330 Add user permission to edit single quality profileJulien Lancelot2017-10-021-5/+5
* SONAR-7024 add notification on Report Analysis failuresSébastien Lesaint2017-10-023-2/+334
* SONAR-7024 add CeWorker.ExecutionListenerSébastien Lesaint2017-10-025-19/+202
* SONAR-9771 add property email.fromName and use it in email notificationsSébastien Lesaint2017-10-021-1/+1
* Populate error type when CE task fails with TypedMessageExceptionSimon Brandhof2017-09-281-0/+16
* Access ProjectMeasuresIndex from Compute EngineSimon Brandhof2017-09-281-1/+1
* SONAR-9802 add section "CE Logging" to standalone mode of api/system/infoSimon Brandhof2017-09-261-1/+1
* SONAR-9802 add unit testsSimon Brandhof2017-09-261-77/+0
* SONAR-9802 Fix quality flawsDaniel Schwarz2017-09-261-3/+3
* SONAR-9802 allow to change the log level of a clusterDaniel Schwarz2017-09-261-17/+9
* SONAR-9802 complete system info pageSimon Brandhof2017-09-261-1/+1
* SONAR-9802 Add nodes to system info in cluster modeGrégoire Aubert2017-09-261-3/+3
* SONAR-9802 replace Hazelcast clients by membersSimon Brandhof2017-09-263-41/+26
* SONAR-9803 remove bad coupling of processes on sonar-plugin-apiSimon Brandhof2017-09-263-8/+106
* SONAR-5236 Create new API to register built-in quality profilesJulien HENRY2017-09-251-1/+1
* 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