feat(cloudformation): Add stack events panel#5
Closed
chrisqm-dev wants to merge 48 commits intoZee2413:mainfrom
Closed
feat(cloudformation): Add stack events panel#5chrisqm-dev wants to merge 48 commits intoZee2413:mainfrom
chrisqm-dev wants to merge 48 commits intoZee2413:mainfrom
Conversation
Co-authored-by: David Hasani <davhasan@amazon.com>
* Updating version to 3.103 * Updating SNAPSHOT version to 3.104-SNAPSHOT --------- Co-authored-by: aws-toolkit-automation <>
…ws#6188) * feat(cloudformation): add CloudFormation LSP * update imports as per toolkits to toolkit rename * address PR comments on 1/26 * add didConfigurationChange notification to server * revert unintended package-lock.json changes * Add auto-update, manifest caching, hash verification, and legacy Linux support for LSP server * address comments * reduce class scopes * remove unused imports * add ldconfig lookup and binary check fallback for legacy linux * address detekt issues * create extension config, update init params
aws#6215) * feat(cloudformation): add CloudFormation tool window and stacks tree view * remove seperate cfn region picker and subscribe to AwsConnectionManager for region info * address PR comments, no major change - 02/05
* fix(cloudformation): rename properties to fix failing test * use gson serializer to fix detekt issue with PascalCase
* Add CloudFormation resources node * Remove duplicated message bundles * gradle check fixes * Fixed imports and nested data classes
aws#6249) * feat(cloudformation): Prompt for CloudFormation Language Server telemetry opt-in * update changelog and reuse learn more message bundle * revert to using cfn dedicated learn more message
… surfacing as balloon popups (aws#6259)
aws#6262) * feat(cloudformation): add semantic versioning and limit server version for compatibility * use isLatest, remove gh release api
feat(cloudformation): Add CloudFormation language server support
…mework (aws#6268) * fix build failures from rider failing to resolve test framework * patch
…ots: C:/Program Files/pypy3.11-v7.3.20-win64/python.exe (aws#6273) * fix: windows unit test failure File accessed outside allowed roots: file://C:/Program Files/pypy3.11-v7.3.20-win64/python.exe * r
… row to be selectable (aws#6266)
aws#6263) * feat(cloudformation): Add document manager to list available templates * Lint fixes * Addressed comments * Move DocumentMetadata to manager class, remove relative path parsing logs * Use absolute paths on hover, fix folder icon, fix imports
feat(cloudformation): add cfn lsp integration test
* feat(cloudformation): add stack resources panel * Move auto refresh logic into new listener and interface
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add the stack events panel to the new CloudFormation Stack View tool window.
Types of changes
Description
This change includes pagination, gap detection, and auto refreshing every 5 seconds while the stack is in an
IN_PROGRESSstate.Checklist
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.