* Fix ingestionPipeline list parameters
* Fix test
* support filters from ui
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* feat: move elasticsearch indexing to backend + introduced EntityTimeSeries interface for timeseries type object
* feat: make reportData.json inherit from EntityTimeSeriesInterface
* feat: updated type to Object
* feat: deleted elasticsearch dependencies
* feat: removed elasticsearch indexing from workflow
* feat: added data insight sample data
* feat: cleaned up tests
* Fix#11970: Search by FQN; Refactor Search Indexing, Add API to search for specific field
* Fix#11970: Search by FQN; Refactor Search Indexing, Add API to search for specific field
* Fix#11970: Search by FQN; Refactor Search Indexing, Add API to search for specific field
* Fix#11970: Search by FQN; Refactor Search Indexing, Add API to search for specific field
* Fix#11970: Search by FQN; Refactor Search Indexing, Add API to search for specific field
* Fix#11970: Search by FQN; Refactor Search Indexing, Add API to search for specific field
* Add wildcard support
* Fix GlossaryTerm Patch
* Rename sandboxDomain to instanceDomain
* Test Get Charts in DomoDashboard
* Fix schemas
* Fix test
* Fix test
* Rename to Auto Tag PII
* Fix query test
* Fix query test
* Fix query test
* Fix LifeCycle inconsistencies in Schema; Add DELETE api
* set autocommit to true for non transactional
* make lifecycle common field for entities
* Add LifeCycle as common entity field
* Fix python life cycle code
* Fix search indexes
* remove unnecessary constant
* Add test back to entity resource test
* Fix lint
* Fix lint
* Fix lint
* Fix lint
* Add missing schema
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* fix: added logic to store test case result state with test case entity
* fix: added relative path logic in python unit test
* fix: added logic to sort testCases based on last execution date of test case result
* fix: ran python linting
* fix: added test case listing order param in frontend call
* fix: added tests around test suite result summary state
* fix: remove isDeleted repeated check
* fix: isolated test suite for maven tests + fix some UI failing tests
* fix: run java linting
* Fix#9972: Add Badge with color or icon for Tags,GlossaryTerm, Domain and DataProducts
* Fix#9972: Add Style with color or icon for Tags,GlossaryTerm, Domain and DataProducts
* Add style to TagLabel
* supported upvoting in entities
* Add api endpoint for voting in MLModel and Pipeline
* fix unit test
* disable header button in case of deleted entity and minor changes
* fix conflict unit test
* supported upvoting in glossaries
* supported cypress and unit test for entities
* changes as per comments
---------
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Minor fix: Do not re-run migration for properly formed native test suites
* rename 1.1.3 to 1.1.5
* rename 1.1.3 to 1.1.5 and add 1.1.4
* Fix table -> native testsuite migration
* feat: add domain version page
* added domain index .. . support for domain name .. experts and delete is left
* checkstyle
* domain list
* fix: domain selectable list changes
* fix: add missing fields
* fix: add services support for domain
* fix: review comments
* fix: review comments
---------
Co-authored-by: 07Himank <himank07mehta@gmail.com>
* 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>