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

Adds Data Pipeline Operators #1378

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Oct 19, 2024

  1. Added support for Dapr data processor - still working on unit tests

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    441b232 View commit details
    Browse the repository at this point in the history
  2. Adding missed unit test

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    4c521a9 View commit details
    Browse the repository at this point in the history
  3. Adding unit tests - still a few remaining failures

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    008c2a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Building out unit tests, made some perf changes.

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0fcd4f5 View commit details
    Browse the repository at this point in the history
  2. Shortened operator names, made more consistent

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    701f326 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Fixed unit tests, removed mapping operations

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7f558a6 View commit details
    Browse the repository at this point in the history
  2. Added another unit test

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3982164 View commit details
    Browse the repository at this point in the history
  3. Updated to support duplicate operations with appropriate metadata ret…

    …ention for each operation. Added more unit tests, including E2E of standard and duplicated operations.
    
    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    1420a39 View commit details
    Browse the repository at this point in the history
  4. Updated unit tests + unit test class name

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    1d57fd5 View commit details
    Browse the repository at this point in the history
  5. Minor file rename

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0cd2586 View commit details
    Browse the repository at this point in the history
  6. Removed outdated project reference

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7ca1b6b View commit details
    Browse the repository at this point in the history
  7. Removed unnecessary usings that were inadvertently added

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    fcf02b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cdc73ed View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

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

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    cf9e5c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56303f9 View commit details
    Browse the repository at this point in the history