Status drift warnings
This commit is contained in:
parent
06ed12b2c7
commit
010d23bc38
10 changed files with 538 additions and 8 deletions
|
|
@ -129,6 +129,18 @@ class ScanSummary:
|
|||
facts: list[ObservedFact]
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
class CharacteristicRebuildResult:
|
||||
repository: Repository
|
||||
analysis_run: AnalysisRun
|
||||
dry_run: bool
|
||||
confirmed: bool
|
||||
cleared_approved: bool
|
||||
previous_counts: dict[str, int]
|
||||
previous_ids: dict[str, list[int]]
|
||||
candidate_counts: dict[str, int]
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
class SourceReference:
|
||||
fact_id: int | None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue