Skip to content

Commit

Permalink
Merge branch 'main' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
leigaol authored Feb 20, 2024
2 parents cf5340f + f6f6778 commit ae0e4b9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
24 changes: 21 additions & 3 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,11 @@
"type": "string",
"description": "The id of the rule which produced the code scan issue"
},
{
"name": "includesFix",
"type": "boolean",
"description": "Whether the security issue includes a suggested fix"
},
{
"name": "syncedResources",
"type": "string",
Expand Down Expand Up @@ -928,6 +933,12 @@
"type": "double",
"description": "Captures the size of the source code"
},
{
"name": "amazonqUploadIntent",
"type": "string",
"description": "The intent of the upload",
"allowedValues": ["TRANSFORMATION", "TASK_ASSIST_PLANNING"]
},
{
"name": "amazonqNumberOfReferences",
"type": "double",
Expand Down Expand Up @@ -1022,7 +1033,8 @@
"description": "Names of components that can start a transformation",
"allowedValues": [
"devToolsStartButton",
"bottomPanelSideNavButton"
"bottomPanelSideNavButton",
"chatPrompt"
]
},
{
Expand Down Expand Up @@ -2819,7 +2831,8 @@
"metadata": [
{ "type": "amazonqConversationId" },
{ "type": "amazonqRepositorySize", "required": false },
{ "type": "credentialStartUrl", "required": false }
{ "type": "credentialStartUrl", "required": false },
{ "type": "amazonqUploadIntent", "required": false }
]
},
{
Expand Down Expand Up @@ -3009,7 +3022,12 @@
{
"name": "codewhisperer_codeScanIssueHover",
"description": "Called when a code scan issue is hovered over",
"metadata": [{ "type": "findingId" }, { "type": "detectorId" }, { "type": "ruleId", "required": false }]
"metadata": [
{ "type": "findingId" },
{ "type": "detectorId" },
{ "type": "ruleId", "required": false },
{ "type": "includesFix" }
]
},
{
"name": "codewhisperer_codeScanIssueApplyFix",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.189
1.0.190

0 comments on commit ae0e4b9

Please sign in to comment.