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

Modify data source text for dev tool #5475

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

bandinib-amzn
Copy link
Member

Description

Modify data source text for dev tool based on UX input.

Issues Resolved

Screenshot

Testing the changes

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

Signed-off-by: Bandini Bhopi <bandinib@amazon.com>
Copy link

codecov bot commented Nov 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f822702) 66.96% compared to head (22ae684) 66.96%.
Report is 11 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5475   +/-   ##
=======================================
  Coverage   66.96%   66.96%           
=======================================
  Files        3291     3291           
  Lines       63249    63249           
  Branches    10057    10057           
=======================================
  Hits        42355    42355           
  Misses      18453    18453           
  Partials     2441     2441           
Flag Coverage Δ
Linux_1 35.24% <ø> (ø)
Linux_2 55.15% <ø> (ø)
Linux_3 43.81% <ø> (ø)
Linux_4 35.35% <ø> (ø)
Windows_1 35.26% <ø> (ø)
Windows_2 55.12% <ø> (ø)
Windows_3 43.82% <ø> (ø)
Windows_4 35.35% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@joshuarrrr
Copy link
Member

I think we can skip the changelog. Was there an issue for this?

})}
singleSelection={{ asPlainText: true }}
options={dataSources}
selectedOptions={selectedOptions}
onChange={onChange}
prepend="DataSource"
prepend="Data source"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A little concern that why did we make the prepend content a constant text instead of wrapping it with i18n? Is Data source a dedicated terms that should not be translated?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this prepend is something else. I couldn't find docs on OUI that made sense to me. @BSFishy do you know what prepend does?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Id i18n this text too

@bandinib-amzn
Copy link
Member Author

angelog. Was there an issue for this?

No. There was not an issue.

@ashwin-pc ashwin-pc added the Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry label Nov 29, 2023
@ananzh ananzh merged commit 3c9e643 into opensearch-project:main Dec 12, 2023
73 of 90 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Dec 12, 2023
Signed-off-by: Bandini Bhopi <bandinib@amazon.com>
(cherry picked from commit 3c9e643)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ananzh pushed a commit that referenced this pull request Dec 13, 2023
(cherry picked from commit 3c9e643)

Signed-off-by: Bandini Bhopi <bandinib@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry v2.12.0 valued-contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants