* support resizable column to customProperty
* fix sonar by mocking react-ant-column-resize globally
* remove duplicate table less and added css loader fix in webpack config file
* chore(ui): move entitydetails loading to
* improve version page
* minor improvement for version
* fix tests
* chore(ui): reduce routes from specific to generic to reduce the code (#15404)
* chore(ui): reduce routes from specific to generic to reduce the code
* cleanup on authenticated app router
* fix tests
* fix path for table then other type
* fix cypress
* address comments
* fix routes issue
* fix path issue for versino pages
(cherry picked from commit bb03e594a4113ffd3266ab9220d1b7efc14a50f5)
* fix paths
* fix tests
* fix mock issue
* fix java lint
* fix task path
* chore(ui): organize import paths with meaningful names
* fix tests
* fix: pages alias
* organize imports for pages
* fix: add jest config for pages and components
* organize imports for components
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Feat : #5057 UI : Add support for adding a custom field to an entity
* Add suport for deeplink
* Add unit test for custom entity page component
* Add unit test for custom entity detail
* Fix : params code styling for get list method
* Fetch type details on type select
* Fix failing unit test
* Fix code styling
* Fix#5042: Add a field to an entity API is failing
* Add unit test
* Add unit test
* Style : change customfields table styling.
* Add unit test
* Add support for deleting custom field
* Add unit test for delete field flow
* Fix failing unit test
* Add operation state
* Add support for edit field
* Add unit test
* Fix no-data row styling
* Complete todo items
* Add check for if no entity data available
* Add unit test
* Fix code smell
* Fix feed issue for entity `type`
* Addressing review comment
* Addressing review comments
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
* Adding Workflow CI for SonarCloud OpenMetadata UI
* Adding sonar project properties and reporter for UI
* Added mock and test exclusions
* Minor changes
* fix node version to 12.x in CI
* Test CI workflow
* fixed syntax
* remove yarn caching
* test docker on steps
* remove jobs container
* test out args
* update path
* check with yarn
* fix typo
* fix typo
* fix typo
* fix typo
* use npm -g command
* removed project base dir
Co-authored-by: darth-coder00 <aashit@getcollate.io>