-
Notifications
You must be signed in to change notification settings - Fork 12
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
docs(toolkit-lib): CODE_REGISTRY.md tracks valid codes and their documentation #44
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
41c4334
update codes
kaizencc 3d93b6c
merge?
kaizencc 4117622
no prepend necessary
kaizencc 2b62a97
pass n/a
kaizencc 6a80121
wip
kaizencc fe179cb
add prefix/postfix option to code registry
kaizencc f005b70
wip -- revert to this if needed
kaizencc 1d4833f
wip
kaizencc 5fe905e
code registry links to docs site thats not committed
kaizencc add7c77
more changes
kaizencc bd57fd7
Update packages/@aws-cdk/toolkit-lib/lib/api/io/private/codes.ts
kaizencc 88ccc7d
Update packages/@aws-cdk/toolkit-lib/lib/api/io/private/messages.ts
kaizencc 99b2378
Merge branch 'main' into conroy/markdown
kaizencc c2df233
Merge branch 'main' into conroy/markdown
kaizencc aac453a
Apply suggestions from code review
kaizencc 6684f5a
pr feedback and build works
kaizencc fc551f6
documentation
kaizencc c75884f
Merge branch 'main' into conroy/markdown
kaizencc 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## Toolkit Code Registry | ||
|
||
| Code | Description | Level | Data Interface | | ||
|------|-------------|-------|----------------| | ||
| CDK_TOOLKIT_I1000 | Provides synthesis times. | info | n/a | | ||
| CDK_TOOLKIT_I1901 | Provides stack data | result | [StackData](docs/interfaces/StackData.html) | | ||
| CDK_TOOLKIT_I1902 | Successfully deployed stacks | result | [AssemblyData](docs/interfaces/AssemblyData.html) | | ||
| CDK_TOOLKIT_I2901 | Provides details on the selected stacks and their dependencies | result | n/a | | ||
| CDK_TOOLKIT_E3900 | Resource import failed | error | n/a | | ||
| CDK_TOOLKIT_I5000 | Provides deployment times | info | n/a | | ||
| CDK_TOOLKIT_I5001 | Provides total time in deploy action, including synth and rollback | info | [Duration](docs/interfaces/Duration.html) | | ||
| CDK_TOOLKIT_I5002 | Provides time for resource migration | info | n/a | | ||
| CDK_TOOLKIT_I5031 | Informs about any log groups that are traced as part of the deployment | info | n/a | | ||
| CDK_TOOLKIT_I5050 | Confirm rollback during deployment | info | n/a | | ||
| CDK_TOOLKIT_I5060 | Confirm deploy security sensitive changes | info | n/a | | ||
| CDK_TOOLKIT_I5900 | Deployment results on success | result | [SuccessfulDeployStackResult](docs/interfaces/SuccessfulDeployStackResult.html) | | ||
| CDK_TOOLKIT_E5001 | No stacks found | error | n/a | | ||
| CDK_TOOLKIT_I6000 | Provides rollback times | info | n/a | | ||
| CDK_TOOLKIT_E6001 | No stacks found | error | n/a | | ||
| CDK_TOOLKIT_E6900 | Rollback failed | error | n/a | | ||
| CDK_TOOLKIT_I7000 | Provides destroy times | info | n/a | | ||
| CDK_TOOLKIT_I7010 | Confirm destroy stacks | info | n/a | | ||
| CDK_TOOLKIT_E7010 | Action was aborted due to negative confirmation of request | error | n/a | | ||
| CDK_TOOLKIT_E7900 | Stack deletion failed | error | n/a | | ||
| CDK_ASSEMBLY_I0042 | Writing updated context | debug | n/a | | ||
| CDK_ASSEMBLY_I0241 | Fetching missing context | debug | n/a | | ||
| CDK_ASSEMBLY_I1000 | Cloud assembly output starts | debug | n/a | | ||
| CDK_ASSEMBLY_I1001 | Output lines emitted by the cloud assembly to stdout | info | n/a | | ||
| CDK_ASSEMBLY_E1002 | Output lines emitted by the cloud assembly to stderr | error | n/a | | ||
| CDK_ASSEMBLY_I1003 | Cloud assembly output finished | info | n/a | | ||
| CDK_ASSEMBLY_E1111 | Incompatible CDK CLI version. Upgrade needed. | error | n/a | |
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.
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.
doc pages aren't committed so i don't know exactly what to do here
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.
I think we can link to the public page once it's available.