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: stacklet/sinistral-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: stacklet/sinistral-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.30
Choose a head ref
  • 5 commits
  • 31 files changed
  • 4 contributors

Commits on Dec 16, 2024

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

Commits on Feb 13, 2025

  1. fix: add global debug flag to suppress traceback unless -d/--debug sp…

    …ecified (ENG-3817) (#54)
    
    * fix: add global debug flag to suppress traceback unless -d/--debug is specified (ENG-3817)
    
    * exit with code 1
    goodwillstack authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    547868c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. chore: update c7n to 0.9.43 (ENG-4616) (#55)

    * Update c7n-left version and update .tool-versions
    
    * Bump version number to match minor version of c7n-left.
    
    * Update github actions.
    
    * Use updated upload and download artifact.
    
    * set up poetry first
    
    * Remove 3.13 for now.
    howbazaar authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    885ed2d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. chore: update tools and their versions (ENG-5091) (#57)

    * Update tools, use ruff.
    
    * Fix imports.
    
    * Run ruff check and format.
    howbazaar authored May 14, 2025
    Configuration menu
    Copy the full SHA
    70c63c9 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. chore: update c7n to 0.9.44, prep release 0.5.30 (ENG-5015) (#56)

    * chore: update python version matrix and setup-python action
    
    * chore: prep release 0.5.30
    
    - Update to c7n-left 0.3.30
    - Add dev dependencies for tomlkit and semver
    
    * chore: use tomlkit in scripts/upgrade.py
    
    tomllib is installed in Python 3.11+, but since we're
    reading/writing/updating existing TOML files we need another package.
    Python recommends TOML Kit for this sort of use case, and it works with
    all Python versions we support.
    
    See also: https://docs.python.org/3/library/tomllib.html
    
    * add 3.11 back to test matrix
    
    CI checks are stalled without it, and maybe it's better to leave anyway?
    
    Also move from black/flake8 to ruff, to sync with some other repos and
    avoid pre-commit failures on 3.13.
    
    * nevermind, update flake8 instead
    
    Moving to ruff makes formatting changes on 4 files. Not a huge deal, but
    probably not a necessary switch for _this_ PR.
    ajkerrigan authored May 15, 2025
    Configuration menu
    Copy the full SHA
    e23c9b2 View commit details
    Browse the repository at this point in the history
Loading