porter-archive icon indicating copy to clipboard operation
porter-archive copied to clipboard

Add search bar to logs to allow filtering logs by an expression/regex

Open abelanger5 opened this issue 3 years ago • 1 comments

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 in RepoList.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

abelanger5 avatar May 10 '21 13:05 abelanger5

Can i work on this issue?

Kevinkp09 avatar May 31 '23 17:05 Kevinkp09