Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial implementation for Governance Workflows #17837

Merged
merged 86 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
86 commits
Select commit Hold shift + click to select a range
f6ff4aa
Initial implementation for Governance Workflows
IceS2 Sep 13, 2024
54d9893
Remove file that shouldn't be there
IceS2 Sep 13, 2024
9d0d16d
Merge branch 'main' into feat/governance-workflows
karanh37 Sep 25, 2024
27bdb3f
Initial implementation for the governance workflows
IceS2 Sep 26, 2024
658c21b
Merge branch 'main' into feat/governance-workflows
IceS2 Sep 26, 2024
0d55180
Refactor JSONSchema for Governance Workflows
IceS2 Oct 1, 2024
4d7239b
Refactored WorkflowInstanceStatus to keep the stage properly
IceS2 Oct 3, 2024
2f54900
Fix Migration for MySQL for the WorkflowInstanceStates change
IceS2 Oct 4, 2024
54293f4
Update WorkflowInstanceState to track all the states propertly
IceS2 Oct 4, 2024
e2d4259
Initial code tro migrate Request type of Tasks
IceS2 Oct 7, 2024
5fd0b0e
copy governance schemas into json directory
karanh37 Oct 7, 2024
6a135e8
update schema names
karanh37 Oct 7, 2024
18c6195
Extract WorkflowInstance into its own resource
IceS2 Oct 7, 2024
1630a0f
Update WorkflowInstance to have the workflow starting variables
IceS2 Oct 9, 2024
9ba8020
Changed relatedEntity to be an EntityLink
IceS2 Oct 9, 2024
69f2acf
First iteration on checkEntityAttributes JSONLogic
IceS2 Oct 10, 2024
64db961
Refactored Workflow into TriggerWorkfow and MainWorkflow
IceS2 Oct 18, 2024
52706e0
Fixed WorkflowInstance and WorkflowInstanceState
IceS2 Oct 22, 2024
11cf69a
Fixed WorkflowInstance and WorkflowInstanceState when process is term…
IceS2 Oct 23, 2024
2f825da
Merge branch 'main' into feat/governance-workflows
IceS2 Oct 23, 2024
c6ab069
Fix UserTask
IceS2 Oct 23, 2024
1546f81
json logic changes to workflow
karanh37 Oct 24, 2024
b6a61a7
Fix Patch request. Add exclude filter to EventBasedEntityTrigger
IceS2 Oct 28, 2024
1ae6c52
Merge branch 'feat/governance-workflows' of github.com:IceS2/OpenMeta…
IceS2 Oct 28, 2024
5d89a55
Merge branch 'main' into feat/governance-workflows
IceS2 Oct 28, 2024
460450c
update query builder
karanh37 Oct 29, 2024
db2c27c
Fix Migrations
IceS2 Oct 29, 2024
6820fb9
Fix Migrations
IceS2 Oct 29, 2024
80176b2
modify query builder widget
karanh37 Oct 29, 2024
fe27d7f
fix search props
karanh37 Oct 30, 2024
2f0dc97
update widget and use default fields
karanh37 Oct 30, 2024
4fcae9b
Update edges to always have a true/false condition
IceS2 Oct 30, 2024
741a445
Merge branch 'feat/governance-workflows' of github.com:IceS2/OpenMeta…
IceS2 Oct 30, 2024
5be5c6e
made changes to provider for fields
karanh37 Oct 31, 2024
74e3169
push progress
karanh37 Oct 31, 2024
d0d3df6
fix grouping of array field
karanh37 Oct 31, 2024
9945b5b
Merge branch 'main' into feat/governance-workflows
IceS2 Oct 31, 2024
c86e051
Merge branch 'main' into feat/governance-workflows
IceS2 Nov 4, 2024
5251577
Remove duplicated migrations
IceS2 Nov 4, 2024
b6eaf46
Fix migrations
IceS2 Nov 4, 2024
48eed52
Fix migrations
IceS2 Nov 4, 2024
2ac38c3
Fix Tests and commit some improvements suggestion
IceS2 Nov 4, 2024
906a2a0
Merge branch 'main' into feat/governance-workflows
karanh37 Nov 5, 2024
808801b
fix unit tests
karanh37 Nov 5, 2024
e8622d2
Merge branch 'feat/governance-workflows' of https://github.com/IceS2/…
karanh37 Nov 5, 2024
f1f6019
Add Certification Workflow
IceS2 Nov 5, 2024
f8d41c4
Merge branch 'feat/governance-workflows' of github.com:IceS2/OpenMeta…
IceS2 Nov 5, 2024
4f8110c
Fix Tests
IceS2 Nov 5, 2024
9772608
Fix Tests
IceS2 Nov 5, 2024
fdec11b
Merge branch 'main' into feat/governance-workflows
IceS2 Nov 6, 2024
249256d
Merge branch 'main' into feat/governance-workflows
harshach Nov 6, 2024
8511f6e
fix tests
karanh37 Nov 7, 2024
ab6f124
add delay in pagination tests
sonika-shah Nov 7, 2024
87c4d66
Merge remote-tracking branch 'IceS2/feat/governance-workflows' into f…
sonika-shah Nov 7, 2024
9e9fa6c
Merge branch 'main' into feat/governance-workflows
sonika-shah Nov 7, 2024
d3d0ad5
fix minor config changes for json logic
karanh37 Nov 7, 2024
c483d3f
Merge branch 'feat/governance-workflows' of https://github.com/IceS2/…
karanh37 Nov 7, 2024
487d8e8
change the glossary page
karanh37 Nov 7, 2024
b9b2722
Remove Table Certification Workflow seed Data
IceS2 Nov 7, 2024
d6a4f2f
Merge branch 'feat/governance-workflows' of github.com:IceS2/OpenMeta…
IceS2 Nov 7, 2024
5e02ef2
add json logic and elastic search parsers
karanh37 Nov 8, 2024
ac037ca
minor schedule interval changes for workflows
karanh37 Nov 8, 2024
b0d1c32
Merge branch 'open-metadata:main' into feat/governance-workflows
IceS2 Nov 8, 2024
b3c2181
minor fixes to the parsing logic
karanh37 Nov 8, 2024
0b7eec6
Merge branch 'main' into feat/governance-workflows
IceS2 Nov 8, 2024
bbea497
Merge branch 'feat/governance-workflows' of https://github.com/IceS2/…
karanh37 Nov 8, 2024
6ca7cba
certification ui
karanh37 Nov 9, 2024
a202687
fix tests
karanh37 Nov 9, 2024
60dd6b2
fix tests
karanh37 Nov 10, 2024
5429b7d
add other search fields
karanh37 Nov 11, 2024
157425a
Merge branch 'main' into feat/governance-workflows
IceS2 Nov 11, 2024
f549769
Add Certification to search index
IceS2 Nov 11, 2024
c198d2d
Merge branch 'feat/governance-workflows' of github.com:IceS2/OpenMeta…
IceS2 Nov 11, 2024
72e0a02
Update index mapping for certification
IceS2 Nov 12, 2024
161b8ba
Merge branch 'main' into feat/governance-workflows
IceS2 Nov 12, 2024
4234bc2
add quick filter for certification
karanh37 Nov 12, 2024
b960491
update locales
karanh37 Nov 12, 2024
9803830
Fix index mapping
IceS2 Nov 12, 2024
771c5cf
Merge branch 'feat/governance-workflows' of github.com:IceS2/OpenMeta…
IceS2 Nov 12, 2024
11bc677
Add missing index updates
IceS2 Nov 12, 2024
a16d6f3
Fix checkstyle
IceS2 Nov 12, 2024
b88b5c7
increase timeout
karanh37 Nov 12, 2024
489787d
Merge branch 'main' into feat/governance-workflows
karanh37 Nov 12, 2024
fa2ba5a
skipping user test
karanh37 Nov 12, 2024
9e90831
skipping team test
karanh37 Nov 13, 2024
1e818dc
Merge branch 'main' into feat/governance-workflows
karanh37 Nov 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ openmetadata-ui/src/main/resources/ui/playwright/.auth
#UI - Dereferenced Schemas
openmetadata-ui/src/main/resources/ui/src/jsons/connectionSchemas
openmetadata-ui/src/main/resources/ui/src/jsons/ingestionSchemas
openmetadata-ui/src/main/resources/ui/src/jsons/governanceSchemas

#UI - Generated TS
openmetadata-ui/src/main/resources/ui/src/generated
Expand Down
Loading
Loading