Provide a look into the chache #12
Merged
prologic
merged 18 commits from lyse/yarns:master
into master
1 month ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'lyse/yarns:master'
Deleting a branch is permanent. It CANNOT be undone. Continue?
That's the current state of my view into the cache. Both, HTML, JSON and CSV formats are available. It's far from perfect, but better than nothing at all.
Before I continue, I want to check if this is going into the right direction.
l = append(l, func(i, j int) bool { return urls[i].DiscoveredAt.Before(urls[j].DiscoveredAt) })
case "-discovered":
l = append(l, func(i, j int) bool { return urls[i].DiscoveredAt.After(urls[j].DiscoveredAt) })
case "scaped":
Typoe:
scraped
Thanks, fixed!
I think what you've done here is great! We could reuse this in
yarnd
as well (with some modifications) for a view into the feeds the cache fetches on behalf of users and surface dead feeds and cleanup (at least) my pod that has so much rubbish in it :)b892937b49
to319cac1178
1 month agoWIP: Provide a look into the chacheto Provide a look into the chache 1 month agoadea938480
into master 1 month agoReviewers
adea938480
.