You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2022/12/30 11:38:00 UTC

[cloudstack] branch addIndexToResolveSlowMysqlQueryBrowsingNetworks updated (ab842f9a82e -> 1987008c4b3)

This is an automated email from the ASF dual-hosted git repository.

dahn pushed a change to branch addIndexToResolveSlowMysqlQueryBrowsingNetworks
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


 discard ab842f9a82e procedure to add index and add index
     add ffccfc61729 Ensure Prometheus doesn't return values when the capacity_state is Disabled (#7007)
     add dc40ea130fc UI: fix ui test errors (#7030)
     add 9a18ea28dd2 .github: use ubuntu:22.04 for Sonar jacoco coverage checks
     add 1c2728da918 Semicolons not required (#7035)
     add 0bedb58fbe1 engine/orchestration: enable unit tests and fix errors (#7034)
     add 97c7a0743cc README: Replace Travis badge with Github Actions
     add d5f01005416 utils: fix NetUtils method to retrieve all IPs for a CIDR (#7026)
     add 194b0b4610b Merge remote-tracking branch 'apache/4.17' into main
     add 1987008c4b3 procedure to add index and add index

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   (ab842f9a82e)
            \
             N -- N -- N   refs/heads/addIndexToResolveSlowMysqlQueryBrowsingNetworks (1987008c4b3)

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:
 .github/workflows/main-sonar-check.yml             |  4 +-
 .github/workflows/sonar-check.yml                  |  4 +-
 .github/workflows/ui.yml                           |  2 +-
 README.md                                          |  4 +-
 engine/orchestration/pom.xml                       |  3 -
 .../cloud/vm/VirtualMachineManagerImplTest.java    | 96 +++++++++++++---------
 .../engine/provisioning/test/ProvisioningTest.java | 63 +++++++-------
 .../src/test/resources/provisioningContext.xml     | 47 -----------
 .../cloudstack/metrics/PrometheusExporterImpl.java |  7 +-
 .../java/com/cloud/network/NetworkModelImpl.java   |  2 +-
 ui/tests/mockData/AutogenView.mock.json            |  6 +-
 ui/tests/unit/components/view/ActionButton.spec.js |  3 +
 ui/tests/unit/views/AutogenView.spec.js            | 14 ++--
 .../main/java/com/cloud/utils/net/NetUtils.java    |  6 +-
 .../java/com/cloud/utils/net/NetUtilsTest.java     | 52 ++++++++++++
 15 files changed, 172 insertions(+), 141 deletions(-)
 delete mode 100644 engine/orchestration/src/test/resources/provisioningContext.xml