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

Fixes UX issues with edit detector pages #404

Conversation

jovancacvetkovic
Copy link

Description

Fixes various UX issues like missing texts, missing wrappers, and missing breadcrumbs links.

Issues Resolved

Resolves #401
Resolves #402
Resolves #403
Resolves #393

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.

…-analytics-dashboards-plugin into feature/add_edit_detector_link_to_breadcrumbs

# Conflicts:
#	public/pages/Detectors/components/UpdateBasicDetails/UpdateBasicDetails.tsx
#	public/pages/Detectors/components/UpdateRules/UpdateRules.tsx
@jovancacvetkovic jovancacvetkovic requested a review from a team February 6, 2023 14:01
@codecov-commenter
Copy link

codecov-commenter commented Feb 6, 2023

Codecov Report

Merging #404 (bc0e3d7) into main (67e02f2) will decrease coverage by 0.05%.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main     #404      +/-   ##
==========================================
- Coverage   15.36%   15.32%   -0.05%     
==========================================
  Files         111      111              
  Lines        2961     2976      +15     
  Branches      488      490       +2     
==========================================
+ Hits          455      456       +1     
- Misses       2467     2481      +14     
  Partials       39       39              
Impacted Files Coverage Δ
...lytics-dashboards-plugin/public/utils/constants.ts 78.26% <0.00%> (-3.56%) ⬇️
...s/Detectors/components/UpdateRules/UpdateRules.tsx 10.97% <0.00%> (-0.87%) ⬇️
...onents/UpdateFieldMappings/UpdateFieldMappings.tsx 6.12% <0.00%> (-0.27%) ⬇️
...mponents/UpdateBasicDetails/UpdateBasicDetails.tsx 4.61% <0.00%> (-0.15%) ⬇️
...ts/UpdateAlertConditions/UpdateAlertConditions.tsx 6.89% <0.00%> (-0.13%) ⬇️
...nts/ConfigureAlerts/containers/ConfigureAlerts.tsx 7.69% <0.00%> (+2.13%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@jovancacvetkovic
Copy link
Author

jovancacvetkovic commented Feb 8, 2023

Flaky windows-latest test fail on request timeout could be related to GitHub windows-latest runner issue: #3577
@AWSHurneyt

@AWSHurneyt
Copy link
Collaborator

Flaky windows-latest test fail on request timeout could be related to GitHub windows-latest runner issue: #3577 @AWSHurneyt

Thank you for the context!

[BUG] Detector Edit | Custom rule are not selected on update rules opensearch-project#406

Signed-off-by: Jovan Cvetkovic <[email protected]>
@amsiglan amsiglan merged commit 85f2ee4 into opensearch-project:main Feb 14, 2023
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 14, 2023
* [FEATURE] Add edit detector links into breadcrumbs #393

Signed-off-by: Jovan Cvetkovic <[email protected]>

* [FEATURE] Add edit detector links into breadcrumbs #393

Signed-off-by: Jovan Cvetkovic <[email protected]>

* [FEATURE] Add edit detector links into breadcrumbs #393

Signed-off-by: Jovan Cvetkovic <[email protected]>

* Unit tests for public components #383
[BUG] Detector Edit | Custom rule are not selected on update rules #406

Signed-off-by: Jovan Cvetkovic <[email protected]>

---------

Signed-off-by: Jovan Cvetkovic <[email protected]>
(cherry picked from commit 85f2ee4)
amsiglan pushed a commit that referenced this pull request Feb 15, 2023
* [FEATURE] Add edit detector links into breadcrumbs #393

Signed-off-by: Jovan Cvetkovic <[email protected]>

* [FEATURE] Add edit detector links into breadcrumbs #393

Signed-off-by: Jovan Cvetkovic <[email protected]>

* [FEATURE] Add edit detector links into breadcrumbs #393

Signed-off-by: Jovan Cvetkovic <[email protected]>

* Unit tests for public components #383
[BUG] Detector Edit | Custom rule are not selected on update rules #406

Signed-off-by: Jovan Cvetkovic <[email protected]>

---------

Signed-off-by: Jovan Cvetkovic <[email protected]>
(cherry picked from commit 85f2ee4)

Co-authored-by: Jovan Cvetkovic <[email protected]>
amsiglan pushed a commit to amsiglan/security-analytics-dashboards-plugin that referenced this pull request Feb 22, 2023
* [FEATURE] Add edit detector links into breadcrumbs opensearch-project#393

Signed-off-by: Jovan Cvetkovic <[email protected]>

* [FEATURE] Add edit detector links into breadcrumbs opensearch-project#393

Signed-off-by: Jovan Cvetkovic <[email protected]>

* [FEATURE] Add edit detector links into breadcrumbs opensearch-project#393

Signed-off-by: Jovan Cvetkovic <[email protected]>

* Unit tests for public components opensearch-project#383
[BUG] Detector Edit | Custom rule are not selected on update rules opensearch-project#406

Signed-off-by: Jovan Cvetkovic <[email protected]>

---------

Signed-off-by: Jovan Cvetkovic <[email protected]>
AWSHurneyt pushed a commit to AWSHurneyt/security-analytics-dashboards-plugin that referenced this pull request Feb 22, 2023
…ensearch-project#411)

* [FEATURE] Add edit detector links into breadcrumbs opensearch-project#393

Signed-off-by: Jovan Cvetkovic <[email protected]>

* [FEATURE] Add edit detector links into breadcrumbs opensearch-project#393

Signed-off-by: Jovan Cvetkovic <[email protected]>

* [FEATURE] Add edit detector links into breadcrumbs opensearch-project#393

Signed-off-by: Jovan Cvetkovic <[email protected]>

* Unit tests for public components opensearch-project#383
[BUG] Detector Edit | Custom rule are not selected on update rules opensearch-project#406

Signed-off-by: Jovan Cvetkovic <[email protected]>

---------

Signed-off-by: Jovan Cvetkovic <[email protected]>
(cherry picked from commit 85f2ee4)

Co-authored-by: Jovan Cvetkovic <[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
…ensearch-project#411)

* [FEATURE] Add edit detector links into breadcrumbs opensearch-project#393

Signed-off-by: Jovan Cvetkovic <[email protected]>

* [FEATURE] Add edit detector links into breadcrumbs opensearch-project#393

Signed-off-by: Jovan Cvetkovic <[email protected]>

* [FEATURE] Add edit detector links into breadcrumbs opensearch-project#393

Signed-off-by: Jovan Cvetkovic <[email protected]>

* Unit tests for public components opensearch-project#383
[BUG] Detector Edit | Custom rule are not selected on update rules opensearch-project#406

Signed-off-by: Jovan Cvetkovic <[email protected]>

---------

Signed-off-by: Jovan Cvetkovic <[email protected]>
(cherry picked from commit 85f2ee4)

Co-authored-by: Jovan Cvetkovic <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
amsiglan pushed a commit that referenced this pull request Mar 16, 2024
* [FEATURE] Add edit detector links into breadcrumbs #393

Signed-off-by: Jovan Cvetkovic <[email protected]>

* [FEATURE] Add edit detector links into breadcrumbs #393

Signed-off-by: Jovan Cvetkovic <[email protected]>

* [FEATURE] Add edit detector links into breadcrumbs #393

Signed-off-by: Jovan Cvetkovic <[email protected]>

* Unit tests for public components #383
[BUG] Detector Edit | Custom rule are not selected on update rules #406

Signed-off-by: Jovan Cvetkovic <[email protected]>

---------

Signed-off-by: Jovan Cvetkovic <[email protected]>
(cherry picked from commit 85f2ee4)

Co-authored-by: Jovan Cvetkovic <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants