* feat(ui): pipeline and service tab for service listing page
* wip pipeline listing page
* support pipeline filter and pagesize option
* fix minor issue
* fix cypress and unit tests
* accomodate skeleton loading changes
* fix unit tests for timezone
* fix unit tests
* fix cypress
* address comments
* fix unit tests
* feat: supported stored procedure in database
* minor fixes
* fix sonar
* optimize stored procedure code and supported deleted flag for it
* feat(ui): supported code and activity tab in stored procedure (#13054)
* supported code and activity tab in stored procedure
* added support for task functionality
* feat(ui): supported lineage tab in stored procedure (#13060)
* supported code and activity tab in stored procedure
* added support for task functionality
* feat: supported lineage tab in stored procedure
* feat(ui): supported custom property tab in stored procedure and setting page (#13063)
* feat: supported custom property tab in stored procedure and setting page
* added extension field
* chanegs as per comments
* chanegs as per comments
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-CYPRESSREQUEST-5871337
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* ui: added skeleton loader for table
* addressing comments
* updated table skeletan loader logic and component
* updated skeletan loader for table
* refactor role and policy component and updated page with skeletan loader
* updated tags page with skeletan loader
* added unit test for table component and fixed failing unit test
* fixed failing unit test
* addressing comment
* addressing comments
* fixed failing unit test
* Added changes for database version page
* added version changes for database schema
* code optimization for service and schema version pages
* added missing changes for schema version page
* Added version changes for classifications
* Added cypress tests for database, database schema and classification version pages
* Added cypress tests for glossary version page
* fixed failing cypress test
* Fixed flaky and failing cypress tests
* fixed failing cypress tests
* worked on comments
* updated the data-row-keys to id for tables
* fixed glossary version cypress
* Fixes a bug while patching the description of a TestCase
* Update docker-compose.yml
* Update docker-compose.yml
* Ran pre-commit checks and linter
* Added some clarifying points and fixed some grammatical errors in the documentation for installation instructions.
* revert changes made to docs
* implementation of lightdash connector.
* ui: add icon for lightdash service
* chore: update lightdash image
* chore: update the icon
* Cleaned up code (took out debug statements, etc.). Still TODO: yield_dashboard_lineage_details() not being called just yet.
* fix: ran linting
* added null checks
* Delete openmetadata-server.md
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Teddy <teddy.crepineau@gmail.com>
* ui: updated data insights page as per new mock
* updated right side graph for description owner and tier
* updated right panel of insight card
* updated data insight as per mock
* updated di ui
* fixed failing unit test
* updated new color as per mock
* added service DI graph
* added cypress for DI
* added unit test for newly added component
* fixed failing unit test
* fixed failing unit test
* fixed failing cypress
* fixed failing cypress
* updated end date
* fix(ui): sync date format with standard format
* fix unit tests
* fix local to en-US
* merge main to fix-8538
* revert changes not related to PR
* sync datetime with new changes
* fix date issue in annoucement
* fix cypress failures
* fix cypress
* Added version page for service pages
* fixed loading issue for service version page
* replaced custom drawer for showing version with antd component
* Added unit tests for newly added components
* removed the unnecessary prop used in DataModelVersion component
* removed unnecessary props
* moved common logic to utility function
* added cypress tests for service version pages
updated cypress for existing version pages to avoid name duplication issue
* Moved import for service version page to lazy load
* styling fixes and page title changes
* updated localization files
* worked on comments
* fixed service details page import issue
* fixed cypress
* code optimization
* Add testSuite query param for listing Ingestion Pipelines
* replace API call param from serviceFilter to testSuite for getAllIngestionWorkflows in TestSuitePipelineTab component
* Filter pipeline type IN condition
* updated pipelineType for ingestionPipeline
* updated cypress
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* ui: NO option to edit associated tables "Query used by other tables:" while editing query #12346
* miner update
* updated query patch creation
* ui: NO option to edit associated tables "Query used by other tables:" while editing query #12346
* miner update
* updated query patch creation
* Fix query patch
* Fix query patch
* added edit support for queryUsedIn and unit test for the same
* added cypress test for query change
* showing current table in queryUsedIn
* fixed failing unit test
* addressing comment
* Fix activity update and test
* Fix checkstyle
---------
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
* Fixed version page flaky no data placeholder
removed code duplication in DataModelVersion component
* fixed clear tier functionality for containers and data models
* Added cypress tests for version pages
* fixed unit tests
* Fixed the bug for diff not showing for multiple columns changes
Fixed the bug for diff not showing for changes in nested columns
* code refactoring and optimization for EntityVersionPage component
* fixed unit test for TopicVersion
* fixed code smells
fixed bug for pipeline version page where multiple changes in tasks not showing properly
* updated icons for table and column constraints
* refactored code for topicSchema for version page changes
* refactoring and bug fixes for MlModel version page
* fixed the bug for constraint changes not showing properly on version pages
* updated test ids for better selections
* fixed unit test for TopicVersion
* removed height and width params for newly added icons
* fixed constraints not showing on version page when no constraint changes
* fixed table constraint changes not showing properly
* updated logic to show multiple table constraints for a single column
* Added cypress test for TableVersion page
* fixed partitions and replicationFactor changes not showing on topic version page
* changes to display sourceURL version change for pipeline and dashboard
* changes to show schemaType field change on topic version page
* added testid to schemaType diff Tag
* reverted cypress changes
* fixed topic version page bug
* fixed unit tests
* moved the extraInfo logic to the DataAssetsVersionHeader component