Skip to content

Commit adbfc9b

Browse files
committed
Merge remote-tracking branch 'origin/main' into rli/fix-freeze-expired-token
2 parents 914399a + b240355 commit adbfc9b

File tree

91 files changed

+1331
-1493
lines changed

Some content is hidden

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

91 files changed

+1331
-1493
lines changed
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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
needs: [ time ]
2424
strategy:
2525
matrix:
26-
supported_versions: [ '2023.3', '2024.1', '2024.2', '2024.3' ]
26+
supported_versions: [ '2024.1', '2024.2', '2024.3' ]
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@v4
@@ -54,7 +54,7 @@ jobs:
5454
needs: [ time ]
5555
strategy:
5656
matrix:
57-
supported_versions: [ '2023.3', '2024.1', '2024.2', '2024.3' ]
57+
supported_versions: [ '2024.1', '2024.2', '2024.3' ]
5858
runs-on: ubuntu-latest
5959
steps:
6060
- uses: actions/checkout@v4

.run/Run AWS Toolkit - Community [2023.3].run.xml

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

.run/Run AWS Toolkit - Gateway [2024.2].run.xml

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

.run/Run AWS Toolkit - Rider [2023.3].run.xml

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

.run/Run AWS Toolkit - Ultimate [2023.3].run.xml

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

0 commit comments

Comments
 (0)