aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7653 remove useless codeSimon Brandhof2016-05-261-1/+0
* Sanitize package org.sonar.server.searchSimon Brandhof2016-05-162-2/+3
* Remove useless CeDbClientJulien Lancelot2016-04-252-47/+2
* SONAR-7436 replace JMX/RMI by HTTPSimon Brandhof2016-04-051-2/+0
* SONAR-6717 Drop issue.Action APITeryk Bellahsene2016-03-311-2/+0
* SONAR-7510 add sonar-plugin-bridge and ReportAnalysisComponentProviderSébastien Lesaint2016-03-311-11/+5
* SONAR-7441 deprecated Actions must be available in CESébastien Lesaint2016-03-311-1/+2
* SONAR-7441 load ServerSide components in CE for backward compatibilitySébastien Lesaint2016-03-301-1/+2
* SONAR-7458 Expose SQ Version in SensorContextJulien HENRY2016-03-301-2/+2
* SONAR-7441 add ComputeEngineSide annotation where applicableSébastien Lesaint2016-03-291-2/+1
* SONAR-7441 add annotation ComputeEngineSideSébastien Lesaint2016-03-293-1/+56
* SONAR-7436 System Info must not fail if the monitored process is not upSimon Brandhof2016-03-251-2/+2
* SONAR-7436 Monitoring of CE process in system WS and consoleSimon Brandhof2016-03-252-3/+5
* SONAR-6731 Fix loading of plugins by CE when running on MS WindowsSimon Brandhof2016-03-243-4/+182
* 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-7435 remove useless calls to Thread.interrupted()Sébastien Lesaint2016-03-221-2/+0
* 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 ensure properties in DB are never altered from CESébastien Lesaint2016-03-214-3/+193
* SONAR-6732 UserSession implementation in CE must fail at any callSébastien Lesaint2016-03-213-0/+157
* SONAR-6732 only Web Server should deal with server idSébastien Lesaint2016-03-211-5/+3
* SONAR-6732 remove DefaultHttpDownloader from CE containerSébastien Lesaint2016-03-211-2/+1
* SONAR-6732 CE must load Settings from DB for each workerSébastien Lesaint2016-03-211-3/+3
* SONAR-6732 remove useless migrations from Compute Engine containerSébastien Lesaint2016-03-211-2/+1
* SONAR-6732 must mimic level from WebServer to load extensionsSébastien Lesaint2016-03-213-36/+50
* SONAR-6732 add EsIndexerEnabler to Compute EngineSébastien Lesaint2016-03-213-0/+92
* SONAR-6732 disable Compute Engine in WebServerSébastien Lesaint2016-03-211-1/+4
* SONAR-6732 add components from StartupLevel to CE containerSébastien Lesaint2016-03-211-1/+24
* SONAR-6732 add components from PlatformLevel4 to CE containerSébastien Lesaint2016-03-211-1/+439
* SONAR-6732 add components from PlatformLevel3 to CE containerSébastien Lesaint2016-03-211-1/+14
* SONAR-6732 add components from PlatformLevel2 to CE containerSébastien Lesaint2016-03-211-1/+31
* SONAR-6732 add components from PlatformLevel1 to CE containerSébastien Lesaint2016-03-211-3/+80
* SONAR-6732 there should be no static binding but in CeServer.mainSébastien Lesaint2016-03-214-31/+66
* SONAR-6732 add ComputeEngineContainer + Properties from cmd lineSébastien Lesaint2016-03-213-13/+87
* SONAR-7435 CE process waiting for WebServer to be operationalSébastien Lesaint2016-03-214-3/+363
* 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-215-0/+363