Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Adding v3 deployments endpoint #931

Closed
wants to merge 11 commits into from

Conversation

Albertoimpl
Copy link
Contributor

Adding missing versions
Adding missing response fields

Adding missing versions
Adding missing response fields
@cfdreddbot
Copy link

✅ Hey AlbertoImpl! The commit authors and yourself have already signed the CLA.

The property was added a long time ago but it wasn't documented cloudfoundry/cloud_controller_ng#1273
Copy link
Contributor

@twoseat twoseat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A great contribution (assuming it works)!

@@ -32,6 +32,12 @@

PCF_2_1(Version.forIntegers(2, 102, 0)),

PCF_2_2(Version.forIntegers(2, 112, 0)),

PCF_2_3(Version.forIntegers(2, 120, 0)),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't typically add these until they're needed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PCF_2_4 was needed for DeploymentsTest
Should I delete the previous ones just because they are not used?

Copy link
Contributor

@twoseat twoseat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but if you're able to merge it with the previous commit it would be helpful.

@Albertoimpl
Copy link
Contributor Author

It actually works, I was able to do a tiny demo with updating a package with zero downtime thanks to this endpoint in PCF 2.4.
All the requested changes make perfect sense. I will update it as soon as possible.

Thanks!

@twoseat twoseat added this to the 2.34.0.RELEASE milestone Dec 21, 2018
@twoseat twoseat self-assigned this Dec 21, 2018
@twoseat
Copy link
Contributor

twoseat commented Dec 21, 2018

Merged in 9de4a51

@twoseat twoseat closed this Dec 21, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants