-
Notifications
You must be signed in to change notification settings - Fork 134
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
Fix various application deploy bugs #2372
Conversation
Hey nwmac! Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA. |
Codecov Report
@@ Coverage Diff @@
## v2-master #2372 +/- ##
=============================================
+ Coverage 71.04% 71.04% +<.01%
=============================================
Files 581 585 +4
Lines 24310 24509 +199
Branches 5450 5504 +54
=============================================
+ Hits 17270 17412 +142
- Misses 7040 7097 +57 |
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.
Looks like the deployment type is not sent to the backend. It's missing from the STRATOS_PROJECT json and we won't shop the deployment info detail or github tab.
Once in would like to confirm the stepper looks good when it's a redeploy.
…ncated for giturl type
This PR fixes a few app deploy bugs. It: