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 new follow method (second take) #407

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Aug 25, 2022

  1. Add new follow method to follow entries from next to tail

    Marcel Herm authored and nexoscp committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    2666824 View commit details
    Browse the repository at this point in the history
  2. Update method description

    Marcel Herm authored and nexoscp committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    ebd2c33 View commit details
    Browse the repository at this point in the history
  3. Add SkipN method to allow follow-decoupled entry skipping

    Marcel Herm authored and nexoscp committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    55adede View commit details
    Browse the repository at this point in the history
  4. Improve error handling, refactor loop, add context to FollowTail

    Marcel Herm authored and nexoscp committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8ffac0e View commit details
    Browse the repository at this point in the history
  5. Add basic test case for FollowTail

    Marcel Herm authored and nexoscp committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    56bddae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    263c6a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4424ec3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. FollowTail: adjust test

    nexoscp committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    33e4a56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6da4b9b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. FollowTail: move select on context to inner loop to prevent missing a…

    … cancellation of the context on high load
    nexoscp committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    c0bf411 View commit details
    Browse the repository at this point in the history