forked from opensearch-project/notifications
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update NotificationEventIndexTest.kt #1
Open
kavithacm
wants to merge
33
commits into
test-review
Choose a base branch
from
kavithacm-patch-1
base: test-review
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.
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
TODO: Need to create header links for easy navigation
* Add docs to main branch * Update pull request template Signed-off-by: Joshua Li <[email protected]> * Addrss comments Signed-off-by: Joshua Li <[email protected]> * Update readme from develop branch Signed-off-by: Joshua Li <[email protected]>
Signed-off-by: Vacha Shah <[email protected]>
…project#236) Signed-off-by: Zhongnan Su <[email protected]>
…arch-project#250) * add tooltip_support to spi settings * add host deny list in setting and apply to url validator
* Fix custom webhook request body format * support http protocol for webhook url
[Tests] All unit and integration test passed Signed-off-by: @akbhatta
* exclude test to pass CI * bump version for notification-opensearch to 1.1
resolved conflicts and refactored sns [Tests] Updated tests for the modified interface Signed-off-by: @akbhatta
…ject#280) Signed-off-by: Joshua Li <[email protected]>
[Tests] Updated tests to use String Signed-off-by: @akbhatta
…rch-project#254) * Adds PublishNotificationAction for legacy ISM implementation Signed-off-by: Drew Baugher <[email protected]> * Fixes rename of feature and required referenceId from merged changes Signed-off-by: Drew Baugher <[email protected]>
[Tests] Added intergration tests for config operations Signed-off-by: @akbhatta
Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: dblock <[email protected]>
* add backend metrics for notifications Signed-off-by: David Cui <[email protected]> * add test cases for counters Signed-off-by: David Cui <[email protected]> * addressed comments, refactored send message usage after merging from upstream Signed-off-by: David Cui <[email protected]> * add channel metrics from deprecated front-end metrics collection Signed-off-by: David Cui <[email protected]> * removed redundant metrics Signed-off-by: David Cui <[email protected]> * refactored Metrics to kotlin, grouped compile statement in build.gradle Signed-off-by: David Cui <[email protected]>
Signed-off-by: Joshua Li <[email protected]>
…opensearch-project#295) Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9) --- updated-dependencies: - dependency-name: hosted-git-info dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…nsearch-project#294) Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…project#293) Bumps [ws](https://github.com/websockets/ws) from 7.4.4 to 7.5.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@7.4.4...7.5.3) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…pensearch-project#292) Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.8. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](browserslist/browserslist@4.16.3...4.16.8) --- updated-dependencies: - dependency-name: browserslist dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kavithacm
pushed a commit
that referenced
this pull request
Nov 8, 2021
* Migrate frontend to Opensearch * Add readme for dashboards notifications * Move notifications-kibana-plugin to dashboards-notifications * Remove opendistro in dashboards notifications * Update documents for repo * rename kibana * Address comments
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.
Description
[Describe what this change achieves]
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.