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

feat(decoding): Implement chunked GELF decoding #20859

Open
wants to merge 67 commits into
base: master
Choose a base branch
from

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    de3e0c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6e3204 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a1b49f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    b85235e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    baccaba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    148e09b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    530f243 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bc10a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    94b1cf6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d405e6c View commit details
    Browse the repository at this point in the history
  8. chore: remove comment

    jorgehermo9 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    9b69264 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

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

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    0bc3376 View commit details
    Browse the repository at this point in the history
  2. style: fix log style

    jorgehermo9 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7f633b0 View commit details
    Browse the repository at this point in the history
  3. style: fix log style

    jorgehermo9 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    103b933 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    6d4f8c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fda018 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    0862c10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5b1121 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. chore: remove comments

    jorgehermo9 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a5757c6 View commit details
    Browse the repository at this point in the history
  2. docs: add changelog

    jorgehermo9 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    33bda36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aaa9dc6 View commit details
    Browse the repository at this point in the history
  4. chore: Remove comments

    jorgehermo9 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7cff6a7 View commit details
    Browse the repository at this point in the history
  5. chore: Remove comments

    jorgehermo9 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    119e122 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    1f2751b View commit details
    Browse the repository at this point in the history
  2. fix: clippy lints

    jorgehermo9 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6f8a214 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

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

Commits on Jul 22, 2024

  1. fix: clippy lints

    jorgehermo9 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1b7bfe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    770f1e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Update lib/codecs/src/decoding/framing/chunked_gelf.rs

    Co-authored-by: Jesse Szwedko <[email protected]>
    jorgehermo9 and jszwedko authored Jul 27, 2024
    Configuration menu
    Copy the full SHA
    7a03832 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49540d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    8c66ea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09fb7bc View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    67d9992 View commit details
    Browse the repository at this point in the history
  2. Merge with master

    jorgehermo9 committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    e9e6563 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2adaeb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    049c8b6 View commit details
    Browse the repository at this point in the history
  5. test: fix broken test

    jorgehermo9 committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    0b41a8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d050b3e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b74992 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8331964 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. fix: clippy lints

    jorgehermo9 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c70a645 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Merge with master

    jorgehermo9 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    ccdc4c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12fb1e2 View commit details
    Browse the repository at this point in the history
  3. refactor: cleanup

    jorgehermo9 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    e76a750 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

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

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    81b1079 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c66ff0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72414d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    b97de92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85edb00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b214fdb View commit details
    Browse the repository at this point in the history
  4. Update lib/codecs/src/decoding/framing/chunked_gelf.rs

    Co-authored-by: Jesse Szwedko <[email protected]>
    jorgehermo9 and jszwedko authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f1e5996 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77ec8f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ab9bf3 View commit details
    Browse the repository at this point in the history
  7. fix: clippy lint

    jorgehermo9 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ef3f0a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    308146b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    16f8228 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e3f8245 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cecfa8c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    2139ae4 View commit details
    Browse the repository at this point in the history
  2. fix: clippy lint

    jorgehermo9 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f0ea000 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    f4630e9 View commit details
    Browse the repository at this point in the history
  2. Merge with master

    jorgehermo9 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    ee78d8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eeaaf31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecc61da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc07697 View commit details
    Browse the repository at this point in the history