Skip to content

Commit

Permalink
Merge pull request aws#5135 from aws/autoMerge/feature/dev-execution
Browse files Browse the repository at this point in the history
Merge main into feature/dev-execution
  • Loading branch information
rli authored Jan 23, 2025
2 parents 3d4a38e + a0ed5fe commit 7d8aa84
Show file tree
Hide file tree
Showing 313 changed files with 18,252 additions and 1,647 deletions.
23 changes: 23 additions & 0 deletions .changes/3.42.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"date" : "2024-11-27",
"version" : "3.42",
"entries" : [ {
"type" : "feature",
"description" : "Amazon Q /dev: support `Dockerfile` files"
}, {
"type" : "feature",
"description" : "Feature(Amazon Q Code Transformation): allow users to view results in 5 smaller diffs"
}, {
"type" : "feature",
"description" : "Introduce @workspace command to enhance chat context fetching for Chat"
}, {
"type" : "bugfix",
"description" : "Correct search text for Amazon Q inline suggestion keybindings"
}, {
"type" : "bugfix",
"description" : "Fix(Amazon Q Code Transformation): always show user latest/correct transformation results"
}, {
"type" : "bugfix",
"description" : "Amazon Q /dev: Fix error when accepting changes if leading slash is present."
} ]
}
17 changes: 17 additions & 0 deletions .changes/3.43.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"date" : "2024-12-03",
"version" : "3.43",
"entries" : [ {
"type" : "feature",
"description" : "`/review` in Q chat to scan your code for vulnerabilities and quality issues, and generate fixes"
}, {
"type" : "feature",
"description" : "`/test` in Q chat to generate unit tests for java and python"
}, {
"type" : "feature",
"description" : "`/doc` in Q chat to generate and update documentation for your project"
}, {
"type" : "feature",
"description" : "Added system notifications to inform users about critical plugin updates and potential issues with available workarounds"
} ]
}
20 changes: 20 additions & 0 deletions .changes/3.44.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"date" : "2024-12-04",
"version" : "3.44",
"entries" : [ {
"type" : "feature",
"description" : "Amazon Q: UI improvements to chat: New splash loader animation, initial streaming card animation, improved button colours"
}, {
"type" : "feature",
"description" : "Amazon Q: Navigate through prompt history by using the up/down arrows"
}, {
"type" : "bugfix",
"description" : "Fix issue where Amazon Q Code Transform is unable to start"
}, {
"type" : "bugfix",
"description" : "Fix DynamoDB viewer throwing 'ActionGroup should be registered using <group> tag' on IDE start (#5012) (#5120)"
}, {
"type" : "bugfix",
"description" : "Amazon Q: Fix chat syntax highlighting when using several different themes"
} ]
}
23 changes: 23 additions & 0 deletions .changes/3.45.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"date" : "2024-12-10",
"version" : "3.45",
"entries" : [ {
"type" : "feature",
"description" : "Add acknowledgement button for Amazon Q Chat disclaimer"
}, {
"type" : "bugfix",
"description" : " Chosing cancel on sign out confirmation now cancels the sign out and does not delete profiles from ~/.aws/config (#5167)"
}, {
"type" : "bugfix",
"description" : "Fix `@workspace` missing from the Amazon Q Chat welcome tab"
}, {
"type" : "bugfix",
"description" : "Fix for /review LLM based code issues for file review on windows"
}, {
"type" : "bugfix",
"description" : "Fix for File Review payload and Regex error for payload generation"
}, {
"type" : "bugfix",
"description" : "Amazon Q Code Transformation: show build logs when server-side build fails"
} ]
}
26 changes: 26 additions & 0 deletions .changes/3.46.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"date" : "2024-12-17",
"version" : "3.46",
"entries" : [ {
"type" : "feature",
"description" : "/review: Code fix automatically scrolls into view after generation."
}, {
"type" : "feature",
"description" : "Chat: improve font size and line-height in footer (below prompt input field)"
}, {
"type" : "feature",
"description" : "Adds capability to send new context commands to AB groups"
}, {
"type" : "bugfix",
"description" : "Chat: When writing a prompt without sending it, navigating via up/down arrows sometimes deletes the unsent prompt."
}, {
"type" : "bugfix",
"description" : "Fix chat not retaining history when interaction is through onboarding tab type (#5189)"
}, {
"type" : "bugfix",
"description" : "Chat: When navigating to previous prompts, code attachments are sometimes displayed incorrectly"
}, {
"type" : "bugfix",
"description" : "Reduce frequency of system information query"
} ]
}
35 changes: 35 additions & 0 deletions .changes/3.47.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"date" : "2025-01-09",
"version" : "3.47",
"entries" : [ {
"type" : "bugfix",
"description" : "Fix issue where users are unable to login to Amazon Q if they have previously authenticated (#5214)"
}, {
"type" : "bugfix",
"description" : "Fix incorrect text shown while updating documentation in /doc"
}, {
"type" : "bugfix",
"description" : "Amazon Q Code Transformation: retry initial project upload on failure"
}, {
"type" : "bugfix",
"description" : "/transform: use correct doc link in SQL conversion help message"
}, {
"type" : "bugfix",
"description" : "Amazon Q /dev: Fix issue when files are deleted while preparing context"
}, {
"type" : "bugfix",
"description" : "Amazon Q /test: Test generation fails for files outside the project"
}, {
"type" : "bugfix",
"description" : "Amazon Q Code Transformation: allow PostgreSQL as target DB for SQL conversions"
}, {
"type" : "bugfix",
"description" : "Fix incorrect accept and reject buttons shows up while hovering over the generated file"
}, {
"type" : "bugfix",
"description" : "Prevent customization override if user has manually selected a customization"
}, {
"type" : "bugfix",
"description" : "Align UX text of document generation flow with vs code version"
} ]
}
32 changes: 32 additions & 0 deletions .changes/3.48.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"date" : "2025-01-16",
"version" : "3.48",
"entries" : [ {
"type" : "feature",
"description" : "Enhance Q inline completion context fetching for better suggestion quality"
}, {
"type" : "feature",
"description" : "/doc: Add error message if updated README is too large"
}, {
"type" : "bugfix",
"description" : "/transform: always include button to start a new transformation at the end of a job"
}, {
"type" : "bugfix",
"description" : "Amazon Q can update mvn and gradle build files"
}, {
"type" : "bugfix",
"description" : "Fix doc generation for modules that are a part of the project"
}, {
"type" : "bugfix",
"description" : "Amazon Q /dev: Remove hard-coded limits and instead rely server-side data to communicate number of code generations remaining"
}, {
"type" : "bugfix",
"description" : "/transform: automatically open pre-build error logs when available"
}, {
"type" : "bugfix",
"description" : "/doc: Fix code generation error when cancelling a documentation task"
}, {
"type" : "bugfix",
"description" : "Amazon Q - update messaging for /doc agent"
} ]
}
8 changes: 8 additions & 0 deletions .changes/3.49.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"date" : "2025-01-17",
"version" : "3.49",
"entries" : [ {
"type" : "bugfix",
"description" : "/review: Improved success rate of code reviews for certain workspace configurations"
} ]
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Fixed an issue where Amazon Q settings did not persist across IDE restarts"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Amazon Q: Fix context menu displaying when typing `@`, even though input is disallowed"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Amazon Q: Fix up/down history navigation only triggering on first/last line of prompt input"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Amazon Q /doc: Ask for user prompt if error occurs while updating documentation"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Amazon Q: cursor no longer jumps after navigating prompt history"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Improve text description of workspace index settings"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Amazon Q /doc: fix for user prompt to change folder in chat"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Amazon Q Doc README diff will re-open when the README file is clicked after it has been closed"
}s
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Amazon Q /test: Fix for test generation payload creation to not filter out target file."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Amazon Q: word duplication when pressing tab on context selector fixed"
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "feature",
"description" : "Amazon Q: Updated `/help` command to include re:invent 2024 features"
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "feature",
"description" : "Amazon Q: UI improvements through more accurate code syntax highlighting"
}
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ij_kotlin_allow_trailing_comma = true
ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL
ij_kotlin_name_count_to_use_star_import = 2147483647
ij_kotlin_name_count_to_use_star_import_for_members = 2147483647
ij_kotlin_packages_to_use_import_on_demand = unset
ij_kotlin_packages_to_use_import_on_demand = ""

[{*.markdown,*.md}]
ij_markdown_force_one_space_after_blockquote_symbol = true
Expand Down
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ codemodernizer/ @aws/elastic-gumby
codetransform/ @aws/elastic-gumby
codewhisperer/ @aws/codewhisperer-team

mynah-ui/ @aws/dexp
mynah-ui/package.json @aws/dexp @aws/elastic-gumby @aws/earlybird @aws/codewhisperer-team
mynah-ui/package-lock.json @aws/dexp @aws/elastic-gumby @aws/earlybird @aws/codewhisperer-team
mynah-ui/ @aws/flare
mynah-ui/package.json @aws/flare @aws/elastic-gumby @aws/earlybird @aws/codewhisperer-team
mynah-ui/package-lock.json @aws/flare @aws/elastic-gumby @aws/earlybird @aws/codewhisperer-team

# nested within chat/, so needs to be after to take precedence
amazonqFeatureDev/ @aws/earlybird
3 changes: 3 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
push:
branches: [ main, feature/* ]

concurrency:
group: ${{ github.workflow }}${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
generate_artifact_toolkit_standalone:
Expand Down
Loading

0 comments on commit 7d8aa84

Please sign in to comment.