porter-archive
porter-archive copied to clipboard
Add search bar to logs to allow filtering logs by an expression/regex
Location
- [X] Browser
- [ ] CLI
- [ ] API
Motivation
Users should be able to search logs. See #438 for more details.
Requirements
- [ ] Add a filter bar at the top of the logs that accepts a regex as an argument. This can be modeled off of the
SearchInput
component inRepoList.tsx
. - [ ] Filter the logs based on that regex. Log search should be as efficient as possible. Please make sure to test on a deployment with a large number of logs.
- Note: this should filter on the displayed text of the logs. ANSI escape codes should not be matched.
Additional Details
Can i work on this issue?