Merge branch 'stratos-4.1.x' of https://git-wip-us.apache.org/repos/asf/stratos into stratos-4.1.x
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/5a3ae4a4 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/5a3ae4a4 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/5a3ae4a4 Branch: refs/heads/stratos-4.1.x Commit: 5a3ae4a4eb12ae731dc827732197343734d84518 Parents: 6955c9e d0bc927 Author: gayangunarathne <[email protected]> Authored: Wed Sep 16 17:23:43 2015 +0530 Committer: gayangunarathne <[email protected]> Committed: Wed Sep 16 17:23:43 2015 +0530 ---------------------------------------------------------------------- .../topic/ApplicationsEventPublisher.java | 20 ++ .../stratos/autoscaler/monitor/Monitor.java | 3 +- .../monitor/component/ApplicationMonitor.java | 45 ++--- .../monitor/component/GroupMonitor.java | 69 +++---- .../component/ParentComponentMonitor.java | 4 + .../services/impl/AutoscalerServiceImpl.java | 186 +++++++++++-------- .../stratos/autoscaler/util/AutoscalerUtil.java | 38 ++++ .../theme0/partials/applications_form.hbs | 86 +++++---- .../console/themes/theme0/theme.js | 8 + .../application/ApplicationUpdatedEvent.java | 43 +++++ .../ApplicationUpdatedEventListener.java | 27 +++ .../ApplicationUpdatedMessageProcessor.java | 152 +++++++++++++++ .../ApplicationsMessageProcessorChain.java | 6 + .../integration/common/ThriftTestServer.java | 38 ++-- .../tests/ADCMTAppTenantUserTestCase.java | 4 +- .../integration/tests/ADCMTAppTestCase.java | 4 +- .../agent/integration/tests/ADCTestCase.java | 4 +- .../integration/tests/AgentStartupTestCase.java | 35 +++- .../tests/PythonAgentIntegrationTest.java | 2 +- .../src/test/resources/test-suite-smoke.xml | 2 +- .../application/ApplicationUpdateTest.java | 32 +++- 21 files changed, 611 insertions(+), 197 deletions(-) ----------------------------------------------------------------------
