aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce
Commit message (Expand)AuthorAgeFilesLines
* fix quality flaw and some missing UT coverageSébastien Lesaint2016-03-231-0/+27
* fix quality flawsSébastien Lesaint2016-03-222-16/+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
* SONAR-7487 Fix CE testJulien HENRY2016-03-221-6/+6
* Fix CeServerTest on MS WindowsSimon Brandhof2016-03-212-3/+13
* SONAR-6732 ensure properties in DB are never altered from CESébastien Lesaint2016-03-217-4/+394
* SONAR-6732 CE and WebServer must share the same startedAt dateSébastien Lesaint2016-03-211-4/+9
* SONAR-6732 UserSession implementation in CE must fail at any callSébastien Lesaint2016-03-215-1/+255
* SONAR-6732 only Web Server should deal with server idSébastien Lesaint2016-03-212-6/+4
* SONAR-6732 remove DefaultHttpDownloader from CE containerSébastien Lesaint2016-03-212-3/+2
* 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-212-4/+2
* SONAR-6732 must mimic level from WebServer to load extensionsSébastien Lesaint2016-03-215-105/+83
* SONAR-6732 add EsIndexerEnabler to Compute EngineSébastien Lesaint2016-03-215-1/+146
* SONAR-6732 disable Compute Engine in WebServerSébastien Lesaint2016-03-212-3/+6
* SONAR-6732 add components from StartupLevel to CE containerSébastien Lesaint2016-03-212-1/+25
* SONAR-6732 add components from PlatformLevel4 to CE containerSébastien Lesaint2016-03-212-1/+444
* SONAR-6732 add components from PlatformLevel3 to CE containerSébastien Lesaint2016-03-213-9/+43
* SONAR-6732 add components from PlatformLevel2 to CE containerSébastien Lesaint2016-03-212-1/+32
* SONAR-6732 add components from PlatformLevel1 to CE containerSébastien Lesaint2016-03-212-4/+114
* SONAR-6732 there should be no static binding but in CeServer.mainSébastien Lesaint2016-03-216-34/+99
* SONAR-6732 add ComputeEngineContainer + Properties from cmd lineSébastien Lesaint2016-03-214-13/+163
* SONAR-7435 CE process waiting for WebServer to be operationalSébastien Lesaint2016-03-217-26/+664
* SONAR-7435 rename state when process is done starting from ready to upSébastien Lesaint2016-03-212-10/+10
* SONAR-7435 add CE process, never stops but does nothing yetSébastien Lesaint2016-03-218-0/+743
* SONAR-7134 add maven module sonar-ceSébastien Lesaint2016-03-211-0/+40