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 filter_with_time to Fluent::Plugin::Filter #1140

Merged
merged 3 commits into from
Aug 10, 2016

Commits on Aug 8, 2016

  1. Add filter_with_time to Fluent::Plugin::Filter

    this is for plugings that updates times when filtering
    ganmacs committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    11bf52a View commit details
    Browse the repository at this point in the history
  2. Remove if expression and some methods in loop

    Avoid to call heavy method call in loop
    ganmacs committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    b81b98c View commit details
    Browse the repository at this point in the history
  3. Add test and fix failed test

    Plugins that override `filter_stream` don't need check,
    because they may not call `filter` or `filter_with_time`
    ganmacs committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    0353283 View commit details
    Browse the repository at this point in the history