-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix dashboard signals parsing for dashboard queries #1228
Conversation
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.
beautiful! one thing about handling the signal wildcard that is pretty important, and then two other little suggestions to think about.
…les_count() + in check_signals_allowlist(). Changed request_signals from list to set in order to use `issubset()` function
58caadd
to
17b98dd
Compare
Kudos, SonarCloud Quality Gate passed!
|
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 great, nice work!
Summary:
Fixed dashboard signals parsing for dashboard queries.
Used parse_source_signal_sets() function to parse (source, signal) pairs
Prerequisites:
dev