-
Notifications
You must be signed in to change notification settings - Fork 93
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 workflows model and workflow actions for Alerting Plugin #436
Merged
getsaurabh02
merged 5 commits into
opensearch-project:2.x
from
eirsep:feature/2.8/workflows
May 24, 2023
Merged
Adds workflows model and workflow actions for Alerting Plugin #436
getsaurabh02
merged 5 commits into
opensearch-project:2.x
from
eirsep:feature/2.8/workflows
May 24, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
* Added validation on IndexWorkflowRequest class Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com> * Added unit test for index workflow request Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com> --------- Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
eirsep
force-pushed
the
feature/2.8/workflows
branch
from
May 24, 2023 04:36
8a74256
to
f003869
Compare
getsaurabh02
previously approved these changes
May 24, 2023
… delete (opensearch-project#416) Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
eirsep
force-pushed
the
feature/2.8/workflows
branch
from
May 24, 2023 06:43
f003869
to
27e4300
Compare
Codecov Report
@@ Coverage Diff @@
## 2.x #436 +/- ##
============================================
- Coverage 72.57% 71.14% -1.44%
- Complexity 709 771 +62
============================================
Files 113 125 +12
Lines 4700 5208 +508
Branches 605 661 +56
============================================
+ Hits 3411 3705 +294
- Misses 1037 1224 +187
- Partials 252 279 +27
|
Update PR description |
eirsep
changed the title
Adds workflows model and workflow actions
Adds workflows model and workflow actions for Alerting Plugin
May 24, 2023
lezzago
approved these changes
May 24, 2023
getsaurabh02
approved these changes
May 24, 2023
eirsep
added a commit
to eirsep/common-utils
that referenced
this pull request
May 24, 2023
eirsep
added a commit
to eirsep/common-utils
that referenced
this pull request
May 24, 2023
…arch-project#436) Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
eirsep
added a commit
to eirsep/common-utils
that referenced
this pull request
May 25, 2023
…arch-project#436) Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
eirsep
added a commit
that referenced
this pull request
May 25, 2023
* Adds workflows model and workflow actions for Alerting Plugin (#436) Signed-off-by: Surya Sashank Nistala <snistala@amazon.com> * adds tests for workflow request and response objects Signed-off-by: Surya Sashank Nistala <snistala@amazon.com> --------- Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
AWSHurneyt
pushed a commit
to AWSHurneyt/common-utils
that referenced
this pull request
Apr 12, 2024
…arch-project#436) Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PRs merged into feature branch
feature/composite-monitors
:Added Alerting workflow model (#380)
Renamed chained monitor findings (#390)
Imports fixed (#394)
Added validation on IndexWorkflowRequest class (#405)
Extended deleted workflow response with list of monitor ids failed to delete (#416)