-
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
Fix: started_on and state attributes for task linked to chargeback for service #18542
Fix: started_on and state attributes for task linked to chargeback for service #18542
Conversation
…chargeback for servcie. It will allow to initialize task's started_on column and to change task status Finished when queue item delivered. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1648499
74e506e
to
b3814cd
Compare
Checked commits yrudman/manageiq@10de8ac~...b3814cd with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
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.
Looks good 👍
@miq-bot add-label changelog/yes |
@yrudman can this be |
@miq-bot add-label hammer/yes |
…-generationg-chargeback-foer-service Fix: started_on and state attributes for task linked to chargeback for service (cherry picked from commit 0cae9ee) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1702660
Hammer backport details:
|
Added
miq_task_id
amdmiq_callback
to parameters when submitting job to generate chargeback report forService
. It wii allow to initializestarted_on
column and will change task's status toFinished
when queue item deliveredFixes https://bugzilla.redhat.com/show_bug.cgi?id=1648499
BEFORE:
AFTER:
@miq-bot add-label bug