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

in_tail: Always read from head for new/rotated files after startup #3542

Merged
merged 6 commits into from
Nov 4, 2021

Commits on Nov 1, 2021

  1. Always read from head for new/rotated files after startup

    Signed-off-by: majimenez-stratio <majimenez@stratio.com>
    majimenez-stratio committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    2012df4 View commit details
    Browse the repository at this point in the history
  2. Refactor startup to instance variable

    Signed-off-by: majimenez-stratio <majimenez@stratio.com>
    majimenez-stratio committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    98feddc View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    978c6c1 View commit details
    Browse the repository at this point in the history
  2. test_in_tail: Add test_always_read_from_head_on_detecting_a_new_file

    Signed-off-by: Takuro Ashie <ashie@clear-code.com>
    ashie committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    c7911f9 View commit details
    Browse the repository at this point in the history
  3. in_tail: Remove needless space

    Signed-off-by: Takuro Ashie <ashie@clear-code.com>
    ashie committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    d03b120 View commit details
    Browse the repository at this point in the history
  4. in_tail: Simplify a ternary operator

    Signed-off-by: Takuro Ashie <ashie@clear-code.com>
    ashie committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    114a060 View commit details
    Browse the repository at this point in the history