From 570704f2d019ca4e085584057775f52eaedcac18 Mon Sep 17 00:00:00 2001 From: Riya Saxena Date: Thu, 25 Apr 2024 12:26:55 -0700 Subject: [PATCH 1/2] bumping up the opensearch dashboards versions Signed-off-by: Riya Saxena --- opensearch_dashboards.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 0bc2fba3..3ce75554 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "notificationsDashboards", - "version": "2.13.0.0", - "opensearchDashboardsVersion": "2.13.0", + "version": "2.14.0.0", + "opensearchDashboardsVersion": "2.14.0", "requiredPlugins": [ "navigation", "data" @@ -12,4 +12,4 @@ ], "server": true, "ui": true -} \ No newline at end of file +} From 4bba1dc1c1bf048a05cdf95ffd7ae55838f6c265 Mon Sep 17 00:00:00 2001 From: Riya <69919272+riysaxen-amzn@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:58:50 -0700 Subject: [PATCH 2/2] add riysaxen as maintainer (#240) Signed-off-by: Riya Saxena (cherry picked from commit 0bad4889c457176bc57a93b2fa8c953d4ef1693f) --- .github/CODEOWNERS | 3 +- MAINTAINERS.md | 21 ++ .../DetailsListModal.test.tsx.snap | 98 ++++----- .../DetailsTableModal.test.tsx.snap | 196 ++++++++---------- 4 files changed, 146 insertions(+), 172 deletions(-) create mode 100644 MAINTAINERS.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ced27b55..fb395096 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,3 @@ # This should match the owning team set up in https://github.com/orgs/opensearch-project/teams -* @opensearch-project/notifications \ No newline at end of file +* @opensearch-project/notifications +* @xluo-aws @gaobinlong @Hailong-am @SuZhou-Joe @zhichao-aws @yuye-aws @getsaurabh02 @sbcd90 @praveensameneni @amsiglan @AWSHurneyt @riysaxen-amzn diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 00000000..7234e710 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,21 @@ +## Overview + +This document contains a list of maintainers in this repo. See [opensearch-project/.github/RESPONSIBILITIES.md](https://github.com/opensearch-project/.github/blob/main/RESPONSIBILITIES.md#maintainer-responsibilities) that explains what the role of maintainer means, what maintainers do in this and other repos, and how they should be doing it. If you're interested in contributing, and becoming a maintainer, see [CONTRIBUTING](CONTRIBUTING.md). + +## Current Maintainers +| Maintainer | GitHub ID | Affiliation | +|-----------------------|----------------------------------------------------------| ----------- | +| Saurabh Singh | [getsaurabh02](https://github.com/getsaurabh02) | Amazon | +| Subhobrata Dey | [sbcd90](https://github.com/sbcd90) | Amazon | +| Praveen Sameneni | [praveensameneni](https://github.com/praveensameneni) | Amazon | +| Amardeepsingh Siglani | [amsiglan](https://github.com/amsiglan) | Amazon | +| Xuesong Luo | [xluo-aws](https://github.com/xluo-aws) | Amazon | +| Hailong Cui | [Hailong-am](https://github.com/Hailong-am) | Amazon | +| Binlong Gao | [gaobinlong](https://github.com/gaobinlong) | Amazon | +| Zhou Su | [SuZhou-Joe](https://github.com/SuZhou-Joe) | Amazon | +| Yuye Zhu | [yuye-aws](https://github.com/yuye-aws) | Amazon | +| Zhichao Geng | [zhichao-aws](https://github.com/zhichao-aws) | Amazon | +| Thomas Hurney | [AWSHurneyt](https://github.com/AWSHurneyt) | Amazon | +| Riya Saxena | [riysaxen-amzn](https://github.com/riysaxen-amzn) | Amazon | + +[This document](https://github.com/opensearch-project/.github/blob/main/MAINTAINERS.md) explains what maintainers do in this repo, and how they should be doing it. If you're interested in contributing, see [CONTRIBUTING](CONTRIBUTING.md). diff --git a/public/pages/Channels/__tests__/__snapshots__/DetailsListModal.test.tsx.snap b/public/pages/Channels/__tests__/__snapshots__/DetailsListModal.test.tsx.snap index 421ad374..2eafcd44 100644 --- a/public/pages/Channels/__tests__/__snapshots__/DetailsListModal.test.tsx.snap +++ b/public/pages/Channels/__tests__/__snapshots__/DetailsListModal.test.tsx.snap @@ -16,30 +16,6 @@ exports[` spec renders the component 1`] = ` ] } onClose={[MockFunction]} - services={ - Object { - "notificationService": NotificationService { - "createConfig": [Function], - "deleteConfigs": [Function], - "getChannel": [Function], - "getChannels": [Function], - "getConfig": [Function], - "getConfigs": [Function], - "getEmailConfigDetails": [Function], - "getNotification": [Function], - "getRecipientGroup": [Function], - "getRecipientGroups": [Function], - "getSESSender": [Function], - "getSESSenders": [Function], - "getSender": [Function], - "getSenders": [Function], - "getServerFeatures": [Function], - "httpClient": [MockFunction], - "sendTestMessage": [Function], - "updateConfig": [Function], - }, - } - } title="Email addresses" > @@ -190,7 +166,7 @@ exports[` spec renders the component 1`] = ` class="euiModalFooter" > - - + + + + + diff --git a/public/pages/Channels/__tests__/__snapshots__/DetailsTableModal.test.tsx.snap b/public/pages/Channels/__tests__/__snapshots__/DetailsTableModal.test.tsx.snap index fe53372f..1df1f38b 100644 --- a/public/pages/Channels/__tests__/__snapshots__/DetailsTableModal.test.tsx.snap +++ b/public/pages/Channels/__tests__/__snapshots__/DetailsTableModal.test.tsx.snap @@ -17,30 +17,6 @@ exports[` spec renders headers 1`] = ` ] } onClose={[MockFunction]} - services={ - Object { - "notificationService": NotificationService { - "createConfig": [Function], - "deleteConfigs": [Function], - "getChannel": [Function], - "getChannels": [Function], - "getConfig": [Function], - "getConfigs": [Function], - "getEmailConfigDetails": [Function], - "getNotification": [Function], - "getRecipientGroup": [Function], - "getRecipientGroups": [Function], - "getSESSender": [Function], - "getSESSenders": [Function], - "getSender": [Function], - "getSenders": [Function], - "getServerFeatures": [Function], - "httpClient": [MockFunction], - "sendTestMessage": [Function], - "updateConfig": [Function], - }, - } - } > spec renders headers 1`] = ` class="euiModalFooter" > - - + + + + + @@ -1886,30 +1870,6 @@ exports[` spec renders parameters 1`] = ` ] } onClose={[MockFunction]} - services={ - Object { - "notificationService": NotificationService { - "createConfig": [Function], - "deleteConfigs": [Function], - "getChannel": [Function], - "getChannels": [Function], - "getConfig": [Function], - "getConfigs": [Function], - "getEmailConfigDetails": [Function], - "getNotification": [Function], - "getRecipientGroup": [Function], - "getRecipientGroups": [Function], - "getSESSender": [Function], - "getSESSenders": [Function], - "getSender": [Function], - "getSenders": [Function], - "getServerFeatures": [Function], - "httpClient": [MockFunction], - "sendTestMessage": [Function], - "updateConfig": [Function], - }, - } - } > spec renders parameters 1`] = ` class="euiModalFooter" > - - + + + + +