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

[ORCA-3444] Add support for Event Orchestrations #512

Merged
merged 52 commits into from
Jun 1, 2022

Commits on May 27, 2022

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

    alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    2ca22de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59695ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77b07ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9dc2976 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5aa937 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    60cfa6c View commit details
    Browse the repository at this point in the history
  8. [REVERT LATER]-local testing

    Pari-Dhanakoti authored and alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    febcb67 View commit details
    Browse the repository at this point in the history
  9. fix create logic (set integrations), remove description and routes fr…

    …om orchestration data source
    alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    4f8a589 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f86990f View commit details
    Browse the repository at this point in the history
  11. reformat

    alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    6ce2d67 View commit details
    Browse the repository at this point in the history
  12. Add import tests

    alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    b253c96 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cf4c9d8 View commit details
    Browse the repository at this point in the history
  14. add team checks to the tests

    alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    37c0107 View commit details
    Browse the repository at this point in the history
  15. [ORCA-3475] Allow deleting event orchestration team from an orchestra…

    …tion (#494)
    
    * support unsetting orch team
    
    * add retry logic to the event orchestration update method
    alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    e25a2f3 View commit details
    Browse the repository at this point in the history
  16. [ORCA-3463] Orchestration Path Router Resource (#493)

    * router path
    
    * Add support for parent
    
    * refactor
    
    * update handler and actions support
    
    * support conditions
    
    * move conditions to util
    
    * move parent to util
    
    * test for multiple rules and conditions
    
    * actions and catchall
    
    * refactor tests
    
    * validateFunc
    
    * refactor
    
    * undo local vendor module path change
    
    * rules schema change and test
    
    * PR comments addressed
    Pari-Dhanakoti authored and alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    735f401 View commit details
    Browse the repository at this point in the history
  17. Event orchestration unrouted resource (#495)

    * Init commit for unrouted
    
    * Added tests for unrouted
    
    * Added catch_all to unrouted schema
    
    * Tweaked catch_all
    
    * Merge event-orchestrations
    
    * Add testacc for unrouted
    
    * Added full config test for unrouted
    
    * Add test for number of extractions and variables
    
    * Cleaned router and added new test checks to unrouted
    
    * Change escalation_policy from snake case to camel case
    alexzakabluk authored and alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    bdf67f2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3162fdc View commit details
    Browse the repository at this point in the history
  19. Orca 3486 refactor (#500)

    * Clean sweeper function for router/unrouted
    
    * Clean sweeper function
    alexzakabluk authored and alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    0459e90 View commit details
    Browse the repository at this point in the history
  20. [ORCA-3465] - Event Orchestration Service path resource (#499)

    * ORCA-3465 - Event Orchestration Service Path resource
    
    * add resource file
    
    * fix read/update, add test
    
    * more tests
    
    * more service path tests, add conditions
    
    * more tests
    
    * more tests
    
    * add more service path props
    
    * fix orch path PUT payload, add tests
    
    * fix Suspend
    
    * ToDos
    
    * add catch_all support, fix tests
    
    * add support for regex extractions, add mor tests, add service path import test
    
    * update client
    
    * PR feedback
    alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    ab94a67 View commit details
    Browse the repository at this point in the history
  21. Flatten teams block (#506)

    * Flatten teams block
    
    * Fixed naming for the test orchestration
    alexzakabluk authored and alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    1c89062 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8f4d19b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f1397ab View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    91b1c62 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    468d254 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8db156a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2d4ac6b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4f8f3aa View commit details
    Browse the repository at this point in the history
  29. Clean teams block

    alexzakabluk authored and alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    5c91e51 View commit details
    Browse the repository at this point in the history
  30. revert changes on web file

    alexzakabluk authored and alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    62f424c View commit details
    Browse the repository at this point in the history
  31. [ORCA-3486] - Reuse shared Event Orchestration Path logic, add import…

    … tests (#509)
    
    * ORCA-3486 - add import tests for router/unrouted
    
    * ORCA-3486 - add import tests for router, unrouted
    
    * reuse severity/event_action validation functions in unrouted/service
    
    * reuse variables and extractions schema in router/unrouted
    
    * reuse shared conditions schema and mapping functions in router/unrouted/service
    alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    8170b51 View commit details
    Browse the repository at this point in the history
  32. [ORCA-3486] Extend unrouted tests, add CustomizeDiff, clean shared fu…

    …nctions (#510)
    
    * Extend unrouted tests, add CustomizeDiff, clean shared functions
    
    * Move shared functions for unrouted and service paths to utils file
    alexzakabluk authored and alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    0f2bd6e View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    0a4781d View commit details
    Browse the repository at this point in the history
  34. datasource documentation

    Pari-Dhanakoti authored and alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    b48c9a6 View commit details
    Browse the repository at this point in the history
  35. refactor

    Pari-Dhanakoti authored and alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    a692119 View commit details
    Browse the repository at this point in the history
  36. update comment

    Pari-Dhanakoti authored and alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    fb82f8b View commit details
    Browse the repository at this point in the history
  37. update type field documentation

    Pari-Dhanakoti authored and alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    282404b View commit details
    Browse the repository at this point in the history
  38. update documentation

    Pari-Dhanakoti authored and alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    e69c11f View commit details
    Browse the repository at this point in the history
  39. cleanup

    Pari-Dhanakoti authored and alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    064154f View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    22fca15 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    cb45904 View commit details
    Browse the repository at this point in the history
  42. give a better datasource example

    Pari-Dhanakoti authored and alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    9219f51 View commit details
    Browse the repository at this point in the history
  43. cleanup

    alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    0d89d5d View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    0cfb66d View commit details
    Browse the repository at this point in the history
  45. update go-pagerduty package

    alenapan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    3ad7c3b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    623b2a5 View commit details
    Browse the repository at this point in the history
  2. Unrouted, Service - make sets, rules, conditions, variables, extracti…

    …ons, pd_automation_actions, automations_action (headers, params) singular
    alenapan committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    d8bf338 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab1294a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff5d3c9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #517 from PagerDuty/event-orch-resource-singular-n…

    …ames
    
    Event orch resource singular names
    Scott McAllister authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    4fcf232 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9636f8c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67e1f0a View commit details
    Browse the repository at this point in the history