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: vanzan01/cloudstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 3 files changed
  • 3 contributors

Commits on Jun 12, 2025

  1. Add yamllint pre-commit hook for YAML file standardization

    Add yamllint hook to .pre-commit-config.yaml to standardize YAML files
    across the project. Created .yamllint.yml configuration with relaxed
    rules to accommodate existing files. Fixed colon spacing in .asf.yaml
    to pass yamllint checks.
    
    Closes #10974
    
    Signed-off-by: vanzan01 <vanzan.1250@gmail.com>
    vanzan01 committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    9524155 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2025

  1. Add extra eol to .yamllint.yml

    Address review comment from DaanHoogland
    
    Signed-off-by: vanzan01 <vanzan.1250@gmail.com>
    vanzan01 committed Jun 14, 2025
    Configuration menu
    Copy the full SHA
    89cf7a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. Move .yamllint.yml to .github/linters/ and improve file pattern

    - Move .yamllint.yml to .github/linters/ directory for better organization
    - Update pre-commit config to point to new location
    - Change file pattern to \.ya?ml$ as suggested
    
    Address review feedback from jbampton
    
    Signed-off-by: vanzan01 <vanzan.1250@gmail.com>
    vanzan01 committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    6a94e6f View commit details
    Browse the repository at this point in the history
  2. Update .pre-commit-config.yaml

    Co-authored-by: John Bampton <jbampton@users.noreply.github.com>
    vanzan01 and jbampton authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    c3f9d60 View commit details
    Browse the repository at this point in the history
  3. Make yamllint more forgiving and exclude only k8s templates

    - Remove extensive file exclusions, keep only k8s templates
    - Increase line length limit to 400 chars (GitHub Actions friendly)
    - Allow flexible colon spacing (max-spaces-after: -1)
    - Disable document-start requirement
    
    This provides linting value while handling infrastructure patterns.
    
    Signed-off-by: vanzan01 <vanzan.1250@gmail.com>
    vanzan01 committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    7fb54b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. Update .pre-commit-config.yaml

    Co-authored-by: John Bampton <jbampton@users.noreply.github.com>
    vanzan01 and jbampton authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    e74dd6d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. Configuration menu
    Copy the full SHA
    2972ea2 View commit details
    Browse the repository at this point in the history
Loading