mig(skills): support skill version promotion - #4567
Conversation
|
There was a problem hiding this comment.
All reported issues were addressed across 3 files
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
8acd8e4 to
bfa7950
Compare
f2ae19c to
e4cb4ec
Compare
bfa7950 to
45ff60a
Compare
e4cb4ec to
6ff5556
Compare
45ff60a to
e2ed847
Compare
6ff5556 to
1b39afd
Compare
e2ed847 to
331934d
Compare
1b39afd to
28537f6
Compare
331934d to
99503db
Compare
28537f6 to
d1ca23f
Compare
99503db to
2e3c199
Compare
d1ca23f to
43ecbf4
Compare
2e3c199 to
3647162
Compare
43ecbf4 to
c0f48da
Compare
3647162 to
f7b6ba3
Compare
c0f48da to
67a8857
Compare
f7b6ba3 to
57678fb
Compare
67a8857 to
05152d2
Compare
57678fb to
9bd9f33
Compare
05152d2 to
0b04f99
Compare
9bd9f33 to
e4392b3
Compare
0b04f99 to
900410e
Compare
e4392b3 to
de070cc
Compare
900410e to
a4ec54d
Compare
de070cc to
ab27586
Compare
a4ec54d to
2f49eb7
Compare
2f49eb7 to
19b12c2
Compare
|
|
||||||||||||||||
|
|
||||||||||||||||
Summary
Summary by cubic
Add skill version promotion via optional
promoted_atonskill_versionsto restore an existing version without duplicating canonical content. Create concurrent indexes for effective ordering byCOALESCE(promoted_at, created_at)and for project+skill feedback pagination (project_id, skill_id, created_at DESC, id DESC), and threadpromoted_atthrough DB/repo models and query responses so current-following distributions observe restored content (DNO-574).Written for commit 19b12c2. Summary will update on new commits.