aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce
Commit message (Expand)AuthorAgeFilesLines
* Cleanup code based on Intellij inspectionsSimon Brandhof2018-01-1417-43/+43
* SONAR-10117 SONAR-1018 Update measures after relevant issue changes and send ...Simon Brandhof2018-01-102-1/+5
* Fix license headers for 2018Simon Brandhof2018-01-07110-115/+110
* SONAR-10223 add optional organization to PostProjectAnalysisTaskSébastien Lesaint2018-01-052-3/+5
* SONAR-10116 Better scalability of loading of project measuresDaniel Schwarz2017-12-051-1/+1
* SONAR-10110 Remove LoadedTemplate DAOJulien Lancelot2017-12-041-1/+1
* SONAR-10087 Add built-in flag to provided quality gateJulien Lancelot2017-12-041-1/+1
* SONAR-10112 add MBean to monitor queue and workers of AsyncExecutionSébastien Lesaint2017-11-242-16/+35
* SONAR-10104 make webhooks run synchronously in the Compute EngineSébastien Lesaint2017-11-245-3/+86
* SONAR-10104 async webhooks with full in-memory implementationSébastien Lesaint2017-11-242-4/+12
* Support build of SonarQube with JDK 9Simon Brandhof2017-11-232-19/+9
* LICENSE-85 Add OfficialDistribution to the pico of the compute engineJulien HENRY2017-11-222-1/+3
* Add sonar.ce.gracefulStopTimeOutInMs for unit testsEric Hartmann2017-11-146-16/+48
* LICENSE-82 reset server ID on DB URL changesSimon Brandhof2017-11-081-6/+13
* SONAR-10026 Simplify running flagDuarte Meneses2017-11-061-31/+22
* SONAR-10026 Avoid submitting callback tasks to the executorDuarte Meneses2017-11-062-3/+3
* Prepare for next development iterationJulien Lancelot2017-10-271-1/+1
* SONAR-10027 Fix resetting tasks when Compute Engine startsEric Hartmann2017-10-272-7/+3
* 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
* Fix some logger callsDaniel Trebbien2017-10-192-2/+2
* Do not crash with technical errors when cluster is enabledSimon Brandhof2017-10-191-1/+5
* 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-183-47/+4
* SONAR-9882 Implements storage of sonar.analysis.* propertiesEric Hartmann2017-10-171-1/+1
* Fix warning at startup regarding JVmStateSectionSimon Brandhof2017-10-163-10/+8
* SONAR-9863 replace old "permanent server ID" by the new oneSimon Brandhof2017-10-162-3/+1
* fix wrong "ce started" log after ce startup failureSébastien Lesaint2017-10-101-1/+7
* Set version to 6.7-SNAPSHOTSimon Brandhof2017-10-091-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-027-2/+468
* SONAR-7024 add CeWorker.ExecutionListenerSébastien Lesaint2017-10-0210-42/+319
* 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-282-0/+20
* Access ProjectMeasuresIndex from Compute EngineSimon Brandhof2017-09-282-1/+3
* SONAR-9802 add section "CE Logging" to standalone mode of api/system/infoSimon Brandhof2017-09-263-4/+4
* SONAR-9802 improve name of Database sectionsSimon Brandhof2017-09-261-2/+2
* SONAR-9802 add unit testsSimon Brandhof2017-09-261-77/+0
* SONAR-9802 Fix quality flawsDaniel Schwarz2017-09-262-6/+6
* SONAR-9802 allow to change the log level of a clusterDaniel Schwarz2017-09-262-26/+11
* SONAR-9802 complete system info pageSimon Brandhof2017-09-264-46/+17
* SONAR-9802 request all nodes from api/system/cluster_infoSimon Brandhof2017-09-262-0/+43
* SONAR-9802 Add nodes to system info in cluster modeGrégoire Aubert2017-09-262-5/+5
* SONAR-9802 replace Hazelcast clients by membersSimon Brandhof2017-09-265-56/+43
* SONAR-9803 remove bad coupling of processes on sonar-plugin-apiSimon Brandhof2017-09-266-18/+111