chore: Update integration data and GitHub stats (3/18/26)#554
Open
IEvangelist wants to merge 1 commit intomainfrom
Open
chore: Update integration data and GitHub stats (3/18/26)#554IEvangelist wants to merge 1 commit intomainfrom
IEvangelist wants to merge 1 commit intomainfrom
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the frontend’s static data snapshots for Aspire integrations and GitHub repository stats to reflect current versions, download counts, and star counts.
Changes:
- Refreshed GitHub star counts in
github-stats.json - Updated NuGet package versions/download counts and icon URLs across
aspire-integrations.json - Added a new integration entry for
Aspire.Hosting.ClickHouse
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/frontend/src/data/github-stats.json | Updates stored GitHub star counts for featured repos. |
| src/frontend/src/data/aspire-integrations.json | Refreshes integration metadata (versions/downloads/icons) and adds ClickHouse hosting integration. |
Comments suppressed due to low confidence (2)
src/frontend/src/data/aspire-integrations.json:1
- The
iconURL is version-specific (.../13.2.1-beta.532/icon) but the entry’sversionfield is still13.1.1. This can cause the UI to display inconsistent data and may break the icon (404) if the version in the URL doesn’t match the actual package/version being represented. Updateversionto match the icon URL if13.2.1-beta.532is intended, or change the icon URL to use the same version as theversionfield.
[
src/frontend/src/data/aspire-integrations.json:1
- These entries have
versionset to13.0.0while the version-encodediconURL points to13.2.1-beta.532. Ifversionis meant to represent the latest (or displayed) package version, it should be kept consistent with the icon URL (and likely with whatever version the downloads correspond to). Otherwise, the icon URL should be updated to match13.0.0.
[
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Comment on lines
1633
to
+1636
| { | ||
| "title": "CommunityToolkit.Aspire.Hosting.ActiveMQ", | ||
| "description": "An Aspire hosting package for hosting ActiveMQ.", | ||
| "icon": "https://api.nuget.org/v3-flatcontainer/communitytoolkit.aspire.hosting.activemq/13.1.2-beta.518/icon", | ||
| "icon": "https://api.nuget.org/v3-flatcontainer/communitytoolkit.aspire.hosting.activemq/13.2.1-beta.532/icon", |
Comment on lines
+1646
to
1648
| "downloads": 55312, | ||
| "version": "13.1.1" | ||
| }, |
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
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.
No description provided.