-
Notifications
You must be signed in to change notification settings - Fork 274
fix(amazonq): reauth workflow should not prompt profile selection page #5549
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 all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
8223470
Merge staging into feature/q-region-expansion
aws-toolkit-automation 9105243
call if
evanliu048 ae016bd
add cache
evanliu048 c1474fe
linter
evanliu048 e2967bf
Merge staging into feature/q-region-expansion
aws-toolkit-automation cbb548d
Merge branch 'main' into regionExpansion_fixlaunch
evanliu048 0ec0d1f
Merge staging into feature/q-region-expansion
aws-toolkit-automation 07e63ca
delete ut
evanliu048 de7a0f0
test
evanliu048 1a4a5db
Merge branch 'feature/q-region-expansion' into regionExpansion_fixlaunch
evanliu048 daff262
Merge branch 'main' into regionExpansion_fixlaunch
evanliu048 24f57fb
Merge branch 'main' into regionExpansion_fixlaunch
evanliu048 7a35aae
revise auth
evanliu048 b5d3299
re
evanliu048 29b297a
delete
evanliu048 3c4d39a
revert
evanliu048 62ddb32
Merge branch 'main' into regionExpansion_fixlaunch
evanliu048 bbc7cce
ut
evanliu048 ad24bbd
merge
evanliu048 fbcdf40
Merge branch 'main' into regionExpansion_fixlaunch
evanliu048 d3c76bd
reintialize q ui
evanliu048 5f97d38
Merge branch 'main' into regionExpansion_fixlaunch
rli 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
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.
i think at this point we need to completely remove CodeWhispererConnection if we are assuming everything is now QConnection
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 may be missing part of the context, but I believe I'm using
QConnectionhere—let me know if I'm misunderstanding anythingThere 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.
because there was a old
CodeWhispererConnection.ktbeforeQConnectioncame in, so ideally we will check both connection for backward compatiblity. You can checkisQConnected. I am in favor of removing codewhispererConnection as it would be a burden to check 2 connection type everywhere and considering we've been using Q_Scope for roughly 1 year, it shouldn't harm to remove CwsprConnection. I can follow up on the cwspr connectin deprecation if @rli you don't have concern about the deprecationUh oh!
There was an error while loading. Please reload this page.
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.
Thanks for the clarification Will. We would need a separate pr to handle the codewhisperer connection deprecation right
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.
yes