Commit graph

152 commits

Author SHA1 Message Date
dd8f799445 144 - Extract CreateRouteArticlesAction from ValidationService 2026-08-13 23:16:43 +02:00
d8b85f84ed 144 - Extract SaveArticleAction from ArticleFetcher 2026-08-13 21:59:56 +02:00
c7b9cd6d0c 142 - Surface failed publishes and replace auto-retry with a manual one
Some checks failed
CI / ci (push) Failing after 11m41s
2026-08-13 21:36:57 +02:00
e16368a662 138 - Upload the thumbnail once per publish, not per retry 2026-08-13 21:06:02 +02:00
34b78e6e54 138 - Resize and host article thumbnails on the instance 2026-08-13 20:58:49 +02:00
6ea3f922da 138 - Add multipart upload support to LemmyRequest 2026-08-13 20:46:06 +02:00
0163fa53b4 137 - Add an edit option to channel cards 2026-08-13 18:44:59 +02:00
41a1be7ca4 136 - Add an edit option to feed cards 2026-08-13 18:35:19 +02:00
a8d96554a7 83 - Tighten dashboard analytics after review 2026-08-13 18:06:49 +02:00
42fab63eaf 83 - Add a recent activity panel to the dashboard 2026-08-13 17:49:50 +02:00
bf734feb4a 83 - Add a publish success rate chart to the dashboard
Some checks failed
CI / ci (push) Failing after 12m22s
2026-08-13 17:34:57 +02:00
cc45b74a63 83 - Add an approval rate chart and rework the dashboard grid 2026-08-13 00:54:29 +02:00
df5013f86d 83 - Record approval decisions and rework the dashboard layout 2026-08-13 00:40:21 +02:00
8375c948c6 83 - Add a decision timestamp to route articles 2026-08-13 00:15:36 +02:00
4b895263e2 83 - Show the fetched-vs-published trend on the dashboard 2026-08-13 00:10:34 +02:00
5b4e311d2d 83 - Add a daily fetched-vs-published trend stat 2026-08-12 23:29:36 +02:00
f6067eec38 83 - Add a SeriesStat contract for time-series dashboard panels 2026-08-12 23:14:19 +02:00
55f76d0d09 83 - Add a per-channel publication breakdown to the dashboard 2026-08-12 00:41:10 +02:00
8a1001d274 83 - Add a per-feed article breakdown to the dashboard 2026-08-12 00:32:46 +02:00
8a98990aea 83 - Isolate dashboard panels with Livewire islands 2026-08-12 00:20:46 +02:00
a6eff35586 83 - Drive dashboard and API stats from a date range 2026-08-12 00:00:49 +02:00
ef5346ed70 83 - Add a DateRange value object with named presets 2026-08-11 23:47:51 +02:00
c40e167ab5 95 - Add a platform credential health check 2026-08-11 00:44:26 +02:00
cb63a05aa5 90 - Cap the number of articles published per day 2026-08-10 23:12:33 +02:00
3b4200a0e5 91 - Show the feed name on article activity entries 2026-08-10 21:43:47 +02:00
d3e589c36c 91 - Register event listeners once instead of twice 2026-08-10 21:16:34 +02:00
fbcf4faa9f 91 - Prune activity logs after 90 days 2026-08-10 20:46:07 +02:00
c986f000f6 91 - Summarize and display activity 2026-08-10 20:45:52 +02:00
f8084d144c 91 - Record activity from fetch, validate and publish paths 2026-08-10 20:44:57 +02:00
c7de5bc3df 91 - Add activity log table, model and event pipeline 2026-08-10 20:44:30 +02:00
548a55af05 116 - Warn when a feed fetch returns no articles 2026-08-10 01:02:16 +02:00
6f5b15a332 119 - Extract publish eligibility into a RouteArticle scope 2026-08-10 00:20:53 +02:00
ddd6514a77 119 - Back off and give up on repeatedly failing publishes 2026-08-10 00:05:17 +02:00
16353fe60a 119 - Fail publishing when article content cannot be recovered 2026-08-09 23:28:59 +02:00
ecb12ddfc7 119 - Publish articles from stored data instead of re-fetching 2026-08-09 20:41:07 +02:00
433aa79007 119 - Store article thumbnail in image_url during validation 2026-08-09 15:22:02 +02:00
36b46b4d2e 113 - Scope clearing pending articles to the active feed filter 2026-08-09 10:37:54 +02:00
817219df61 113 - Filter articles by feed on both tabs 2026-08-09 09:41:47 +02:00
03282d2463 113 - Collapse pending articles into per-feed accordions 2026-08-09 02:19:31 +02:00
e0056864af 113 - Add per-feed colour dots to article routing 2026-08-07 02:14:58 +02:00
d0d81e524e 114 - Select channel communities from the instance instead of typing a slug
Some checks failed
CI / ci (pull_request) Failing after 26m6s
CI / ci (push) Successful in 21m12s
2026-08-06 00:20:49 +02:00
b527813721 123 - Key duplicate mirror by local channel and distinguish skipped publishes 2026-08-02 17:16:30 +02:00
b2d504f503 123 - Prevent duplicate Lemmy posts from concurrent publish attempts 2026-08-02 15:45:26 +02:00
1140e527f1 115 - Read Belga API url from config and sync the feed row via migration 2026-08-02 12:55:53 +02:00
7d745b036a 115 - Satisfy PHPStan on Belga parser and fixture helpers
All checks were successful
CI / ci (push) Successful in 1h26m46s
CI / ci (pull_request) Successful in 10m39s
Build and Push Docker Image / build (push) Successful in 4m22s
2026-08-02 02:04:23 +02:00
ac1b461e41 115 - Satisfy PHPStan on Belga parser and fixture helpers
Some checks failed
CI / ci (push) Failing after 31m11s
CI / ci (pull_request) Failing after 28m46s
2026-08-02 00:08:14 +02:00
253700312e 117 - Decode HTML entities in extracted thumbnail URLs 2026-08-01 17:13:32 +02:00
299ec3151a 115 - Switch Belga provider to website discovery via JSON API 2026-08-01 16:05:45 +02:00
2a4d4ad84d 115 - Add Belga JSON discovery parser for press-release API 2026-08-01 13:43:50 +02:00
982428faa7 106 - Extract shared community id resolution into LemmyApiService
All checks were successful
CI / ci (push) Successful in 10m54s
CI / ci (pull_request) Successful in 11m1s
Build and Push Docker Image / build (push) Successful in 5m5s
2026-07-29 21:38:33 +02:00