We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement a new Processor for filtering data.
At a minimum it should allow the following options:
The text was updated successfully, but these errors were encountered:
Initial Filter Processor
5595bcb
Resolves #1100 Adds dynamic filter processor and initial tests
Initial Filter Processor (#1220)
7446007
* Initial Filter Processor Resolves #1100 Adds dynamic filter processor and initial tests * Nits * Update processors/filterprocessor/filter_processor.go Co-authored-by: Eric Warehime <[email protected]> * Update processors/filterprocessor/filter_processor_test.go Co-authored-by: Eric Warehime <[email protected]> * Update processors/filterprocessor/filter_processor_test.go Co-authored-by: Eric Warehime <[email protected]> * PR comments * Pr comments * PR updates * PR updates * Pr updates * PR updates * PR updates * PR updates * Changed some to any and const to exact * Test failure fix * Added more unit tests * Config comments Co-authored-by: Eric Warehime <[email protected]>
AlgoStephenAkiki
When branches are created from issues, their pull requests are automatically linked.
Implement a new Processor for filtering data.
At a minimum it should allow the following options:
The text was updated successfully, but these errors were encountered: