You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…rwriteable (#330)
### What changes were proposed in this pull request?
This PR proposes to change the requirements of the `AuditInfo` fields to
make them optional and overwriteable.
### Why are the changes needed?
This is the first change of #250, the change is going to address two
problems:
1. If the `AuditInfo` is not existed in both Graviton store and
underlying source, we should support the empty `AuditInfo`, or only
several fields are set in `AuditInfo`.
2. If the `AuditInfo` are both set in the Graviton store and underlying
source, we should support `AuditInfo` mergeable.
Fix: #317
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Modify and add the UTs to test.
Describe the subtask
This issue tracks the work of refactoring the audit info related code, this issue mainly includes two things:
Parent issue
#250
The text was updated successfully, but these errors were encountered: