This is an automated email from the ASF dual-hosted git repository. dahn pushed a change to branch 4.20 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 0b5a5e8043d api,agent,server,engine-schema: scalability improvements (#9840) add fbb1ff78d63 Static Routes: fix check on wrong global configuration (#10066) add 5447950f095 Allow creation of Shared Networks without IP range if network offering has no services - specifyvlan = true (#10168) add 27efc779eac api,ui: fix empty source cidr value for firewall rule (#10208) add 0d5047b8b73 Improve listing of HA and non-HA hosts when ha.tag setting is defined and hosts have multiple tags along with ha tag (#10240) new 085bd3bda5f Merge branch '4.19' into 4.20 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: .../user/firewall/CreateFirewallRuleCmd.java | 7 +- .../user/firewall/CreateFirewallRuleCmdTest.java | 91 ++++++++ .../service/NetworkOrchestrationService.java | 3 + .../engine/orchestration/NetworkOrchestrator.java | 2 +- .../main/java/com/cloud/host/dao/HostDaoImpl.java | 237 ++++++++++----------- .../java/com/cloud/network/NetworkServiceImpl.java | 4 + .../java/com/cloud/network/vpc/VpcManagerImpl.java | 4 +- .../com/cloud/server/ManagementServerImpl.java | 4 +- .../java/com/cloud/vm/FirstFitPlannerTest.java | 2 - ui/src/views/network/FirewallRules.vue | 3 + 10 files changed, 227 insertions(+), 130 deletions(-) create mode 100644 api/src/test/java/org/apache/cloudstack/api/command/user/firewall/CreateFirewallRuleCmdTest.java