Skip to content

feat: region expansion #1333

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 23 commits into from
Apr 29, 2025
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
1b9897d
add user profile sub command with mock profiles
evanliu048 Apr 23, 2025
d5b0511
checkpoint
chaynabors Apr 23, 2025
3914f68
modify protos and add handlers
chaynabors Apr 23, 2025
2a7f4a8
Merge remote-tracking branch 'origin/main' into feature/region-expansion
chaynabors Apr 23, 2025
0244372
Merge remote-tracking branch 'origin/feature/region-expansion' into r…
evanliu048 Apr 24, 2025
3ba8797
coorprate with real response
evanliu048 Apr 24, 2025
a5b958f
remove unused code
chaynabors Apr 24, 2025
a809843
add profile in whoami
evanliu048 Apr 24, 2025
0c5f454
Merge branch 'feature/region-expansion' of github.com:aws/amazon-q-de…
evanliu048 Apr 24, 2025
1df40e0
hi yifan
chaynabors Apr 24, 2025
1a60fe6
byebye ctrlc handler
chaynabors Apr 25, 2025
4f3593c
hi chay (add profile_arn)
evanliu048 Apr 25, 2025
d0144a3
remove nonstreaming q client
chaynabors Apr 25, 2025
64f2e76
add profile telemetry
evanliu048 Apr 25, 2025
20213e4
Merge branch 'feature/region-expansion' of github.com:aws/amazon-q-de…
evanliu048 Apr 25, 2025
5333084
add profile selector in dashboard
chaynabors Apr 28, 2025
37275c5
cleanup
chaynabors Apr 28, 2025
0d430c4
Merge remote-tracking branch 'origin/main' into feature/region-expansion
chaynabors Apr 28, 2025
53713bf
revise whoami flag in login&profile command flow
evanliu048 Apr 28, 2025
b845ad2
add amazonq_profileState
evanliu048 Apr 28, 2025
9f063cc
finish up major tasks
chaynabors Apr 29, 2025
6300b5c
finish up final tasks
chaynabors Apr 29, 2025
c042381
fix lints
chaynabors Apr 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 2 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ license = "MIT OR Apache-2.0"
amzn-codewhisperer-client = { path = "crates/amzn-codewhisperer-client" }
amzn-codewhisperer-streaming-client = { path = "crates/amzn-codewhisperer-streaming-client" }
amzn-consolas-client = { path = "crates/amzn-consolas-client" }
amzn-qdeveloper-client = { path = "crates/amzn-qdeveloper-client" }
amzn-qdeveloper-streaming-client = { path = "crates/amzn-qdeveloper-streaming-client" }
anstream = "0.6.13"
anyhow = "1.0.98"
Expand Down
89 changes: 0 additions & 89 deletions crates/amzn-qdeveloper-client/Cargo.toml

This file was deleted.

202 changes: 0 additions & 202 deletions crates/amzn-qdeveloper-client/LICENSE

This file was deleted.

36 changes: 0 additions & 36 deletions crates/amzn-qdeveloper-client/src/auth_plugin.rs

This file was deleted.

Loading
Loading