-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
feat: list stack dependencies #28995
Merged
Merged
Changes from 45 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
72964a4
feat: list stack dependencies
vinayak-kukreja e0c5952
update PR
vinayak-kukreja 3c0000b
update PR
vinayak-kukreja 7daf9d2
update Readme
vinayak-kukreja 76cec8a
Add unit tests
SankyRed 43ce6f6
Add unit tests
SankyRed 0d2311a
Merge branch 'main' into vkukreja/list-stack-deps
vinayak-kukreja 8a8de26
Merge branch 'main' into vkukreja/list-stack-deps
vinayak-kukreja 0a3d0d8
route through typescript
vinayak-kukreja 90bf23b
update PR
vinayak-kukreja e6c6d7d
update PR
vinayak-kukreja 7f56705
Updating unit tests
SankyRed 5019136
Sample test to trigger the test pipeline for the cli integ tests
SankyRed 2bc1e86
fix up the build issue
SankyRed b59dec6
Fix pipeline build issue
SankyRed 794042b
MockCloudExecutable for unit tests
SankyRed 1acabfe
Merge branch 'main' into vkukreja/list-stack-deps
SankyRed 01769ec
debugging build pipeline issue
SankyRed dba03df
Merge branch 'main' into vkukreja/list-stack-deps
SankyRed 35dcf65
Merge branch 'main' into vkukreja/list-stack-deps
SankyRed 2d3b970
fix unit test
SankyRed 190ce40
Merge branch 'main' into vkukreja/list-stack-deps
SankyRed 24835e0
revert
SankyRed c2a16e7
build fix
SankyRed aaffa68
Merge branch 'main' into vkukreja/list-stack-deps
vinayak-kukreja 0393edb
empty commit for rerunning build
vinayak-kukreja 6c094b0
Merge branch 'main' into vkukreja/list-stack-deps
vinayak-kukreja 546e396
debug code
vinayak-kukreja 4fddb87
debug code
vinayak-kukreja 1425923
unit test
SankyRed 5a145f6
mocking cloud executable
SankyRed 64cfbac
unit test fix
SankyRed 29668da
skip test
SankyRed 5f90d9e
Updating integ and unit tests
SankyRed ab8a01f
Merge branch 'main' into vkukreja/list-stack-deps
SankyRed 41377d1
unit test and debugging integ test
SankyRed 30898c5
remove validation as it would be breaking behavior
vinayak-kukreja 02da73c
remove debug vars
vinayak-kukreja fb09666
remove debug vars
vinayak-kukreja d7e9b9d
remove update to access specifier
vinayak-kukreja 89aafeb
Merge branch 'main' into vkukreja/list-stack-deps
vinayak-kukreja 10586ed
Add new integ tests
SankyRed 9fe8d17
clean up
SankyRed 189ead6
clean up
SankyRed bf27129
Merge branch 'main' into vkukreja/list-stack-deps
SankyRed 3e2e075
address feedback
vinayak-kukreja eab7a24
Merge branch 'main' into vkukreja/list-stack-deps
vinayak-kukreja f262295
Merge branch 'main' into vkukreja/list-stack-deps
vinayak-kukreja ade7c03
empty commit for rerunning build
SankyRed 39ae15c
Merge branch 'main' into vkukreja/list-stack-deps
vinayak-kukreja 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 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 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 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 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 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.
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.
We need to update these examples once CLI team decides on the UX for this command.