-
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
Support NodeJs SAM debugging #995
Merged
Merged
Conversation
This file contains 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
abrooksv
approved these changes
May 24, 2019
Codecov Report
@@ Coverage Diff @@
## feature/zhaoxiz-nodejs #995 +/- ##
============================================================
- Coverage 44.29% 44.13% -0.17%
Complexity 509 509
============================================================
Files 166 166
Lines 5398 5418 +20
Branches 689 691 +2
============================================================
Hits 2391 2391
- Misses 2764 2784 +20
Partials 243 243
Continue to review full report at Codecov.
|
zhangzhx
added a commit
that referenced
this pull request
Jun 4, 2019
Will-ShaoHua
added a commit
to Will-ShaoHua/aws-toolkit-jetbrains
that referenced
this pull request
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
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.
Types of changes
Description
Motivation and Context
Related Issue(s)
#942
Testing
Screenshots (if appropriate)
Checklist
gradlew check
succeedsLicense
I confirm that my contribution is made under the terms of the Apache 2.0 license.