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

Move log.Processor.Enabled to independent FilterProcessor interfaced type #5692

Merged
merged 25 commits into from
Aug 22, 2024

Commits on Aug 7, 2024

  1. Add FilterProcessor

    Move the Enabled method to its own interface. Do not require all
    Processors to implement the method and comply with the spec.
    MrAlias committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3521db9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8727522 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38abe56 View commit details
    Browse the repository at this point in the history
  4. Add changelog entry

    MrAlias committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f0ba53f View commit details
    Browse the repository at this point in the history
  5. Add BenchmarkLoggerEnabled

    MrAlias committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4031e03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53876b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    2a3fa43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3f073f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c9ba9b View commit details
    Browse the repository at this point in the history
  4. Add sdk/log/internal/x pacakge

    Include the FilterProcessor interface definition and documentation.
    MrAlias committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6fc46a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9555d9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2271040 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d4e9e0f View commit details
    Browse the repository at this point in the history
  8. Update changelog

    MrAlias committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a8ee3b4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    51ad24f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0535da8 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Apply suggestions from code review

    Co-authored-by: Robert Pająk <pellared@hotmail.com>
    MrAlias and pellared authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    ba537c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecd21f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7079a4d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    98978ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67deb25 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    3faedf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e308557 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    844fe0c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    ec06ff8 View commit details
    Browse the repository at this point in the history