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

feat(ui): revamping the sidebar navigation design #14625

Merged
merged 20 commits into from
Jan 16, 2024
Merged

Conversation

Ashish8689
Copy link
Contributor

@Ashish8689 Ashish8689 commented Jan 8, 2024

Describe your changes:

Screen.Recording.2024-01-15.at.1.03.11.PM.mov

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.

@Ashish8689 Ashish8689 added the UI UI specific issues label Jan 8, 2024
@Ashish8689 Ashish8689 self-assigned this Jan 8, 2024
@github-actions github-actions bot added the safe to test Add this label to run secure Github workflows on PRs label Jan 8, 2024
Copy link
Contributor

github-actions bot commented Jan 8, 2024

Jest test Coverage

UI tests summary

Lines Statements Branches Functions
Coverage: 52%
52.65% (26719/50745) 34.53% (10511/30444) 33.59% (3116/9276)

@Ashish8689 Ashish8689 marked this pull request as draft January 9, 2024 05:48
Copy link

cypress bot commented Jan 9, 2024

26 failed tests on run #32964 ↗︎

26 575 39 52 Flakiness 0

Details:

Merge branch 'main' into revamp-sidebar
Project: openmetadata Commit: bb8979cadf
Status: Failed Duration: 32:00 💡
Started: Jan 16, 2024 6:24 AM Ended: Jan 16, 2024 6:56 AM
Failed  Pages/Glossary.spec.js • 4 failed tests • cypress-ci-psql-oss-7537694489-1

View Output Video

Test Artifacts
Glossary page should work properly > Add asset to glossary term using asset modal Screenshots Video
Glossary page should work properly > Remove asset from glossary term using asset modal Screenshots Video
Glossary page should work properly > Remove Glossary term from entity should work properly Screenshots Video
Glossary page should work properly > Tags and entity summary columns should be sorted based on current Term Page Screenshots Video
Failed  Pages/Database.spec.ts • 7 failed tests • cypress-ci-psql-oss-7537694489-1

View Output Video

Test Artifacts
Database page > Soft delete Screenshots Video
Database page > Hard delete Screenshots Video
Database Schema page > Domain assign, update & delete Screenshots Video
Store Procedure page > Domain assign, update & delete Screenshots Video
Store Procedure page > Hard delete Screenshots Video
Table page > Domain assign, update & delete Screenshots Video
Table page > Hard delete Screenshots Video
Failed  Flow/Lineage.spec.js • 3 failed tests • cypress-ci-psql-oss-7537694489-1

View Output Video

Test Artifacts
Lineage verification > Lineage Remove Node between Topic Screenshots Video
Lineage verification > Lineage Remove Node between ML Model Screenshots Video
Lineage verification > Lineage Remove Node between Container Screenshots Video
Failed  Pages/DatabaseVersionPage.spec.js • 2 failed tests • cypress-ci-psql-oss-7537694489-1

View Output Video

Test Artifacts
Database version page should work properly > Database Schema version page should show version details after soft deleted Screenshots Video
Database version page should work properly > Cleanup for Database version page tests Screenshots Video
Failed  Pages/DataModelVersionPage.spec.js • 2 failed tests • cypress-ci-psql-oss-7537694489-1

View Output Video

Test Artifacts
Data model version page should work properly > Data model version page should show version details after soft deleted Screenshots Video
Data model version page should work properly > Cleanup for data model version page test Screenshots Video

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

Review all test suite changes for PR #14625 ↗︎

harshach
harshach previously approved these changes Jan 15, 2024
Copy link

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

The SonarCloud Quality Gate passed, but some issues were introduced.

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

See analysis details on SonarCloud

Comment on lines +58 to +64
<div
className="left-panel-item d-flex items-center"
data-testid={dataTestId}
onClick={onClick}>
<Icon component={icon} />
<Typography.Text className="left-panel-label">{label}</Typography.Text>
</div>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we use button instead?

@chirag-madlani chirag-madlani merged commit 2e9b60f into main Jan 16, 2024
14 of 19 checks passed
@chirag-madlani chirag-madlani deleted the revamp-sidebar branch January 16, 2024 07:39
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