-
-
Notifications
You must be signed in to change notification settings - Fork 8
Add repository count diagnostics for GitHub App installations #246
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
base: main
Are you sure you want to change the base?
Conversation
@MattG57 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
There were no file changes to https://github.com/austenstone/github-value/blob/main/frontend/src/app/main/diagnostics/main-diagnostics.component.ts that would count the repositories for each org. Can you try to make those changes and add them to this PR? |
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.
Copilot wasn't able to review any files in this pull request.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
initial instructions file
Co-authored-by: MattG57 <[email protected]>
Create copilot-instructions.md
This enhancement adds repository count information to the GitHub App installation diagnostics as requested. The diagnostics now show both total repository counts across all installations and individual repository counts per organization.
Changes Made
Backend Enhancements
InstallationDiagnostic
interface to include arepositoryCount
fieldrepositoryCounts
andtotalRepositories
fields to the diagnostics summaryvalidateInstallations
method to fetch repository data for each installation using the GitHub APIFrontend Enhancements
UI Improvements
The diagnostics interface now provides:
Example output:
The implementation maintains backward compatibility and includes proper error handling to ensure diagnostic functionality remains stable even if repository fetching encounters issues.
Fixes #245.
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:
fonts.googleapis.com
ng build
(dns block)www.google-analytics.com
ng lint
(dns block)ng build
(dns block)ng build --configuration development --optimization=false --source-map
(dns block)If you need me to access, download, or install something from one of these locations, you can either:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.