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 chained alerts #976

Merged
merged 29 commits into from
Jul 12, 2023
Merged

Commits on Jul 11, 2023

  1. chained alert triggers

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    fb4084c View commit details
    Browse the repository at this point in the history
  2. converge all single node test cases

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0b58afb View commit details
    Browse the repository at this point in the history
  3. add license headers to files

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    322248f View commit details
    Browse the repository at this point in the history
  4. fix workflow not found issue

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    d31eed1 View commit details
    Browse the repository at this point in the history
  5. added audit state alerts for doc level monitors

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    da09726 View commit details
    Browse the repository at this point in the history
  6. add audit alerts in query level monitor

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    1aa5d2e View commit details
    Browse the repository at this point in the history
  7. temp: upload custom built common utils jar

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c7c34c1 View commit details
    Browse the repository at this point in the history
  8. fix get monitor response parsing to include associated_workflows

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    1ef52d1 View commit details
    Browse the repository at this point in the history
  9. add query level monitor audit alerts tests

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ef76f3d View commit details
    Browse the repository at this point in the history
  10. add audit alerts in bucket level monitor

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    8fd8e3e View commit details
    Browse the repository at this point in the history
  11. fix workflow tests

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e1de5cd View commit details
    Browse the repository at this point in the history
  12. alerting

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    493b1cd View commit details
    Browse the repository at this point in the history
  13. verify bucket monitor audit alerts and chained alerts in workflow

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    5b430d6 View commit details
    Browse the repository at this point in the history
  14. make execution id mandatory

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b179cb9 View commit details
    Browse the repository at this point in the history
  15. revert mapping update in run job method

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0620bed View commit details
    Browse the repository at this point in the history
  16. minor fixes in chained alert trigger result

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ecdf928 View commit details
    Browse the repository at this point in the history
  17. fix chained alert triggers tests

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    de0a37f View commit details
    Browse the repository at this point in the history
  18. fix acknowledge chained alert bug

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9110056 View commit details
    Browse the repository at this point in the history
  19. revert get alerts change

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    5230fcc View commit details
    Browse the repository at this point in the history
  20. refactor and remove transport actions being invoked in other transpor…

    …t actions
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    1b99ff6 View commit details
    Browse the repository at this point in the history
  21. add license header

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9853ef7 View commit details
    Browse the repository at this point in the history
  22. scheduled job mapping schema

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    643c14e View commit details
    Browse the repository at this point in the history
  23. fix ktlint and revert gradle dev set up chanegs

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b2af473 View commit details
    Browse the repository at this point in the history
  24. fix post delete method and refactor alert mover to add class level lo…

    …gger
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    54b9469 View commit details
    Browse the repository at this point in the history
  25. fix test - pass workflow id in get alerts

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    50fcc3f View commit details
    Browse the repository at this point in the history
  26. remove monitor empty filter in get alerts api as there is dedicated a…

    …pi for fetching chained alerts - workflow alerts api
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a6b0ba9 View commit details
    Browse the repository at this point in the history
  27. fix check for workflow id is empty or null in get alerts action

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b2da49b View commit details
    Browse the repository at this point in the history
  28. fix alert mover method delegate monitor parsing logic

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    00bead0 View commit details
    Browse the repository at this point in the history
  29. remove common utils jar from repo

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f509a74 View commit details
    Browse the repository at this point in the history