Skip to content

Rebase netapp - #91

Open
rajiv-jain-netapp wants to merge 225 commits into
mainfrom
rebase-netapp
Open

Rebase netapp#91
rajiv-jain-netapp wants to merge 225 commits into
mainfrom
rebase-netapp

Conversation

@rajiv-jain-netapp

@rajiv-jain-netapp rajiv-jain-netapp commented Aug 12, 2026

Copy link
Copy Markdown

Description

This PR...

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)
  • Build/CI
  • Test (unit or integration test code)

Feature/Enhancement Scale or Bug Severity

Feature/Enhancement Scale

  • Major
  • Minor

Bug Severity

  • BLOCKER
  • Critical
  • Major
  • Minor
  • Trivial

Screenshots (if appropriate):

How Has This Been Tested?

How did you try to break this feature and the system with this change?

DaanHoogland and others added 30 commits February 20, 2026 16:20
…revent duplicate volume and primary storage increment on import
apache#12833)

Fixes an issue in NsxResource.executeRequest where Network.Service
comparison failed when DeleteNsxNatRuleCommand was executed in a
different process. Due to serialization/deserialization, the
deserialized Network.Service instance was not equal to the static
instances Network.Service.StaticNat and Network.Service.PortForwarding,
causing the comparison to always return false.

Co-authored-by: Andrey Volchkov <avolchkov@playtika.com>
(cherry picked from commit 30dd234)
…ations (apache#12883)

* Move logs for values of the migration settings out of the loop

* Apply suggestions from code review

Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>

---------

Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
…pache#12884)

* Fix NPE on external/unmanaged instance import using custom offerings
* merge conflict fixes

* fix pre-commit issue

Co-authored-by: Daan Hoogland <dahn@apache.org>
Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
weizhouapache and others added 24 commits July 13, 2026 11:29
The project-wide security threat model merged (apache#13293)
as draft-THREAT-MODEL.md, but the canonical discoverability name that
scanners and satellite-repo SECURITY.md pointers follow is THREAT_MODEL.md.

This renames the file to THREAT_MODEL.md and updates the in-repo
SECURITY.md reference, making the pointer in apache/cloudstack-cloudmonkey
(which already targets .../blob/main/THREAT_MODEL.md) resolve. The
document's own review-status wording is unchanged.

Generated-by: Claude Opus 4.8 (1M context)
* tools: Build docker image from ubuntu 24.04

* docker: run UI with NODE_OPTIONS=--openssl-legacy-provider

* docker: add MAVEN_OPTS
Co-authored-by: João Jandre <joao@scclouds.com.br>
Co-authored-by: Bernardo De Marco Gonçalves <bernardomg2004@gmail.com>
Co-authored-by: Fabricio Duarte <fabricio.duarte.jr@gmail.com>
Co-authored-by: GaOrtiga <49285692+GaOrtiga@users.noreply.github.com>
The dirty extents were not ready correctly for the block_status_64 return and as a result image server always reported the whole image range as dirty.

This commit fixes by normalizing the value returned by both block_status and block_status_64. It also adds warning whenever there is an issue getting the dirty extents and the code falls back to returning the full range as dirty.

Co-authored-by: Abhisar Sinha <63767682+abh1sar@users.noreply.github.com>
* bugfix: Fix volume attach in iSCSI for ONTAP plugin (#54)
* Bugfix: Zone scoped Instance creation fix
apache#578) (apache#13551)

* ConfigureStorageAccessCmd: Allow storage access configuration on empty clusters/pods/zones

* update as per comments



* update as per review comments



* update as per comments



---------



(cherry picked from commit 32736b9e262522912cf8755acabfb7400006252f)

Co-authored-by: Sachin R <32716246+sachindoddaguni@users.noreply.github.com>
Co-authored-by: Sachin R Doddaguni <s_rudrappadoddagu@apple.com>
Co-authored-by: mprokopchuk <mprokopchuk@gmail.com>
…apache#13615)

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* 4.22:
  UI: fix blank page when list Other OSes in VNF appliance deployment (apache#13620)
  ConfigureStorageAccessCmd: Allow storage access configuration on empt… (apache#578) (apache#13551)
Resolve conflicts in KvmFileBasedStorageVmSnapshotStrategy (align disk-only
snapshot API with upstream) and LibvirtCreateDiskOnlyVMSnapshotCommandWrapper.

Co-authored-by: Cursor <cursoragent@cursor.com>
StorageStrategyTest calls mock() and never() without importing them,
so cloud-plugin-storage-volume-ontap fails testCompile.

Introduced by 065269a (#66), which added the calls but not the
imports. The failure only surfaces in CI because the PR build
compiles the merge of this branch into main, where main's copy of
the file supersedes ours.

Co-authored-by: Cursor <cursoragent@cursor.com>
The Codecov step in sonar-check.yml is the only unguarded one in the
repo; every other usage fences off forks at the step or job level.
Without CODECOV_TOKEN the action attempts a tokenless upload, which
Codecov rejects with HTTP 400, and fail_ci_if_error turns that into a
job failure.

Guarding it matches the pattern already used in ui.yml and lets the
Compute Coverage Grade steps run, restoring the coverage comment.

Co-authored-by: Cursor <cursoragent@cursor.com>
@github-actions

Copy link
Copy Markdown

🔴 Test Coverage Grade: D — Marginal

Metric Value
Line coverage 24.58%
Branch coverage 18.75%

Grade Scale

Grade Line Coverage Meaning
🟢 A ≥ 80% Excellent - this code sleeps well at night 😴
🟡 B 60-79% Good - almost there, don't stop now 😉
🟠 C 40-59% Acceptable - your code is wearing a seatbelt, but no airbags 😬
🔴 D 20-39% Marginal - boldly shipping where no test has gone before 🖖
⛔ F < 20% Failing - tests? what tests? 🔥

Branch coverage is shown as a secondary signal. Grade is determined by line coverage.
View full Actions run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.