Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-7653 remove useless code | Simon Brandhof | 2016-05-26 | 1 | -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.password | Simon Brandhof | 2016-05-18 | 1 | -1/+1 |
| | | | | so that its type is set to PropertyType.PASSWORD. | ||||
* | Sanitize package org.sonar.server.search | Simon Brandhof | 2016-05-16 | 2 | -2/+3 |
| | | | | | | Keep only deprecated classes in package org.sonar.server.search. Valid classes are moved to org.sonar.server.es. | ||||
* | Remove useless CeDbClient | Julien Lancelot | 2016-04-25 | 3 | -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 HTTP | Simon Brandhof | 2016-04-05 | 2 | -5/+7 |
| | |||||
* | SONAR-6717 Drop issue.Action API | Teryk Bellahsene | 2016-03-31 | 2 | -3/+1 |
| | |||||
* | SONAR-7510 add sonar-plugin-bridge and ReportAnalysisComponentProvider | Sébastien Lesaint | 2016-03-31 | 2 | -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 CE | Sébastien Lesaint | 2016-03-31 | 2 | -2/+3 |
| | | | | because we currently support loading components annotated with @ServerSide | ||||
* | SONAR-7441 load ServerSide components in CE for backward compatibility | Sébastien Lesaint | 2016-03-30 | 1 | -1/+2 |
| | |||||
* | SONAR-7458 Expose SQ Version in SensorContext | Julien HENRY | 2016-03-30 | 1 | -2/+2 |
| | |||||
* | SONAR-7441 add ComputeEngineSide annotation where applicable | Sébastien Lesaint | 2016-03-29 | 2 | -3/+2 |
| | |||||
* | SONAR-7441 add annotation ComputeEngineSide | Sébastien Lesaint | 2016-03-29 | 3 | -1/+56 |
| | |||||
* | SONAR-7436 System Info must not fail if the monitored process is not up | Simon Brandhof | 2016-03-25 | 1 | -2/+2 |
| | |||||
* | SONAR-7435 increase timeout and reset sharedMemory to stabilize test | Sébastien Lesaint | 2016-03-25 | 1 | -2/+2 |
| | |||||
* | SONAR-7466 Remove ACTION_PLANS table and related code | Teryk Bellahsene | 2016-03-25 | 1 | -1/+1 |
| | |||||
* | SONAR-7436 Monitoring of CE process in system WS and console | Simon Brandhof | 2016-03-25 | 4 | -7/+11 |
| | |||||
* | SONAR-6731 Fix loading of plugins by CE when running on MS Windows | Simon Brandhof | 2016-03-24 | 14 | -4/+581 |
| | |||||
* | Rename the term "Compute Engine Server" to "Compute Engine" | Simon Brandhof | 2016-03-24 | 2 | -7/+7 |
| | |||||
* | fix quality flaw and some missing UT coverage | Sébastien Lesaint | 2016-03-23 | 1 | -0/+27 |
| | |||||
* | fix quality flaws | Sébastien Lesaint | 2016-03-22 | 2 | -16/+13 |
| | |||||
* | SONAR-6732 there should be no static binding but in CeServer.main | Sébastien Lesaint | 2016-03-22 | 1 | -5/+4 |
| | |||||
* | SONAR-7435 remove useless calls to Thread.interrupted() | Sébastien Lesaint | 2016-03-22 | 1 | -2/+0 |
| | |||||
* | SONAR-6732 fix ServerTest perf test confused by extra JVM | Sébastien Lesaint | 2016-03-22 | 1 | -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 test | Julien HENRY | 2016-03-22 | 1 | -6/+6 |
| | |||||
* | Fix CeServerTest on MS Windows | Simon Brandhof | 2016-03-21 | 2 | -3/+13 |
| | |||||
* | SONAR-6732 ensure properties in DB are never altered from CE | Sébastien Lesaint | 2016-03-21 | 7 | -4/+394 |
| | |||||
* | SONAR-6732 CE and WebServer must share the same startedAt date | Sébastien Lesaint | 2016-03-21 | 1 | -4/+9 |
| | |||||
* | SONAR-6732 UserSession implementation in CE must fail at any call | Sébastien Lesaint | 2016-03-21 | 5 | -1/+255 |
| | |||||
* | SONAR-6732 only Web Server should deal with server id | Sébastien Lesaint | 2016-03-21 | 2 | -6/+4 |
| | |||||
* | SONAR-6732 remove DefaultHttpDownloader from CE container | Sébastien Lesaint | 2016-03-21 | 2 | -3/+2 |
| | |||||
* | SONAR-6732 CE must load Settings from DB for each worker | Sébastien Lesaint | 2016-03-21 | 1 | -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 container | Sébastien Lesaint | 2016-03-21 | 2 | -4/+2 |
| | |||||
* | SONAR-6732 must mimic level from WebServer to load extensions | Sébastien Lesaint | 2016-03-21 | 5 | -105/+83 |
| | |||||
* | SONAR-6732 add EsIndexerEnabler to Compute Engine | Sébastien Lesaint | 2016-03-21 | 5 | -1/+146 |
| | | | | replaced IndexSynchronizer which also triggered a full reindex (which we do not want in CE) | ||||
* | SONAR-6732 disable Compute Engine in WebServer | Sébastien Lesaint | 2016-03-21 | 2 | -3/+6 |
| | |||||
* | SONAR-6732 add components from StartupLevel to CE container | Sébastien Lesaint | 2016-03-21 | 2 | -1/+25 |
| | |||||
* | SONAR-6732 add components from PlatformLevel4 to CE container | Sébastien Lesaint | 2016-03-21 | 2 | -1/+444 |
| | |||||
* | SONAR-6732 add components from PlatformLevel3 to CE container | Sébastien Lesaint | 2016-03-21 | 2 | -9/+31 |
| | |||||
* | SONAR-6732 add components from PlatformLevel2 to CE container | Sébastien Lesaint | 2016-03-21 | 2 | -1/+32 |
| | |||||
* | SONAR-6732 add components from PlatformLevel1 to CE container | Sébastien Lesaint | 2016-03-21 | 2 | -4/+114 |
| | |||||
* | SONAR-6732 there should be no static binding but in CeServer.main | Sébastien Lesaint | 2016-03-21 | 6 | -34/+99 |
| | |||||
* | SONAR-6732 add ComputeEngineContainer + Properties from cmd line | Sébastien Lesaint | 2016-03-21 | 4 | -13/+163 |
| | |||||
* | SONAR-7435 CE process waiting for WebServer to be operational | Sébastien Lesaint | 2016-03-21 | 7 | -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 up | Sébastien Lesaint | 2016-03-21 | 2 | -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 yet | Sébastien Lesaint | 2016-03-21 | 7 | -0/+736 |