Commit graph

68 commits

Author SHA1 Message Date
aa00950543 157 - Backfill route articles when a route is activated
All checks were successful
CI / ci (push) Successful in 2m43s
CI / ci (pull_request) Successful in 1m58s
2026-08-16 23:18:09 +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
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
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
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
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
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
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
839f247006 106 - Enforce channel_id integrity across create paths and sync job 2026-07-29 20:15:43 +02:00
d2919758f5 Fix Pint 1.29.0 lint issues and update CI workflow
All checks were successful
CI / ci (push) Successful in 5m52s
CI / ci (pull_request) Successful in 5m46s
Build and Push Docker Image / build (push) Successful in 4m6s
2026-03-18 20:01:25 +01:00
e7acbb6882 99 - Move publish_status from Article to RouteArticle with PublishStatusEnum 2026-03-18 17:31:47 +01:00
2b74f24356 85 - Replace ArticleApproved with RouteArticleApproved event and update publishing listener 2026-03-18 17:00:56 +01:00
f3406b1713 85 - Remove approval_status from Article, migrate to route_articles 2026-03-18 16:23:46 +01:00
0c35af4403 85 - Update publishing pipeline to use route_articles for per-route publishing 2026-03-18 16:05:31 +01:00
e3ea02ae1c 85 - Refactor ValidationService to per-route keyword evaluation with ApprovalStatusEnum 2026-03-18 15:46:15 +01:00
2a5a8c788b 85 - Add auto_approve column to routes table 2026-03-18 15:28:01 +01:00
b832d6d850 85 - Add route_articles table, model, and factory for per-route approval 2026-03-18 15:24:03 +01:00
062b00d01c 93 - Add feed staleness detection with configurable threshold and alerts 2026-03-09 17:32:55 +01:00
4feab96765 92 - Add in-app notification infrastructure with model, service, and bell component 2026-03-09 02:21:24 +01:00
a448c54e73 25 - Fix PHPStan baseline discrepancy between local and CI
Some checks failed
CI / ci (push) Failing after 5m37s
2026-03-08 14:45:24 +01:00
6784af2ff6 25 - Fix all PHPStan errors and add mockery extension
Some checks failed
CI / ci (push) Failing after 4m31s
2026-03-08 14:18:28 +01:00
677d1cab6e 62 - Add article publishing interval setting 2026-03-08 11:25:50 +01:00
0123e20b1d Fix 28 pre-existing test failures across test suite 2026-03-08 02:54:10 +01:00
c75a1c8cf0 68 - Fix duplicate posting and publishing pipeline 2026-02-26 01:19:38 +01:00
8bc6e99f96 68 - Fix duplicate posting + test suite fixes 2026-02-25 23:22:05 +01:00
638983d42a 73 - Port react frontend to blade+livewire 2026-01-22 23:38:00 +01:00
0823cb796c 73 - Move backend to root 2026-01-22 21:55:57 +01:00
714be5e7f3 Front/back split - first draft 2025-08-03 20:35:13 +02:00
bb771d5e14 Convert regular controllers to API 2025-08-02 15:20:09 +02:00
ca428250fe Add tests. 2025-08-02 03:48:06 +02:00
3ee9e342e6 Article Approval 2025-07-10 14:57:10 +02:00
76d642b8ee Fix PHPStan issues 2025-07-10 11:24:48 +02:00
dd032b3a80 Rename FeedPlatformChannel to Route 2025-07-10 11:14:10 +02:00
8f7dbf993d Add enable/disable 2025-07-10 11:01:01 +02:00
07745b170e Raise PHPStan level tp 6 2025-07-07 00:51:32 +02:00
c851c2292c Raise PHPStan level tp 4 2025-07-06 20:45:40 +02:00
26187e2dd9 Raise PHPStan level 2025-07-06 20:37:55 +02:00
195471f8a9 Fix event flow after onboarding 2025-07-06 16:51:09 +02:00
a1e2f4639b Add factories 2025-07-06 01:35:59 +02:00
626085ed67 Add keywords 2025-07-05 23:54:43 +02:00