* Added custom datePicker option also added yesterday option for picking the timestamp duration in data quality
* localization changes for other languages
* Fixed unit test failures and fixed bugs
* Fixed errors on column profiler page
* created route and added add query page
* added form fields
* added select option and cancel and save button
* added api integrations
* sync translation
* localization
* updated footer size for query card
* integrated permission for add action and added basic unit test for add query
* removed name and displayname field from add query form
* added queryDate information
* address the feedback for query feature
* sync localization
* fixed failing unit test
* addressing comment for add button pipe symbol color
* text-color
* removed owner filter
* added delete support
* move copy button outside dropdown
* address the feedback
* translation-sync
* updated label from users to used by
* translation-sync
* addressing comments
* fix UI: Confusing data about query on table details page. #8303
* updated query details all the place where query count is shown
* fixed failing unit test
* Changed fields to fetch initial suggestions for quick dropdowns for charts and tasks
Fixed schema field dropdown not returning correct options
* Added debouncing logic for search in quick dropdown
* fixed typescript error
* Fixed failing unit test
* fixed advanced search modal owner field initial suggestion not showing
* Code optimization for ExploreQuickFilters
* fixed cypress tests
* fixed typescript error
* Added unit tests for newly added advanced search util functions
* Added dataModel filter for dashboard entity
* enabled the advanced search cypress test for testing the changes in PR
* worked on comments to remove unnecessary util function and used existing one
* fixed cypress for searchFlow
* Reverted the changes for reindex in SearchFlow spec
* updated owner addition logic to eliminate search
* Updated user name in test data
* skipped the searchFlow specs
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Added 'Data Insight' and 'Search' pipeline deployment functionalities in separate pages from the settings
* Changes for localization for other languages
* fixed cypress test constant for changes made
* Removed 'OpenMetadata' service connection displaying in metadata category in settings. Also removed service details page and edit connection page for the same.
* modularized the ingestion component for flexible usability in 'Data Insights' settings page
* Fixed styling issues caused by long ingestion pipeline name inside the pipeline tables
* fixed failing cypress test
* fixed code smells
* fixed edit ingestion page breadcrumb
* Fixed long pipeline name overflow issue on success page
* Added Icon for data insight menu item
* Worked on comments
* localization changes for other languages
* fixed errors occurring due to wrong imports of OPENMETADATA constant
* fixed OPENMETADATA constant import error
* Fixed failing unit test
* Fixed typescript error
* Changes made to pass the pipelineType filter while fetching the ingestion pipelines for a service
* Added tabs in the elastic search re index settings page
* updated localization files for other languages
* Updated the no data placeholder for settings page ingestion pipelines tab
* added email configuration settings page
* localization changes for other languages
* fixed TriggerReIndexing component errors
* made changes to reflect the selected tabs in the URL for elasticSearch reIndex page
* fixed redirection issue from ingestion success screen to search settings page
* Added loader while loading email configurations
* changed the name of the button for adding elasticsearch reIndex pipeline
* added localization changes for other languages
* added 'Live' tab in the ElasticSearchReIndex Page
* localization changes for other languages
* added content in the locales folder for the description of the email configuration form fields.
* removed edit-config modal and moved the form to separate page with field descriptions in the right panel
* changed no data placeholder message for data insights and elastic search index pipeline
* localization changes of other languages
* changed the edit icon to use the newly added icon
* Replaced deprecated DropdownList component with antd Dropdown
* Replaced custom separator with antd Divider
* replaced logic to create query params string with qs
* removed unnecessary state to store active tab
* Removed extra div element between pageContainer and pageLayout
* Replaced manual mapping to get options with map function
* changed logic to show 'stopReIndexing' and 'reIndexAll' buttons
* Changed icon for stopped status for re-indexing
* Fixed menu item selector causing cypress failure
* fixed postgres spec
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* fix(ui): redesign glossary assets experience
* minor ui changes
* design updated on asset selection from glossary
* so not show expand icon with no children
* fix count, pagination and updates from modal
* fix unit tests
* fix type issue
* fixed failing cypress on main
* updating cypress config to test
* updating ingestion check
* revert changes related cypress.config
* added api wait for service details page API
* Deprecate location and old storage service
* Format
* Fix test
* Refactor
* Clean location
* Rename object store to storage
* Rename object store to storage
* Rename object store to storage
* Format
* Format
* Refactor object store for storage
* Refactor object store for storage
* Rename object store to storage
* Fix test
* Fix test
* Format
* chore(ui): change Objectstore to Storage
* Fixes
* Fix test
* Remove storage service from Glue cypress
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* ISSUE #6340: Implement Median support for MySQL
- Added code to existing function that previously returned None
- Important - Tested only external to OM.
- Performance tested - 1/7th the speed of other solutions. Not impacted by index.
* ISSUE #6340 - Implement median support for MySQL
Changed to remove setting user variable in expression per Teddy
* ISSUE #6340 - Implement median support for MySQL
Formatting
* Improvements in DataModel Entity
* Added lineage view in DataModel Entity
* changes as per commets
* fix unit test issue
* fix code smell
* changes as per commets