Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fluent/fluentd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.3
Choose a base ref
...
head repository: fluent/fluentd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.4
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on May 26, 2021

  1. in_tail: position_file: Define path based equalities on TargetInfo

    In the previous Fluentd v1.11.x implementation uses path based tailing
    keys.
    We wouldn't rewrite tailing mechanism entirely.
    And also we're implicitly assuming path based equality for TargetInfo in tailing logic.
    We should handle TargetInfo with path based equality instead of path and
    inode based equality.
    
    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 authored and ashie committed May 26, 2021
    Configuration menu
    Copy the full SHA
    15fd99e View commit details
    Browse the repository at this point in the history
  2. in_tail: position_file: test: Add not equal testcases

    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 authored and ashie committed May 26, 2021
    Configuration menu
    Copy the full SHA
    42972c8 View commit details
    Browse the repository at this point in the history
  3. in_tail: position_file: test: Extract testcases for equality rule as …

    …sub_test_case
    
    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 authored and ashie committed May 26, 2021
    Configuration menu
    Copy the full SHA
    07ed033 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3393 from fluent/define-target-info-equalities-v1.12

    in_tail: position_file: Define path based equalities on TargetInfo (for v1.12)
    ashie authored May 26, 2021
    Configuration menu
    Copy the full SHA
    039b6a9 View commit details
    Browse the repository at this point in the history
  5. v1.12.4

    Signed-off-by: Takuro Ashie <ashie@clear-code.com>
    ashie committed May 26, 2021
    Configuration menu
    Copy the full SHA
    3c6ba5c View commit details
    Browse the repository at this point in the history
Loading