forked from aws/aws-toolkit-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'aws:master' into master
- Loading branch information
Showing
174 changed files
with
23,811 additions
and
21,137 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
version: 0.2 | ||
|
||
phases: | ||
install: | ||
runtime-versions: | ||
nodejs: 20 | ||
|
||
pre_build: | ||
commands: | ||
# Check for implicit env vars passed from the release pipeline. | ||
- test -n "${NOTIFY_URL}" | ||
- test -n "${TARGET_EXTENSION}" | ||
|
||
build: | ||
commands: | ||
- echo "TARGET_EXTENSION=${TARGET_EXTENSION}" | ||
- export EXTENSION_NAME=$([ "$TARGET_EXTENSION" = "amazonq" ] && echo "Amazon Q" || echo "AWS Toolkit") | ||
- export VERSION=$(node -e "console.log(require('./packages/${TARGET_EXTENSION}/package.json').version);") | ||
- export CHANGELOG=$(cat packages/${TARGET_EXTENSION}/CHANGELOG.md | perl -ne 'BEGIN{$/="\n\n"} print if $. == 2') | ||
- MESSAGE=$(envsubst < ./buildspec/release/notify.txt) | ||
- | | ||
if [ "$STAGE" != "prod" ]; then | ||
echo "SKIPPED (stage=${STAGE}): 'curl -v POST \"[NOTIFY_URL]\" -H \"Content-Type:application/json\" --data \"{\"Content\":\"${MESSAGE}\"}\"'" | ||
exit 0 | ||
fi | ||
curl -v POST "${NOTIFY_URL}" -H "Content-Type:application/json" --data "{\"Content\":\"${MESSAGE}\"}" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Released ${EXTENSION_NAME} v${VERSION} for VS Code | ||
|
||
${CHANGELOG} | ||
|
||
Changelog: https://github.com/aws/aws-toolkit-vscode/blob/master/packages/${TARGET_EXTENSION}/CHANGELOG.md | ||
Release Artifact: https://github.com/aws/aws-toolkit-vscode/releases/tag/${TARGET_EXTENSION}/v${VERSION} |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"date": "2025-02-13", | ||
"version": "1.47.0", | ||
"entries": [ | ||
{ | ||
"type": "Bug Fix", | ||
"description": "`Send to prompt` and other context menu options not sent if chat was closed" | ||
}, | ||
{ | ||
"type": "Bug Fix", | ||
"description": "Amazon Q /test: Truncating user input to 4096 characters for unit test generation." | ||
}, | ||
{ | ||
"type": "Bug Fix", | ||
"description": "Amazon Q /test: Q identify active test file and infer source file for test generation." | ||
}, | ||
{ | ||
"type": "Bug Fix", | ||
"description": "/review: Code review starts automatically when invoked from menu" | ||
}, | ||
{ | ||
"type": "Feature", | ||
"description": "Amazon Q /dev: support `.hbs`, `.gjs`, `.gts`, `.astro`, `.mdx`, `.svelte`, `.erb`, `.rake` files" | ||
}, | ||
{ | ||
"type": "Feature", | ||
"description": "/transform: automatically download results when ready" | ||
}, | ||
{ | ||
"type": "Feature", | ||
"description": "/transform: support Java 21 transformations" | ||
}, | ||
{ | ||
"type": "Removal", | ||
"description": "Reverted prefetch logic to enable more stable inline completion" | ||
} | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"date": "2025-02-20", | ||
"version": "1.48.0", | ||
"entries": [ | ||
{ | ||
"type": "Bug Fix", | ||
"description": "/dev and /doc: Multi-root workspace with duplicate files causes infinite 'Uploading code...' loop" | ||
}, | ||
{ | ||
"type": "Bug Fix", | ||
"description": "Amazon Q /doc: update workspace too large error message " | ||
}, | ||
{ | ||
"type": "Bug Fix", | ||
"description": "/review: Auto-review should not remove issues from manual reviews" | ||
}, | ||
{ | ||
"type": "Bug Fix", | ||
"description": "/transform: allow View Summary button to work even after accepting diff" | ||
}, | ||
{ | ||
"type": "Bug Fix", | ||
"description": "Amazon Q /test: Fixing the issue of target file does not exist." | ||
}, | ||
{ | ||
"type": "Feature", | ||
"description": "Amazon Q /doc: Add support for infrastructure diagrams" | ||
} | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"date": "2025-02-27", | ||
"version": "1.49.0", | ||
"entries": [ | ||
{ | ||
"type": "Bug Fix", | ||
"description": "Amazon Q /test: Unit test generation displays an inaccurate diff view for non-primary packages in the workspace." | ||
}, | ||
{ | ||
"type": "Bug Fix", | ||
"description": "Amazon Q /doc: Fix uploading file method throwing incorrect workspace too large error message" | ||
}, | ||
{ | ||
"type": "Bug Fix", | ||
"description": "/transform: skip running tests locally when user chooses to do so" | ||
}, | ||
{ | ||
"type": "Bug Fix", | ||
"description": "/review: ignored lines should not show up in scan issues" | ||
}, | ||
{ | ||
"type": "Bug Fix", | ||
"description": "/test: update capability card text" | ||
} | ||
] | ||
} |
4 changes: 0 additions & 4 deletions
4
packages/amazonq/.changes/next-release/Bug Fix-704d175a-a99f-4ce7-bf08-b94d6f7218c0.json
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
packages/amazonq/.changes/next-release/Bug Fix-aff621e4-1c1a-450e-91a7-8fd63fe90a5d.json
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
packages/amazonq/.changes/next-release/Bug Fix-cd65fb78-14de-4214-baac-2e998c4fb143.json
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
packages/amazonq/.changes/next-release/Feature-90704e88-3ab3-4030-8bc6-fdde95aa3923.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"type": "Feature", | ||
"description": "/review: Code reviews are now created with additional workspace context to enable grouping of related scans in the backend" | ||
} |
4 changes: 4 additions & 0 deletions
4
packages/amazonq/.changes/next-release/Feature-cf1e3d13-1b3d-4b23-bf6b-d6d46c75565c.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"type": "Feature", | ||
"description": "Amazon Q chat: increase chat input height to 3 lines" | ||
} |
4 changes: 0 additions & 4 deletions
4
packages/amazonq/.changes/next-release/Feature-d86356a0-bc42-4187-a7f8-205afbc25d76.json
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
packages/amazonq/.changes/next-release/Feature-d9128dff-2867-4bf4-9046-2a52a36803d7.json
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
packages/amazonq/.changes/next-release/Feature-f0b1a42d-ee00-4b68-9160-cbae9bd27873.json
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
Oops, something went wrong.