OpenMetadata icon indicating copy to clipboard operation
OpenMetadata copied to clipboard

Refactor EntityLink For UI

Open ayush-shah opened this issue 1 year ago • 3 comments

Describe your changes:

Fixes

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:

  • [x] 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.

ayush-shah avatar Oct 16 '24 12:10 ayush-shah

The Python checkstyle failed.

Please run make py_format and py_format_check in the root of your repository and commit the changes to this PR. You can also use pre-commit to automate the Python code formatting.

You can install the pre-commit hooks with make install_test precommit_install.

github-actions[bot] avatar Oct 16 '24 13:10 github-actions[bot]

Jest test Coverage

UI tests summary

Lines Statements Branches Functions
Coverage: 64%
64.14% (37891/59073) 40.88% (15119/36982) 42.91% (4557/10619)

github-actions[bot] avatar Oct 16 '24 13:10 github-actions[bot]

The Python checkstyle failed.

Please run make py_format and py_format_check in the root of your repository and commit the changes to this PR. You can also use pre-commit to automate the Python code formatting.

You can install the pre-commit hooks with make install_test precommit_install.

github-actions[bot] avatar Oct 21 '24 17:10 github-actions[bot]

Taken care in another PR

ayush-shah avatar Oct 29 '24 11:10 ayush-shah