-
Couldn't load subscription status.
- Fork 273
feat(amazonq): Inline E2E flow using flare #5629
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
Conversation
...y/src/software/aws/toolkits/jetbrains/services/codewhisperer/service/CodeWhispererService.kt
Fixed
Show fixed
Hide fixed
...toolkits/jetbrains/services/codewhisperer/toolwindow/CodeWhispererCodeReferenceComponents.kt
Fixed
Show fixed
Hide fixed
...ws/toolkits/jetbrains/services/codewhisperer/toolwindow/CodeWhispererCodeReferenceManager.kt
Fixed
Show fixed
Hide fixed
...tware/aws/toolkits/jetbrains/services/amazonq/lsp/textdocument/TextDocumentServiceHandler.kt
Fixed
Show fixed
Hide fixed
...tware/aws/toolkits/jetbrains/services/amazonq/lsp/textdocument/TextDocumentServiceHandler.kt
Fixed
Show fixed
Hide fixed
...y/src/software/aws/toolkits/jetbrains/services/codewhisperer/service/CodeWhispererService.kt
Fixed
Show fixed
Hide fixed
...y/src/software/aws/toolkits/jetbrains/services/codewhisperer/service/CodeWhispererService.kt
Fixed
Show fixed
Hide fixed
...y/src/software/aws/toolkits/jetbrains/services/codewhisperer/service/CodeWhispererService.kt
Fixed
Show fixed
Hide fixed
...y/src/software/aws/toolkits/jetbrains/services/codewhisperer/service/CodeWhispererService.kt
Fixed
Show fixed
Hide fixed
...are/aws/toolkits/jetbrains/services/codewhisperer/telemetry/CodeWhispererTelemetryService.kt
Fixed
Show fixed
Hide fixed
...e/aws/toolkits/jetbrains/services/codewhisperer/actions/CodeWhispererRecommendationAction.kt
Fixed
Show fixed
Hide fixed
...e/aws/toolkits/jetbrains/services/codewhisperer/actions/CodeWhispererRecommendationAction.kt
Fixed
Show fixed
Hide fixed
...c/software/aws/toolkits/jetbrains/services/codewhisperer/popup/CodeWhispererPopupListener.kt
Fixed
Show fixed
Hide fixed
...c/software/aws/toolkits/jetbrains/services/codewhisperer/popup/CodeWhispererPopupListener.kt
Fixed
Show fixed
Hide fixed
...c/software/aws/toolkits/jetbrains/services/codewhisperer/popup/CodeWhispererPopupListener.kt
Fixed
Show fixed
Hide fixed
.../aws/toolkits/jetbrains/services/codewhisperer/telemetry/CodeWhispererTelemetryServiceNew.kt
Fixed
Show fixed
Hide fixed
.../aws/toolkits/jetbrains/services/codewhisperer/telemetry/CodeWhispererTelemetryServiceNew.kt
Fixed
Show fixed
Hide fixed
.../aws/toolkits/jetbrains/services/codewhisperer/telemetry/CodeWhispererTelemetryServiceNew.kt
Fixed
Show fixed
Hide fixed
.../aws/toolkits/jetbrains/services/codewhisperer/telemetry/CodeWhispererTelemetryServiceNew.kt
Fixed
Show fixed
Hide fixed
| acceptedCharCount | ||
| fun sendUserTriggerDecisionEvent(project: Project, latencyContext: LatencyContext) { | ||
| AmazonQLspService.executeIfRunning(project) { server -> | ||
| CodeWhispererServiceNew.getInstance().getAllPaginationSessions().forEach { jobId, state -> |
Check notice
Code scanning / QDJVMC
Java Map.forEach method call should be replaced with Kotlin's forEach Note
| LOG.debug { "Original code content from reference span: $originalContent" } | ||
| withContext(EDT) { | ||
| manager.addReferenceLogPanelEntry(reference = reference, null, null, originalContent?.split("\n")) | ||
| // TODO flare: hook /test references with flare correctly, this is only a compile error fix which is not tested |
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.
how should we track this
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.
we should add a line item in /test section in the doc
...y/src/software/aws/toolkits/jetbrains/services/codewhisperer/service/CodeWhispererService.kt
Outdated
Show resolved
Hide resolved
...y/src/software/aws/toolkits/jetbrains/services/codewhisperer/service/CodeWhispererService.kt
Outdated
Show resolved
Hide resolved
...y/src/software/aws/toolkits/jetbrains/services/codewhisperer/service/CodeWhispererService.kt
Outdated
Show resolved
Hide resolved
| textDocument = TextDocumentIdentifier(toUriString(editor.virtualFile)) | ||
| position = Position( | ||
| editor.caretModel.primaryCaret.logicalPosition.line, | ||
| editor.caretModel.primaryCaret.logicalPosition.column | ||
| ) |
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.
dont we have a util for this already?
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 don't find one in the codebase
we have CaretPosition dataclass but that's for visualPosition, for poup displaying purpose.
...y/src/software/aws/toolkits/jetbrains/services/codewhisperer/service/CodeWhispererService.kt
Show resolved
Hide resolved
...e/aws/toolkits/jetbrains/services/codewhisperer/language/CodeWhispererProgrammingLanguage.kt
Show resolved
Hide resolved
...tware/aws/toolkits/jetbrains/services/amazonq/lsp/textdocument/TextDocumentServiceHandler.kt
Show resolved
Hide resolved
...e/aws/toolkits/jetbrains/services/amazonq/lsp/textdocument/TextDocumentServiceHandlerTest.kt
Outdated
Show resolved
Hide resolved
| private lateinit var mockTextDocumentService: TextDocumentService | ||
| private lateinit var sut: TextDocumentServiceHandler | ||
| private lateinit var mockApplication: Application | ||
| // private lateinit var mockApplication: Application |
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.
nit: delete?
| } | ||
| } | ||
| } | ||
| // Process document changes here |
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.
Is this a TODO?
|
/retryBuilds |
Types of changes
Description
Checklist
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.