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

Remove the use of ConfigPersistence for ActorCatalog operation #10387

Merged
merged 8 commits into from
Mar 4, 2022

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    97c1713 View commit details
    Browse the repository at this point in the history
  2. Fix catalog insertion logic

    - ActorCatalog and ActorCatalogFetchEvent are stored within the same
      transation.
    - The function writing catalog now automatically handles deduplication.
    - Fixed function visibility: helper function to handle ActorCatalog
      insertion are now private.
    malikdiarra committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    440e70b View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Fix fetch catalog query

    take the catalog associated with the latest fetch event in case where
    multiple event are present for the same config, actorId, actor version.
    malikdiarra committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    19ef2ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5fc58f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9052f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e87f4d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    756c74f View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    malikdiarra committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    2aa67d8 View commit details
    Browse the repository at this point in the history