-
-
Notifications
You must be signed in to change notification settings - Fork 127
Improve atmos list stacks #979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 28 commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
8311350
feat: add output format options for `atmos list stacks` command
Cerebrovinny faeec51
feat(list): enhance stack listing with configurable formats and columns
Cerebrovinny 80d540c
Add stack list columns configuration to atmos.yaml
Cerebrovinny baa42e5
refactor: improve table formatting for non-TTY output
Cerebrovinny 060d49b
Add list format and columns configuration to stacks config
Cerebrovinny c29f1e8
docs: update list-stacks command documentation and simplify default c…
Cerebrovinny d53379f
test: add test case for FilterAndListStacks function
Cerebrovinny 9e79f60
Update website/docs/cli/commands/list/list-stacks.mdx
Cerebrovinny 6bbe5b7
Update website/docs/cli/commands/list/list-stacks.mdx
Cerebrovinny 1611285
Update website/docs/cli/commands/list/list-stacks.mdx
Cerebrovinny 8690e35
Move stack list columns configuration to quick-start-advanced example
Cerebrovinny d7718bc
Update website/docs/cli/commands/list/list-stacks.mdx
Cerebrovinny 6c33077
test: enhance FilterAndListStacks test with realistic stack configura…
Cerebrovinny 1a871fa
fix: use quick-start-simple path for stacks when tenant info is incom…
Cerebrovinny 7ad8f6e
refactor: simplify stack listing and improve output formatting
Cerebrovinny 856c0eb
refactor: extract stack info creation and improve JSON output handling
Cerebrovinny d66c1c7
fix: use stack file from atmos configuration instead of hardcoded value
Cerebrovinny 6b257de
Merge branch 'main' into DEV-2804
Cerebrovinny c976cf3
optimize: pre-parse templates for better list performance
Cerebrovinny c8dd900
Add atmos_stack_file to stack info and update column template
Cerebrovinny 14e477f
Merge branch 'main' into DEV-2804
osterman 98f5dfe
feat: enhance stack listing with variable extraction and dynamic columns
Cerebrovinny da45ed2
feat: improve JSON and CSV output formatting for empty values
Cerebrovinny aab2f73
Merge branch 'main' into DEV-2804
osterman 6ead9fb
Remove unused list configuration from stacks section
Cerebrovinny 90345ad
update describe
Cerebrovinny e348298
update snapshot
Cerebrovinny c0d58e0
test: add Stage field to list stacks test cases
Cerebrovinny 7d23cf2
update tsv code
Cerebrovinny 7468739
[autofix.ci] apply automated fixes
autofix-ci[bot] e69f7af
Consider the website as documentation, not programming (#1041)
Nuru de25bdb
Merge branch 'main' into DEV-2804
Cerebrovinny 4fcbaca
add test characters and improvements for list stacks
Cerebrovinny 72fa8a0
[autofix.ci] apply automated fixes
autofix-ci[bot] e63a8d0
Merge branch 'main' into DEV-2804
aknysh d25dd4b
Merge branch 'main' into DEV-2804
Cerebrovinny 07d2a69
simplify loops
Cerebrovinny 4ed7c5f
Merge branch 'main' into DEV-2804
Cerebrovinny 61e6383
update docs
Cerebrovinny 049a2ed
clean code
Cerebrovinny d6c7f91
added fixes for stack empty
Cerebrovinny 7429e5c
Merge branch 'main' into DEV-2804
Cerebrovinny 3167c4f
[autofix.ci] apply automated fixes
autofix-ci[bot] 8e3dd3b
Merge branch 'main' into DEV-2804
Cerebrovinny b669f45
Merge branch 'main' into DEV-2804
Cerebrovinny bac6f41
update tty
Cerebrovinny 0a0ad12
singles func
Cerebrovinny 53bd07c
Update website/docs/cli/commands/list/list-stacks.mdx
osterman 21a2de6
add nested values support
Cerebrovinny 22154ad
[autofix.ci] apply automated fixes
autofix-ci[bot] 35710f0
clean code
Cerebrovinny a2fce86
[autofix.ci] apply automated fixes
autofix-ci[bot] 8ee545c
clean code
Cerebrovinny 0de25ea
Filter stack names by include/exclude paths; improve logic
Cerebrovinny f1b682b
Revert "Filter stack names by include/exclude paths; improve logic"
Cerebrovinny 43fcbaa
Update pkg/list/list_stacks.go
Cerebrovinny 42a0938
Refactor delimiter logic, simplify table formatting
Cerebrovinny 132d9a0
Refactor stack metadata handling and template checks
Cerebrovinny 7bee512
Add filterStackNames func & unit tests for stack filtering
Cerebrovinny 80c577b
[autofix.ci] apply automated fixes
autofix-ci[bot] 7b403ba
Fix header alignment by changing row index check
Cerebrovinny 1eeb293
Fix CSV output condition; add table format for TTY output
Cerebrovinny 7934498
Merge remote-tracking branch 'origin/main' into DEV-2804
Cerebrovinny 53a10b7
Merge branch 'main' into DEV-2804
osterman 108ad37
Merge branch 'main' into DEV-2804
Cerebrovinny d6e3919
Merge branch 'main' into DEV-2804
osterman 21c21f1
Merge branch 'main' into DEV-2804
osterman f4a8ec8
Merge branch 'main' into DEV-2804
osterman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -394,4 +394,3 @@ version: | |
enabled: true | ||
timeout: 1000 # ms | ||
frequency: 1h | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aknysh please check this part. We need to ensure that both name pattern and name templates work.