-
Notifications
You must be signed in to change notification settings - Fork 241
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
Deeper dive on Welcome Page #1014
Labels
Comments
Will-ShaoHua
added a commit
to Will-ShaoHua/aws-toolkit-jetbrains
that referenced
this issue
Mar 17, 2023
* (feat codewhisperer) bump ideProfilename (aws#988) * bump ideProfilename * *update codewhisperer service model and bump sdk version (aws#991) * update cwspr model v2 (aws#1001) * Cwspr sso client adaptor (aws#995) * cwspr login dialog prototype (aws#990) * fix not IAM comment not grayed out (aws#1006) * cwspr nodes UX update (aws#1005) * Cwspr setting panel grayout (for sso user) (aws#1000) * fix transformation (aws#1009) * (feat codewhisperer) credentail impl (aws#1003) * remove all usage of clientManager.getClient (aws#1015) * update codewhisperer model -- reference filter (aws#1020) * remove accountless token ux compoentns (aws#1013) * merge conflict resolve * (feat codewhisperer) remove reference filter logic (aws#1017) * (feat codewhisperer) remove codewhisperer from toolkit experimental feature (aws#1018) * empty commit to trigger build * (feat codewhisperer) credential flow integration (aws#1014) * fix compile error caused by missing * Some adaption to new auth logic from Toolkit * adapt to Toolkit's bearer credential flow * update test case for connectionSettings() and some cleanup * detekt fix * Remove accidentally added changes * (codewhisperer) cleanup and chores (aws#1037) * clean up codewhisperer constants duplicate Sono/Sso settings * remove redundant logics in codewhispererEndpointCustomizer * add logic to handle user choose SSO login with AWS ID url * Fix CodeWhispererCredentialManagerTest * (codewhisperer) fix bugs (aws#1039) * (codewhisperer) codewhisperer usage limit hit for free tier users UX flow (aws#1044) * finish indifividual UX components for usage limit hit case, integration[WIP] * initial commits of usage limit UX components, integration logics[WIP] * add UX integration * add notificationError and todos * add back deleted import * small fix -- only show error message on manual trigger * (codewhisperer) access notification and logics implementation (aws#1041) * accless notification and logics impmlementation * address comments * update timer API usage * detekt fix * small fix * small fix * small tweak to prevent listener get installed > 1 times * detekt fix * Update How to user CodeWhisperer markdown (aws#1060) * Use local gif for HowToUseCodeWhisperer (aws#1063) * (codewhisperer) integration with new Toolkit API, UX (profile switcher, logout) (aws#1055) * Only show the hint text when CodeWhisperer is using secondary connection (aws#1068) * update accless expiration date (aws#1073) * (codewhisperer) several small fix (aws#1070) * * Toolkit SSO action grouop help action imple * show toast infomation when user ack codewhisperer to keep using SSO connection in the background * small fix * localize redirect URL * fix typo Co-authored-by: andrewyuq <[email protected]> * (codewhisperer) sso display name (aws#1074) * sso display name * updade display format * both SSO/Sono will show Connected with... Co-authored-by: andrewyuq <[email protected]> * (codewhisperer) fix test class CodeWhispererClientTest (aws#1072) * fix test class CodeWhispererClientTest * * fix sigv4 client pointing to gamma * add comment * fix naming convention Co-authored-by: andrewyuq <[email protected]> * (codewhisperer) add telemetry for login click events (aws#1081) * (codewhisperer) SSO connection expire fix (aws#1075) * fix when SSO connection expires, login will never try reauth and return the same one * fix broken test * update comment * Addressing the comment * Fix tests Co-authored-by: andrewyuq <[email protected]> Co-authored-by: yuxqiang <[email protected]> * (codewhisperer) fix broken code scan test class (aws#1069) * fix broken test cases * revert change added accidentally * detekt fix Co-authored-by: andrewyuq <[email protected]> Co-authored-by: Richard Li <[email protected]> * (feat codewhisperer) sso ux tooltip (aws#989) * cwspr tooltip * anchor tooltip location to dev tool tab component * remove TODO * detekt fix * replace description text * Update jetbrains-core/src/software/aws/toolkits/jetbrains/core/explorer/AwsToolkitExplorerToolWindow.kt Co-authored-by: Richard Li <[email protected]> * Address comments Co-authored-by: yuxqiang <[email protected]> Co-authored-by: andrewyuq <[email protected]> Co-authored-by: Richard Li <[email protected]> * (codewhisperer) UX improvement SSO expire (aws#1076) * when user try to reauth with given conneciton, fill in the required metadata in the login dialog for users * detekt fix * detekt fix * NPE fix * detekt fix * when user try to reauth with given conneciton, fill in the required metadata in the login dialog for users * detekt fix * detekt fix * NPE fix * detekt fix * Address comments * Sneak in two text changes * One more text change Co-authored-by: andrewyuq <[email protected]> Co-authored-by: yuxqiang <[email protected]> * Fix test integration failures Co-authored-by: aws-toolkit-automation <43144436+aws-toolkit-automation@users.noreply.github.com> Co-authored-by: Will Lo <[email protected]> Co-authored-by: Shao-Hua Lo <[email protected]> Co-authored-by: Richard Li <[email protected]> Co-authored-by: Richard Li <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Provide a welcome page to guide users how to use the toolkit. Investigate about what should be provided in the Welcome Page.
The text was updated successfully, but these errors were encountered: