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

Add EventPolicy reconciliation for Parallel #8112

Merged
merged 20 commits into from
Aug 9, 2024

Commits on Jul 24, 2024

  1. create eventpolicies for parallel channel

    Signed-off-by: rahulii <r.sawra@gmail.com>
    rahulii committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    4f06ad0 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. reconcile event policies for parallel

    Signed-off-by: rahulii <r.sawra@gmail.com>
    rahulii committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    3e327f1 View commit details
    Browse the repository at this point in the history
  2. add unit test cases

    Signed-off-by: rahulii <r.sawra@gmail.com>
    rahulii committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    be56d25 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. add more unit test cases

    Signed-off-by: rahulii <r.sawra@gmail.com>
    rahulii committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    36e56d6 View commit details
    Browse the repository at this point in the history
  2. remove unused function

    Signed-off-by: rahulii <r.sawra@gmail.com>
    rahulii committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    32faf47 View commit details
    Browse the repository at this point in the history
  3. add more unit test cases

    Signed-off-by: rahulii <r.sawra@gmail.com>
    rahulii committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9df5d0c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. add more unit test case - with multiple event policies

    Signed-off-by: rahulii <r.sawra@gmail.com>
    rahulii committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    de6205c View commit details
    Browse the repository at this point in the history
  2. fix gofmt

    Signed-off-by: rahulii <r.sawra@gmail.com>
    rahulii committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f1f23cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e65843 View commit details
    Browse the repository at this point in the history
  4. add more test cases

    Signed-off-by: rahulii <r.sawra@gmail.com>
    rahulii committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7b97071 View commit details
    Browse the repository at this point in the history
  5. sort the slice for deterministic order in unit tests

    Signed-off-by: rahulii <r.sawra@gmail.com>
    rahulii committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    3a2c542 View commit details
    Browse the repository at this point in the history
  6. minor fix

    Signed-off-by: rahulii <r.sawra@gmail.com>
    rahulii committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d88612b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. add more test cases

    Signed-off-by: rahulii <r.sawra@gmail.com>
    rahulii committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a0c4695 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. uid in ownerref

    Signed-off-by: rahulii <r.sawra@gmail.com>
    rahulii committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6514700 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. fix review comments from Chris

    Signed-off-by: rahulii <r.sawra@gmail.com>
    rahulii committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    43fb57b View commit details
    Browse the repository at this point in the history
  2. add parallel policy as owner references

    Signed-off-by: rahulii <r.sawra@gmail.com>
    rahulii committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    35e475b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. fix e2e test

    Signed-off-by: rahulii <r.sawra@gmail.com>
    rahulii committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1fbac6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    803a865 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f567e0c View commit details
    Browse the repository at this point in the history
  4. remove sorting of eventpolicies

    Signed-off-by: rahulii <r.sawra@gmail.com>
    rahulii committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0bd3e69 View commit details
    Browse the repository at this point in the history