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

#15169 bug: Service password gets overwritten with '********' when editing connection details (any!) #15193

Merged
merged 11 commits into from
Feb 17, 2024

Conversation

ShaileshParmar11
Copy link
Contributor

@ShaileshParmar11 ShaileshParmar11 commented Feb 15, 2024

Describe your changes:

#15169

Fixed bug: Service password gets overwritten with '********' when editing connection details (any!)

Screen.Recording.2024-02-15.at.4.54.32.PM.mov

Manually tested the below scenarios

  1. Edit Config with wrong values and save, test connection should fail -> ✅
  2. Edit Config with the right value and save, test connection should pass -> ✅
  3. Re-run Ingestion after correct value -> ✅
  4. Re-deploy should work after edit config -> ✅
  5. After re-deploy, re-run ingestion -> ✅
  6. API should not go for unchanged form save -> ✅
  7. Verified changes for all the service -> ✅
  8. Added wrong password while creating service, edited service with right creds -> ✅

Type of change:

  • Bug fix
  • Improvement
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

Checklist:

  • I have read the CONTRIBUTING document.
  • My PR title is Fixes <issue-number>: <short explanation>
  • I have commented on my code, particularly in hard-to-understand areas.
  • For JSON Schema changes: I updated the migration scripts or explained why it is not needed.

Copy link

github-actions bot commented Feb 15, 2024

Jest test Coverage

UI tests summary

Lines Statements Branches Functions
Coverage: 61%
61.53% (31415/51056) 40.48% (12500/30876) 40.88% (3861/9444)

@harshach
Copy link
Collaborator

@ShaileshParmar11 @chirag-madlani we need to look all the services for this

Copy link

cypress bot commented Feb 16, 2024

2 failed tests on run #33182 ↗︎

2 709 12 0 Flakiness 0

Details:

Merge remote-tracking branch 'origin/main' into issue-15169
Project: openmetadata Commit: 7cdf7b0e4b
Status: Failed Duration: 37:23 💡
Started: Feb 17, 2024 5:49 AM Ended: Feb 17, 2024 6:27 AM
Failed  Pages/Users.spec.ts • 1 failed test • cypress-ci-psql-oss-7939644248-1

View Output Video

Test Artifacts
User with different Roles > Update own admin details Screenshots Video
Failed  Flow/Explore.spec.js • 1 failed test • cypress-ci-psql-oss-7939644248-1

View Output Video

Test Artifacts
Explore Page > should verify order of search results Screenshots Video

Review all test suite changes for PR #15193 ↗︎

@ShaileshParmar11
Copy link
Contributor Author

@ShaileshParmar11 @chirag-madlani we need to look all the services for this

Yes @harshach We have covered it for all the services, as we have a common component, changing one place will apply change to all the services.

Copy link

sonarcloud bot commented Feb 17, 2024

Quality Gate Passed Quality Gate passed for 'open-metadata-ui'

Issues
0 New issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

@ShaileshParmar11 ShaileshParmar11 merged commit bc34eac into main Feb 17, 2024
16 of 18 checks passed
@ShaileshParmar11 ShaileshParmar11 deleted the issue-15169 branch February 17, 2024 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e2e This will trigger e2e test workflows safe to test Add this label to run secure Github workflows on PRs UI UI specific issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants