This is an automated email from the ASF dual-hosted git repository.
gutoveronezi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from efbf74ee06 Added new logs to volume creation (#6689)
add d4c6586546 Return vm userdata (#6683)
No new revisions were added by this update.
Summary of changes:
.../cloudstack/api/command/user/vm/ListVMsCmd.java | 8 ++++++++
.../cloudstack/api/response/UserVmResponse.java | 12 ++++++++++++
server/src/main/java/com/cloud/api/ApiDBUtils.java | 9 +++++----
.../java/com/cloud/api/query/QueryManagerImpl.java | 3 ++-
.../com/cloud/api/query/ViewResponseHelper.java | 16 +++++++++++-----
.../java/com/cloud/api/query/dao/UserVmJoinDao.java | 5 +++--
.../com/cloud/api/query/dao/UserVmJoinDaoImpl.java | 9 +++++++--
ui/src/utils/util.js | 7 +++++++
ui/src/views/compute/DeployVM.vue | 11 ++---------
ui/src/views/compute/EditVM.vue | 21 +++++++++++++--------
10 files changed, 70 insertions(+), 31 deletions(-)