Miragon / miranum-ide

An IDE with various plugins to automate processes in an easy way. From developers for developers
https://miranum.io
Apache License 2.0
12 stars 2 forks source link

[Feature] Add deployment error handling #131

Closed Hafflgav closed 2 months ago

Hafflgav commented 1 year ago

Description

As a process engineer I want to see a detailed error description when the deployment failed. With this information I can fix problems in my process artefacts. Currently the error message is being hidden by the Deployment Proxy. This detail should be redirected to the user. When the deployment of single process artefacts fails, the whole deployment should fail to avoid inconsistencies.

Sub-Tasks

### Tasks
- [ ] Error messages are forwarded by the deployment proxy.
- [ ] Check deployment error messages and improve them if necessary 
lmoesle commented 1 year ago

The deployment revert capabilities is a huge task. We have to add api endpoints to digiwf-core and implement them in the deployment proxy.

I guess we should move this task to a seperate issue. @Hafflgav what do you think?

Hafflgav commented 1 year ago

Sounds good to me! Let's create a separate feature for the revert capabilities then. Should be bundle these two features with an epic?

lmoesle commented 1 year ago

2 tickets is good for me. I just created a new ticket for the revert compatibilities https://github.com/FlowSquad/miranum-ide/issues/146.