Skip to content

Commit 5a84e39

Browse files
authored
Merge branch 'feature/ideNotifs' into manodnyb/checkRulesForNotifications
2 parents e909a0e + 07c627c commit 5a84e39

File tree

142 files changed

+2352
-1717
lines changed

Some content is hidden

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

142 files changed

+2352
-1717
lines changed

.changes/3.40.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2024-11-14",
3+
"version" : "3.40",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q /dev: Add an action to accept individual files"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix a bug when Amazon Q responds with still indexing message even when `@workspace` index is done"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix issue where Amazon Q inline chat can be invoked from non-editor windows"
13+
} ]
14+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Amazon Q chat: `@workspace` command shown in all tab types"
4+
}

.changes/next-release/bugfix-418aac17-9702-451e-8880-9c41b3441574.json

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

.changes/next-release/bugfix-4a387896-7a93-4474-a86d-f6dc5d53ab57.json

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "feature",
3+
"description" : "Code Transform: Enable support for Java 17 projects."
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" : "Feature(Amazon Q Code Transformation): support conversions of embedded SQL from Oracle to PostgreSQL"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "removal",
3+
"description" : "Removed support for Gateway 2024.2"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "removal",
3+
"description" : "Removed support for 2023.3.x IDEs"
4+
}

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Grant execute permission for gradlew
2525
run: chmod +x gradlew
2626
- name: Build with Gradle
27-
run: ./gradlew check coverageReport --info --full-stacktrace --console plain
27+
run: ./gradlew check coverageReport -x :plugin-toolkit:jetbrains-rider:test --info --full-stacktrace --console plain

.github/workflows/prerelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
generate_artifact_toolkit_standalone:
1515
strategy:
1616
matrix:
17-
supported_versions: [ '2023.3', '2024.1', '2024.2', '2024.3' ]
17+
supported_versions: [ '2024.1', '2024.2', '2024.3' ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
@@ -46,7 +46,7 @@ jobs:
4646
generate_artifact_q:
4747
strategy:
4848
matrix:
49-
supported_versions: [ '2023.3', '2024.1', '2024.2', '2024.3' ]
49+
supported_versions: [ '2024.1', '2024.2', '2024.3' ]
5050
runs-on: ubuntu-latest
5151
steps:
5252
- uses: actions/checkout@v4
@@ -75,7 +75,7 @@ jobs:
7575
generate_artifact_core:
7676
strategy:
7777
matrix:
78-
supported_versions: [ '2023.3', '2024.1', '2024.2', '2024.3' ]
78+
supported_versions: [ '2024.1', '2024.2', '2024.3' ]
7979
runs-on: ubuntu-latest
8080
steps:
8181
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)