This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch healthcheck-main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard 9cdc285ca9e 4.21/main Health Check, please don't merge this!
add 21dde2b9a28 [DB] Add force recreate parameter to
cloudstack-setup-databases script (#11239)
add 1a9efe8de3c Add unit tests for getConfigResources in
ModuleDefinitionSet and improve context readability (#11042)
add 45edf82efaf [UI] Fix for local storage enable/disable toggle in edit
zone (#11309)
add 524f0d80db0 server: fix NaN values for external resource metrics
(#11302)
add 7dec79af743 4.21/main Health Check, please don't merge this!
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 (9cdc285ca9e)
\
N -- N -- N refs/heads/healthcheck-main (7dec79af743)
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:
.../factory/ModuleBasedContextFactoryTest.java | 79 +++++++++++++++++-----
...nheritable.xml => base-context-inheritable.xml} | 0
.../base/{test-context.xml => base-context.xml} | 0
.../{test-context.xml => child1-1-context.xml} | 0
.../child1/child1-context-inheritable.xml | 3 +-
...xt-override.xml => child1-context-override.xml} | 0
.../{test-context.xml => child1-context.xml} | 0
.../{test-context.xml => child2-context.xml} | 0
.../com/cloud/api/query/dao/HostJoinDaoImpl.java | 6 +-
setup/bindir/cloud-setup-databases.in | 15 +++-
ui/src/views/infra/ZoneUpdate.vue | 2 +-
11 files changed, 81 insertions(+), 24 deletions(-)
rename
framework/spring/module/src/test/resources/testhierarchy/base/{test-context-inheritable.xml
=> base-context-inheritable.xml} (100%)
rename
framework/spring/module/src/test/resources/testhierarchy/base/{test-context.xml
=> base-context.xml} (100%)
rename
framework/spring/module/src/test/resources/testhierarchy/child1-1/{test-context.xml
=> child1-1-context.xml} (100%)
copy
plugins/integrations/cloudian/src/main/resources/META-INF/cloudstack/cloudian/spring-cloudian-context.xml
=>
framework/spring/module/src/test/resources/testhierarchy/child1/child1-context-inheritable.xml
(90%)
rename
framework/spring/module/src/test/resources/testhierarchy/child1/{test-context-override.xml
=> child1-context-override.xml} (100%)
rename
framework/spring/module/src/test/resources/testhierarchy/child1/{test-context.xml
=> child1-context.xml} (100%)
rename
framework/spring/module/src/test/resources/testhierarchy/child2/{test-context.xml
=> child2-context.xml} (100%)