-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
feat(preprod): skip comparisons for different analysis versions #103195
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -73,3 +73,6 @@ class SizeMetricDiffItem(BaseModel): | |
| class ComparisonResults(BaseModel): | ||
| diff_items: list[DiffItem] | ||
| size_metric_diff_item: SizeMetricDiffItem | ||
| skipped_diff_item_comparison: bool | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can look for this field in the frontend to show a nice UI around "You should rebase..." |
||
| head_analysis_version: str | None | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wasn't sure if the analysis versions should go in |
||
| base_analysis_version: str | None | ||
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.
I think we should log the fact we're skipping if so