-
Notifications
You must be signed in to change notification settings - Fork 0
Add branches section to app #26
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
Add branches section to app #26
Conversation
Co-authored-by: ChrisTimperley <523560+ChrisTimperley@users.noreply.github.com>
Co-authored-by: ChrisTimperley <523560+ChrisTimperley@users.noreply.github.com>
|
@copilot there shouldn't be any need to use the REST API here. Can you update this to only use GraphQL? |
Co-authored-by: ChrisTimperley <523560+ChrisTimperley@users.noreply.github.com>
Updated in bd934e3. The
All REST API calls ( Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
ChrisTimperley
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome! 🙌🏻
|
@copilot can you fix the formatting issues? |
Co-authored-by: ChrisTimperley <523560+ChrisTimperley@users.noreply.github.com>

Summary
Successfully added a Branches section to the commit-culture app that provides a comprehensive view of repository branches, similar to GitHub's branches page.
Latest Update - Code Formatting
Fixed code formatting issues in
src/services/github.tsto comply with Prettier rules:Key Changes
GraphQL-Only Implementation - All operations use GraphQL exclusively:
repository.defaultBranchRefrefsquery with paginationcomparefieldFeatures Implemented
✅ Branch Information Display:
✅ Backend Integration (GraphQL Only):
Branchinterface to shared typesfetchBranches()method in GitHubService using only GraphQL✅ Frontend Components:
BranchesSection.tsxwith sorting capabilitiesScreenshot
Testing
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.