aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/src/main/java/org/sonar/ce/app/CeServer.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-22047 Remove deprecated SecurityManager codeAlain Kermis2025-01-071-5/+2
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-131-3/+3
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-10179 improve consistency of start/stop log messages and identifiers of...Aurelien Poscia2022-03-181-7/+8
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* Improve test coverageDuarte Meneses2021-06-171-13/+5
* SONAR-14886 Plugins should not modify SonarQube's home directoryDuarte Meneses2021-06-091-2/+10
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* SSF-92 Code injection from SonarQube pluginsDuarte Meneses2019-09-201-0/+3
* SONAR-12043 Refactor CeServerDuarte Meneses2019-06-031-70/+50
* SONAR-12043 Refactor ProcessEntryPointDuarte Meneses2019-06-031-0/+1
* SONAR-12043 CE gracefully stopsSébastien Lesaint2019-06-031-1/+1
* SONAR-12043 main process supports graceful and hard stopSébastien Lesaint2019-06-031-0/+6
* SONAR-12043 rename current shutdown code from stop to hardStopSébastien Lesaint2019-06-031-1/+1
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* move some classes in preparation of creation of sonar-ce-commonSébastien Lesaint2018-06-291-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* fix wrong "ce started" log after ce startup failureSébastien Lesaint2017-10-101-1/+7
* Fix Quality flawsSimon Brandhof2017-09-051-1/+1
* SONAR-9715 Implement a delay for finishing task in Compute EngineEric Hartmann2017-09-051-5/+8
* SONAR-9715 improve documentation of process managementSimon Brandhof2017-09-051-8/+5
* SONAR-7485 log MessageException inline in CeServerSébastien Lesaint2017-03-131-0/+3
* SONAR-8816 drop web startup barrier from Compute EngineSimon Brandhof2017-03-131-15/+2
* SONAR-8435 add info message saying WebServer is operational to web.logSébastien Lesaint2017-02-241-1/+1
* SONAR-8435 log "SonarQube is up" if all processes are operationalSébastien Lesaint2017-02-241-2/+2
* SONAR-7500 remove useless Monitored WARN log when web fails to startSébastien Lesaint2017-02-241-2/+5
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-7833 task start/stop logs in sonar.log only if DEBUG is enabledSébastien Lesaint2016-08-161-1/+1
* SONAR-7833 task start/stop and step messages now go to ce_activity.logSébastien Lesaint2016-08-161-4/+2
* SONAR-7910 support sonar.cluster.web.disabledSimon Brandhof2016-08-031-19/+18
* Fix some Quality flawsSimon Brandhof2016-06-271-1/+1
* SONAR-7653 remove useless codeSimon Brandhof2016-05-261-1/+0
* Rename the term "Compute Engine Server" to "Compute Engine"Simon Brandhof2016-03-241-6/+6
* fix quality flawsSébastien Lesaint2016-03-221-13/+13
* SONAR-6732 there should be no static binding but in CeServer.mainSébastien Lesaint2016-03-221-5/+4
* SONAR-6732 fix ServerTest perf test confused by extra JVMSébastien Lesaint2016-03-221-1/+2
* Fix CeServerTest on MS WindowsSimon Brandhof2016-03-211-1/+7
* SONAR-6732 there should be no static binding but in CeServer.mainSébastien Lesaint2016-03-211-1/+2
* SONAR-7435 CE process waiting for WebServer to be operationalSébastien Lesaint2016-03-211-3/+21
* SONAR-7435 rename state when process is done starting from ready to upSébastien Lesaint2016-03-211-2/+2
* SONAR-7435 add CE process, never stops but does nothing yetSébastien Lesaint2016-03-211-0/+207