Skip to content
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

Display Ingest Warnings #672

Merged
merged 9 commits into from
Apr 24, 2020
Merged

Display Ingest Warnings #672

merged 9 commits into from
Apr 24, 2020

Conversation

jameskerr
Copy link
Member

Fixes #576
Fixes #577

When we receive ingest warnings, we'll display a little warning counter at the bottom of the status bar. When clicked, it will open up a modal that contains the actual errors.

Here are pictures of the various states:

No Warnings

Screen Shot 2020-04-22 at 4 31 50 PM

Finished ingesting with one warning

Screen Shot 2020-04-22 at 4 27 35 PM

Modal (appears when counter is clicked)

Screen Shot 2020-04-22 at 4 27 39 PM

If no logs were ingested and there were warnings

Screen Shot 2020-04-22 at 4 26 58 PM

@jameskerr jameskerr requested a review from a team April 22, 2020 23:58
Copy link
Contributor

@mason-fish mason-fish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, just one qq

@@ -23,7 +23,8 @@ module.exports = {
"isEqual",
"isEmpty",
"every",
"kebabCase"
"kebabCase",
"camelCase"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's this addition for?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is because the importjs tool I use to auto-import modules doesn't know about the named exports of lodash. So I've been slowly adding them. This must have been for a different branch that stuck in here.

@jameskerr jameskerr merged commit 870b60d into master Apr 24, 2020
@jameskerr jameskerr deleted the error-counter branch April 24, 2020 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modal to display ingest errors Design UI for the errors counter
2 participants