This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch 4.22
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 7c7b2ae75d1 Fix KVM incremental volume snapshot creation (#12666)
new 47c5bb8ee7a Support list/query async jobs by resource (#12983)
new ae455ee193e VPC restart cleanup for Public networks with multi-CIDR
data (#12622)
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:
.../cloudstack/api/ApiCommandResourceType.java | 4 +-
.../api/command/user/job/ListAsyncJobsCmd.java | 15 +++
.../command/user/job/QueryAsyncJobResultCmd.java | 18 ++-
.../resources/META-INF/db/schema-42200to42210.sql | 9 ++
.../cloudstack/framework/jobs/dao/AsyncJobDao.java | 18 +++
.../framework/jobs/dao/AsyncJobDaoImpl.java | 33 ++++++
.../main/java/com/cloud/api/ApiResponseHelper.java | 36 +++++-
.../java/com/cloud/api/query/QueryManagerImpl.java | 45 +++++---
.../com/cloud/api/query/ResourceIdSupport.java | 123 +++++++++++++++++++++
.../configuration/ConfigurationManagerImpl.java | 13 ++-
.../com/cloud/api/query/QueryManagerImplTest.java | 2 +-
11 files changed, 284 insertions(+), 32 deletions(-)
create mode 100644
server/src/main/java/com/cloud/api/query/ResourceIdSupport.java