Release v1.3.0 #100

Merged
myrmidex merged 20 commits from release/v1.3.0 into main 2026-03-18 20:30:29 +01:00

20 commits

Author SHA1 Message Date
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
dfb87f4152 Debug CI Pint environment
Some checks failed
CI / ci (push) Failing after 4m4s
CI / ci (pull_request) Failing after 4m4s
2026-03-18 19:48:48 +01:00
273fca76e3 Fix CI lint by using ZTS PHP to match dev container
Some checks failed
CI / ci (push) Failing after 4m37s
CI / ci (pull_request) Failing after 4m37s
2026-03-18 18:42:41 +01:00
cc94ba8e55 89 - Add article cleanup job with 30-day retention policy
Some checks failed
CI / ci (push) Failing after 4m35s
CI / ci (pull_request) Failing after 4m23s
2026-03-18 18:09:54 +01:00
bab2557e85 97 - Add auto_approve toggle to Route edit modal 2026-03-18 17:51:35 +01:00
9430158051 96 - Rework Articles page into route_article triage UI with tabs and actions 2026-03-18 17:39:38 +01:00
e7acbb6882 99 - Move publish_status from Article to RouteArticle with PublishStatusEnum 2026-03-18 17:31:47 +01:00
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