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

Track processed events in Azure provider #1527

Merged
merged 13 commits into from
Mar 20, 2024

Commits on Mar 7, 2024

  1. Add infra for processed events table

    Castro, Mario committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    21bcf94 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Add logic for skipping duplicate events

    Castro, Mario committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    cacd017 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Fix unit tests in framework-core

    Castro, Mario committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    74e5868 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Add unit tests to core and Azure provider

    Castro, Mario committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    92401ab View commit details
    Browse the repository at this point in the history
  2. Add dummy functions to local provider

    Castro, Mario committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    19eb08b View commit details
    Browse the repository at this point in the history
  3. Add dummy functions to deprecated AWS provider

    Castro, Mario committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    b0c3332 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Add rush change file

    Castro, Mario committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    383811a View commit details
    Browse the repository at this point in the history
  2. Fix small linter issues

    Castro, Mario committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    cffd251 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Rename "processed" to "dispatched" events

    Castro, Mario committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6f610fd View commit details
    Browse the repository at this point in the history
  2. Refactor events processor to use atomic operation

    Castro, Mario committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7a26a48 View commit details
    Browse the repository at this point in the history
  3. Remove unused adapter methods

    Castro, Mario committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    79aacd3 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Add several minor changes

    Castro, Mario committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8b06598 View commit details
    Browse the repository at this point in the history
  2. Change error handling

    Castro, Mario committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1eb7672 View commit details
    Browse the repository at this point in the history