-
Notifications
You must be signed in to change notification settings - Fork 7
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
terraform-boot - Enable async processing of deploy and destroy API me… #11
terraform-boot - Enable async processing of deploy and destroy API me… #11
Conversation
aeef498
to
2fc0dc8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@WangLiNaruto the PR seems to have taken a wrong direction. We do not need all this.
We only need the script to be executed asynchronously and then provide a response using webhook.
src/main/java/org/eclipse/xpanse/terraform/boot/config/TerraformVersionProvider.java
Outdated
Show resolved
Hide resolved
src/main/java/org/eclipse/xpanse/terraform/boot/models/providers/Aws.java
Outdated
Show resolved
Hide resolved
src/main/java/org/eclipse/xpanse/terraform/boot/models/request/TerraformDeployRequest.java
Outdated
Show resolved
Hide resolved
2fc0dc8
to
bf23036
Compare
7191043
to
b77602c
Compare
src/main/java/org/eclipse/xpanse/terraform/boot/terraform/TerraformExecutor.java
Show resolved
Hide resolved
...java/org/eclipse/xpanse/terraform/boot/models/request/TerraformDeployWithScriptsRequest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comments added.
src/main/java/org/eclipse/xpanse/terraform/boot/api/TerraformApiController.java
Outdated
Show resolved
Hide resolved
b77602c
to
2e6d99e
Compare
7426b61
to
27f7d1c
Compare
src/main/java/org/eclipse/xpanse/terraform/boot/terraform/service/TerraformScriptsService.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor comments added.
src/main/java/org/eclipse/xpanse/terraform/boot/api/TerraformApiController.java
Outdated
Show resolved
Hide resolved
src/main/java/org/eclipse/xpanse/terraform/boot/terraform/service/TerraformScriptsService.java
Outdated
Show resolved
Hide resolved
src/main/java/org/eclipse/xpanse/terraform/boot/terraform/service/TerraformScriptsService.java
Show resolved
Hide resolved
27f7d1c
to
2756886
Compare
…s in request body
2756886
to
d7d4fa6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@WangLiNaruto LGTM. Thank you for this.
Fixed eclipse-xpanse/xpanse#803
Fixed eclipse-xpanse/xpanse#804