-
Notifications
You must be signed in to change notification settings - Fork 1
Implement pull request management and UI enhancements #15
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
Closed
BrunoV21
wants to merge
39
commits into
main
from
kore-01K8QVN1FXY2XF9GDSKBXYBKS5-feature-pull-request-generator
Closed
Implement pull request management and UI enhancements #15
BrunoV21
wants to merge
39
commits into
main
from
kore-01K8QVN1FXY2XF9GDSKBXYBKS5-feature-pull-request-generator
Conversation
This file contains hidden or 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
This change introduces three new abstract methods to the base fetcher class for managing branches and pull requests: `get_branches()`, `get_valid_target_branches()`, and `create_pull_request()`. The GitHub fetcher now includes full implementations with proper error handling, API integration, and support for reviewers, assignees, and labels. Azure DevOps, GitLab, and URL fetchers include stub implementations that raise NotImplementedError with clear messages indicating future support. Comprehensive unit tests validate the GitHub implementation's behavior for successful operations, error scenarios, and API failures.
… branch validation, and pull request creation with LLM-generated descriptions, including supporting schema models and service utilities.
… WebSocket endpoint with dedicated system prompt
…ed PR creation Implemented a new PR mode that allows users to select source and target branches, view commit diffs, generate AI-powered pull request descriptions via WebSocket streaming, and automatically create pull requests on GitHub. The feature includes comprehensive validation, loading states, error handling, and a responsive UI that integrates seamlessly with the existing recap and release modes.
…proved navigation flow
…ved button layout and accessibility
This commit adjusts button dimensions and padding across recap action buttons and menu options for consistent visual hierarchy and fixed sizing
… selection and GitHub requirements
This commit merges the separate PR diff and description sections into the existing actions log and summary log areas, conditionally rendering content based on mode
…uced button heights and improved spacing
…d disabled state appearance
…creation success and errors
This commit introduces automatic sorting of branches in BranchListResponse and ValidTargetBranchesResponse schemas, prioritizing main/master branches at the top followed by alphabetically sorted remaining branches
…ns after successful generation
…n and add pr-creation-section styles
…ile, tablet, and desktop breakpoints
… to use text format instead of commit objects
…ons menu with vertical stacking and spacing adjustments
…or mobile and desktop screens
…ut-section-1 for distinct styling and add mobile margin-top to output-section-0
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.
Summary
This pull request introduces comprehensive pull request management capabilities, including branch selection, diff viewing, AI-generated descriptions, and PR creation. The changes include backend API support, frontend UI improvements, and responsive design enhancements across all platforms.
Features
Bug Fixes
Improvements
Notes
Please verify all tests pass before merging. Pay special attention to the new API endpoints and the responsive UI behavior across different screen sizes.