-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: add PR check status indicators #74
Open
devin-ai-integration
wants to merge
92
commits into
feature/v2
Choose a base branch
from
devin/1738226879-pr-checks
base: feature/v2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Convert SCSS files to CSS - Remove SASS dependencies and configuration - Add stylelint for CSS linting - Update webpack config to handle CSS only - Update imports to use .css extension Co-Authored-By: [email protected] <[email protected]>
Co-Authored-By: [email protected] <[email protected]>
Co-Authored-By: [email protected] <[email protected]>
Co-Authored-By: [email protected] <[email protected]>
Co-Authored-By: [email protected] <[email protected]>
Co-Authored-By: [email protected] <[email protected]>
Remove SASS in favor of pure CSS
- Rename constants.ts to constants.js - Remove TypeScript type annotations - Add type declarations file (constants.d.ts) - Update tsconfig.json to support JavaScript files Co-Authored-By: [email protected] <[email protected]>
- Add babel-jest transform for .js files - Configure @babel/preset-env for current Node environment - Maintain existing ts-jest configuration for .ts files Co-Authored-By: [email protected] <[email protected]>
…to-js Migrate constants.ts to JavaScript
Migrate utils.ts to JavaScript
- Make Puppeteer headless mode configurable via PUPPETEER_HEADLESS env var - Add GitHub Actions workflow with Chrome dependencies and Xvfb setup - Configure CI environment for proper browser testing Co-Authored-By: [email protected] <[email protected]>
- Add --no-sandbox and other required flags for CI - Conditionally apply flags based on CI environment - Keep default configuration for local development Co-Authored-By: [email protected] <[email protected]>
- Set CI=true to enable CI-specific Chrome flags - Set PUPPETEER_HEADLESS=true explicitly for CI environment - Ensure consistent headless behavior in CI Co-Authored-By: [email protected] <[email protected]>
- Add missing trailing commas in args array - Fix TSLint trailing-comma errors Co-Authored-By: [email protected] <[email protected]>
Co-Authored-By: [email protected] <[email protected]>
…d-webpack Remove TypeScript and webpack dependencies
- Add ignored-group section with visual separation - Filter and group ignored PRs separately from active PRs - Style ignored section with reduced opacity and border Co-Authored-By: [email protected] <[email protected]>
- Store category information when collecting ignored PRs - Group ignored PRs by their original category - Add category titles within ignored section - Style category titles with consistent theme colors Co-Authored-By: [email protected] <[email protected]>
Group ignored PRs at bottom of popup
- Add checkConclusion to PullRequest type - Fetch check runs status from GitHub API - Display check status emoji (✅/❌/⏳) next to PR titles - Add CSS styling for check status display Co-Authored-By: [email protected] <[email protected]>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
⚙️ Control Options:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add PR Check Status Indicators
This PR adds check status indicators (✅/❌/⏳) to pull request titles in the extension popup, similar to how GitHub displays them in PR lists.
Changes
Testing
Link to Devin run: https://app.devin.ai/sessions/2a30752443f2490fb55709033c6b794c