-
Notifications
You must be signed in to change notification settings - Fork 897
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
Update rufus-scheduler to 3.6 #19153
Conversation
@miq-bot remove_label wip |
Since it's not trivial to support both old and new rufus, maybe we should bite the bullet:
Profit? |
f01c59c
to
ef5b96c
Compare
f8863a6
to
afd612b
Compare
629d6e8
to
aac56c6
Compare
Checked commits d-m-u/manageiq@d6bf5b5~...5951553 with ruby 2.4.6, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0 |
could specs in other repos run into this issue as well? |
UI's green, API's green, what else should I test for this? |
That's probably fine. Merging. |
@simaishi @dmetzger57 I'd like this to be backported because it eliminates a forked gem that we don't want to carry. |
I’m good with this. Just need a BZ. |
Update rufus-scheduler to 3.6 (cherry picked from commit a8aee20) https://bugzilla.redhat.com/show_bug.cgi?id=1743211
Ivanchuk backport details:
|
Due to an issue found, reverted the ivanchuk backport (discussed with @d-m-u)
|
Update rufus-scheduler to 3.6 (cherry picked from commit a8aee20) https://bugzilla.redhat.com/show_bug.cgi?id=1743211
Ivanchuk backport details:
|
🎉 nice work @d-m-u |
We're using rufus-scheduler 3.1.10.2 and 3.7 is currently in the works.
To get to 3.6, there are three changes necessary:
frequency
was replaced byrough_frequency
(jmettraux/rufus-scheduler@ba25015#diff-5d7d9fcb70b7c4ad09e1fa4b2cd82591)we need the patch, darn it:
3) https://github.com/floraison/et-orbi/blob/master/lib/et-orbi/time.rb#L208 pretty much just needs to be replaced with:
o = EtOrbi.make_time(o)
updated to of course include the requisite picture of a
rufous
in all its glory:@miq-bot assign @jrafanie