-
Notifications
You must be signed in to change notification settings - Fork 272
feat(amazonq): Add command to generate unit tests for selected code #4869
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
Merged
Merged
Changes from 33 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
fbe77d7
feat (Amazon Q): Add basic UX and logic for generating unit tests
bweedop 8c8701f
Merge branch 'aws:main' into add-generate-tests
bweedop 5596ce6
Merge branch 'aws:main' into add-generate-tests
bweedop 2476e8a
Merge branch 'aws:main' into add-generate-tests
bweedop a200346
Update cwspr model with GENERATE_UNIT_TESTS user intent
bweedop 2673db8
Merge branch 'add-generate-tests' of github.com:bweedop/aws-toolkit-j…
bweedop 2050c28
fix (Amazon Q): Pass context specific intent and trigger type to chat…
bweedop 665a7c4
Added authType to loginWithBrowser metric (#4843)
manodnyab 9a88b0f
Added UI click metrics on all login options (#4838)
manodnyab b6e4e7b
Updating version to 3.25
b884109
Updating SNAPSHOT version to 3.26-SNAPSHOT
edbde53
Revert open and close sign in webview telemetry (#4850)
manodnyab 3cdb18e
Updating version to 3.26
4a206c1
Updating SNAPSHOT version to 3.27-SNAPSHOT
a478c5a
telemetry(amazonq): update telemetry (#4847)
dhasani23 930e706
feat(amazonq): Reduce @workspace indexing time by 50% (#4846)
leigaol 334e8e1
Hash startUrl
bweedop ac85a6f
Merge branch 'add-generate-tests' of github.com:bweedop/aws-toolkit-j…
bweedop 29e3613
Merge branch 'aws:main' into add-generate-tests
bweedop edaecdb
Revert CodeWhisperer endpoint back gamma endpoint
bweedop 54816fb
Revert adding user intent to interact with message metadata
bweedop a8ba166
Merge branch 'add-generate-tests' of github.com:bweedop/aws-toolkit-j…
bweedop c25dbe5
Add changelog
bweedop c8ed616
Refactor for consistent hashing of startUrl
bweedop 673c6e1
Remove hashing logic on startUrl and changelog entry
bweedop d589b60
Add (Beta) suffix to generate unit tests command
bweedop 0d52a23
Add check for startUrl when getting user intent from prompt
bweedop 2408b8c
Merge branch 'aws:main' into add-generate-tests
bweedop c07fee0
Merge branch 'aws:main' into add-generate-tests
bweedop 8b5f672
Update TestCodeAction to resolve lint failure
bweedop 3c3d9f3
address comments: Better GenerateUnitTest Action naming
daveln-aws 3124e9a
Refactor to use more specific command for UTG
bweedop c9f1491
Merge branch 'aws:main' into add-generate-tests
bweedop 4808425
Change name of action to GenerateUnitTests
bweedop 061fd25
Fix linting errors
bweedop 9c83687
Merge branch 'main' into add-generate-tests
bweedop 465b2c9
Merge branch 'add-generate-tests' of github.com:bweedop/aws-toolkit-j…
bweedop ba4329d
Override 'getActionUpdateThread'
bweedop 5317be3
Reorder MessageBundle.properties
bweedop 2c4fe57
Merge branch 'main' into add-generate-tests
bweedop f3f324d
Fix syntax error
bweedop 88fb53a
Merge branch 'add-generate-tests' of github.com:bweedop/aws-toolkit-j…
bweedop 5abad70
Merge branch 'aws:main' into add-generate-tests
bweedop 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
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
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
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.
nit: Redundant Semicolon.
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.
LGTM, Clear the unused imports.