-
Notifications
You must be signed in to change notification settings - Fork 231
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
Adopt service catalog API changes #2155
Conversation
29d637e
to
758ea84
Compare
69a1fb4
to
2d771ff
Compare
990e878
to
2b6ab49
Compare
@jeff-phillips-18 PTAL |
I think we need to go thru the rest of the code and replace creators of the resource objects that are not using the APIService.getPreferredVersion to get the resource. Places like: will break when we get the service catalog changes. |
Yeah it's a good idea. I can take a swing at it. |
de3b4ea
to
76e165d
Compare
@jeff-phillips-18 Thanks, updated. I'm considering making some changes to not always pull all service plans in these PRs, but that could also be a follow on. It's potentially a lot of data. |
Also, there is a Catalog service (in origin-web-catalog) that retrieves the service plans so a lot of this could be replaced with Catalog.getServicePlans. Maybe add some other utilities to getServicePlansForServiceClass and getServicePlanByName. |
be583fa
to
c205d6e
Compare
Rebased and updated for #2215 |
c205d6e
to
5a0ba63
Compare
Squashed and rebased |
Origin changes: openshift/origin#16689 |
5a0ba63
to
7da916b
Compare
[test] |
@jeff-phillips-18 OK to merge? The upstream changes have merged. |
Thanks @jeff-phillips-18 [merge] |
Bumps origin-web-common 0.0.63 -> 0.0.64 Bumps origin-web-catalog 0.0.52 -> 0.0.53
7da916b
to
a04fb60
Compare
Rebased |
Evaluated for origin web console test up to a04fb60 |
Evaluated for origin web console merge up to a04fb60 |
Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin_web_console/324/) (Base Commit: 436cb11) (PR Branch Commit: a04fb60) |
Origin Web Console Test Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_web_console/307/) (Base Commit: 436cb11) (PR Branch Commit: a04fb60) |
https://trello.com/c/y1lbFrbp
Bumps origin-web-common 0.0.63 -> 0.0.64
Bumps origin-web-catalog 0.0.52 -> 0.0.53
Requires openshift/origin-web-catalog#448
Requires openshift/origin-web-common#199
@jeff-phillips-18 FYI