|
|
7ee22ae79f
|
feat: store AP note extensions in JSONB and render movies-diary posts as rich cards
lint / lint (push) Failing after 7m24s
test / unit (push) Successful in 17m17s
test / integration (push) Failing after 18m2s
|
2026-05-24 04:29:04 +02:00 |
|
|
|
c5d9833c8b
|
refactor: replace long arg lists with input/config structs and builder
lint / lint (push) Failing after 7m8s
test / unit (push) Successful in 17m2s
test / integration (push) Failing after 17m47s
- Thought::new_local → NewThought struct (7 args → 1)
- UserWriter::update_profile → UpdateProfileInput struct (6 args → 2)
- update_profile use case → UpdateProfileInput (8 args → 3)
- ActivityPubService::new → builder pattern (9 args → 5 required + 4 optional setters)
- accept_note → AcceptNoteInput struct (8 args → 1)
- ThoughtNote::new_public → ThoughtNoteInput struct (8 args → 1)
Remove all #[allow(clippy::too_many_arguments)] annotations.
|
2026-05-17 12:25:53 +02:00 |
|
|
|
9aee4ceb6d
|
feat: v2 rewrite — hexagonal arch, ActivityPub federation, NATS, deployment-ready (#1)
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
|
2026-05-16 09:42:40 +00:00 |
|