* feat(ui): add support for callout in block editor
* remove margin
* use variables for colors
* center align the text
* chore(ui): improve styling and icons
* fixed athena query duration
* change second to millisecond from ui side
* added cypress support
* converted duration to millis
* supported milli second duration and change cypress
* minor change
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* fixed schemaSearch and dataModelVersion cypress
* fixed tags not updating after addition and deletion of tags
* fixed null value coming in the dashboard name field for search API
* fixed bug on service list page
* fix: allow removing assets from assets tab
* fix: localization
* fix: glossary trim issue and permission fix
* fix: asset removal on domain and glossary term
* fixed persona name showing instead of the display name on the customizable landing page
* worked on comments
* added empty catch block for consistency
* worked on comments
* Added soft delete option for services
* disabled edit actions for deleted entities
fixed code smells
code refactoring
* added loading icon in restore entity modal while API call is pending
* fixed code smells
* localization changes
* changes to make actions disabled for deleted entities
* fixed code smell
* changes to limit actions for soft deleted teams
* localization changes
* added deleted badge for soft deleted teams
* Fixed unit tests
* improved delete modal functionality
limited actions for deleted tables on profiler tab
* fixed failing unit tests
* added missing up vote and down vote functionality for search Index entities
* updated the logic to show display name if available in search suggestions
* fixed custom properties settings page bug
added soft delete limitations for container and search index custom property tab
* fixed unit tests
* fixed bugs on table details page and container details page
* Fixed bug on team details page
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* [UI] Data Insight Layout looks broken in case of large number of assets #13803
* move height to constant variable in cost file
* fixed DI cypress
* fixed failing unit test
* fix domain label issue in dropdown
* fix placeholder issue, alias issue on query, remove domain item form filter in domain, alignment issue
* fix unwanted api calls in domains version page
* supported all in add asset modal and set it to default
* fix the loading issue in asset modal while search and on save button
* fix link issue for services in asset cards
* fix wrong entity name
* added data asset alias and a aggs to count on index
* fix: assets component refactor
* fix: use aggregation query for index count on explore
* removed all alias from metadata service
* fix: asset selection data product patch
* fix: add data products on missing pages
* fix: review comments
* fix: domain cypress
---------
Co-authored-by: 07Himank <himank07mehta@gmail.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
* - Removed Logi Configuration from the openmetadata.yaml
- Migrated Login Configuration to the UI
* Removed ApplicationConfig from tests
* Added Custom Header Logo Url
* Update field to favicon
* support login conifguration
* chore(ui): update logo and login config md files
* fix validation issue
* add cypress
* restructure folders and set default fallback for favicon
* autofocus to first field of edit form
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* fix(chore): change errorplaceholder in explore and added tooltip around url style url
* supported helper text in add form for glossary and classification tags
* created separate formLabel component
* minor changes
* changes as per comments