mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-25 00:45:07 +00:00

* feat: add changeContext to changeDescription * rev: unintended changes * rev: unintended changes * feat: implemented change summary field - implemented ChangeSummarizer which handles change summaries based on tracked fields and list of fields changes. - added a changeSummary field to table entity which captures change metadata like user, time and source - added the changeSource as a field to updater. maybe breaks things in collate. * use additional properties instead of existingJavaType otherwise types dont get created in java. * added getUpdater(T original, T updated, Operation operation) to not break collate * updated API docs * - fixed null access of changeSummary - added changeSummary to table index * fix: PR comments - added changeSummary as nested field in changeDescription - removed unneeded migrations - added changeSummary to table search index * reverted table.json and TestUtils.java * reverts