This is an automated email from the ASF dual-hosted git repository.
weizhou pushed a change to branch 4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from eee43e534fa cloudutils: fix warning, error during kvm agent
installation (#11318)
new c8d44d92a76 api,server: fix entity access
new 03a4b9f4fd3 server,utils: improve js interpretation functionality
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/com/cloud/server/ManagementService.java | 13 +-
.../java/com/cloud/server/ResourceManagerUtil.java | 1 +
.../apache/cloudstack/quota/QuotaManagerImpl.java | 4 +-
.../cloudstack/quota/QuotaManagerImplTest.java | 4 +-
.../api/response/QuotaResponseBuilderImpl.java | 23 ++-
.../org/apache/cloudstack/quota/QuotaService.java | 12 +-
.../apache/cloudstack/quota/QuotaServiceImpl.java | 9 ++
.../cloudstack/metrics/MetricsServiceImpl.java | 76 ++++++++-
.../cloudstack/metrics/MetricsServiceImplTest.java | 163 ++++++++++++++++----
.../java/com/cloud/api/query/QueryManagerImpl.java | 2 +-
.../cloud/network/vpc/NetworkACLServiceImpl.java | 3 +
.../com/cloud/resource/ResourceManagerImpl.java | 6 +
.../com/cloud/server/ManagementServerImpl.java | 22 ++-
.../java/com/cloud/storage/StorageManagerImpl.java | 9 ++
.../com/cloud/tags/ResourceManagerUtilImpl.java | 11 ++
.../utils/jsinterpreter/JsInterpreter.java | 169 ++++++++++++++-------
.../utils/jsinterpreter/TagAsRuleHelper.java | 7 +-
.../utils/jsinterpreter/JsInterpreterTest.java | 81 ++++++----
18 files changed, 473 insertions(+), 142 deletions(-)