-
Notifications
You must be signed in to change notification settings - Fork 41
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
rename client's proxy option #73
rename client's proxy option #73
Conversation
@tumido @juliancheal please review |
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.
Nice one! 👍 Looks great! I love these kinds of fixes.
However I would wait for the fog-google PR to get merged and then update this PR with fog-google version upgrade (so we can be sure the gem is resolved with the fix in place).
This PR looks great @AlexanderZagaynov. Although I'm not sure what relation it has the the fog-google PR. Sorry for misunderstanding. |
@juliancheal your previous commit to |
@AlexanderZagaynov ah that makes sense. @tumido I thought if we merge this one, at least our code is correct? |
@juliancheal Tom's proposal to wait for |
@miq-bot add_label blocker |
@AlexanderZagaynov if this can be backported, can you add the gaprindashvili/yes label. |
@miq-bot add_label gaprindashvili/yes |
@agrare are we good to merge? |
Oh my mistake. I thought we were going ahead with this regardless. I must of imagined that :) |
@tumido @juliancheal |
ed9b1bc
to
77172e1
Compare
I think we're going to have a problem with moving to the newer fog-google, on master they have We're currently using fog-core 1.45 I believe and are in the process of updating other provider gems to support fog-core 2.* but were going to wait until after hammer was branched to merge these. This would require we pull those back to gaprindashvilli. Ideally the fog-google maintainer could pull this change to v1.7.2 and leave the gemspec requirements the same. |
77172e1
to
7e060d9
Compare
@agrare I discussed it with Artem, and he told me, he is going to do that at v2.0 only |
Okay awesome thanks @AlexanderZagaynov |
Checked commits AlexanderZagaynov/manageiq-providers-google@bc7ba98~...7e060d9 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
Relaxing the lower version constraint to be less restrictive in combinations with other providers. Reference: ManageIQ/manageiq-providers-google#73
7e060d9
to
e508156
Compare
@tumido @juliancheal @agrare done, can merge now |
Awesome thanks a lot @Temikus! We're upgrading to newer fog-core in this release but need this fix on older releases. Really appreciate your help. |
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.
LGTM
Well done on getting it all committed in fog too! |
@miq-bot add_label hammer/yes |
rename client's proxy option (cherry picked from commit ec11cad) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1623862
Hammer backport details:
|
As per BZ Target Release, removing |
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1623862
In a recent
google-api-ruby-client
gem versions optionproxy
now named asproxy_url
:https://github.com/googleapis/google-api-ruby-client/blob/8faa43b9f7e6b06cc820df4bcffb384b988e33d1/lib/google/apis/options.rb#L21
This PR align that option name accordingly.
P.S. There is one more PR for that: fog/fog-google#418
but current one can be merged without waiting.