Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 3 | -9/+43 | |
| | ||||||
* | 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 | 8 | -0/+743 | |
| | ||||||
* | SONAR-7134 add maven module sonar-ce | Sébastien Lesaint | 2016-03-21 | 1 | -0/+40 | |