mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-08 17:50:28 +00:00

* Initial implementation for Governance Workflows * Remove file that shouldn't be there * Initial implementation for the governance workflows * Refactor JSONSchema for Governance Workflows * Refactored WorkflowInstanceStatus to keep the stage properly * Fix Migration for MySQL for the WorkflowInstanceStates change * Update WorkflowInstanceState to track all the states propertly * Initial code tro migrate Request type of Tasks * copy governance schemas into json directory * update schema names * Extract WorkflowInstance into its own resource * Update WorkflowInstance to have the workflow starting variables * Changed relatedEntity to be an EntityLink * First iteration on checkEntityAttributes JSONLogic * Refactored Workflow into TriggerWorkfow and MainWorkflow * Fixed WorkflowInstance and WorkflowInstanceState * Fixed WorkflowInstance and WorkflowInstanceState when process is terminated * Fix UserTask * json logic changes to workflow * Fix Patch request. Add exclude filter to EventBasedEntityTrigger * update query builder * Fix Migrations * Fix Migrations * modify query builder widget * fix search props * update widget and use default fields * Update edges to always have a true/false condition * made changes to provider for fields * push progress * fix grouping of array field * Remove duplicated migrations * Fix migrations * Fix migrations * Fix Tests and commit some improvements suggestion * fix unit tests * Add Certification Workflow * Fix Tests * Fix Tests * fix tests * add delay in pagination tests * fix minor config changes for json logic * change the glossary page * Remove Table Certification Workflow seed Data * add json logic and elastic search parsers * minor schedule interval changes for workflows * minor fixes to the parsing logic * certification ui * fix tests * fix tests * add other search fields * Add Certification to search index * Update index mapping for certification * add quick filter for certification * update locales * Fix index mapping * Add missing index updates * Fix checkstyle * increase timeout * skipping user test * skipping team test --------- Co-authored-by: karanh37 <karanh37@gmail.com> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com> Co-authored-by: sonikashah <sonikashah94@gmail.com> Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>