dev → main: task claims (milestone 381), embedding model stamp, dedup copy band, sweep-shared.css #185
@@ -180,7 +180,13 @@ _COLUMN_EXCLUSIONS: dict[str, set[str]] = {
|
|||||||
"forge_connection_id",
|
"forge_connection_id",
|
||||||
},
|
},
|
||||||
"milestones": {"deleted_at", "deleted_batch_id"},
|
"milestones": {"deleted_at", "deleted_batch_id"},
|
||||||
"notes": {"deleted_at", "deleted_batch_id"},
|
"notes": {
|
||||||
|
"deleted_at", "deleted_batch_id",
|
||||||
|
# A claim is a session's attention, not the work's state (milestone
|
||||||
|
# 381). Restoring one would assert that a session on another install,
|
||||||
|
# possibly long gone, is working the task right now.
|
||||||
|
"claimed_by", "claimed_at", "claim_touched_at", "claim_session",
|
||||||
|
},
|
||||||
"task_logs": set(),
|
"task_logs": set(),
|
||||||
"note_drafts": set(),
|
"note_drafts": set(),
|
||||||
"note_versions": set(),
|
"note_versions": set(),
|
||||||
@@ -268,7 +274,10 @@ _IMPORT_COLUMN_EXCLUSIONS: dict[str, set[str]] = {
|
|||||||
"design_system_id", "inception",
|
"design_system_id", "inception",
|
||||||
},
|
},
|
||||||
"milestones": {"id", "deleted_at", "deleted_batch_id"},
|
"milestones": {"id", "deleted_at", "deleted_batch_id"},
|
||||||
"notes": {"id", "deleted_at", "deleted_batch_id"},
|
"notes": {
|
||||||
|
"id", "deleted_at", "deleted_batch_id",
|
||||||
|
"claimed_by", "claimed_at", "claim_touched_at", "claim_session",
|
||||||
|
},
|
||||||
"task_logs": {"id"},
|
"task_logs": {"id"},
|
||||||
"note_drafts": {"id"},
|
"note_drafts": {"id"},
|
||||||
"note_versions": {"id"},
|
"note_versions": {"id"},
|
||||||
|
|||||||
Reference in New Issue
Block a user