-
Notifications
You must be signed in to change notification settings - Fork 499
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
Storing upgrade status into events #707
Storing upgrade status into events #707
Conversation
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Fixes #486 |
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
@VineethReddy02 , @pavolloffay , @jpkrohling . Could you please review it? |
@jpkrohling, could you please have a look? |
Resolves #486 |
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
I'm requesting a review from @pavolloffay as well, as he was part of the discussion about moving from messages to events. |
Hi @pavolloffay, could you please review it? |
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.
0.36.0 still puts some output into status.messages
We should also mark the status.messages
as deprecated since we won't be using them anymore.
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
@pavolloffay , could you please review it again? |
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.
Just some small comments, otherwise it looks good :)
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
* Storing upgrade status on events Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Fixing Lint nits Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Fixing test checks and converting messages to events Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Fixing upgrade test Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Fixing var value of expected version Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Fixing var value of expected version Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Change upgrade script fo v0.19.0 Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Created const for RecordBufferSize and Removed commented lines Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Changed function signature and type name Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Changed variable exposure Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa yurimsa@gmail.com
Resolves #486