-
Notifications
You must be signed in to change notification settings - Fork 323
Add the AWAITING_UPLOAD and PROCESSING_UPLOAD state for the Droplet Resource. #1270
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
Add the AWAITING_UPLOAD and PROCESSING_UPLOAD state for the Droplet Resource. #1270
Conversation
…esource, as stated in the CF API (https://v3-apidocs.cloudfoundry.org/version/3.192.0/#droplets). Extend the ReactorDropletsTests to test those two new states.
Thanks for your contribution! Please fix failures from |
Thanks! |
@Kehrlann is there any link to see if integration tests were executed succesfully so this can be merged? |
The ci is not public, and we do not have a PR workflow so I have to run them from my machine. Unfortunately, there were other issues that needed to be fixed, but I’ll try again today or Monday. |
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.
All integration tests passed. Thank you for your contribution! 🙇
@Kehrlann what is expected regarding releasing this? As I cannot find the release cycle, asking you, hopefully that is ok. |
@ext-jaret I'm currently working on it. The release infra is not up to date, and I've been slowly fixing it. 5.13.0 should come out this week. |
@ext-jaret this should be released now. |
Add the AWAITING_UPLOAD and PROCESSING_UPLOAD state for the Droplet resource, as stated in the CF API (https://v3-apidocs.cloudfoundry.org/version/3.192.0/#droplets).
Extend the ReactorDropletsTests to test those two new states.