* fix the keyboard delete action in bulk actions
* reverted the file change
* added support for column header click select all column delete handle as well
(cherry picked from commit eb1b3df7c50872eca2002fa324f3029b70db9a3f)
* fix(ui): terms got vanished for customised persona in glossary terms page
(cherry picked from commit 17341ec1cb17858067fb3869451342a71162be72)
* fix the overview tab if it's placement changed on persona to next tabs
* fix the version page tabs contains persona tab changes as well
* fix tab change issue
* remove the comment code as not needed
* fix localisation issue for glossary terms page
* add test
* fix unit test
* fix test
* fix test
* revert localisation changes
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Pranita <pfulsundar8@gmail.com>
(cherry picked from commit 6c948e68bcf36ce7dd35e57ec01db2a36cfee5f1)
* The `searchQuery` function in the `searchAPI.ts` file was constructing an incorrect query when the search value was empty. This caused the API call to fail and the assets were not displayed in the glossary term's assets tab.
This commit fixes the `searchQuery` function to correctly handle the case where the search value is empty.
* fix playwright test
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
(cherry picked from commit d41fbc396821a16e8a84ee601bbc62e5bf2f8beb)
* Fix live update bugs
* support automator status
* fix query search index
* Update the logic to display the AutoPilot status and add playwright test
* Fix tests
---------
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
(cherry picked from commit bce4bcd32fcfd4dcc52caab3c1cb335f04093ea3)
* FIX - Contract mismatch with existing test suites
* FIX - Contract mismatch with existing test suites
* FIX - Contract mismatch with existing test suites
* format
* format
(cherry picked from commit ec9b0ef03037f878691ad8a60564d5258ded6fc9)
* Introduced CreateDriveServiceRequest to handle drive service creation
* Updated routes.py to include DriveService entity
This enhancement expands the ingestion framework's capabilities to support drive services, aligning with the project's goal of comprehensive metadata management.
* fix the coverage issue due to dataAssetRules changes
* remove the commented code
(cherry picked from commit 7fa6518a551ff5a00dd7cf4e03baeeeca57cec19)
* update data contract details fields
* fix the select option chip not properly displaying the data
* supported new form field for UserTeamSelectInput Selector
* remove component changes that we not needed
* fix the selected owner chip design
* supported the userPopoverList width as per screen size with max and min limitation
* fix the tab inside userTeamSelect list not proper as the content and some oprimiztion on component side
* fix the playwright because of owner changes
* fix the description box overflow and owner selcect box overlapping on select input
* enum label fix
* remove the comment code and fix the localization and sematic status changing issue are contract validation run
(cherry picked from commit accc05a49479d87cdfc2037f2050cc1c67accfbb)
* fix styling for data contract
* revert owner and description style change
* support status icons for running, aborted, failed
* seprate const and enum to fix tests
* fix tests
* remove enable from semantic forms
* update data contract validation icon
(cherry picked from commit 764ff0edf1c3a575cf804d59e288ab514b31832a)
* modify the rule for dataAssetRule and semantic form contract
* fix the query input placement
* fix the rule config
* update logic to add specific fields
* update json logic to get fields
* address comments
* fix tier option logic
* fix delete data contract test
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Pranita <pfulsundar8@gmail.com>
(cherry picked from commit 78839892b6051dca68d597c146f3e8ef80de359f)
* Supported the contract execution chart card in Contract Page
* pending localization keys
* minor improvenent around message
* localization keys
* decrease the chart size and fix some localizaion keys
* added contract in persona tab and added beta lable in table contract tab and preference data asset rule tab
* fix some styling around form
(cherry picked from commit 98276fe8adca2da359e829022be3977fa8bbc345)
* Draft Implementation of Auto approve Glossary Terms - JsonLogicFilter
* Update generated TypeScript types
* Fixed Issues: PassFilter Inversion when jsonLogic is true, Unescaping JsonFilter
* Corrected the Test Expectations and fixed the test
* Fixed the Test for auto approval
* Fixed Java Checkstyle
* Added Entity to the jsonLogic Map for rule application so that other operations on entity is also used in jsonLogic
* Implementation of Code Review Changes
1. Use the Singleton Rule Engine and add Operations
2. Use Migrations and remove the backward Compatibility
* Update generated TypeScript types
* Removed Flowable variable updatedBy
* Update CheckEntityAttributesImpl to use Singleton rule instance
* Final Design: Improved Json Logic Triggers : isChanged, isReviewer, isOwner
* Fixed Issue: Extracting var from isChanged rule
* Fixed Issue: Fixed comment and trigger properties for entityBasedTrigger
* Hybrid approach: Exclude Fields + JsonLogic
* Update generated TypeScript types
* Added a lot of test cases!
* Auto Approve Glossary Terms during creation to avoid forever DRAFT state
* Added nodes for auto approve for reviewers
* Revert starting terms in DRAFT
* Adding Migrations to take the fresh data from the seed config, since our default workflow definitions have been changed.
* Handled Migrations properly for glossary term auto approve nodes
* Fix Merge Conflicts - Updated MigrationUtil, Fixed GlossaryStates test with newly added nodes
* Add Trigger filter to have empty string
* Fix Java checkstyle
* Updated the JsonLogic apply to incorporate RuleEngine changes
* Update the default rule for checkglossaryterm has reviewers node in governance workflow
* add migration logic
* Fix Flaky Optimistic Lock exception in the test case
* add tests
* Fix: 1. Propagate updatedBy from the trigger and make the updatedBy to be a reviewer in case of auto approval by reviewer.
2. Multiple Workflow Instance Conflicts resolution
* Remove early no conflict return
* revert search provider changes
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
(cherry picked from commit 0aa9238a72eaca08427c933457700a3f70325997)