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

reconcilers: Add an initial concept of a dedicated reconcilers object in mediator #872

Merged
merged 3 commits into from
Sep 7, 2023

Commits on Sep 7, 2023

  1. reconcilers: Add an initial concept of a dedicated reconcilers object…

    … in mediator
    
    This creates a reconcilers object whose purpose is to persist the entities when
    needed and call for policy evaluation if required. The intent is to add
    further functionality here so we could do gradual or scheduled reconciles of objects.
    JAORMX committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    cb8a7c6 View commit details
    Browse the repository at this point in the history
  2. Add unit test for executor

    This uses the passthrough builtin ingestor and a simple rego rule that always passes.
    JAORMX committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    27972f8 View commit details
    Browse the repository at this point in the history
  3. fix entity event unit test

    JAORMX committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ced60e3 View commit details
    Browse the repository at this point in the history