* 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>
* - Converted normal table to antd table for 'Service Page'
- Table styling made consistent
- Fixed delete icon issue on UsersList page
- Code optimisations
* Fixed failing unit tests for service page
* Used antd Card component instead of Row/Col in 'Service', 'DatabaseDetails' and 'DatabaseSchema' pages
* Code optimisation and eleminated duplications
* Reverted the changes for Using Card component instad of Row/Col
* - Fixed cypress tests
- Localisation changes
* Fixed unit tests
* fixed acitvity feed and task label
* fix the missing special character in TableEntity type column
* remove word break
* updated style same as earlier
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* Change insight to insights
* Fix : for percentage metric send value as fraction not whole number
* Fix: show percentage for chart instead of fraction
* Fix KPI fraction to percentage
* Fix : KPI results value and end time
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* - Added styling for TableDataCards to highlight on hover
- Changed styling for EntitySummaryDetails panel
- Made table title clickable for EntitySummaryDetails panel
-Code optimisations
* Worked on comments
Moved Typography component inside the TableDataCardTitle component
Added prefix to increase specificity of class name added before
* Changed Typograhy.Text to Typography.Title to eleminate unnecessary stylings
* fix the reset of the explore page once back for details page
* fix page got reset when back from details page
* fix unit tests
* fix the reset info on sort change
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* - Added more information about fields in metadata to ES config step
- Styling improvement for the same step
- Data insight pipelines can only be sheduled with day option
* Worked on comments and code optimisation in MetadataToESConfigForm
* Added missing dependancies for useMemo in CronEditor
* Worked on comments
* Changed component name and converted components to arrow functions
* Component name correction
* Fix the scrolling and recent view item alignment issue
* change tailwind css to custom css
* remove tailwind classes from entitylist
* change css in less format
* Services sensitive passwords fields are stored in secrets store
* Update services on application startup in case of changes in the JSON Schema
* Minor changes after manual test
* Bots sensitive passwords fields are stored in secrets store
* Ingestion pipeline sensitive passwords fields are stored in secrets store
* Fix Java style
* Add update for ingestion pipelines on start up
* Add pylint exception
* Fix broken test
* Update UI references
* Feat ✨ (#8608)UI : Add KPIs support for data insight
* Feat : Support Add KPI
* Fix label case
* Feat : Support Edit KPI
* Feat : Support Delete KPI
* Doc : change helper text and typos
* Fix : Typescript types and typos
* Change startDate and endDate format
* Add no kpi found logic
* Feat : Add Graph for KpI results
* Fix label
* Add view all kpis button to kpi graph
* Fix unit test
* Add Admin check for KPI Operation
* Add admin check for add kpi operation on kpi list page
* Add o description placeholder if there is no description.
* Add special character check for KPI name
* Fixed tooltip issue for graph
* Add kpiRecords for tooltip
* Add support for KPI latest result
* Address review comments
* Address comments
* Address review comments
* Remove tier from kpi
* Add localisation
* Add localization for tabs
* Skip the test
* Revert "Skip the test"
This reverts commit 4d1f77aedeae90fbd5fc77fdbd029b0b8af69d38.
* Fix unit test
* Added support for 'Metadata Service' connectors
* Fixed failing unit tests
* Removed delete button for 'Metadata Service' connector of type OpenMetadataServer
* Code optimization for SelectServiceType component
* Fixed errors arrived due to backend changes related to OpenMetadata Services
* Added additional step for adding Metadata to ES configs while creating ingestion pipeline for Metadata Service
* Updated service-guide constants for additional step information
* Fixed ingestion tabs data not showing for profiler, lineage and usage ingestion schedule steps
* Added restore option for entity table
* added async await to function as per comments
* changes as per comments
* added interpolation for success and error message
* changes the entities restore endpoint
* added localisation
* Endpoint should be more specific, causes issue in case we have enitities containing login, config etc in name
* Endpoint should be more specific, causes issue in case we have enitities containing login, config etc in name
* Change GET APIs to PUT apis #8687
* change request type for registration
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* Fixed issue with wrong link for custom attributes in activity feed
* Function to get customAttributes path removed and used already existing function