This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 28e8e2d0096 pre-commit: add hook to trim trailing whitespace (#8205)
add ad66edf6e65 UI: Add search filters (#9068)
add 283a4853aad ui: fix create network access in deploy vm wizard (#9117)
add c07953cc93e ui: fix columns for exportacls csv (#9118)
add 8bb7bbea888 ui: add move to top/bottom for acl rules list (#9119)
add 261530c92a9 server: honor listall param for listiso api (#9064)
add c36a3b8cc33 ui: fix create menu item access (#9104)
add c970141e250 engine-schema: add removed columne for cloud.user_data,
fix delete op (#9120)
new f1c3d2c4bee Merge release branch 4.19 to main
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:
.../src/main/java/com/cloud/user/UserDataVO.java | 15 ++
.../resources/META-INF/db/schema-41900to41910.sql | 2 +
.../java/com/cloud/api/query/QueryManagerImpl.java | 2 +-
ui/public/locales/en.json | 9 +-
ui/src/components/header/CreateMenu.vue | 12 +-
ui/src/components/view/SearchView.vue | 287 ++++++++++++++++++++-
ui/src/config/section/account.js | 1 +
ui/src/config/section/compute.js | 6 +-
ui/src/config/section/config.js | 2 +
ui/src/config/section/image.js | 1 +
ui/src/config/section/infra.js | 2 +-
ui/src/config/section/infra/clusters.js | 1 +
ui/src/config/section/infra/hosts.js | 1 +
ui/src/config/section/infra/pods.js | 1 +
ui/src/config/section/infra/primaryStorages.js | 1 +
ui/src/config/section/infra/secondaryStorages.js | 1 +
ui/src/config/section/infra/systemVms.js | 1 +
ui/src/config/section/infra/zones.js | 1 +
ui/src/config/section/network.js | 2 +-
ui/src/config/section/offering.js | 6 +
ui/src/config/section/role.js | 1 +
ui/src/core/lazy_lib/icons_use.js | 4 +
ui/src/views/compute/DeployVM.vue | 2 +-
ui/src/views/compute/wizard/NetworkSelection.vue | 2 +-
ui/src/views/network/AclListRulesTab.vue | 26 ++
25 files changed, 374 insertions(+), 15 deletions(-)