Commit graph

94 commits

Author SHA1 Message Date
9fb373d139 98 - Add RouteArticle API endpoints for approve, reject, restore, and clear 2026-03-18 17:20:15 +01:00
2b74f24356 85 - Replace ArticleApproved with RouteArticleApproved event and update publishing listener 2026-03-18 17:00:56 +01:00
5e571babda 85 - Fix keyword matching to include title and description, add PHPStan type annotations 2026-03-18 16:35:12 +01:00
f3406b1713 85 - Remove approval_status from Article, migrate to route_articles 2026-03-18 16:23:46 +01:00
d0985fc57d 85 - Simplify Articles page to read-only feed log 2026-03-18 16:09:48 +01:00
0c35af4403 85 - Update publishing pipeline to use route_articles for per-route publishing 2026-03-18 16:05:31 +01:00
f449548123 85 - Update ValidateArticleListener for per-route validation flow 2026-03-18 15:51:33 +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
d21c054250 94 - Add publishing failure notifications to job and listener
Some checks failed
CI / ci (push) Failing after 5m7s
2026-03-09 21:20:41 +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
ec09711a6f 21 - Add dynamic channel labels based on platform type
All checks were successful
CI / ci (push) Successful in 5m21s
CI / ci (pull_request) Successful in 5m39s
Build and Push Docker Image / build (push) Successful in 4m36s
2026-03-08 18:10:47 +01:00
bf96489362 50 - Add ActionPerformed event and LogActionListener for centralized DB logging 2026-03-08 17:53:43 +01:00
0bb10729de 78 - Convert Belga from website scraping to RSS feed parsing 2026-03-08 17:19:11 +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
675802e8e5 25 - Move PHPStan ignores to baseline, fix HttpFetcher type
Some checks failed
CI / ci (push) Failing after 4m42s
2026-03-08 14:33:54 +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
56db303b15 25 - Fix code style issues across codebase with Pint 2026-03-08 14:17:55 +01:00
677d1cab6e 62 - Add article publishing interval setting 2026-03-08 11:25:50 +01:00
1e39a25f83 37 - Add The Guardian as RSS feed provider, implement RSS parsing 2026-03-08 11:02:46 +01:00
0123e20b1d Fix 28 pre-existing test failures across test suite 2026-03-08 02:54:10 +01:00
58b07830ec 61 - Address code review findings for Action consolidation 2026-03-08 02:53:46 +01:00
69dfb897cf 61 - Remove onboarding create endpoints, use standard model endpoints 2026-03-08 01:55:28 +01:00
c28ac317a5 61 - Refactor Livewire Onboarding to use Actions, fix double-encryption bug 2026-03-08 01:48:09 +01:00
025794c852 61 - Refactor model controllers to use Actions and FormRequests 2026-03-08 01:42:21 +01:00
47659ff8c0 61 - Add Action classes for create operations with unit tests 2026-03-08 01:18:12 +01:00
3ed49cfbbe 77 - Fix VRT homepage parser language support 2026-03-07 19:26:33 +01:00
866f8d02d3 64 - Reload page after article refresh
Dispatch a Livewire event on refresh that triggers a 10-second
setTimeout via Alpine.js, then reloads the page to show newly
fetched articles.
2026-03-07 18:30:28 +01:00
35e4260c87 76 - Lock feed language to channel language in onboarding wizard 2026-03-07 10:43:48 +01:00
71e7611e65 68 - Sync channel posts on setup for duplicate detection 2026-02-26 01:38:38 +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
d3c44a4952 63 - Swap feed and channel steps in onboarding wizard 2026-02-25 21:13:42 +01:00
b574785d1e 75 - Fix error handling for invalid instance URLs 2026-02-25 20:36:34 +01:00
3e23dad5c5 Minor bug fixes
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
2026-02-25 20:22:02 +01:00
03fa4b803f 74 - Fix auth + onboarding layout 2026-01-23 00:56:01 +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
0f041983dd Add local development images 2025-08-02 03:07:27 +02:00
3ee9e342e6 Article Approval 2025-07-10 14:57:10 +02:00
8c5bccae9e Dashboard stats 2025-07-10 12:17:42 +02:00
3d899034f9 Add enable/disable toggle for channels 2025-07-10 12:00:50 +02:00
761d50706a Enable app after onboarding 2025-07-10 11:32:07 +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