Skip to content
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

removing the deprecated "status" field in incarnation details #236

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

defreng
Copy link
Contributor

@defreng defreng commented Jan 22, 2023

this field was giving misleading information and in some cases could significantly slow down foxops (as it was waiting for a timeout of the pipeline to appear)

@@ -34,7 +33,6 @@ class Config:


class IncarnationWithDetails(IncarnationBasic):
status: ReconciliationStatus = Field(description="DEPRECATED. Use the 'merge_request_status' field instead.")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@umer4ik
I briefly searched the UI code to check if there are still any references to this field. I couldn't find any - but could you maybe quickly double check?

@defreng defreng requested a review from giacinti January 23, 2023 08:05
@defreng defreng marked this pull request as draft January 26, 2023 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant