aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7653 remove useless codeSimon Brandhof2016-05-261-1/+0
| | | | | | JVM does not start if runtime version is not 1.8, so it's useless to check java version programmatically.
* Add definition of property sonar.jdbc.passwordSimon Brandhof2016-05-181-1/+1
| | | | so that its type is set to PropertyType.PASSWORD.
* Sanitize package org.sonar.server.searchSimon Brandhof2016-05-162-2/+3
| | | | | | Keep only deprecated classes in package org.sonar.server.search. Valid classes are moved to org.sonar.server.es.
* Remove useless CeDbClientJulien Lancelot2016-04-253-89/+2
| | | | It's useless that DbClient return a ReadOnlyPropertiesDao, and it prevent any CE task to update a property
* SONAR-7436 replace JMX/RMI by HTTPSimon Brandhof2016-04-052-5/+7
|
* SONAR-6717 Drop issue.Action APITeryk Bellahsene2016-03-312-3/+1
|
* SONAR-7510 add sonar-plugin-bridge and ReportAnalysisComponentProviderSébastien Lesaint2016-03-312-12/+6
| | | | | new sonar-plugin-bridge maven module replaces modules sonar-dev-cockpit-bridge and sonar-governance-bridge ReportAnalysisComponentProvider generalizes loading component in the Compute Engine task processing analysis report which was specifically in Dev Cockpit before, as a method of DevCockpitBridge
* SONAR-7441 deprecated Actions must be available in CESébastien Lesaint2016-03-312-2/+3
| | | | because we currently support loading components annotated with @ServerSide
* 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-292-3/+2
|
* 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-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-254-7/+11
|
* SONAR-6731 Fix loading of plugins by CE when running on MS WindowsSimon Brandhof2016-03-2414-4/+581
|
* Rename the term "Compute Engine Server" to "Compute Engine"Simon Brandhof2016-03-242-7/+7
|
* 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
| | | | | orchestrator is using the WS /api/server/index which does not wait for the Compute Engine in its own process to actually finish starting startup time and shutdown time are therefor incorrectly calculated. We now rely on logs to compute them correctly, until the WS is updated
* 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
| | | | | renamed ServerSettings to WebServerSettings and extract from it a ServerSetting interface to be able to easily provide separte implementations for Web Server and CE) CE Server implementation is called ComputeEngineSettings which supports loading up to date Settings for a specific worker using delegation and a ThreadLocal
* 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
| | | | replaced IndexSynchronizer which also triggered a full reindex (which we do not want in CE)
* 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-212-9/+31
|
* 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
| | | | CE detects WebServer is operational though shared file IPC (see ProcessCommand)
* SONAR-7435 rename state when process is done starting from ready to upSébastien Lesaint2016-03-212-10/+10
| | | | also clean up code of DefaultProcessCommands and fix it's Javadoc which was out of sync with implementation
* SONAR-7435 add CE process, never stops but does nothing yetSébastien Lesaint2016-03-217-0/+736