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: cloudposse/atmos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.160.5
Choose a base ref
...
head repository: cloudposse/atmos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.161.0
Choose a head ref
  • 5 commits
  • 54 files changed
  • 4 contributors

Commits on Feb 12, 2025

  1. Add Test Timeouts and Clean Working & Home Directories (#1051)

    * test timeouts
    
    * merge main and update README
    
    * Update snapshots, disable version checks where we do not need them
    
    * fix tests
    
    * regen snapshots
    osterman authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    3dda727 View commit details
    Browse the repository at this point in the history
  2. Component and stack completion support (#992)

    * Initial component and stack completion support
    
    * error log fixed
    
    * update list functions
    
    * Fixed list component and stack test cases
    
    * add testcase for tab completion
    
    * fix suggestions
    
    * add completion doc
    
    * fix completion typo
    
    * updated doc
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <erik@cloudposse.com>
    Co-authored-by: Andriy Knysh <aknysh@users.noreply.github.com>
    3 people authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    d6fc8fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28781ce View commit details
    Browse the repository at this point in the history
  4. Support Trailing Args for Custom Commands (#1046)

    * add doubble dash args support for custom command
    
    issue: https://linear.app/cloudposse/issue/DEV-112/add-support-for-double-dash-in-atmos-custom-commands
    
    * add test case for custom command double dash
    
    * refactor naming of variables and functions
    
    * add comment on the function
    
    * Update cmd/cmd_utils.go
    
    Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <erik@cloudposse.com>
    
    * [autofix.ci] apply automated fixes
    
    * updated suggested variable
    
    * Add documentation
    
    * fix tests
    
    * Update website/docs/core-concepts/custom-commands/custom-commands.mdx
    
    Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <erik@cloudposse.com>
    
    * Update website/docs/core-concepts/custom-commands/custom-commands.mdx
    
    Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <erik@cloudposse.com>
    
    * Update website/docs/core-concepts/custom-commands/custom-commands.mdx
    
    Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <erik@cloudposse.com>
    
    * Update website/docs/core-concepts/custom-commands/custom-commands.mdx
    
    ---------
    
    Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <erik@cloudposse.com>
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    Co-authored-by: Andriy Knysh <aknysh@users.noreply.github.com>
    4 people authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    2ccb7be View commit details
    Browse the repository at this point in the history
  5. Fix mergify dispatch (#1059)

    * fix ref expression
    
    * update message
    osterman authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    35727ce View commit details
    Browse the repository at this point in the history
Loading