Skip to content

Commit f1400f8

Browse files
committed
Merge branch 'master' into jscpd/merge
2 parents 2b496b5 + 0fa1b5b commit f1400f8

File tree

66 files changed

+21939
-20245
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+21939
-20245
lines changed

docs/faq-credentials.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ Issue [aws-toolkit-vscode#3667](https://github.com/aws/aws-toolkit-vscode/issues
1313
2. Attempt to sign in again with AWS Builder ID
1414
3. If sign is is successful you can remove the old folder: `rm -rf ~/.aws/sso-OLD`
1515
1. Or revert the change: `mv ~/.aws/sso-OLD ~/.aws/sso`
16+
17+
### AWS Shared Credentials File
18+
19+
When authenticating with IAM credentials, the profile name, access key, and secret key will be stored on disk at a default location of `~/.aws/credentials` on Linux and MacOS, and `%USERPROFILE%\.aws\credentials` on Windows machines. The toolkit also supports editting this file manually, with the format specified [here](https://docs.aws.amazon.com/sdkref/latest/guide/file-format.html#file-format-creds). The credentials files also supports [role assumption](https://docs.aws.amazon.com/sdkref/latest/guide/access-assume-role.html) and [MFA](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_mfa.html). Note that this credentials file is shared between all local AWS development tools. For more information, see the full documentation [here](https://docs.aws.amazon.com/sdkref/latest/guide/file-format.html).

package-lock.json

Lines changed: 14464 additions & 17131 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"clean": "npm run clean -w packages/ -w plugins/",
3838
"reset": "npm run clean && ts-node ./scripts/clean.ts node_modules && npm install",
3939
"generateNonCodeFiles": "npm run generateNonCodeFiles -w packages/ --if-present",
40-
"mergeReports": "ts-node ./scripts/mergeReports.ts"
40+
"mergeReports": "ts-node ./scripts/mergeReports.ts",
41+
"skippedTestReport": "ts-node ./scripts/skippedTestReport.ts ./packages/amazonq/test/e2e/"
4142
},
4243
"devDependencies": {
4344
"@aws-toolkits/telemetry": "^1.0.296",
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"date": "2025-02-13",
3+
"version": "1.47.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "`Send to prompt` and other context menu options not sent if chat was closed"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Amazon Q /test: Truncating user input to 4096 characters for unit test generation."
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Amazon Q /test: Q identify active test file and infer source file for test generation."
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "/review: Code review starts automatically when invoked from menu"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Amazon Q /dev: support `.hbs`, `.gjs`, `.gts`, `.astro`, `.mdx`, `.svelte`, `.erb`, `.rake` files"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "/transform: automatically download results when ready"
28+
},
29+
{
30+
"type": "Feature",
31+
"description": "/transform: support Java 21 transformations"
32+
},
33+
{
34+
"type": "Removal",
35+
"description": "Reverted prefetch logic to enable more stable inline completion"
36+
}
37+
]
38+
}

packages/amazonq/.changes/next-release/Bug Fix-704d175a-a99f-4ce7-bf08-b94d6f7218c0.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/amazonq/.changes/next-release/Bug Fix-aff621e4-1c1a-450e-91a7-8fd63fe90a5d.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/amazonq/.changes/next-release/Bug Fix-cd65fb78-14de-4214-baac-2e998c4fb143.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/amazonq/.changes/next-release/Bug Fix-e9cfb8e0-540c-45ec-b3b7-313ac07c87a7.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/amazonq/.changes/next-release/Feature-d86356a0-bc42-4187-a7f8-205afbc25d76.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/amazonq/.changes/next-release/Feature-d9128dff-2867-4bf4-9046-2a52a36803d7.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)