You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/amazonq/codetransform/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codemodernizer/constants/CodeTransformChatItems.kt
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -211,14 +211,14 @@ private val selectSkipTestsFlagFormItem = FormItem(
211
211
title = message("codemodernizer.chat.form.user_selection.item.choose_skip_tests_option"),
Copy file name to clipboardExpand all lines: plugins/core/resources/resources/software/aws/toolkits/resources/MessagesBundle.properties
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -618,6 +618,7 @@ codemodernizer.chat.form.user_selection.item.choose_skip_tests_option=Choose to
618
618
codemodernizer.chat.form.user_selection.item.choose_sql_metadata_file=Okay, I can convert the embedded SQL code for your Oracle to PostgreSQL transformation. To get started, upload the zipped metadata file from your schema conversion in AWS Data Migration Service (DMS). To retrieve the metadata file:\n1. Open your database migration project in the AWS DMS console.\n2. Open the schema conversion and choose **Convert the embedded SQL in your application**.\n3. Once you complete the conversion, close the project and go to the S3 bucket where your project is stored.\n4. Open the folder and find the project folder ("sct-project").\n5. Download the object inside the project folder. This will be a zip file.\n\nFor more info, refer to the [documentation](https://docs.aws.amazon.com/dms/latest/userguide/schema-conversion-embedded-sql.html).
619
619
codemodernizer.chat.form.user_selection.item.choose_target_version=Choose the target code version
codemodernizer.chat.form.user_permissions.title=Amazon Q Permissions Form
621
622
codemodernizer.chat.message.absolute_path_detected=I detected {0} potential absolute file path(s) in your {1} file: **{2}**. Absolute file paths might cause issues when I build your code. Any errors will show up in the build log.
622
623
codemodernizer.chat.message.auth_prompt=Follow instructions to re-authenticate ...
0 commit comments