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: go-to-k/delstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.2
Choose a base ref
...
head repository: go-to-k/delstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 6 commits
  • 30 files changed
  • 2 contributors

Commits on Mar 13, 2026

  1. refactor: move preprocessing logic from app to preprocessor package (#…

    …567)
    
    * refactor: move preprocessing logic from app to preprocessor package
    
    * refactor: unexport newLambdaVPCDetacherFromConfig
    
    Only called within the preprocessor package via
    NewRecursivePreprocessorFromConfig, so no need to be public.
    
    * refactor: reorder factory functions, public first
    go-to-k authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    aa2a9fa View commit details
    Browse the repository at this point in the history
  2. style: format (#571)

    go-to-k authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    eb8c074 View commit details
    Browse the repository at this point in the history
  3. docs: add CONTRIBUTING.md with development guide (#568)

    * docs: add CONTRIBUTING.md with development guide
    
    * docs: add testing pattern details to CONTRIBUTING.md
    
    Add SDK middleware mock pattern explanation for pkg/client tests and
    reference to testdata_full/README.md for E2E testing details.
    
    * docs: improve CONTRIBUTING.md formatting and add details
    
    - Replace -- separators with colon-space
    - Add middleware mock blog reference link
    - Generalize var _ pattern to cover both pkg/client and operation
    - Add language specifiers to fenced code blocks
    
    * docs: add test naming conventions to CONTRIBUTING.md
    
    * docs: add README.md links in CONTRIBUTING.md
    
    * docs: add reference PR link for adding new operator
    
    * docs: add Contributing section to README.md
    
    * docs: clarify operation file naming convention
    
    * docs: link README.md to specific sections
    
    * docs: fix preprocessor factory steps (private function, merge steps)
    
    * docs: fix middleware article link to dev.to
    
    * docs: add links to test file examples
    
    * docs: remove incorrect package-level function test naming exception
    
    * docs: remove sub-test naming rule
    
    * docs: remove table-driven test mention from conventions
    go-to-k authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    74f4ce0 View commit details
    Browse the repository at this point in the history
  4. feat: add Athena WorkGroup operator for force deletion (#569)

    * feat: add Athena WorkGroup operator for force deletion
    
    When a CloudFormation stack contains an AWS::Athena::WorkGroup with
    named queries or prepared statements, stack deletion fails with
    DELETE_FAILED. This adds an operator that uses DeleteWorkGroup API
    with RecursiveDeleteOption=true to force-delete such workgroups.
    
    Closes #555
    
    * chore: regenerate athena mock with updated mockgen
    
    * cdk athena
    
    * cdk go mod
    
    * fix
    
    * gomod
    
    * nested stack
    go-to-k authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    84d7177 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a908fa8 View commit details
    Browse the repository at this point in the history
  6. Release for v2.3.0 (#570)

    * [tagpr] prepare for the next release
    
    * [tagpr] update CHANGELOG.md
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    932027a View commit details
    Browse the repository at this point in the history
Loading