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

841 remove blank record flash #972

Merged
merged 6 commits into from Aug 11, 2020
Merged

Conversation

mason-fish
Copy link
Contributor

fixes #841

Don't update the table unless a different search has been submitted

brim

Mason Fish added 3 commits August 6, 2020 08:02
Signed-off-by: Mason Fish <mason@looky.cloud>
Signed-off-by: Mason Fish <mason@looky.cloud>
Signed-off-by: Mason Fish <mason@looky.cloud>
return !(
args.tableProgram === prev.tableProgram &&
args.spaceId === prev.spaceId &&
duration(args.span) === duration(prev.span)
Copy link
Member

Choose a reason for hiding this comment

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

Will you also add an if this space is ingesting check. I think if the space is not ingesting and I hit "enter", I'd want to see it clear and re-populate. What do you think?

Mason Fish added 3 commits August 7, 2020 16:06
Signed-off-by: Mason Fish <mason@looky.cloud>
Signed-off-by: Mason Fish <mason@looky.cloud>
Signed-off-by: Mason Fish <mason@looky.cloud>
Copy link
Member

@jameskerr jameskerr left a comment

Choose a reason for hiding this comment

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

Great! Now the table does not "flash" when we are ingesting data and not making any searches. When I do issue a search, then the table clears. When I am not ingesting anything, the table always clears even if the search is the same.

@@ -4,3 +4,4 @@
/coverage
/releases
/zealot
/run
Copy link
Member

Choose a reason for hiding this comment

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

Same thing was happening in one of my branches. Glad you found it too.

@mason-fish mason-fish merged commit 16588e8 into master Aug 11, 2020
@mason-fish mason-fish deleted the 841-remove_blank_record_flash branch August 11, 2020 15:28
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.

Remove brief blank record table periods during import
2 participants