Skip to content

channels request logs#4471

Draft
midigofrank wants to merge 2 commits intochannelsfrom
4408-channels-logs
Draft

channels request logs#4471
midigofrank wants to merge 2 commits intochannelsfrom
4408-channels-logs

Conversation

@midigofrank
Copy link
Collaborator

Description

This PR [adds/changes/fixes]... (A description of your work goes here.)

Closes #4408

Validation steps

  1. (How can a reviewer validate your work?)

Additional notes for the reviewer

  1. (Is there anything else the reviewer should know or look out for?)

AI Usage

Please disclose whether you've used AI anywhere in this PR (it's cool, we just
want to know!):

  • I have used Claude Code
  • I have used another model
  • I have not used AI

You can read more details in our
Responsible AI Policy

Pre-submission checklist

  • I have performed an AI review of my code (we recommend using /review
    with Claude Code)
  • I have implemented and tested all related authorization policies.
    (e.g., :owner, :admin, :editor, :viewer)
  • I have updated the changelog.
  • I have ticked a box in "AI usage" in this PR

Introduces Lightning.Channels.SearchParams, an embedded schema that
parses and validates channel request filter params from URL query strings.
Adds list_channel_requests/3 to the Channels context, returning a
paginated Scrivener.Page of ChannelRequest structs with :channel and
filtered :channel_events preloaded (source_received and error types only).
Adds a paginated Channel Requests page at /projects/:id/channels/requests
with a changeset-backed channel filter dropdown. The page uses
SearchParams and list_channel_requests/3 from the Channels context to
display request ID, path, channel name, started-at timestamp, status
badge, and error message.

Also adds a "Channel Requests" nav item in the sidebar (experimental
features only) and converts the Requests count and Last Activity cells
on the Channels CRUD page into links that navigate to the requests page
pre-filtered to that channel.
@github-project-automation github-project-automation bot moved this to New Issues in Core Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: New Issues

Development

Successfully merging this pull request may close these issues.

1 participant