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

Add epoch / event list #199

Open
smahood opened this issue Apr 24, 2018 · 4 comments · Fixed by #359
Open

Add epoch / event list #199

smahood opened this issue Apr 24, 2018 · 4 comments · Fixed by #359

Comments

@smahood
Copy link

smahood commented Apr 24, 2018

I would love to have the ability to see all the events and epochs in a sequential list, with some of the following interactions as potential further options.

  • Click on an event to jump directly there (similar to moving pack or forward using the arrows in the header)
  • View the data available in the existing tabs without changing app state
  • Have a nice representation to see just the diffs between items on the list
  • Show epochs in a way that is immediately understandable to new users
  • Filter by namespace to interact with a subset of all events
  • Show where events are getting called from (possibly a graph or tree view)

There are probably a bunch more ideas that would be interesting. I'm not sure if I will have the time to start on this right away but I'm hoping to at least get something basic going in the near future.

@stumitchell
Copy link

This seems to exist now but I would like the filtering. i.e. I would like to filter for events that match some regex
This is also mentioned in #118

@superstructor
Copy link
Contributor

@MawiraIke Please implement filtering as per @stumitchell's comment above.

@MawiraIke
Copy link
Contributor

MawiraIke commented May 18, 2022

Current status:

  • Click on an event to jump directly there (similar to moving pack or forward using the arrows in the header)
  • View the data available in the existing tabs without changing app state
  • Have a nice representation to see just the diffs between items on the list
  • Show epochs in a way that is immediately understandable to new users
  • Filter by namespace to interact with a subset of all events - In settings, we currently have exclude filter.
  • Show where events are getting called from (possibly a graph or tree view)
  • Filter for events that match some regex

@superstructor
Copy link
Contributor

As discussed please impl 'filter for events that match some regex' as

  • search box for Event History in between event navigation and history button
  • default to blank (no filter)
  • cast string input from user to RegEx via re-pattern
  • filter event history list with RegEx
  • add a clear filter button to right end of search box
  • clear filter button should be invisible or disabled when there is no input to clear

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants