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 a30228060a7 4.20/main Health Check, please don't merge this! add a093f00ab52 Add IOPS and bytes preset variables to `VOLUME` usage type (#10326) add 617fee84165 Add `offerHa` and `forceHa` preset variables to `RUNNING_VM` usage type (#9500) add 864751d5f99 Fix ordering of secondary storages with the algorithm `firstfitleastconsumed` (#8557) add 6ab927c2414 4.20/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 (a30228060a7) \ N -- N -- N refs/heads/healthcheck-main (6ab927c2414) 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: .../manager/ImageStoreProviderManagerImpl.java | 49 ++---- .../manager/ImageStoreProviderManagerImplTest.java | 63 ++++++++ .../apache/cloudstack/quota/QuotaManagerImpl.java | 6 + .../presetvariables/ComputeOffering.java | 14 ++ .../{ComputeOffering.java => Configuration.java} | 20 +-- .../DiskOfferingPresetVariables.java | 165 +++++++++++++++++++++ .../presetvariables/PresetVariableHelper.java | 68 ++++++++- .../presetvariables/PresetVariables.java | 11 ++ .../activationrule/presetvariables/Value.java | 20 ++- .../cloudstack/quota/QuotaManagerImplTest.java | 1 + .../presetvariables/PresetVariableHelperTest.java | 91 +++++++++++- 11 files changed, 446 insertions(+), 62 deletions(-) copy framework/quota/src/main/java/org/apache/cloudstack/quota/activationrule/presetvariables/{ComputeOffering.java => Configuration.java} (68%) create mode 100644 framework/quota/src/main/java/org/apache/cloudstack/quota/activationrule/presetvariables/DiskOfferingPresetVariables.java