You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2021/02/19 10:32:05 UTC

[cloudstack] branch master updated (51a0864 -> 6634382)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


    from 51a0864  packaging: new timestamp format and add output dir option (#4471)
     add fd49efa  server: Show network name in exception message (#4396)
     add db1e0f4  kvm: set Backing Format of qcow2 images in vm start and migration (#4656)
     add 06b5bd2  ui: display account name only if its not null (#4667)
     add f489439  api: add zone, vm name params in listVmSnapshot response (#4604)
     add 7a712e2  server: fix build failure
     add 3b5f99a  kvm: Prevent KVM from performing volume migrations of running instances (#4562)
     add 186ac69  Merge remote-tracking branch 'origin/4.14' into 4.15
     new 6634382  Merge remote-tracking branch 'origin/4.15'

The 1 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:
 .../api/response/VMSnapshotResponse.java           | 36 +++++++++++++++----
 .../kvm/resource/LibvirtComputingResource.java     | 33 +++++++++++++++++
 .../wrapper/LibvirtMigrateCommandWrapper.java      |  8 +++++
 .../org/apache/cloudstack/utils/qemu/QemuImg.java  | 23 +++++++++++-
 .../main/java/com/cloud/api/ApiResponseHelper.java |  5 ++-
 .../com/cloud/storage/VolumeApiServiceImpl.java    |  6 ++++
 .../main/java/com/cloud/vm/UserVmManagerImpl.java  |  2 +-
 ui/nginx.conf                                      | 30 ----------------
 ui/package-lock.json                               | 41 ++++++++++++++--------
 ui/package.json                                    |  8 ++---
 ui/src/views/infra/network/IpRangesTabPublic.vue   |  2 +-
 11 files changed, 135 insertions(+), 59 deletions(-)
 delete mode 100644 ui/nginx.conf


[cloudstack] 01/01: Merge remote-tracking branch 'origin/4.15'

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 6634382f6930d6389ffa095e0da252e4265dddea
Merge: 51a0864 186ac69
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Fri Feb 19 15:30:21 2021 +0530

    Merge remote-tracking branch 'origin/4.15'
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>

 .../api/response/VMSnapshotResponse.java           | 36 +++++++++++++++----
 .../kvm/resource/LibvirtComputingResource.java     | 33 +++++++++++++++++
 .../wrapper/LibvirtMigrateCommandWrapper.java      |  8 +++++
 .../org/apache/cloudstack/utils/qemu/QemuImg.java  | 23 +++++++++++-
 .../main/java/com/cloud/api/ApiResponseHelper.java |  5 ++-
 .../com/cloud/storage/VolumeApiServiceImpl.java    |  6 ++++
 .../main/java/com/cloud/vm/UserVmManagerImpl.java  |  2 +-
 ui/nginx.conf                                      | 30 ----------------
 ui/package-lock.json                               | 41 ++++++++++++++--------
 ui/package.json                                    |  8 ++---
 ui/src/views/infra/network/IpRangesTabPublic.vue   |  2 +-
 11 files changed, 135 insertions(+), 59 deletions(-)