13 Commits

Author SHA1 Message Date
Chirag Madlani
c89bcb51b4
feat(ui): breadcrumb style updates (#10974)
* feat(ui): breadcrumb style updates
entity title styling

* fix localisation

* update explore card & summary panel breadcrumbs

* fix breadcrumbs for container, glossary & tags

* update breadcrumb styling at all the places

* fix service type missing from version components

* fix unit tests

* fix breadcrumb styling
fix icons related changes
fix link related issue

* fixed assets related feedbacks

* add external link for assets

* fix cypress

* fix breadcrumbs on the glossary

* fix glossary breadcrumb issue

* update databaseSchema page layout

* fix code smells

* fix code smells

* fix unit tests failing

* update tag icon and fix lineage cypress

* fix restore entity

* fix restore entity spec

* fix test id issue
2023-04-14 11:28:11 +05:30
Aniket Katkar
6cf982bb2f
feat#10614: consolidate 'OpenMetadata' service settings under one section. (#10768)
* 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>
2023-04-12 18:25:47 +05:30
Suresh Srinivas
c8b640674b
10041 part2 - Refactor and cleanup APIs (#10900)
* 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
2023-04-03 13:03:48 -07:00
Sachin Chaurasiya
55fde2d775
chore(ui): add glossary and glossary terms count on landing page (#10640)
* 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
2023-03-21 19:33:44 +05:30
Ashish Gupta
4ec185ff22
UI : Added Delete toggle and restore Testsuite functionality (#10479)
* 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>
2023-03-10 14:30:53 +05:30
Sachin Chaurasiya
5b94f5ae70
chore(ui) : Add missing localization (#10205)
* chore(ui) : Add missing localization

* fix : unit test

* chore : add missing locale keys

* chore : add missing locale keys

* fix: cy failures

* fix : cy test

* address comments
2023-02-16 17:28:00 +05:30
Pere Miquel Brull
1835de8bf2
Group airflowConfiguration into pipelineService config (#10120)
Group airflowConfiguration into pipelineService config (#10120)
2023-02-07 16:30:42 +01:00
Suresh Srinivas
1990ac56d9
10041 Part1 - Refactor and clean up System APIs (#10042)
* 10041 Part1 - Refactor and clean up System APIs

* Update the config resource endpoint url
2023-02-03 16:25:40 -08:00
Chirag Madlani
13357ab668
chore(ui): enable eslint rules for i18next (#9675)
* 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>
2023-02-03 20:48:41 +05:30
Ashish Gupta
942b553edc
UI : Fix Test cases breaking issue while editing (#10095)
* Fix Test cases while edit

* Added cypress for null test type

* fix unit test issue
2023-02-03 16:30:50 +05:30
Ashish Gupta
742d008669
UI : Remove the text ellipses and wrap the content to next line (#9903)
* 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
2023-01-27 11:10:07 +05:30
Shailesh Parmar
9d08cf7eb9
Cypress: Fixed failing cypress test in main and glossary search localization (#9730) 2023-01-16 12:21:24 +05:30
Chirag Madlani
ec61e94bb8
chore(ui): support lint & prettier for cypress files (#9728) 2023-01-15 18:24:10 +05:30