-
Notifications
You must be signed in to change notification settings - Fork 153
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
Link to filtered tables from alert event sources #2735
Conversation
Sweet! Just, I think this is missing filtering on kind. |
Oops...in taking out the |
8722852
to
543a828
Compare
543a828
to
29c69dd
Compare
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.
Limitations: if you click on an event source that has no matches, then you get an empty list of matches (as expected), but you also don't get the chips you should (which isn't expected). This seems unrelated to this change, though.
Maybe we need a something other than "No data" in the data table...a small message like the new notifications and dependencies have? |
de20f11
to
4c62e03
Compare
expect( | ||
sourceLink.includes("type") && sourceLink.includes("GitRepository") | ||
).toEqual(true); | ||
console.log(sourceLink); |
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.
Great test!
The only question: does this call to console.log
have any special purpose?
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.
UGH. I'm fired. Thanks for finding that
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.
side-whispering Great that I cover my tracks well. Since some totally random time I always search in files for console.log
and fmt.Println
before submitting my PRs for review. 🤣
429dc7b
to
75f2f84
Compare
Closes #2734
What changed?
kind
li
is shown rather than aLink