Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: Add version to offload nodes. Fixes #1944 and #1946 #1974
feat: Add version to offload nodes. Fixes #1944 and #1946 #1974
Changes from 250 commits
59c0aed
daa5bd2
e31737a
678d5ae
8962a47
4556caf
aa73fe2
75d2f07
06ffb49
39803ec
e84719f
8f72da8
49910f5
d46ed75
619c8aa
850669f
a265031
079029b
bbb8434
008d19c
ab84060
2922c89
350069e
cf3c842
f5ce107
494ef47
99b296a
156bafb
fea29e7
53a83d2
1c94ed9
737aab3
3dbf433
4d598eb
b902a28
77b677b
1714828
39c1bf9
551ec35
8bbc8ec
f7141c1
442852c
d310a9e
14628e7
66a29f8
92ac216
c77bfab
d17e2d2
7cb6e49
b53a5e0
a5f922f
302330d
d54459a
399f129
eacda3c
aba7c84
45646fd
61f7f7f
dfafb96
9f838e2
b71e630
58353ae
bc8c31d
c424743
eb04bd5
1a926a0
f1c53bf
e0f9dd9
e8a0c9e
e3a40c2
6b793af
2498147
dd5d521
79e0659
9b09bec
c5e278c
918eaa5
c5140af
631c848
6903277
efb9ab3
66e180c
ea7d0d0
bd42919
6f7ec53
aa18841
85f8e39
5712a70
c9ecf82
f65cd6e
87ce187
2f79f24
84a68c6
4131e5d
a98a00b
2a0d7d7
6f277da
1625138
139b09f
d776cc4
6f1209b
1025669
898f974
2ac5bf6
22b836f
b66d299
823ba8b
96f1ec9
3560bb9
defda9e
1f79091
d676c67
bf12b53
0307e2e
912be93
629ce06
c0905a1
257a841
edd21f7
fbac0cd
d79bc93
87cb8e2
c75a496
68ac298
93500b1
6ea8c5d
dbd33cc
e793564
e4e4b2e
6e42c2c
ca48000
1575035
0ec6e94
5f5f187
d0946e5
d154ede
3fc61e6
5ac8b0c
8a21c24
4302c43
54ab1bc
ac8a62f
90a7931
0c81d73
c9ce631
d5da88d
640e8d1
90a9d07
f6e4551
41e2189
8010e69
962065c
191f1bb
a47759e
607cfd9
c25cbff
4b3e965
5d31a06
37d5c45
145eb6d
a24db6b
eba9582
fd0dc30
aa7d7c5
3280038
e2b8166
6f49e62
2b88dca
0ae6b19
29fb493
fafdd9b
ae99a28
0f89ff7
50acdbc
6a325a5
4ee7602
a9de24a
5334c60
bb004b1
89805df
c1ea1bd
96cfc44
2b0f786
80b230c
9e4bba9
f2bc0c8
79ed7ff
51dcb1c
db68dbd
43ac0ec
18058f5
cc166ea
f840729
38d20e0
bbbadcb
c4ae91c
01c6e9e
690e05a
960d962
bc1092b
19185f7
5aa433a
adbfffe
bc3da04
b4a7e05
4b3e827
f8378db
7d89014
6caa777
1cd7124
64d15e4
08d76c3
33f3b41
a6b421c
e2d4a7f
b61fe1a
5c89895
57c9396
e5fb64c
3246a9c
77257ea
e219d5f
0b2c519
9df5a18
b259813
d56fccc
d75819f
644625b
ba55e46
93a2fcd
71109e7
3a8dcff
4cf579f
c87fcb8
0a23c5f
698f4ae
01a1c5b
321189a
89c8e6d
6e70609
9ffbab4
9870772
46527bc
07ccbf1
b852c54
e74f1e2
3de1820
8594d92
2bac47f
24a68d8
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
should this line read the following? (as there is no uuid column)
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.
yes - though why exactly any SQL framework would not throw some kind of exception at this clear error is beyond me 😠 😠 😠 😠
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.
actually - maybe this code never runs
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.
It's running for me on migrating a legacy database ...
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.
did it migrate successfully? give that it'l likely that every record should have "default" it may be just luckily - though I ask again - who writes framework that allows such a big error thought?
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.
no reviewing the code - this backfill is really implemented stupidly - I think I'll make a patch fix and then a re-write
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.
#2141
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.
Also this line - the archive table doesn't have a version column