* working on refactoring the search clients
* indention
* working on refactoring
* working on refactoring
* working on the refotring the whole search
* working on the refotring the whole search
* working on update indexes from repository
* Refactoring the clients
* cleanup code
* added index removed comments
* ..
* checkstyle
* working on adding new indexes
* style
* incorrect changes
* missed a catch statement
* error handling at one place and async call to clients
* added new indexes to jp,zh async call , many small handlings
* task type fix
* fixing CI
* checkStyle
* fixed CI testes
* fixed CI glossary test issue
* remove reindexing from the inportcsv
---------
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
* Fix#12494: Jdbi Transactions opens a new connection per DAO causing recursive delete to not to rollback
* Fix#12494: Jdbi Transactions opens a new connection per DAO causing recursive delete to not to rollback
* rebase with main
* Fix styling
* Add jdbiUnitOfWork
* Improvements for Change Event Repository and missing Annotations
* Add connection commit/rollback
* push schemaChange fix
* Improvements for Change Event Repository and missing Annotations
* Pass wrapped collectionDAO everywhere
* Pass wrapped collectionDAO everywhere
* Separate event handlers transactions
* Fix checkstyle
* Wrap PUT , POST, and DELETE in transactions
* Add Patch for transactions
* Add primary key to tag.id
* Proxy internal @CreateSQLObjects
* Fix exception handling in ManagedHandleInvocationHandler
* Java typo
* Update schema files
* Checkstyle fix and conflicts resolve issue
* Remove @JdbiUnitOfWOrk from Feed Repository
* remove unnecessary @JdbiUnitOfWork annotation
* Test Failures fix
* Test Failures fix
* Increase wait time , changeEventDAO takes time due to handle.commit()
* commit change
* No need to use commit in ChangeEventHandler
* Add a lookup for avoiding transaction that are not started and should not be rolled back
* remove JdbiUnitOfWork.java
---------
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
* 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
* fix: summary for logical test suite + DI aggregation on OS
* fix: added logic to attached test case result summary to logical test suite
* fix: test case timestamp in ingestion to milliseconds
* fix: updated entityExtensionTimeSeries DAO to dataQualityDataTimeSeries DAO
* fix: revert aggregation changes
* fix: updated ingestion to delete existing data for the ingestion day
* fix: added delete endpoint for the report data
* fix: added migration to delete duplicate data + added tables creation & data deltion logic in a transaction
* fix: made deletion SQL engine aware
* fix: added ES deletion logic back while we work on DI event publisher
* 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>