OpenSearch-Dashboards icon indicating copy to clipboard operation
OpenSearch-Dashboards copied to clipboard

[MD] new UX changes for password fields and update password modal in data source management

Open mpabba3003 opened this issue 3 years ago β€’ 1 comments

Signed-off-by: mpabba3003 [email protected]

Description

new UX changes for password fields and update password modal in data source management

Issues Resolved

[List any issues this PR will resolve] https://github.com/opensearch-project/ux/issues/34

SCREENSHOTS

https://user-images.githubusercontent.com/109986843/194583193-b9fa483b-975a-4378-9c3f-ccd171a00d6c.mp4

Check List

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

mpabba3003 avatar Oct 07 '22 14:10 mpabba3003

Codecov Report

Merging #2532 (5b68803) into main (ac07159) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #2532   +/-   ##
=======================================
  Coverage   66.74%   66.74%           
=======================================
  Files        3201     3201           
  Lines       60948    60951    +3     
  Branches     9267     9267           
=======================================
+ Hits        40679    40682    +3     
  Misses      18052    18052           
  Partials     2217     2217           
Impacted Files Coverage Ξ”
...ent/public/components/text_content/text_content.ts 100.00% <100.00%> (ΓΈ)
...ared/static/forms/hook_form_lib/hooks/use_field.ts 65.70% <0.00%> (-0.97%) :arrow_down:
...ic/application/models/sense_editor/sense_editor.ts 64.00% <0.00%> (-0.89%) :arrow_down:
packages/osd-optimizer/src/node/cache.ts 52.77% <0.00%> (+2.77%) :arrow_up:
...s/osd-optimizer/src/node/node_auto_tranpilation.ts 87.75% <0.00%> (+4.08%) :arrow_up:

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

codecov-commenter avatar Oct 07 '22 18:10 codecov-commenter

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.x 2.x
# Navigate to the new working tree
cd .worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-2532-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 9f6bfc01d94e4100e790857985bf2e1b648160af
# Push it to GitHub
git push --set-upstream origin backport/backport-2532-to-2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-2532-to-2.x.

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.x 2.x
# Navigate to the new working tree
cd .worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-2532-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 9f6bfc01d94e4100e790857985bf2e1b648160af
# Push it to GitHub
git push --set-upstream origin backport/backport-2532-to-2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-2532-to-2.x.