-
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
[AUTO] Incremented version to 2.13.1. #627
Open
opensearch-trigger-bot
wants to merge
30
commits into
2.13
Choose a base branch
from
create-pull-request/patch
base: 2.13
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
* added release notes for 2.13 * added release notes for 2.13 --------- (cherry picked from commit 937bc4e) Signed-off-by: Riya Saxena <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: opensearch-ci-bot <[email protected]>
engechas
previously approved these changes
Apr 10, 2024
* obfuscate ip addresses in alert error message * make ip obfuscation lower case * update test with lowercase ip obfuscation --------- (cherry picked from commit b8e6e75) Signed-off-by: Surya Sashank Nistala <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* change validation and tests * change regex to 0-256 chars * moved validation to common utils and fix test * remove TODO * ensure name is at lest 1 char * change error message --------- (cherry picked from commit 9beae87) Signed-off-by: jowg-amazon <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
) * Added validation for the new clusters field. (#633) * Added validation for the clusters field. Refactored ClusterMetricsInput validiation to throw 4xx-level CommonUtilsExceptions instead of 5xx-level IllegalArgumentException. Signed-off-by: AWSHurneyt <[email protected]> * Moved some regex from alerting plugin to common utils. Signed-off-by: AWSHurneyt <[email protected]> * Moved cluster-based regex to separate file. Signed-off-by: AWSHurneyt <[email protected]> * Fixed ktlint error. Signed-off-by: AWSHurneyt <[email protected]> * Fixed regex. Moved cluster-related regexes. Signed-off-by: AWSHurneyt <[email protected]> --------- Signed-off-by: AWSHurneyt <[email protected]> * Removed CommonUtilsException. Team decided IllegalArgumentExceptions should be caught in the plugins themselves. Signed-off-by: AWSHurneyt <[email protected]> --------- Signed-off-by: AWSHurneyt <[email protected]>
opensearch-trigger-bot
bot
force-pushed
the
create-pull-request/patch
branch
from
April 23, 2024 21:34
716ea5d
to
7d3703a
Compare
(cherry picked from commit 0aae343) Signed-off-by: AWSHurneyt <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Added 2.14.0.0 release notes. * Added 2.14.0.0 release notes. --------- (cherry picked from commit 0fe2e08) Signed-off-by: AWSHurneyt <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]>
opensearch-trigger-bot
bot
force-pushed
the
create-pull-request/patch
branch
from
May 14, 2024 20:59
7d3703a
to
3e581b3
Compare
) (#656) Signed-off-by: Subhobrata Dey <[email protected]>
opensearch-trigger-bot
bot
force-pushed
the
create-pull-request/patch
branch
from
June 6, 2024 22:37
611576e
to
e8d9158
Compare
* initial commit, functional but needs refactoring * added lastUpdatedTime to Note object * changed name from alert id to entity id * import cleanup * changing name from Alerting Notes to Alerting Comments * misc fixes and cleanup * adding unit test coverage * misc cleanup * misc review-based cleanup * added validation exception messages --------- (cherry picked from commit acaa844) Signed-off-by: Dennis Toepker <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Dennis Toepker <[email protected]>
* adding ctor with optional comments indices args * removing throws IOException declaration above new ctor * making reads and writes optional * quick comment change * adding test for new ctor --------- (cherry picked from commit bc215fd) Signed-off-by: Dennis Toepker <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Dennis Toepker <[email protected]>
(cherry picked from commit 5c4e828) Signed-off-by: Chase Engelbrecht <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* CorrelationALert model added * fix klint errors * address the comments * fix klint errors --------- (cherry picked from commit e060f5e) Signed-off-by: Riya Saxena <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* bug fixes for correlation Alerts * fixing the tests --------- (cherry picked from commit 480590d) Signed-off-by: Riya Saxena <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* attempt to fix DataSources breaking change Signed-off-by: Dennis Toepker <[email protected]> * adding default comments index values instead of passing null into constructor Signed-off-by: Dennis Toepker <[email protected]> --------- Signed-off-by: Dennis Toepker <[email protected]> Co-authored-by: Dennis Toepker <[email protected]> (cherry picked from commit f4b2e1b) Signed-off-by: toepkerd <[email protected]>
* adding entityType to Comment model * updated tests * removing EntityType enum class, entity type in documents will just be strings * fixed unit tests * adding tests and release notes * moved comment test to WriteableTests * updated writeable test --------- Signed-off-by: Dennis Toepker <[email protected]> Co-authored-by: Dennis Toepker <[email protected]>
(cherry picked from commit 889bdb8) Signed-off-by: Riya Saxena <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]>
opensearch-trigger-bot
bot
force-pushed
the
create-pull-request/patch
branch
from
June 25, 2024 22:28
e8d9158
to
5fb3103
Compare
* changes to add support for remote monitors in alerting (#661) Signed-off-by: Subhobrata Dey <[email protected]> * changes to add support for remote monitors in alerting (#662) * changes to add support for remote monitors in alerting Signed-off-by: Subhobrata Dey <[email protected]> * add tests for moved classes Signed-off-by: Subhobrata Dey <[email protected]> --------- Signed-off-by: Subhobrata Dey <[email protected]> * changes to support generic inputs and triggers in remote monitors (#664) Signed-off-by: Subhobrata Dey <[email protected]> * add remote doc level monitor input (#665) Signed-off-by: Subhobrata Dey <[email protected]> * fix serde of RemoteDocLevelMonitorInput (#666) Signed-off-by: Subhobrata Dey <[email protected]> * fix serde for monitor (#692) Signed-off-by: Subhobrata Dey <[email protected]> --------- Signed-off-by: Subhobrata Dey <[email protected]> Co-authored-by: Subhobrata Dey <[email protected]>
opensearch-trigger-bot
bot
force-pushed
the
create-pull-request/patch
branch
from
July 16, 2024 23:11
5fb3103
to
587488e
Compare
* added release notes for common-utils * added release notes for common-utils --------- (cherry picked from commit a702c31) Signed-off-by: Riya Saxena <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: opensearch-ci-bot <[email protected]>
opensearch-trigger-bot
bot
force-pushed
the
create-pull-request/patch
branch
from
August 7, 2024 22:15
587488e
to
84fae1a
Compare
Signed-off-by: Joanne Wang <[email protected]>
opensearch-trigger-bot
bot
force-pushed
the
create-pull-request/patch
branch
from
August 27, 2024 21:41
84fae1a
to
f57a924
Compare
(cherry picked from commit 6a4c248) Signed-off-by: Dennis Toepker <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Dennis Toepker <[email protected]>
* Adding 2.17 release notes * adding release notes PR to release notes * changed release notes header --------- (cherry picked from commit 2e7b074) Signed-off-by: Dennis Toepker <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Dennis Toepker <[email protected]>
Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]>
opensearch-trigger-bot
bot
force-pushed
the
create-pull-request/patch
branch
from
September 17, 2024 22:04
f57a924
to
667adb0
Compare
#734) (#738) Signed-off-by: Subhobrata Dey <[email protected]>
opensearch-trigger-bot
bot
force-pushed
the
create-pull-request/patch
branch
from
October 1, 2024 22:07
667adb0
to
6aff878
Compare
Signed-off-by: Andriy Redko <[email protected]>
* Added 2.18.0.0 release notes. * Added 2.18.0.0 release notes. --------- (cherry picked from commit 0907d1a) Signed-off-by: AWSHurneyt <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: GitHub <[email protected]>
opensearch-trigger-bot
bot
force-pushed
the
create-pull-request/patch
branch
from
November 5, 2024 23:17
6aff878
to
aa76743
Compare
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.
I've noticed that a new tag 2.13.0.0 was pushed, and incremented the version from 2.13.0 to 2.13.1.