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: refactor reconciler svc #192

Merged
merged 8 commits into from
Nov 20, 2024
Merged

feat: refactor reconciler svc #192

merged 8 commits into from
Nov 20, 2024

Commits on Nov 12, 2024

  1. fix integration tests config

    Signed-off-by: Michal Fiedorowicz <[email protected]>
    mfiedorowicz committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4af54c2 View commit details
    Browse the repository at this point in the history
  2. feat: refactor ingestion processor by splitting changeset generation …

    …and applying into separate packages
    
    Signed-off-by: Michal Fiedorowicz <[email protected]>
    mfiedorowicz committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6208777 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. feat: refactor ingestion processor - generate and apply changeset con…

    …currently using pipeline strategy
    
    Signed-off-by: Michal Fiedorowicz <[email protected]>
    mfiedorowicz committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    9b692cb View commit details
    Browse the repository at this point in the history
  2. apply suggestion

    Co-authored-by: Leonardo Parente <[email protected]>
    mfiedorowicz and leoparente authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6e5ef8a View commit details
    Browse the repository at this point in the history
  3. feat: refactor ingestion processor - add test for generating changese…

    …t only
    
    Signed-off-by: Michal Fiedorowicz <[email protected]>
    mfiedorowicz committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    5d2c294 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. rename "changeset" to "change set" for consistency

    Signed-off-by: Michal Fiedorowicz <[email protected]>
    mfiedorowicz committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    5f0c2ff View commit details
    Browse the repository at this point in the history
  2. handle context cancellation

    Signed-off-by: Michal Fiedorowicz <[email protected]>
    mfiedorowicz committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    979d1c5 View commit details
    Browse the repository at this point in the history
  3. tidy up integration tests utils

    Signed-off-by: Michal Fiedorowicz <[email protected]>
    mfiedorowicz committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6395ead View commit details
    Browse the repository at this point in the history