e43d784c39
feat(worker): DLQ processor — exhausted events moved to failed_events with exponential retry
2026-05-15 16:26:44 +02:00
a902154777
refactor(domain): remove FetchRemoteActorPosts/FetchActorConnections from DomainEvent; add FederationSchedulerPort
2026-05-15 13:28:19 +02:00
a7527c50be
feat(activitypub): implement on_like and on_announce_received in ThoughtsObjectHandler
2026-05-15 04:55:50 +02:00
38a13ad641
feat(worker): handle FetchActorConnections — resolve and cache remote actor connections
2026-05-15 00:40:34 +02:00
dc3afeca26
feat(worker): handle FetchRemoteActorPosts — fetch and store remote outbox notes
2026-05-14 22:23:20 +02:00
458feebcdd
feat(nats): migrate to JetStream — at-least-once delivery with durable consumer
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
lint / lint (pull_request) Failing after 9m25s
test / unit (pull_request) Successful in 15m53s
test / integration (pull_request) Failing after 16m42s
2026-05-14 16:41:17 +02:00
10c4a66de5
Refactor handlers and OpenAPI documentation for improved readability and consistency
...
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
lint / lint (pull_request) Failing after 6m49s
test / unit (pull_request) Successful in 16m24s
test / integration (pull_request) Failing after 17m7s
- Reorganized imports in health, notifications, social, thoughts, and users handlers for clarity.
- Updated function signatures in handlers to improve readability by aligning parameters.
- Enhanced JSON response formatting in notifications and thoughts handlers.
- Improved error handling in user-related functions.
- Refactored OpenAPI documentation to maintain consistent formatting and structure.
- Cleaned up unnecessary code and comments across various files.
- Ensured consistent use of `Arc` for shared state in AppState and WorkerHandlers.
2026-05-14 16:28:57 +02:00
a37c877172
chore(worker): remove stale dependencies after business logic migration
2026-05-14 13:59:45 +02:00
904916d4c1
refactor(worker): thin handlers + factory — move all business logic to application services
2026-05-14 13:57:14 +02:00
69b55058ce
feat(worker): use EventConsumerAdapter<NatsMessageSource> — transport-agnostic consuming
2026-05-14 12:37:16 +02:00
68fe8624cd
feat(worker): Reply notification when ThoughtCreated has in_reply_to_id
2026-05-14 11:08:30 +02:00
2e702c64cc
feat(worker): consumer loop binary connecting NATS to handlers
2026-05-14 09:58:33 +02:00
2cee884fe1
feat(worker): NotificationHandler and FederationHandler stub
2026-05-14 09:58:31 +02:00
63a7001165
chore: scaffold v2 workspace
2026-05-14 03:07:45 +02:00