-
Notifications
You must be signed in to change notification settings - Fork 746
feat(amazonq): adding qCodeReview tool updates for Code Issues panel #7660
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 60 commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
0d4c188
feat(amazonq): parse message from agentic reviewer
blakelaz-amazon 983a87d
feat(amazonq): support array of AggregatedCodeScanIssue objects from …
blakelaz-amazon 51f72b0
fix(amazonq): change findings suffix to make it more precise
blakelaz-amazon 694a48e
Merge PR #7535: Amazon Q security findings improvements
singhAws 9e58c93
feat(amazonq): store the findings locally and include a path to them …
blakelaz-amazon 3ece0a5
Merge branch 'aws:master' into code-review-tool
Rathore25 1f4cfc4
fix: update q code review finding message suffix
singhAws 2fc9f36
fix(amazonq): change the findings suffix, adjust the stored findings …
blakelaz-amazon 00a8a71
Merge branch 'aws:master' into code-review-tool
Rathore25 e6d2f06
feat(amazonq): improve explain with q option for code issue
blakelaz-amazon 1e018a3
Merge pull request #1 from BlakeLazarine/master
Rathore25 865b0e3
feat(amazonq): update findings bar
blakelaz-amazon 4c92e7f
Merge pull request #2 from BlakeLazarine/master
Rathore25 5b7df16
fix: remove unused code
singhAws fae3d78
Merge branch 'aws:master' into code-review-tool
Rathore25 b3a722c
Merge branch 'aws:master' into code-review-tool
Rathore25 98b1265
fix(amazonq): commenting out unncalled functions, unused imports
blakelaz-amazon c986e49
Merge branch 'aws:master' into code-review-tool
Rathore25 4d82ab5
Merge latest changes from origin/master into code-review-tool
singhAws 794098a
Merge branch 'aws:master' into code-review-tool
Rathore25 daa3ffe
Updated explain code issue prompt
singhAws acaaf30
Merge branch 'aws:master' into code-review-tool
Rathore25 56a664d
Merge branch 'aws:master' into code-review-tool
Rathore25 3ed1c1a
Merge branch 'master' into code-review-tool
BlakeLazarine 6a6e9b1
Merge pull request #1 from Rathore25/code-review-tool
BlakeLazarine 784ae63
feat(amazonq): separate the Explain and Generate Fix commands
blakelaz-amazon 3cf0343
Merge pull request #3 from BlakeLazarine/master
Rathore25 f46106b
Merge branch 'aws:master' into code-review-tool
Rathore25 ec7048e
fix: remove commented code
singhAws ccc19de
fix: update explain issue prompt
singhAws 33da660
Merge branch 'aws:master' into code-review-tool
Rathore25 c19d712
Merge branch 'aws:master' into code-review-tool
Rathore25 11bcfc9
fix(amazonq): change 'Generate Fix' to 'Fix' and remove form code is…
blakelaz-amazon 138cd00
Merge pull request #4 from BlakeLazarine/master
Rathore25 c0568d5
Merge latest changes from master into code-review-tool branch
singhAws f1b6936
fix: remove unnecessary imports
singhAws b4f2dec
Merge branch 'aws:master' into code-review-tool
Rathore25 a479a42
fix(amazonq): improve line numbering in Explain and Fix commands
blakelaz-amazon bf34866
Merge pull request #5 from BlakeLazarine/master
Rathore25 d512fac
fix: update explain and fix prompt
singhAws 861902e
Merge branch 'aws:master' into code-review-tool
Rathore25 f16e25a
Merge branch 'aws:master' into code-review-tool
Rathore25 1707040
feat(amazonq): add agentic reviewer feature flag
blakelaz-amazon 700f206
Merge pull request #6 from BlakeLazarine/master
BlakeLazarine b5ab217
Merge branch 'aws:master' into code-review-tool
Rathore25 2f80057
Merge branch 'aws:master' into code-review-tool
Rathore25 9d47e20
Merge branch 'aws:master' into code-review-tool
Rathore25 e50149e
fix: update qCodeReview tool enable flag to
singhAws 1cd9433
Merge branch 'aws:master' into code-review-tool
Rathore25 fdb95b1
Merge branch 'aws:master' into code-review-tool
Rathore25 a2adea0
Merge branch 'aws:master' into code-review-tool
singhAws 42223b9
Merge branch 'aws:master' into code-review-tool
singhAws 076fbfd
Merge branch 'aws:master' into code-review-tool
singhAws 81617eb
fix: fix unit tests
singhAws 8e8c9e9
fix: remove tests for generateFix, as we are not generating fixes any…
singhAws a65e8e7
fix: removed unused imports
singhAws 63b99ae
fix: fix duplicate code
singhAws d1ea87a
Merge branch 'aws:master' into code-review-tool
singhAws b7950e6
fix: fix unit tests
singhAws 92a2d01
fix: update change log for CodeIssues related changes
singhAws 94903b5
Merge branch 'aws:master' into code-review-tool
singhAws c9164a1
fix: addressed pr comments
singhAws f6183dc
fix: show and log error when error while open file with selection
singhAws 534f875
fix: update change log
singhAws 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
4 changes: 4 additions & 0 deletions
4
packages/amazonq/.changes/next-release/Feature-a11ff37a-40bc-43e3-a779-004f52d5d5f7.json
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 |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| { | ||
| "type": "Feature", | ||
| "description": "Two main update about CodeIssues panel 1) Explain and Fix for any issue in CodeIssues panel will pull the experience into chat. 2) QCodeReview tool will update CodeIssues panel along with `/review` quick actions." | ||
| } | ||
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.
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.
Uh oh!
There was an error while loading. Please reload this page.