* 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>
* Update Dockerfiles to run OMD as non-root user
* Update Dockerfile to use alpine:3 image
* Update Dockerfile to use alpine:3 docker image
* Update Dockerfile to use alpine:3 docker image
* - 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
* Fixes#13803 : Reduce the number of call in case of columns
* Add Generic Method and Interface for Fields
* Removed unnecessary comments
* Make FieldInterface return List<? extends FieldInterface> for getChildren
* Fix Failing Tests
* - Remove Pipeline or Kill on app Disable
- Add AppMarketPlaceResourceTest
- Reschedule app automatically on restore
* Add Debug Log in validate Change Event
* Fix BotResourceTest
* Api Refactor on UI