* 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>
* 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
* fixes App Analytics summary not adjusting to the datetime [UI] #10571
* added comments to the code
* updated sum logic, used sumBy method from lodash
* addressing comment
* Made changes to use the newly created APIs for fetching elasticSearch re-indexing data
* DOcs Fix and add validation
* Fixed APIs to fetch the batchJob reIndex data
worked on comments
---------
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
* Supported DataModel in Dashboard Page
* url fqn changes
* Support Activity tab for DataModel Entity
* Remove dataModel resource descriptor
* Fix tasks for dashboard data models
* changes as per comments
* minor fix
* changes as per comments and minor improvements
---------
Co-authored-by: Nahuel Verdugo Revigliono <nahuel@getcollate.io>
* Added displayName field in Tags
* localisation key added
* minor changes
* added tooltip
* remove rename option from outside and added it inside the form
* minor changes
* fix cypress issue
* changes as per comments
* fix cypress issue
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Add ingestionIpInfoEnabled configuration
* Format
* hide ip address if api response if not 200
* removing dependancy on ip-modal and checking default state
* updated status code for ip to 204 to check default state
* fixed failing cypress
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* Changed description change method for service connections from 'Put' to 'PATCH'
* worked on comments
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Supported DataModel in Dashboard Page
* url fqn changes
* Added Sql tab in Data Model Entity
* if sql is not there tab will not be shown
* fix the delete entity failure
* made changes to redirect user to test suite listing page after test suite deletion instead of homepage
* removed unnecessary fields being passed to API call for fetching for entity summary panel
* removed unnecessary fields being passed to API call for fetching test case results in dataset details page
* Added action column to the test suite list page inside tables for delete action
* fixed an issue with the test case form where going back and forth through steps was making fields unresponsive
* fixed unit tests
* fixed test suite deletion issue
* Revert changes for TableProfilerV1
* Restructured Reindexing + Added Automated Reindexing on Glossary import
* Revert Openmetadata yaml
* Fix pending issues
* Fix stats
* Refactor to workflows and SearchIndex
* Fix Failing tests
* Get status for stream and push status with
* fix UI build failing
* replace all with entity list before hit api
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* chore(ui): Show error message if test definition API fails
* test: add unit test
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Fixes Handle databse filter in ingestion pipeline when connection specifies a database #7044
* fix: Handle databse filter in ingestion pipeline when connection specifies a database #7044
* sync-translation
* fixed unit test
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* fix(ui): show system badge for system tags
* rename file to coding standards
* fix cypress failure
* update badge styling to details
* update badge styling
added unit tests
* fix(ui): entity selection for es re-indexing
* Add query and container for reindexing
* add tree view for entity selection
* fix tree view for entities
---------
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
* upgraded cypress to v12.9.0 and fixed service connection cypress
* fixing failing cypress
* updated cy setting
* fixed restore cy test
* added API wait for users spec
* fixed suspected specs
* Fix ES aligning suggests with Java
* separate the tag test for DatabaseSchema
* updated tags spec
* skip advance search
* fixed failing API's
* await on tags api
* debounce search api
* update numKeptInMemory flag to minimum
* fix unit tests and skip failed tests
* fixed failing cy test
* fixed redirection
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>