This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch dummy
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard 0af87f2d1f3 do not merge
add 89231106ff9 Hide volumes tab in instance page when user does not have
permission to list volumes (#8713)
add cfdb33a0522 Fixup resource limit checks (#8935)
add b93a86c9da8 Clean up `.asf.yaml` collaborators (#8982)
add 380385d0451 plugin: fix nsx build failure with mvn 3.9 (#8974)
add 00ee5fd4298 Show menu section if user has access to at least one of
its pages (#8978)
add 6e823b2cd34 Order the `.gitignore` file (#8989)
add 083bf52d81e do not merge
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0af87f2d1f3)
\
N -- N -- N refs/heads/dummy (083bf52d81e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 1 -
.gitignore | 134 ++++++------
.../java/com/cloud/user/ResourceLimitService.java | 22 ++
api/src/main/java/com/cloud/vm/UserVmService.java | 4 +-
.../api/command/user/vm/RebootVMCmd.java | 3 +-
.../java/com/cloud/vm/VirtualMachineManager.java | 3 +-
plugins/network-elements/nsx/pom.xml | 6 +
.../java/com/cloud/api/query/QueryManagerImpl.java | 65 +++---
.../resourcelimit/ResourceLimitManagerImpl.java | 232 +++++++++++++++++++++
.../com/cloud/storage/VolumeApiServiceImpl.java | 94 +++------
.../main/java/com/cloud/vm/UserVmManagerImpl.java | 113 +++++-----
.../java/com/cloud/vm/UserVmManagerImplTest.java | 16 +-
.../cloud/vpc/MockResourceLimitManagerImpl.java | 39 ++++
ui/src/config/router.js | 5 +-
ui/src/store/modules/permission.js | 31 ++-
ui/src/views/compute/InstanceTab.vue | 2 +-
16 files changed, 516 insertions(+), 254 deletions(-)