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

Handle out of order events #5071

Merged
merged 20 commits into from
Jun 4, 2024
Merged

Commits on May 2, 2024

  1. Handle out of order events

    Signed-off-by: Faisal Memon <fymemon@yahoo.com>
    faisal-memon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    447802f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb49e2f View commit details
    Browse the repository at this point in the history
  3. Fix linter errors

    Signed-off-by: Faisal Memon <fymemon@yahoo.com>
    faisal-memon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2804c38 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Prune missed attested node events

    Signed-off-by: Faisal Memon <fymemon@yahoo.com>
    faisal-memon committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e3c3518 View commit details
    Browse the repository at this point in the history
  2. Fix comments

    Signed-off-by: Faisal Memon <fymemon@yahoo.com>
    faisal-memon committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0019f39 View commit details
    Browse the repository at this point in the history
  3. Update pkg/server/endpoints/authorized_entryfetcher.go

    Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
    Signed-off-by: Faisal Memon <fymemon@yahoo.com>
    faisal-memon and MarcosDY authored May 22, 2024
    Configuration menu
    Copy the full SHA
    9268243 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Cleanup

    Signed-off-by: Faisal Memon <fymemon@yahoo.com>
    faisal-memon committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9f21c01 View commit details
    Browse the repository at this point in the history
  2. Removed unused API

    Signed-off-by: Faisal Memon <fymemon@yahoo.com>
    faisal-memon committed May 23, 2024
    Configuration menu
    Copy the full SHA
    88fe203 View commit details
    Browse the repository at this point in the history
  3. Add ForTesting suffix

    Signed-off-by: Faisal Memon <fymemon@yahoo.com>
    faisal-memon committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4e6a054 View commit details
    Browse the repository at this point in the history
  4. Wrap fetch calls in transaction

    Signed-off-by: Faisal Memon <fymemon@yahoo.com>
    faisal-memon committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b992708 View commit details
    Browse the repository at this point in the history
  5. Update pkg/server/endpoints/authorized_entryfetcher.go

    Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
    Signed-off-by: Faisal Memon <fymemon@yahoo.com>
    faisal-memon and MarcosDY authored May 23, 2024
    Configuration menu
    Copy the full SHA
    b7989b0 View commit details
    Browse the repository at this point in the history
  6. Remove unused return value

    Signed-off-by: Faisal Memon <fymemon@yahoo.com>
    faisal-memon committed May 23, 2024
    Configuration menu
    Copy the full SHA
    bdcf8df View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Add event id to telemetry

    Signed-off-by: Faisal Memon <fymemon@yahoo.com>
    faisal-memon committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7fcf912 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Print debugs when missed event not yet populated

    Signed-off-by: Faisal Memon <fymemon@yahoo.com>
    faisal-memon committed May 28, 2024
    Configuration menu
    Copy the full SHA
    23c301d View commit details
    Browse the repository at this point in the history
  2. Use bool to determin if first event received

    Signed-off-by: Faisal Memon <fymemon@yahoo.com>
    faisal-memon committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ab7f4eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51cd906 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Add SQL transaction timeout configurable

    Signed-off-by: Faisal Memon <fymemon@yahoo.com>
    faisal-memon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b6fce4c View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

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

Commits on Jun 4, 2024

  1. PR changes

    Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
    MarcosDY committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    b679cfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e283cd View commit details
    Browse the repository at this point in the history