Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(amazonq): support SQL conversions #5775

Merged
merged 28 commits into from
Nov 1, 2024
Merged

Conversation

dhasani23
Copy link
Contributor

@dhasani23 dhasani23 commented Oct 11, 2024

Problem

QCT wants to support converting embedded SQL in Java apps.

Solution

Allow users to start a transformation for SQL conversions.


License: I confirm that my contribution is made under the terms of the Apache 2.0 license.

@dhasani23 dhasani23 requested review from a team as code owners October 11, 2024 18:27
Copy link

This pull request implements a feature or fix, so it must include a changelog entry. See CONTRIBUTING.md#changelog for instructions.

@dhasani23 dhasani23 marked this pull request as draft October 11, 2024 19:17
@dhasani23 dhasani23 force-pushed the dmsWork branch 4 times, most recently from 4db3814 to a390ea1 Compare October 19, 2024 01:01
@dhasani23 dhasani23 marked this pull request as ready for review October 21, 2024 17:15
@@ -350,6 +350,10 @@ export const updateInlineLockKey = 'CODEWHISPERER_INLINE_UPDATE_LOCK_KEY'
export const newCustomizationMessage = 'You have access to new Amazon Q customizations.'

// Start of QCT Strings

// feature flag for SQL transformations
export const isSQLTransformReady = true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will update to false

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For future reference: feature flags should live in dev/config.ts, or as an "experiment" https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#preview-releases-and-experiments

@dhasani23 dhasani23 force-pushed the dmsWork branch 3 times, most recently from c643ffa to e12ed81 Compare October 24, 2024 00:24
@dhasani23
Copy link
Contributor Author

dhasani23 commented Oct 30, 2024

Not ready to be merged yet (as of 10/31 morning)

Copy link

github-actions bot commented Nov 1, 2024

  • This pull request implements a feat or fix, so it must include a changelog entry (unless the fix is for an unreleased feature). Review the changelog guidelines.
    • Note: beta or "experiment" features that have active users should announce fixes in the changelog.
    • If this is not a feature or fix, use an appropriate type from the title guidelines. For example, telemetry-only changes should use the telemetry type.

@dhasani23
Copy link
Contributor Author

dhasani23 commented Nov 1, 2024

Update: ready to be merged (feature is behind a feature flag)

@hayemaxi hayemaxi merged commit 412f175 into aws:master Nov 1, 2024
23 of 25 checks passed
dhasani23 added a commit to dhasani23/aws-toolkit-vscode-1 that referenced this pull request Nov 1, 2024
QCT wants to support converting embedded SQL in Java apps.

Allow users to start a transformation for SQL conversions.

---

<!--- REMINDER: Ensure that your PR meets the guidelines in
CONTRIBUTING.md -->

License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.

---------

Co-authored-by: David Hasani <[email protected]>
dhasani23 added a commit to dhasani23/aws-toolkit-vscode-1 that referenced this pull request Nov 5, 2024
QCT wants to support converting embedded SQL in Java apps.

Allow users to start a transformation for SQL conversions.

---

<!--- REMINDER: Ensure that your PR meets the guidelines in
CONTRIBUTING.md -->

License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.

---------

Co-authored-by: David Hasani <[email protected]>
dhasani23 added a commit to dhasani23/aws-toolkit-vscode-1 that referenced this pull request Nov 8, 2024
QCT wants to support converting embedded SQL in Java apps.

Allow users to start a transformation for SQL conversions.

---

<!--- REMINDER: Ensure that your PR meets the guidelines in
CONTRIBUTING.md -->

License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.

---------

Co-authored-by: David Hasani <[email protected]>
dhasani23 added a commit to dhasani23/aws-toolkit-vscode-1 that referenced this pull request Nov 9, 2024
QCT wants to support converting embedded SQL in Java apps.

Allow users to start a transformation for SQL conversions.

---

<!--- REMINDER: Ensure that your PR meets the guidelines in
CONTRIBUTING.md -->

License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.

---------

Co-authored-by: David Hasani <[email protected]>
dhasani23 added a commit to dhasani23/aws-toolkit-vscode-1 that referenced this pull request Nov 9, 2024
QCT wants to support converting embedded SQL in Java apps.

Allow users to start a transformation for SQL conversions.

---

<!--- REMINDER: Ensure that your PR meets the guidelines in
CONTRIBUTING.md -->

License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.

---------

Co-authored-by: David Hasani <[email protected]>
dhasani23 added a commit to dhasani23/aws-toolkit-vscode-1 that referenced this pull request Nov 13, 2024
QCT wants to support converting embedded SQL in Java apps.

Allow users to start a transformation for SQL conversions.

---

<!--- REMINDER: Ensure that your PR meets the guidelines in
CONTRIBUTING.md -->

License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.

---------

Co-authored-by: David Hasani <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants