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

fix(ui): Delete widget not working with other lang #14769

Merged
merged 19 commits into from
Jan 23, 2024

Conversation

chirag-madlani
Copy link
Collaborator

@chirag-madlani chirag-madlani commented Jan 18, 2024

Describe your changes:

Fixes Delete widget issue for other langs

  • Issue: The user is unable to delete an entity with another lang as DELETE also translated to the target lang but validation is still on work DELETE
  • Fix: Remove the DELETE translation for other lang so it will in sync with validation and work.
Screen.Recording.2024-01-18.at.11.34.25.AM.mov

I worked on ... because ...

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.

@github-actions github-actions bot added the UI UI specific issues label Jan 18, 2024
@chirag-madlani chirag-madlani added e2e This will trigger e2e test workflows and removed UI UI specific issues labels Jan 18, 2024
@github-actions github-actions bot added the UI UI specific issues label Jan 18, 2024
@github-actions github-actions bot added the safe to test Add this label to run secure Github workflows on PRs label Jan 18, 2024
Copy link
Contributor

github-actions bot commented Jan 18, 2024

Jest test Coverage

UI tests summary

Lines Statements Branches Functions
Coverage: 52%
52.84% (27010/51115) 35.26% (10784/30582) 33.76% (3161/9362)

Copy link

cypress bot commented Jan 18, 2024

9 failed tests on run #33027 ↗︎

9 610 25 1 Flakiness 0

Details:

Merge branch 'main' into delete-localisation
Project: openmetadata Commit: cc06609bfb
Status: Failed Duration: 34:52 💡
Started: Jan 23, 2024 5:52 PM Ended: Jan 23, 2024 6:27 PM
Failed  Service/ServiceIngestion.spec.ts • 1 failed test • cypress-ci-psql-oss-7629621943-1

View Output Video

Test Artifacts
BigQuery Ingestion > Create & Ingest BigQuery service Screenshots Video
Failed  Pages/Users.spec.ts • 1 failed test • cypress-ci-psql-oss-7629621943-1

View Output Video

Test Artifacts
User with different Roles > Update own admin details Screenshots Video
Failed  Service/redshiftWithDBT.spec.js • 2 failed tests • cypress-ci-psql-oss-7629621943-1

View Output Video

Test Artifacts
RedShift Ingestion > Add DBT ingestion Screenshots Video
RedShift Ingestion > Validate DBT is ingested properly Screenshots Video
Failed  Pages/DataInsight.spec.js • 1 failed test • cypress-ci-psql-oss-7629621943-1

View Output Video

Test Artifacts
Data Insight feature > Deploy data insight index Screenshots Video
Failed  Features/RecentlyViewed.spec.js • 1 failed test • cypress-ci-psql-oss-7629621943-1

View Output Video

Test Artifacts
Recently viwed data assets > recently view section should have at max list of 5 entity Screenshots Video

The first 5 failed specs are shown, see all 7 specs in Cypress Cloud.

Review all test suite changes for PR #14769 ↗︎

Copy link

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

Kudos, no new issues were introduced!

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

See analysis details on SonarCloud

Copy link
Contributor

@Sachin-chaurasiya Sachin-chaurasiya left a comment

Choose a reason for hiding this comment

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

@chirag-madlani , As we have made some changes to the common component, so please check the collate side changes as well, thanks

@chirag-madlani chirag-madlani merged commit 5180f17 into main Jan 23, 2024
14 of 20 checks passed
@chirag-madlani chirag-madlani deleted the delete-localisation branch January 23, 2024 19:12
Abhishek332 pushed a commit to Abhishek332/OpenMetadata that referenced this pull request Jan 25, 2024
* fix(ui): Delete widget not working with other lang

* fix cypress tests

* fix tests

* fix udpate displayName issue

* fix tests

* fix owner issue

* fix failures
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.

3 participants