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

Remove method get_col_type from MiqReport and its usages #18784

Merged
merged 1 commit into from
Jun 10, 2019

Conversation

lpichler
Copy link
Contributor

@lpichler lpichler commented May 17, 2019

No description provided.

@miq-bot miq-bot added the wip label May 17, 2019
@miq-bot
Copy link
Member

miq-bot commented May 17, 2019

Checked commit lpichler@f92b8eb with ruby 2.3.3, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0
3 files checked, 0 offenses detected
Everything looks fine. 🍰

@lpichler lpichler changed the title [WIP] Remove method get_col_type from MiqReport and its usages Remove method get_col_type from MiqReport and its usages Jun 7, 2019
@lpichler
Copy link
Contributor Author

lpichler commented Jun 7, 2019

@miq-bot assign @kbrock

@miq-bot add_label refactoring

@miq-bot miq-bot added refactoring and removed wip labels Jun 7, 2019
@kbrock kbrock merged commit 2833125 into ManageIQ:master Jun 10, 2019
@kbrock kbrock added this to the Sprint 113 Ending Jun 10, 2019 milestone Jun 10, 2019
def self.get_col_info(path)
data_type = get_col_type(path)
data_type = parse_field_or_tag(path).try(:column_type)
Copy link
Contributor

Choose a reason for hiding this comment

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

Test failures.... should be MiqExpression.parse_field_or_tag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants