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

[Backport 2.x] Backporting several PRs to 2.x that failed the DCO check. #57

Merged
merged 11 commits into from
Nov 4, 2022

Conversation

AWSHurneyt
Copy link
Collaborator

Description

Closing the following failed 2.x backport PRs.
#43
#45
#47
#49
#51
#53

Also closing the following failed 2.4 backport PRs in favor of the backport from this PR.
#44
#46
#48
#50
#52
#54

Issues Resolved

[List any issues this PR will resolve]

Check List

  • Commits are signed per the DCO using --signoff

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.

bowenlan-amzn and others added 11 commits November 4, 2022 12:13
Signed-off-by: bowenlan-amzn <[email protected]>

Signed-off-by: bowenlan-amzn <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
* shared utils, interfaces, client services

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* updated visualization code to use security compliant parsing

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
* merged latest Overview page

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* minor refactor

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
… analytics backend plugin (opensearch-project#36)

* added/updated service wrappers

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* removed unwanted code

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
* updated create detector ux

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* removed unused code

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
* rewrote rules pages

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* removed unwanted changed

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
…red some components based on feedback. (opensearch-project#56)

* Refactored display text on flyout accordions based on UX feedback.

Signed-off-by: AWSHurneyt <[email protected]>

* Fixed a bug that caused the detector edit page to crash on refresh.

Signed-off-by: AWSHurneyt <[email protected]>

* Fixed a bug that caused the detector field mapping edit page to crash on refresh.

Signed-off-by: AWSHurneyt <[email protected]>

* Fixed a bug that caused the detector rule edit page to crash on refresh.

Signed-off-by: AWSHurneyt <[email protected]>

* Added field validation to create detector flow. Refactored default message subject and body, and added a button to populate the body with alert condition selections.

Signed-off-by: AWSHurneyt <[email protected]>

* Refactor flyout to have links to detector details and rules pages.

Signed-off-by: AWSHurneyt <[email protected]>

* Implemented toast notifications for failed and successful API calls.

Signed-off-by: AWSHurneyt <[email protected]>

Signed-off-by: AWSHurneyt <[email protected]>
Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
@AWSHurneyt AWSHurneyt merged commit 674ff1c into opensearch-project:2.x Nov 4, 2022
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 4, 2022
…ck. (#57)

* Add unit test CI (#34)

Signed-off-by: bowenlan-amzn <[email protected]>

Signed-off-by: bowenlan-amzn <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Adding shared utils, interfaces, client services (#35)

* shared utils, interfaces, client services

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* updated visualization code to use security compliant parsing

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Overview UI page updates (#37)

* merged latest Overview page

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* minor refactor

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Added/updated service wrappers used for making REST calls to security analytics backend plugin (#36)

* added/updated service wrappers

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* removed unwanted code

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Updated create detector UX (#39)

* updated create detector ux

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* removed unused code

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* added detectors view/edit ux (#40)

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* updated main and rules pages (#41)

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* updated alerts and findings UI pages (#38)

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Rules refactor (#55)

* rewrote rules pages

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* removed unwanted changed

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Fixed edit page refresh bug. Implemented toast notifications. Refactored some components based on feedback. (#56)

* Refactored display text on flyout accordions based on UX feedback.

Signed-off-by: AWSHurneyt <[email protected]>

* Fixed a bug that caused the detector edit page to crash on refresh.

Signed-off-by: AWSHurneyt <[email protected]>

* Fixed a bug that caused the detector field mapping edit page to crash on refresh.

Signed-off-by: AWSHurneyt <[email protected]>

* Fixed a bug that caused the detector rule edit page to crash on refresh.

Signed-off-by: AWSHurneyt <[email protected]>

* Added field validation to create detector flow. Refactored default message subject and body, and added a button to populate the body with alert condition selections.

Signed-off-by: AWSHurneyt <[email protected]>

* Refactor flyout to have links to detector details and rules pages.

Signed-off-by: AWSHurneyt <[email protected]>

* Implemented toast notifications for failed and successful API calls.

Signed-off-by: AWSHurneyt <[email protected]>

Signed-off-by: AWSHurneyt <[email protected]>

* fixedimport issues (#58)

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

Signed-off-by: bowenlan-amzn <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
Signed-off-by: Amardeepsingh Siglani <[email protected]>
Co-authored-by: bowenlan-amzn <[email protected]>
Co-authored-by: Amardeepsingh <[email protected]>
Co-authored-by: Amardeepsingh <[email protected]>
(cherry picked from commit 674ff1c)
phestecAMZN pushed a commit that referenced this pull request Nov 4, 2022
…ck. (#57) (#63)

* Add unit test CI (#34)

Signed-off-by: bowenlan-amzn <[email protected]>

Signed-off-by: bowenlan-amzn <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Adding shared utils, interfaces, client services (#35)

* shared utils, interfaces, client services

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* updated visualization code to use security compliant parsing

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Overview UI page updates (#37)

* merged latest Overview page

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* minor refactor

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Added/updated service wrappers used for making REST calls to security analytics backend plugin (#36)

* added/updated service wrappers

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* removed unwanted code

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Updated create detector UX (#39)

* updated create detector ux

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* removed unused code

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* added detectors view/edit ux (#40)

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* updated main and rules pages (#41)

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* updated alerts and findings UI pages (#38)

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Rules refactor (#55)

* rewrote rules pages

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* removed unwanted changed

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Fixed edit page refresh bug. Implemented toast notifications. Refactored some components based on feedback. (#56)

* Refactored display text on flyout accordions based on UX feedback.

Signed-off-by: AWSHurneyt <[email protected]>

* Fixed a bug that caused the detector edit page to crash on refresh.

Signed-off-by: AWSHurneyt <[email protected]>

* Fixed a bug that caused the detector field mapping edit page to crash on refresh.

Signed-off-by: AWSHurneyt <[email protected]>

* Fixed a bug that caused the detector rule edit page to crash on refresh.

Signed-off-by: AWSHurneyt <[email protected]>

* Added field validation to create detector flow. Refactored default message subject and body, and added a button to populate the body with alert condition selections.

Signed-off-by: AWSHurneyt <[email protected]>

* Refactor flyout to have links to detector details and rules pages.

Signed-off-by: AWSHurneyt <[email protected]>

* Implemented toast notifications for failed and successful API calls.

Signed-off-by: AWSHurneyt <[email protected]>

Signed-off-by: AWSHurneyt <[email protected]>

* fixedimport issues (#58)

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

Signed-off-by: bowenlan-amzn <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
Signed-off-by: Amardeepsingh Siglani <[email protected]>
Co-authored-by: bowenlan-amzn <[email protected]>
Co-authored-by: Amardeepsingh <[email protected]>
Co-authored-by: Amardeepsingh <[email protected]>
(cherry picked from commit 674ff1c)

Co-authored-by: AWSHurneyt <[email protected]>
AWSHurneyt added a commit that referenced this pull request Nov 4, 2022
…ck. (#68)

* Add unit test CI (#34) (#42)

Signed-off-by: bowenlan-amzn <[email protected]>

Signed-off-by: bowenlan-amzn <[email protected]>
(cherry picked from commit d05c238)

Co-authored-by: bowenlan-amzn <[email protected]>

* [Backport 2.x] Backporting several PRs to 2.x that failed the DCO check. (#57)

* Add unit test CI (#34)

Signed-off-by: bowenlan-amzn <[email protected]>

Signed-off-by: bowenlan-amzn <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Adding shared utils, interfaces, client services (#35)

* shared utils, interfaces, client services

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* updated visualization code to use security compliant parsing

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Overview UI page updates (#37)

* merged latest Overview page

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* minor refactor

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Added/updated service wrappers used for making REST calls to security analytics backend plugin (#36)

* added/updated service wrappers

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* removed unwanted code

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Updated create detector UX (#39)

* updated create detector ux

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* removed unused code

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* added detectors view/edit ux (#40)

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* updated main and rules pages (#41)

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* updated alerts and findings UI pages (#38)

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Rules refactor (#55)

* rewrote rules pages

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* removed unwanted changed

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Fixed edit page refresh bug. Implemented toast notifications. Refactored some components based on feedback. (#56)

* Refactored display text on flyout accordions based on UX feedback.

Signed-off-by: AWSHurneyt <[email protected]>

* Fixed a bug that caused the detector edit page to crash on refresh.

Signed-off-by: AWSHurneyt <[email protected]>

* Fixed a bug that caused the detector field mapping edit page to crash on refresh.

Signed-off-by: AWSHurneyt <[email protected]>

* Fixed a bug that caused the detector rule edit page to crash on refresh.

Signed-off-by: AWSHurneyt <[email protected]>

* Added field validation to create detector flow. Refactored default message subject and body, and added a button to populate the body with alert condition selections.

Signed-off-by: AWSHurneyt <[email protected]>

* Refactor flyout to have links to detector details and rules pages.

Signed-off-by: AWSHurneyt <[email protected]>

* Implemented toast notifications for failed and successful API calls.

Signed-off-by: AWSHurneyt <[email protected]>

Signed-off-by: AWSHurneyt <[email protected]>

* fixedimport issues (#58)

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

Signed-off-by: bowenlan-amzn <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
Signed-off-by: Amardeepsingh Siglani <[email protected]>
Co-authored-by: bowenlan-amzn <[email protected]>
Co-authored-by: Amardeepsingh <[email protected]>
Co-authored-by: Amardeepsingh <[email protected]>

* Drafted 2.4 release notes. (#65) (#66)

Signed-off-by: AWSHurneyt <[email protected]>

Signed-off-by: AWSHurneyt <[email protected]>
(cherry picked from commit a985878)

Co-authored-by: AWSHurneyt <[email protected]>

Signed-off-by: bowenlan-amzn <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
Signed-off-by: Amardeepsingh Siglani <[email protected]>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: bowenlan-amzn <[email protected]>
Co-authored-by: Amardeepsingh <[email protected]>
Co-authored-by: Amardeepsingh <[email protected]>
AWSHurneyt added a commit to AWSHurneyt/security-analytics-dashboards-plugin that referenced this pull request Feb 22, 2023
…ck. (opensearch-project#57)

* Add unit test CI (opensearch-project#34)

Signed-off-by: bowenlan-amzn <[email protected]>

Signed-off-by: bowenlan-amzn <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Adding shared utils, interfaces, client services (opensearch-project#35)

* shared utils, interfaces, client services

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* updated visualization code to use security compliant parsing

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Overview UI page updates (opensearch-project#37)

* merged latest Overview page

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* minor refactor

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Added/updated service wrappers used for making REST calls to security analytics backend plugin (opensearch-project#36)

* added/updated service wrappers

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* removed unwanted code

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Updated create detector UX (opensearch-project#39)

* updated create detector ux

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* removed unused code

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* added detectors view/edit ux (opensearch-project#40)

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* updated main and rules pages (opensearch-project#41)

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* updated alerts and findings UI pages (opensearch-project#38)

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Rules refactor (opensearch-project#55)

* rewrote rules pages

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* removed unwanted changed

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Fixed edit page refresh bug. Implemented toast notifications. Refactored some components based on feedback. (opensearch-project#56)

* Refactored display text on flyout accordions based on UX feedback.

Signed-off-by: AWSHurneyt <[email protected]>

* Fixed a bug that caused the detector edit page to crash on refresh.

Signed-off-by: AWSHurneyt <[email protected]>

* Fixed a bug that caused the detector field mapping edit page to crash on refresh.

Signed-off-by: AWSHurneyt <[email protected]>

* Fixed a bug that caused the detector rule edit page to crash on refresh.

Signed-off-by: AWSHurneyt <[email protected]>

* Added field validation to create detector flow. Refactored default message subject and body, and added a button to populate the body with alert condition selections.

Signed-off-by: AWSHurneyt <[email protected]>

* Refactor flyout to have links to detector details and rules pages.

Signed-off-by: AWSHurneyt <[email protected]>

* Implemented toast notifications for failed and successful API calls.

Signed-off-by: AWSHurneyt <[email protected]>

Signed-off-by: AWSHurneyt <[email protected]>

* fixedimport issues (opensearch-project#58)

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

Signed-off-by: bowenlan-amzn <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
Signed-off-by: Amardeepsingh Siglani <[email protected]>
Co-authored-by: bowenlan-amzn <[email protected]>
Co-authored-by: Amardeepsingh <[email protected]>
Co-authored-by: Amardeepsingh <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
AWSHurneyt added a commit to AWSHurneyt/security-analytics-dashboards-plugin that referenced this pull request Oct 12, 2023
…ck. (opensearch-project#57)

* Add unit test CI (opensearch-project#34)

Signed-off-by: bowenlan-amzn <[email protected]>

Signed-off-by: bowenlan-amzn <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Adding shared utils, interfaces, client services (opensearch-project#35)

* shared utils, interfaces, client services

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* updated visualization code to use security compliant parsing

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Overview UI page updates (opensearch-project#37)

* merged latest Overview page

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* minor refactor

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Added/updated service wrappers used for making REST calls to security analytics backend plugin (opensearch-project#36)

* added/updated service wrappers

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* removed unwanted code

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Updated create detector UX (opensearch-project#39)

* updated create detector ux

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* removed unused code

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* added detectors view/edit ux (opensearch-project#40)

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* updated main and rules pages (opensearch-project#41)

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* updated alerts and findings UI pages (opensearch-project#38)

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Rules refactor (opensearch-project#55)

* rewrote rules pages

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* removed unwanted changed

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Fixed edit page refresh bug. Implemented toast notifications. Refactored some components based on feedback. (opensearch-project#56)

* Refactored display text on flyout accordions based on UX feedback.

Signed-off-by: AWSHurneyt <[email protected]>

* Fixed a bug that caused the detector edit page to crash on refresh.

Signed-off-by: AWSHurneyt <[email protected]>

* Fixed a bug that caused the detector field mapping edit page to crash on refresh.

Signed-off-by: AWSHurneyt <[email protected]>

* Fixed a bug that caused the detector rule edit page to crash on refresh.

Signed-off-by: AWSHurneyt <[email protected]>

* Added field validation to create detector flow. Refactored default message subject and body, and added a button to populate the body with alert condition selections.

Signed-off-by: AWSHurneyt <[email protected]>

* Refactor flyout to have links to detector details and rules pages.

Signed-off-by: AWSHurneyt <[email protected]>

* Implemented toast notifications for failed and successful API calls.

Signed-off-by: AWSHurneyt <[email protected]>

Signed-off-by: AWSHurneyt <[email protected]>

* fixedimport issues (opensearch-project#58)

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

Signed-off-by: bowenlan-amzn <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
Signed-off-by: Amardeepsingh Siglani <[email protected]>
Co-authored-by: bowenlan-amzn <[email protected]>
Co-authored-by: Amardeepsingh <[email protected]>
Co-authored-by: Amardeepsingh <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants