mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-02 22:57:22 -05:00
Display Request Source App Name (not just App Type) In History #386
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Tooling
Area: UI
Area: Update API
Priority: High
Priority: Low
Priority: Medium
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
lidarr-pull
radarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Prowlarr#386
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jgog on GitHub (Dec 3, 2021).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
I have multiple apps configured and would love to see the name of the app making the search in the history table.
Describe the solution you'd like
Ideally the "Source" column in the history table can show the app name.
Describe alternatives you've considered
I did find high-level stats and counts on the "Stats" page but they only give you the host name not the app.
Anything else?
Adding app-wise stats would also be nice.
AB#2065
@Qstick commented on GitHub (Dec 4, 2021):
We only get the source from the UA passed in with the request. Its possible the request address doesn't match exactly to the host address setup for the app so doing this reliably can be tricky.