This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch healthcheck-4.19
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard 4be4ec40776 DO NOT MERGE
add ee1cd91e988 fixed an issue where requests to the api createDomain were
being sent with the field networkdomain as an empty string whenever the user
typed something in the form and cleared it causing an exception (#9637)
add 9ce7ef49cf9 build/packaging: build tungsten plugin only if noredist is
passed (#9006)
add 722f8029bc3 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 (4be4ec40776)
\
N -- N -- N refs/heads/healthcheck-4.19 (722f8029bc3)
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:
client/pom.xml | 21 +++++----------------
plugins/hypervisors/kvm/pom.xml | 5 -----
.../tungsten/agent/api/SetupTfRouteCommand.java | 0
.../agent/api/SetupTungstenVRouterCommand.java | 0
.../api/UpdateTungstenLoadbalancerSslCommand.java | 0
.../api/UpdateTungstenLoadbalancerStatsCommand.java | 0
plugins/network-elements/tungsten/pom.xml | 7 -------
plugins/pom.xml | 2 +-
server/pom.xml | 11 -----------
.../java/com/cloud/network/NetworkServiceImpl.java | 6 +++++-
ui/src/views/iam/DomainActionForm.vue | 5 +++++
11 files changed, 16 insertions(+), 41 deletions(-)
copy plugins/{network-elements/tungsten =>
hypervisors/kvm}/src/main/java/org/apache/cloudstack/network/tungsten/agent/api/SetupTfRouteCommand.java
(100%)
copy plugins/{network-elements/tungsten =>
hypervisors/kvm}/src/main/java/org/apache/cloudstack/network/tungsten/agent/api/SetupTungstenVRouterCommand.java
(100%)
copy plugins/{network-elements/tungsten =>
hypervisors/kvm}/src/main/java/org/apache/cloudstack/network/tungsten/agent/api/UpdateTungstenLoadbalancerSslCommand.java
(100%)
copy plugins/{network-elements/tungsten =>
hypervisors/kvm}/src/main/java/org/apache/cloudstack/network/tungsten/agent/api/UpdateTungstenLoadbalancerStatsCommand.java
(100%)