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

Add unit test CI #34

Merged
merged 1 commit into from
Nov 2, 2022
Merged

Conversation

bowenlan-amzn
Copy link
Member

@bowenlan-amzn bowenlan-amzn commented Nov 2, 2022

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

Description

Setup unit test workflow, referring to https://github.com/opensearch-project/index-management-dashboards-plugin

Issues Resolved

#33

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.

Signed-off-by: bowenlan-amzn <[email protected]>
@bowenlan-amzn bowenlan-amzn marked this pull request as ready for review November 2, 2022 19:24
@bowenlan-amzn bowenlan-amzn requested a review from a team November 2, 2022 19:24
@bowenlan-amzn bowenlan-amzn merged commit d05c238 into opensearch-project:main Nov 2, 2022
@bowenlan-amzn bowenlan-amzn deleted the ciwindows branch November 2, 2022 22:33
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 3, 2022
Signed-off-by: bowenlan-amzn <[email protected]>

Signed-off-by: bowenlan-amzn <[email protected]>
(cherry picked from commit d05c238)
amsiglan pushed a commit that referenced this pull request Nov 3, 2022
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]>
AWSHurneyt pushed a commit to AWSHurneyt/security-analytics-dashboards-plugin that referenced this pull request Nov 4, 2022
Signed-off-by: bowenlan-amzn <[email protected]>

Signed-off-by: bowenlan-amzn <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
AWSHurneyt pushed a commit to AWSHurneyt/security-analytics-dashboards-plugin that referenced this pull request Nov 4, 2022
Signed-off-by: bowenlan-amzn <[email protected]>

Signed-off-by: bowenlan-amzn <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
AWSHurneyt added 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]>
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 pushed a commit to AWSHurneyt/security-analytics-dashboards-plugin that referenced this pull request Nov 5, 2022
Signed-off-by: bowenlan-amzn <[email protected]>

Signed-off-by: bowenlan-amzn <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
AWSHurneyt added a commit that referenced this pull request Nov 5, 2022
* 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]>

* Redirect to rules page when payload empty for edit or duplicate pages; Improved import page (#59)

* redirect to rules page when payload empty for edit or duplicate pages; import page improvements

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

* added toast

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

* refactored overview

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

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

* Added some infrastructure to run cypress tests. (#60)

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

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

* Drafted 2.4 release notes. (#65)

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

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

* Added toast notifications for failure cases in rule creation/edit (#70)

* added toast notifications for failure

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

* updated toasts logic

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

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

* Added experimental indicator; fixed edit detector pages (#71)

* added experimental indicator; fixed edit detector pages

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

* fixed links for cancel and save on edit alerts

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

* updated link, breadcrumbs; fixed issues related to api calls

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

* edited link to forum

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

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

* Fixed a bug impacting redirection to monitor details page after creating a monitor. (#72)

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

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

* Implemented integration test for create rule workflow. (#75)

* Added some infrastructure to run cypress tests.

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

* Implemented integration test for create rule workflow.

Signed-off-by: AWSHurneyt <[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]>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 5, 2022
* 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]>

* Redirect to rules page when payload empty for edit or duplicate pages; Improved import page (#59)

* redirect to rules page when payload empty for edit or duplicate pages; import page improvements

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

* added toast

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

* refactored overview

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

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

* Added some infrastructure to run cypress tests. (#60)

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

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

* Drafted 2.4 release notes. (#65)

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

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

* Added toast notifications for failure cases in rule creation/edit (#70)

* added toast notifications for failure

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

* updated toasts logic

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

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

* Added experimental indicator; fixed edit detector pages (#71)

* added experimental indicator; fixed edit detector pages

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

* fixed links for cancel and save on edit alerts

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

* updated link, breadcrumbs; fixed issues related to api calls

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

* edited link to forum

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

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

* Fixed a bug impacting redirection to monitor details page after creating a monitor. (#72)

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

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

* Implemented integration test for create rule workflow. (#75)

* Added some infrastructure to run cypress tests.

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

* Implemented integration test for create rule workflow.

Signed-off-by: AWSHurneyt <[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 ab8f30d)
AWSHurneyt added a commit that referenced this pull request Nov 5, 2022
* 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]>

* Redirect to rules page when payload empty for edit or duplicate pages; Improved import page (#59)

* redirect to rules page when payload empty for edit or duplicate pages; import page improvements

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

* added toast

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

* refactored overview

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

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

* Added some infrastructure to run cypress tests. (#60)

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

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

* Drafted 2.4 release notes. (#65)

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

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

* Added toast notifications for failure cases in rule creation/edit (#70)

* added toast notifications for failure

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

* updated toasts logic

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

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

* Added experimental indicator; fixed edit detector pages (#71)

* added experimental indicator; fixed edit detector pages

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

* fixed links for cancel and save on edit alerts

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

* updated link, breadcrumbs; fixed issues related to api calls

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

* edited link to forum

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

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

* Fixed a bug impacting redirection to monitor details page after creating a monitor. (#72)

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

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

* Implemented integration test for create rule workflow. (#75)

* Added some infrastructure to run cypress tests.

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

* Implemented integration test for create rule workflow.

Signed-off-by: AWSHurneyt <[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 ab8f30d)

Co-authored-by: AWSHurneyt <[email protected]>
AWSHurneyt pushed a commit to AWSHurneyt/security-analytics-dashboards-plugin that referenced this pull request Feb 22, 2023
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]>
Signed-off-by: AWSHurneyt <[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 Feb 22, 2023
* 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]>

* Redirect to rules page when payload empty for edit or duplicate pages; Improved import page (opensearch-project#59)

* redirect to rules page when payload empty for edit or duplicate pages; import page improvements

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

* added toast

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

* refactored overview

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

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

* Added some infrastructure to run cypress tests. (opensearch-project#60)

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

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

* Drafted 2.4 release notes. (opensearch-project#65)

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

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

* Added toast notifications for failure cases in rule creation/edit (opensearch-project#70)

* added toast notifications for failure

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

* updated toasts logic

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

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

* Added experimental indicator; fixed edit detector pages (opensearch-project#71)

* added experimental indicator; fixed edit detector pages

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

* fixed links for cancel and save on edit alerts

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

* updated link, breadcrumbs; fixed issues related to api calls

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

* edited link to forum

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

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

* Fixed a bug impacting redirection to monitor details page after creating a monitor. (opensearch-project#72)

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

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

* Implemented integration test for create rule workflow. (opensearch-project#75)

* Added some infrastructure to run cypress tests.

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

* Implemented integration test for create rule workflow.

Signed-off-by: AWSHurneyt <[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 pushed a commit to AWSHurneyt/security-analytics-dashboards-plugin that referenced this pull request Oct 12, 2023
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]>
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]>
AWSHurneyt added a commit to AWSHurneyt/security-analytics-dashboards-plugin that referenced this pull request Oct 12, 2023
* 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]>

* Redirect to rules page when payload empty for edit or duplicate pages; Improved import page (opensearch-project#59)

* redirect to rules page when payload empty for edit or duplicate pages; import page improvements

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

* added toast

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

* refactored overview

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

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

* Added some infrastructure to run cypress tests. (opensearch-project#60)

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

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

* Drafted 2.4 release notes. (opensearch-project#65)

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

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

* Added toast notifications for failure cases in rule creation/edit (opensearch-project#70)

* added toast notifications for failure

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

* updated toasts logic

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

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

* Added experimental indicator; fixed edit detector pages (opensearch-project#71)

* added experimental indicator; fixed edit detector pages

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

* fixed links for cancel and save on edit alerts

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

* updated link, breadcrumbs; fixed issues related to api calls

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

* edited link to forum

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

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

* Fixed a bug impacting redirection to monitor details page after creating a monitor. (opensearch-project#72)

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

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

* Implemented integration test for create rule workflow. (opensearch-project#75)

* Added some infrastructure to run cypress tests.

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

* Implemented integration test for create rule workflow.

Signed-off-by: AWSHurneyt <[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.

3 participants