-
Notifications
You must be signed in to change notification settings - Fork 157
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
feat: Replace vfolder
's status_history
's type dict
with list
#3205
base: topic/12-05-feat_add_dummy_kernels_table_for_testing_sql_json_merge_
Are you sure you want to change the base?
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
ecef6b9
to
a4905e7
Compare
771f2e4
to
314a6e0
Compare
a4905e7
to
f28038b
Compare
02f7617
to
b6e059c
Compare
f28038b
to
ee4f67c
Compare
b6e059c
to
8b3fe90
Compare
ee4f67c
to
44b11bf
Compare
8b3fe90
to
08ea1e7
Compare
44b11bf
to
d4d43ac
Compare
fb372c7
to
2ad9ea2
Compare
d4d43ac
to
b544fc1
Compare
2ad9ea2
to
4c0d0c7
Compare
b544fc1
to
6327969
Compare
4c0d0c7
to
d6b288e
Compare
6327969
to
dfe91a5
Compare
6120bee
to
c153753
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the future, I'd like to see a way to create a new column when changing the data format and store it in both columns for compatibility.
dfe91a5
to
9c01133
Compare
c153753
to
06c583a
Compare
9c01133
to
a77b099
Compare
06c583a
to
bc02b7f
Compare
a77b099
to
c062933
Compare
bc02b7f
to
0c53d12
Compare
Part of #767, #3214 (BA-14).
The current implementation saves only the most recent timestamp whenever status information in status_history is updated, and all previous information is deleted.
This PR prevents the loss of timestamp information by changing the data structure of vfolders' status_history to List.
Checklist: (if applicable)