Skip to content

Commit 089737a

Browse files
committed
Merge remote-tracking branch 'upstream/master' into add-sam-deploy-parameter-prompter-all-entry-point
2 parents ada2ccb + 5766e4b commit 089737a

File tree

85 files changed

+1088
-293
lines changed

Some content is hidden

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

85 files changed

+1088
-293
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: unreliable test
3+
about: Help us monitor our test suite by reporting flaky tests.
4+
labels: tests-ci-cd
5+
---
6+
7+
## Test Details
8+
9+
- Name of test:
10+
- OS of failure:
11+
- VSCode version of failure (minimum/insider/stable):
12+
- Link to failing run:
13+
- Link to failing test:
14+
15+
## Log of Test Failure
16+
17+
## Additional Information

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
8686
NODE_OPTIONS: ''
8787
if: ${{ github.repository == 'aws/aws-toolkit-vscode' && github.ref == 'master' }}
88-
uses: codecov/codecov-action@v4
88+
uses: codecov/codecov-action@v5
8989
with:
9090
flags: macos-toolkit-unittests
9191
verbose: true
@@ -96,7 +96,7 @@ jobs:
9696
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
9797
NODE_OPTIONS: ''
9898
if: ${{ github.repository == 'aws/aws-toolkit-vscode' && github.ref == 'master' }}
99-
uses: codecov/codecov-action@v4
99+
uses: codecov/codecov-action@v5
100100
with:
101101
flags: macos-amazonq-unittests
102102
verbose: true
@@ -155,7 +155,7 @@ jobs:
155155
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
156156
NODE_OPTIONS: ''
157157
if: ${{ github.repository == 'aws/aws-toolkit-vscode' && github.ref == 'master' }}
158-
uses: codecov/codecov-action@v4
158+
uses: codecov/codecov-action@v5
159159
with:
160160
flags: windows-unittests
161161
verbose: true

buildspec/release/35opengate.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 0.2
2+
3+
phases:
4+
install:
5+
runtime-versions:
6+
nodejs: 16
7+
8+
pre_build:
9+
commands:
10+
- STAGE_NAME=SourceWithGit
11+
- PIPELINE=$(echo $CODEBUILD_INITIATOR | sed -e 's/codepipeline\///')
12+
build:
13+
commands:
14+
- |
15+
aws codepipeline enable-stage-transition \
16+
--pipeline-name "$PIPELINE" \
17+
--stage-name "$STAGE_NAME" \
18+
--transition-type "Inbound"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"date": "2024-11-22",
3+
"version": "1.37.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Amazon Q Feature Dev: display limit reached error message"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Amazon Q chat: `@workspace` command shown in all tab types"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Chat container exceeds width of container"
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "amazon q inline: skip indexing when no workspace folders are found"
20+
},
21+
{
22+
"type": "Bug Fix",
23+
"description": "file details and name unneccessary cropping"
24+
},
25+
{
26+
"type": "Bug Fix",
27+
"description": "Amazon Q /dev: update diff window behavior after a change is accepted"
28+
},
29+
{
30+
"type": "Feature",
31+
"description": "Amazon Q /dev: support `.gradle` files"
32+
},
33+
{
34+
"type": "Feature",
35+
"description": "Code Transform: Enable support for Java 17 projects."
36+
},
37+
{
38+
"type": "Feature",
39+
"description": "Notifications: Support for delivering critical alerts and product updates"
40+
},
41+
{
42+
"type": "Feature",
43+
"description": "Retrieve and display a customization name when a customization is overridden in an AB test"
44+
},
45+
{
46+
"type": "Feature",
47+
"description": "Feature(Amazon Q Code Transformation): support conversions of embedded SQL from Oracle to PostgreSQL"
48+
}
49+
]
50+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2024-11-27",
3+
"version": "1.38.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "Amazon Q /dev: support `Dockerfile` files"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Introduce @workspace command to enhance context fetching for Chat"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Feature(Amazon Q Code Transformation): allow users to view results in 5 smaller diffs"
16+
}
17+
]
18+
}

packages/amazonq/.changes/next-release/Bug Fix-17fd1915-ab2a-4fe8-aa1e-6fc15524b46a.json

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

packages/amazonq/.changes/next-release/Bug Fix-289bb195-ba14-4725-9e29-70b514f42df3.json

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

packages/amazonq/.changes/next-release/Bug Fix-54e46358-d60f-492b-af5c-b23f4aa2b1b8.json

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

packages/amazonq/.changes/next-release/Bug Fix-5883c245-fb4d-4441-8361-38dc21146be5.json

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

0 commit comments

Comments
 (0)