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

Enhance taildir source's efficiencies #337

Open
wants to merge 6 commits into
base: trunk
Choose a base branch
from

Commits on Dec 25, 2020

  1. Enhance taildir source's efficiencies

    Increase the ability to monitor subdirectories
    
    If you need to monitor subdirectories, adding the following parameters into the taildir source configuration file:
    filegroupsIncludeChild
    filegroupsIncludeChild.<filegroupsIncludeChildName>
    The usages of the two parameters are similar to that of filegroups parameter, but they can monitor both existing and newly genereted subdirectories at the same time
    
    This enhancement have no effect to the original taildir source's efficiencies
    Chen768959 committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    0d951f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Add license headers

    Chen768959 committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    c04f8c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Compliance checkstyle

    Chen768959 committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    fec4210 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Fix spotbugs bugs

    Chen768959 committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    50f2934 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Fix pmd bugs

    Chen768959 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    0ba2597 View commit details
    Browse the repository at this point in the history
  2. Fix unusedImports

    Chen768959 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    7960f40 View commit details
    Browse the repository at this point in the history