Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/cloudstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: apache/cloudstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.22
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 5 files changed
  • 5 contributors

Commits on Apr 16, 2026

  1. fix: NsxResource.executeRequest DeleteNsxNatRuleCommand comparison bug (

    #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)
    2 people authored and sureshanaparti committed Apr 16, 2026
    Configuration menu
    Copy the full SHA
    4df32ae View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2026

  1. Configuration menu
    Copy the full SHA
    6c1437b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2026

  1. [KVM] Reorder migration logs to prevent populating agent logs on migr…

    …ations (#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>
    nvazquez and sureshanaparti authored Apr 18, 2026
    Configuration menu
    Copy the full SHA
    be89e6f View commit details
    Browse the repository at this point in the history
Loading