feat: per-channel message list for Solid Cable#60
Merged
Conversation
GET /cable/channels/:channel_hash shows a paginated reverse-chronological list of SolidCable::Message records for a specific channel, with payload preview (120 chars) and relative sent time. Channel names in the channel browser are now links using channel_hash as the URL-safe identifier. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #60 +/- ##
==========================================
+ Coverage 99.10% 99.29% +0.18%
==========================================
Files 32 33 +1
Lines 559 565 +6
==========================================
+ Hits 554 561 +7
+ Misses 5 4 -1
🚀 New features to boost your workflow:
|
Covers index action: 200 response, channel isolation, newest-first ordering, channel name as page title, payload truncation, back link, and empty state for unknown channel_hash. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Covers the JSON happy path (label + pretty-print), the plain-text fallback, and invalid-byte replacement. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
README Solid Cable section gains a proper ### Features list matching the Solid Queue and Solid Cache sections. ROADMAP removes the now-shipped per-channel message list item from v0.6.0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Closes #33
Summary
GET /cable/channels/:channel_hash— paginated, reverse-chronological list ofSolidCable::Messagerecords for a specific channelGET /cable) are now links usingchannel_hashas the URL-safe identifier, avoiding encoding issues with JSON-style channel stringsTest plan
bundle exec rake dev:seed) and visit/cable— channel names should be clickable links/cable/channels/<unknown_hash>— should render empty statebundle exec rakepasses clean🤖 Generated with Claude Code