Skip to content

Commit 8ec2360

Browse files
committed
Merge branch 'main' of github.com:leigaol/aws-toolkit-jetbrains
2 parents 6b0c457 + 6370cf2 commit 8ec2360

File tree

67 files changed

+800
-388
lines changed

Some content is hidden

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

67 files changed

+800
-388
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Chat: When writing a prompt without sending it, navigating via up/down arrows sometimes deletes the unsent prompt."
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Fix chat not retaining history when interaction is through onboarding tab type (#5189)"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Chat: When navigating to previous prompts, code attachments are sometimes displayed incorrectly"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "feature",
3+
"description" : "/review: Code fix automatically scrolls into view after generation."
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "feature",
3+
"description" : "Chat: improve font size and line-height in footer (below prompt input field)"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "feature",
3+
"description" : "Adds capability to send new context commands to AB groups"
4+
}

.github/workflows/prerelease.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
push:
1010
branches: [ main, feature/* ]
1111

12+
concurrency:
13+
group: ${{ github.workflow }}${{ github.event.pull_request.number || github.ref }}
14+
cancel-in-progress: true
1215

1316
jobs:
1417
generate_artifact_toolkit_standalone:

.github/workflows/q-mega-prerelease.yml

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

.github/workflows/ssm-integ.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches: [ main, feature/* ]
1010
# PRs only need to run this if the SSM plugin logic has changed
1111
paths:
12+
- '.github/workflows/ssm-integ.yml'
1213
- 'jetbrains-core/src/software/aws/toolkits/jetbrains/services/ssm/SsmPlugin.kt'
1314
- 'jetbrains-core/it/software/aws/toolkits/jetbrains/services/ssm/SsmPluginTest.kt'
1415

@@ -28,10 +29,10 @@ jobs:
2829
run: git config --system core.longpaths true
2930
if: ${{ matrix.os == 'windows-latest' }}
3031
- uses: actions/checkout@v2
31-
- name: Set up JDK 17
32-
uses: actions/setup-java@v1
32+
- uses: actions/setup-java@v4
3333
with:
34-
java-version: 17
34+
distribution: 'corretto'
35+
java-version: '21'
3536
- name: Grant execute permission for gradlew
3637
run: chmod +x gradlew
3738
- name: Build with Gradle

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.gradle
22
.intellijPlatform
3+
.kotlin
34
out/
45
target/
56
.idea

0 commit comments

Comments
 (0)