* 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>
* Use @Tag annotation to group APIs in the swagger documentation.
* Hide internal APIs
* Change API path events/subscription to events/subscriptions
* Change API path from automations/workflow to automations/workflows
* Change API path v1/testCase to v1/testCases
* Change API path v1/testDefinition to v1/testDefinitions
* Change API path v1/testSuite to v1/testSuites
* Rename Kpi and kpi in the documentation to KPI
* Change API path v1/testConnectionDefinition to v1/testConnectionDefinitions
* Update API section in the API documentation
* Fix test failures
* Correctly capitalize Test Cases and Test Suites in API docs
* chore(ui): add glossary and glossary terms count on landing page
* sync local files
* chore: update icon for glossary term
* fix: cy test
* sync locales
* address comment
* fix: cy test
* fix: cy test
* fix: cy test
* Added Delete toggle and restore testsuite functionality
* Added cypress and address comments
* fix cypress and redirect to detailsPage
* missing localization for other languages
* Worked on Cypress comments
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* chore(ui): enable eslint rules for i18next
add sync language resources with main file
* chore : exclude i18next/no-literal-string for js, jsx, json and test files
* chore: add connection schemas in eslint ignore
* fix : missing localization part 1
* fix : missing localization part 2
* fix : missing localization part 3
* fix : missing localization part 4
* fix : missing localization part 5
* fix : missing localization part 6
* fix : unit test
* ignore mock files
* update i18next/no-literal-string to error from warning
* address comments
* fix cypress
* fix cypress
* fix element not found error on tests
* scroll to element before assertion
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Remove the text ellipses and wrap the content to next line
* fix column to left
* Made action column fix to right side and remove last run from fixed
* fix cypress issue