-
-
Notifications
You must be signed in to change notification settings - Fork 10
Redesign and change position of reporter options #360
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
Conversation
Code Coverage Summary
Diff against main
Results for commit: 67c5af3 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 19 suites 26s ⏱️ For more details on these errors, see this check. Results for commit 04e29c0. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Results for commit 3a20221 ♻️ This comment has been updated with latest results. |
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.
Stuff from report_previewer_ui
has been removed but report_previewer_srv
has been left untouched. If encoding panel is not there anymore then everything related to encoding panel should be removed. There is a lot of redundant code on the server side now.
Looking at the consequences - report_previewer_srv should probably have only id
and reporter
arguments which requires a deprecation.
Thanks for pointing it out. Yes, I think we can remove other params from |
This is a breaking change and a violation of the deprecation process. We shouldn't just remove arguments from public functions. What are alternatives?
It is used as |
By remove, I mean deprecate and not use them. In |
Companion of insightsengineering/teal#1562