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

Generate perfomance reports in specific date range #19393

Conversation

lpichler
Copy link
Contributor

this BZ require UI part to be set specific date range

Links

@miq-bot assign @gtanzillo

@miq-bot add_label reporting, enhancement

@@ -245,18 +245,25 @@ def generate_performance_results(options = {})
results
end

def performance_report_time_range
if db_options[:specific_date]
Copy link
Member

Choose a reason for hiding this comment

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

What do you think about renaming this option to custom_rnge or custom_time_range? I think that would be more descriptive

Copy link
Member

Choose a reason for hiding this comment

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

@lpichler Sorry, I was referring to the option db_options[:specific_date] when I suggested renaming it. I think performance_report_time_range was fine since it covers both cases.

What do you think about putting the method name back to performance_report_time_range and renaming the option to db_options[:custom_time_range]?

Copy link
Contributor Author

@lpichler lpichler Oct 15, 2019

Choose a reason for hiding this comment

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

oh, yes sure, I missed correct line , thanks that you noticed it 👍

now it should be done 👍

@lpichler lpichler force-pushed the generate_perfomance_reports_in_specific_date_range branch from f74a361 to d76a8e9 Compare October 15, 2019 15:21
@lpichler
Copy link
Contributor Author

done 👍

@lpichler lpichler force-pushed the generate_perfomance_reports_in_specific_date_range branch from d76a8e9 to f44553d Compare October 15, 2019 18:27
@miq-bot
Copy link
Member

miq-bot commented Oct 15, 2019

Checked commits lpichler/manageiq@743e766~...f44553d with ruby 2.4.6, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0
2 files checked, 0 offenses detected
Everything looks fine. ⭐

@gtanzillo gtanzillo added this to the Sprint 123 Ending Oct 28, 2019 milestone Oct 15, 2019
@gtanzillo gtanzillo merged commit 4894708 into ManageIQ:master Oct 15, 2019
@lpichler lpichler deleted the generate_perfomance_reports_in_specific_date_range branch October 15, 2019 20:26
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.

3 participants