* Fix#8993 Add Datainsight ingestion option available even after a pipeline already running
* Remove tailwind class
* Remove tailwind
* refactor : the code to check if Data InSight Ingestion Exists
* Fixed Error thrown while removing tags from data asset details page
* Fixed bug where user were not able to remove the tags on Dashboard Details page
* Changes in MlModelFeaturesList component:
- Tag removal bug fix
- Removed tailwind use and replaced with antd
- Code optimisation
- Localisation changes
* Moved height and width styling from app.less to size.less
* Moved tags sorting functionality to a common util function
* Removed redundant labels in en-us and replaced with common reusable label
* Removed unnecessary code
* localisation changes
* Added unit tests for added functions in CommonUtils and DashboardDetailsUtils
* Added missing localisation changes for MlModelFeaturesList
* fix the whitespace in the name end while team creation
* remove whitespace while addig tags
* remove whitespace
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Cypress: Added log1 flow for services spec
* updated data-test id
* updated service flow and add login session for the same
* reduce wait count
* removed manual login from data quality spec
* added appropriate comment for wait
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* UI label fixes for errorplaceholder in User page
* minor changes
* added fix for server error
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Add orderby for listing KpiResult Times Series
* Add order by param for kpi results
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Mask the Jwt token in Metadata service
* minor fix
* fix the icon alignment in Add Ingestion button
* disable the test connection for metadata service OpenMetadata type
* change the css name
* fix unit test issue
* Fix Auth Provider
* Fix add ingestion dropdown icon alignment
* Fix formatting
* Do not encryt JWT auth mechanism with secrets manager
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Nahuel Verdugo Revigliono <nahuel@getcollate.io>
* Removed highlighting on hover of data cards for data assets other than table
* Fixed alignment issues in Executions tab for pipelines
* Entity summary panel profiler data styling changed
* Added vector svg to use in Executions tab
* Changed OM logo to show on services page for Openmetadata Service
* Fixed Breadcrumb typo for add ingestion page
Replaced 'entity' with 'data asset'
Localisation
* Fixed version page bug
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Added colored svgs to show on feed and thread type filter selection
* updated spacing between activity feed cards
* Improved the filters styling on my-data page
* Fixed alignment for activity filters container on 'Activity Feeds & Tasks' tab
* Changed z-index for filter container to allow popovers to show on top
* Added no data placeholder in ActivityFeedList component for no data found for selected filters
* Fixed dropdown icon alignment for ActivityFeedList
* Worked on comments
Removed use of !important from css
Removed tailwind css changes
* fixed failing cypress tests
Co-authored-by: Nahuel Verdugo Revigliono <nahuel@getcollate.io>