Skip to content

chore: Update integration data and GitHub stats (3/18/26)#554

Open
IEvangelist wants to merge 1 commit intomainfrom
chore/update-integration-data-3-18-26-325c5494e4e227a8
Open

chore: Update integration data and GitHub stats (3/18/26)#554
IEvangelist wants to merge 1 commit intomainfrom
chore/update-integration-data-3-18-26-325c5494e4e227a8

Conversation

@IEvangelist
Copy link
Member

No description provided.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 18, 2026 13:14
@IEvangelist IEvangelist enabled auto-merge (squash) March 18, 2026 13:14
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 icon URL is version-specific (.../13.2.1-beta.532/icon) but the entry’s version field is still 13.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. Update version to match the icon URL if 13.2.1-beta.532 is intended, or change the icon URL to use the same version as the version field.
[

src/frontend/src/data/aspire-integrations.json:1

  • These entries have version set to 13.0.0 while the version-encoded icon URL points to 13.2.1-beta.532. If version is 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 match 13.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"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants