feat(changelogs): add Firehose page with per-release package diffs#707
Merged
castrojo merged 1 commit intoApr 1, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request integrates OS release tracking into the Firehose feed by leveraging SBOM (Software Bill of Materials) data. Key changes include a refactor of the SBOM fetching logic to use the GitHub Releases API and anonymous GHCR access, the addition of package diffing between OS releases, and a significant UI overhaul of the Firehose cards to display OS-specific metadata like kernel and GNOME versions. Feedback was provided regarding an unused variable in the SBOM processing script.
|
|
||
| let stdout = ""; | ||
| let stderr = ""; | ||
| let _stderr = ""; |
Contributor
- Add /changelogs page with live Firehose feed of Flatpak, Homebrew, and OS release events sourced from firehose-apps.json - FirehoseCard: grouped-release design showing all releases per app with expandable older-releases section; OS cards show package version chips (Fedora/Kernel/GNOME/Mesa/Podman/systemd/bootc) and collapsible package diffs vs previous release - FirehoseFeed: sidebar with RSS links, featured-app banner, filter panel (type/category/appSet/recency), and statistics; main feed renders one card per app deduped from flat release event stream - FirehoseFilters: filter controls with match count - fetch-firehose.js: data pipeline writing firehose-apps.json - fetch-github-sbom.js: PAT-free SBOM pipeline using github.token; 8-stream catalog (bluefin, bluefin-dx, aurora, aurora-dx, bluefin-lts, bluefin-lts-dx, aurora-lts, aurora-lts-dx); empty-cache guard; remove unused _stderr variable - fetch-github-images.js: overlay SBOM package versions via spec.sbomStreamId; stub fetchPackageVersions - fetch-github-driver-versions.js: SBOM_STREAM_PREFIX map for all 8 streams - update-sbom-cache.yml: remove oras login; use github.token for GHCR anonymous pull; add validate step - Add firehose types (FirehoseApp, FirehoseRelease, FirehosePackageVersions, FirehosePackageDiff) and SBOM attestation types - Add firehose-apps.json seed file and angry-dinosaur.webp hero image Assisted-by: Claude Sonnet 4.6 via GitHub Copilot Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
a1f33d8 to
b4549bb
Compare
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.