Skip to content

Commit cc5e50f

Browse files
committed
Merge remote-tracking branch 'origin/main' into HEAD
2 parents 3d4a38e + f39209c commit cc5e50f

File tree

210 files changed

+15543
-1018
lines changed

Some content is hidden

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

210 files changed

+15543
-1018
lines changed

.changes/3.42.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"date" : "2024-11-27",
3+
"version" : "3.42",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q /dev: support `Dockerfile` files"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Feature(Amazon Q Code Transformation): allow users to view results in 5 smaller diffs"
10+
}, {
11+
"type" : "feature",
12+
"description" : "Introduce @workspace command to enhance chat context fetching for Chat"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Correct search text for Amazon Q inline suggestion keybindings"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix(Amazon Q Code Transformation): always show user latest/correct transformation results"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Amazon Q /dev: Fix error when accepting changes if leading slash is present."
22+
} ]
23+
}

.changes/3.43.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"date" : "2024-12-03",
3+
"version" : "3.43",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "`/review` in Q chat to scan your code for vulnerabilities and quality issues, and generate fixes"
7+
}, {
8+
"type" : "feature",
9+
"description" : "`/test` in Q chat to generate unit tests for java and python"
10+
}, {
11+
"type" : "feature",
12+
"description" : "`/doc` in Q chat to generate and update documentation for your project"
13+
}, {
14+
"type" : "feature",
15+
"description" : "Added system notifications to inform users about critical plugin updates and potential issues with available workarounds"
16+
} ]
17+
}

.changes/3.44.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"date" : "2024-12-04",
3+
"version" : "3.44",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q: UI improvements to chat: New splash loader animation, initial streaming card animation, improved button colours"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Amazon Q: Navigate through prompt history by using the up/down arrows"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix issue where Amazon Q Code Transform is unable to start"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix DynamoDB viewer throwing 'ActionGroup should be registered using <group> tag' on IDE start (#5012) (#5120)"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Amazon Q: Fix chat syntax highlighting when using several different themes"
19+
} ]
20+
}

.changes/next-release/.changes/next-release/bugfix-21701bb3-5189-474e-868b-9ec46ecde6ee.json

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

.changes/next-release/feature-07ba60de-7043-4965-8fb5-7038c8ea6c5e.json

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

.changes/next-release/feature-b05e3cd8-abd5-47f9-bd5c-02c7b7eb378e.json

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

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ij_kotlin_allow_trailing_comma = true
4242
ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL
4343
ij_kotlin_name_count_to_use_star_import = 2147483647
4444
ij_kotlin_name_count_to_use_star_import_for_members = 2147483647
45-
ij_kotlin_packages_to_use_import_on_demand = unset
45+
ij_kotlin_packages_to_use_import_on_demand = ""
4646

4747
[{*.markdown,*.md}]
4848
ij_markdown_force_one_space_after_blockquote_symbol = true

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ codemodernizer/ @aws/elastic-gumby
55
codetransform/ @aws/elastic-gumby
66
codewhisperer/ @aws/codewhisperer-team
77

8-
mynah-ui/ @aws/dexp
9-
mynah-ui/package.json @aws/dexp @aws/elastic-gumby @aws/earlybird @aws/codewhisperer-team
10-
mynah-ui/package-lock.json @aws/dexp @aws/elastic-gumby @aws/earlybird @aws/codewhisperer-team
8+
mynah-ui/ @aws/flare
9+
mynah-ui/package.json @aws/flare @aws/elastic-gumby @aws/earlybird @aws/codewhisperer-team
10+
mynah-ui/package-lock.json @aws/flare @aws/elastic-gumby @aws/earlybird @aws/codewhisperer-team
1111

1212
# nested within chat/, so needs to be after to take precedence
1313
amazonqFeatureDev/ @aws/earlybird

.run/Run Amazon Q - Ultimate [2024.1].run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
<RunAsTest>false</RunAsTest>
2323
<method v="2" />
2424
</configuration>
25-
</component>
25+
</component>

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# _3.44_ (2024-12-04)
2+
- **(Feature)** Amazon Q: UI improvements to chat: New splash loader animation, initial streaming card animation, improved button colours
3+
- **(Feature)** Amazon Q: Navigate through prompt history by using the up/down arrows
4+
- **(Bug Fix)** Fix issue where Amazon Q Code Transform is unable to start
5+
- **(Bug Fix)** Fix DynamoDB viewer throwing 'ActionGroup should be registered using <group> tag' on IDE start ([#5012](https://github.com/aws/aws-toolkit-jetbrains/issues/5012)) ([#5120](https://github.com/aws/aws-toolkit-jetbrains/issues/5120))
6+
- **(Bug Fix)** Amazon Q: Fix chat syntax highlighting when using several different themes
7+
8+
# _3.43_ (2024-12-03)
9+
- **(Feature)** `/review` in Q chat to scan your code for vulnerabilities and quality issues, and generate fixes
10+
- **(Feature)** `/test` in Q chat to generate unit tests for java and python
11+
- **(Feature)** `/doc` in Q chat to generate and update documentation for your project
12+
- **(Feature)** Added system notifications to inform users about critical plugin updates and potential issues with available workarounds
13+
14+
# _3.42_ (2024-11-27)
15+
- **(Feature)** Amazon Q /dev: support `Dockerfile` files
16+
- **(Feature)** Feature(Amazon Q Code Transformation): allow users to view results in 5 smaller diffs
17+
- **(Feature)** Introduce @workspace command to enhance chat context fetching for Chat
18+
- **(Bug Fix)** Correct search text for Amazon Q inline suggestion keybindings
19+
- **(Bug Fix)** Fix(Amazon Q Code Transformation): always show user latest/correct transformation results
20+
- **(Bug Fix)** Amazon Q /dev: Fix error when accepting changes if leading slash is present.
21+
122
# _3.41_ (2024-11-22)
223
- **(Feature)** Amazon Q /dev: support `.gradle` files
324
- **(Feature)** Inline Auto trigger will now happen more consistently and will not conflict with JetBrains code completion.

0 commit comments

Comments
 (0)