aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/src/test
Commit message (Expand)AuthorAgeFilesLines
* Add definition of property sonar.jdbc.passwordSimon Brandhof2016-05-181-1/+1
* Remove useless CeDbClientJulien Lancelot2016-04-251-42/+0
* SONAR-7436 replace JMX/RMI by HTTPSimon Brandhof2016-04-051-3/+7
* SONAR-6717 Drop issue.Action APITeryk Bellahsene2016-03-311-1/+1
* SONAR-7510 add sonar-plugin-bridge and ReportAnalysisComponentProviderSébastien Lesaint2016-03-311-1/+1
* SONAR-7441 deprecated Actions must be available in CESébastien Lesaint2016-03-311-1/+1
* SONAR-7441 add ComputeEngineSide annotation where applicableSébastien Lesaint2016-03-291-1/+1
* SONAR-7435 increase timeout and reset sharedMemory to stabilize testSébastien Lesaint2016-03-251-2/+2
* SONAR-7466 Remove ACTION_PLANS table and related codeTeryk Bellahsene2016-03-251-1/+1
* SONAR-7436 Monitoring of CE process in system WS and consoleSimon Brandhof2016-03-252-4/+6
* SONAR-6731 Fix loading of plugins by CE when running on MS WindowsSimon Brandhof2016-03-2411-0/+399
* Rename the term "Compute Engine Server" to "Compute Engine"Simon Brandhof2016-03-241-1/+1
* fix quality flaw and some missing UT coverageSébastien Lesaint2016-03-231-0/+27
* fix quality flawsSébastien Lesaint2016-03-221-3/+0
* SONAR-7487 Fix CE testJulien HENRY2016-03-221-6/+6
* Fix CeServerTest on MS WindowsSimon Brandhof2016-03-211-2/+6
* SONAR-6732 ensure properties in DB are never altered from CESébastien Lesaint2016-03-213-1/+201
* 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-212-1/+98
* SONAR-6732 only Web Server should deal with server idSébastien Lesaint2016-03-211-1/+1
* SONAR-6732 remove DefaultHttpDownloader from CE containerSébastien Lesaint2016-03-211-1/+1
* 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-212-69/+33
* SONAR-6732 add EsIndexerEnabler to Compute EngineSébastien Lesaint2016-03-212-1/+54
* SONAR-6732 disable Compute Engine in WebServerSébastien Lesaint2016-03-211-2/+2
* SONAR-6732 add components from StartupLevel to CE containerSébastien Lesaint2016-03-211-0/+1
* SONAR-6732 add components from PlatformLevel4 to CE containerSébastien Lesaint2016-03-211-0/+5
* SONAR-6732 add components from PlatformLevel3 to CE containerSébastien Lesaint2016-03-211-8/+17
* SONAR-6732 add components from PlatformLevel2 to CE containerSébastien Lesaint2016-03-211-0/+1
* SONAR-6732 add components from PlatformLevel1 to CE containerSébastien Lesaint2016-03-211-1/+34
* SONAR-6732 there should be no static binding but in CeServer.mainSébastien Lesaint2016-03-212-3/+33
* SONAR-6732 add ComputeEngineContainer + Properties from cmd lineSébastien Lesaint2016-03-211-0/+76
* SONAR-7435 CE process waiting for WebServer to be operationalSébastien Lesaint2016-03-213-23/+301
* SONAR-7435 rename state when process is done starting from ready to upSébastien Lesaint2016-03-211-8/+8
* SONAR-7435 add CE process, never stops but does nothing yetSébastien Lesaint2016-03-212-0/+373