Skip to content
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

Fixes #30929 - Deprecate ovirt v3 API #8046

Merged
merged 1 commit into from
Oct 13, 2020
Merged

Conversation

shiramax
Copy link
Contributor

@shiramax shiramax commented Oct 6, 2020

No description provided.

config/initializers/deprecations.rb Show resolved Hide resolved
config/initializers/deprecations.rb Outdated Show resolved Hide resolved
config/initializers/deprecations.rb Outdated Show resolved Hide resolved
config/initializers/deprecations.rb Outdated Show resolved Hide resolved
config/initializers/deprecations.rb Outdated Show resolved Hide resolved
config/initializers/deprecations.rb Outdated Show resolved Hide resolved
@theforeman-bot
Copy link
Member

Issues: #30929

Comment on lines 17 to 18
<%= alert :header => '', :class => 'alert-warning', :close => false,
:text => _("API v3 is deprecated and will be removed completely in foreman 2.4") %>
Copy link
Member

Choose a reason for hiding this comment

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

Should this be next to the api version checkbox? perhaps the help text for it should also be changed?

app/views/compute_resources/form/_ovirt.html.erb Outdated Show resolved Hide resolved
app/views/compute_resources/form/_ovirt.html.erb Outdated Show resolved Hide resolved
config/initializers/deprecations.rb Outdated Show resolved Hide resolved
Comment on lines 18 to 24
:links => [
{
:href => 'https://community.theforeman.org/t/suggestion-to-drop-ovirt-api-v3-from-foreman/19915',
:title => _('Further Information'),
:external => true,
},
],
Copy link
Member

Choose a reason for hiding this comment

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

No crucial, feel free to say no - While rubocop doesn't yell about it since it's different hashes, would it make sense to make the internal hashes also in the new style instead of hash rockets for consistency?

Copy link
Member

@tbrisker tbrisker left a comment

Choose a reason for hiding this comment

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

Thanks @shiramax !

@tbrisker tbrisker merged commit 515e70e into theforeman:develop Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants