-
Notifications
You must be signed in to change notification settings - Fork 1
**Summary:** #12
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
24
commits into
main
from
kore-01K8QVN1FXY2XF9GDSKBXYBKS5-feature-pull-request-generator
Closed
**Summary:** #12
BrunoV21
wants to merge
24
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
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.
This pull request introduces comprehensive pull request management capabilities, including branch operations, PR creation, and AI-powered description generation. The changes enhance both the backend API and frontend UI, with support for GitHub and future extensibility to other Git providers.
Features
Bug Fixes
Improvements
Refactoring
Documentation
Notes:
Please ensure all tests pass before merging. Special attention should be given to the new PR management features and UI changes.