Coevolution extension
This commit is contained in:
parent
88afdc09fd
commit
991c34ce52
17 changed files with 764 additions and 4 deletions
|
|
@ -54,6 +54,19 @@ class ReviewDecision:
|
|||
created_at: str
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
class ExpectationGap:
|
||||
id: int
|
||||
repository_id: int
|
||||
analysis_run_id: int | None
|
||||
expected_type: str
|
||||
expected_name: str
|
||||
source: str
|
||||
notes: str
|
||||
status: str
|
||||
created_at: str
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
class AnalysisRunDiffItem:
|
||||
change_type: str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue