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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ private val confirmOneOrMultipleDiffsSelectionButton = Button(
Copy file name to clipboardExpand all lines: plugins/amazonq/codetransform/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codemodernizer/controller/CodeTransformChatController.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/codetransform/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codemodernizer/model/ZipManifest.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/codetransform/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codemodernizer/utils/CodeTransformApiUtils.kt
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,8 @@ data class PollingResult(
64
64
valtransformationPlan:TransformationPlan?,
65
65
)
66
66
67
+
privateconstval isClientSideBuildEnabled =false
68
+
67
69
/**
68
70
* Wrapper around [waitUntil] that polls the API DescribeMigrationJob to check the migration job status.
69
71
*/
@@ -117,7 +119,8 @@ suspend fun JobId.pollTransformationStatusAndPlan(
Copy file name to clipboardExpand all lines: plugins/core/resources/resources/software/aws/toolkits/resources/MessagesBundle.properties
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -642,8 +642,8 @@ codemodernizer.chat.message.download_failed_invalid_artifact=Sorry, I was unable
642
642
codemodernizer.chat.message.download_failed_other=Sorry, I ran into an issue while trying to download your {0}. Please try again. {1}
643
643
codemodernizer.chat.message.download_failed_ssl=Sorry, I couldn''t download your {0} because of an issue with your certificate. Please make sure all your certificates for your proxy client have been set up correctly for your IDE.
644
644
codemodernizer.chat.message.download_failed_wildcard=Sorry, I couldn''t download your {0} because of an issue with your proxy client. Please check your IDE proxy settings and remove any wildcard (*) references, then restart your IDE.
645
-
codemodernizer.chat.message.enter_jdk_name=Enter the name of the {0} you are using. You can find the name in Settings > Project Structure > Platform Settings > SDKs. If you do not see the name of your JDK in the SDK settings, add your JDK, and then return to this chat and enter the name here.
646
-
codemodernizer.chat.message.enter_jdk_name_error=I could not find "{0}" in Settings > Project Structure > Platform Settings > SDKs. Please add the target JDK there and try again.
645
+
codemodernizer.chat.message.enter_jdk_name=Enter the name of the {0} you are using. You can find the name in File > Project Structure > Platform Settings > SDKs. If you do not see the name of your JDK in the SDK settings, add your JDK, and then return to this chat and enter the name here.
646
+
codemodernizer.chat.message.enter_jdk_name_error=I could not find "{0}" in File > Project Structure > Platform Settings > SDKs. Please add the target JDK there and try again.
codemodernizer.chat.message.follow_up.new_transformation=Start a new transformation
649
649
codemodernizer.chat.message.hil.cannot_resume=I ran into an issue trying to resume your transformation.
@@ -681,7 +681,7 @@ codemodernizer.chat.message.result.success=I successfully completed your transfo
681
681
codemodernizer.chat.message.result.success.multiple_diffs=I successfully completed your transformation. You will be able to accept changes from one diff at a time. If you reject changes in one diff, you will not be able to view or accept changes in the other diffs. The transformation summary has details about the changes I'm proposing.
682
682
codemodernizer.chat.message.result.zip_too_large=Sorry, your project size exceeds the Amazon Q Code Transformation upload limit of 2GB.
683
683
codemodernizer.chat.message.resume_ongoing=I'm still transforming your code. It can take 10 to 30 minutes to upgrade your code, depending on the size of your module. To monitor progress, go to the Transformation Hub.
684
-
codemodernizer.chat.message.skip_tests=I will build generated code in your local environment, not on the server side. For information on how I scan code to reduce security risks associated with building the code in your local environment, see the [Amazon Q Developer documentation](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/code-transformation.html#java-local-builds).\n\nI will build your project using `mvn clean test` by default. If you would like me to build your project without running unit tests, I will use `mvn clean test-compile`.
684
+
codemodernizer.chat.message.skip_tests=I will build your project using `mvn clean test` by default. If you would like me to build your project without running unit tests, I will use `mvn clean test-compile`.
685
685
codemodernizer.chat.message.skip_tests_form.response=Okay, I will {0} when building your module.
686
686
codemodernizer.chat.message.skip_tests_form.run_tests=Run unit tests
687
687
codemodernizer.chat.message.skip_tests_form.skip=Skip unit tests
0 commit comments