Skip to content

Conversation

@ievdokdm
Copy link
Contributor

@ievdokdm ievdokdm commented Jan 7, 2026

Unified check run data layer

Fixes: flutter/flutter#176979

…ecks and guards

- Moved `CiStage` enum to `base.dart` for better organization and accessibility.
- Removed duplicate `CiStage` enum from `ci_staging.dart`.
- Added `currentAttempt` and `pullRequestNumber` getters to `BuildTags` class.
- Introduced `PresubmitCheck` and `PresubmitGuard` classes to manage presubmit check states and conclusions.
- Implemented tests for `PresubmitCheck` and `PresubmitGuard` to ensure correct functionality.
- Updated relevant imports across the codebase to reflect the new structure.
@ievdokdm ievdokdm requested a review from jtmcdole January 7, 2026 18:52
Copy link
Member

@jtmcdole jtmcdole left a comment

Choose a reason for hiding this comment

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

lgtm with some nits

@ievdokdm ievdokdm added the autosubmit Merge PR when tree becomes green via auto submit App. label Jan 7, 2026
@auto-submit auto-submit bot merged commit 5d30a1f into flutter:main Jan 7, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Firestore Data Layer

2 participants