You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
woikos
6523f0cd67
Implement DDD recommendations: domain errors, events, and services (v0.56.5)
- Add docs/GLOSSARY.md with 50+ ubiquitous language definitions
- Add pkg/domain/errors/ with structured domain error types (validation,
authorization, processing, policy, storage) and helper functions
- Add pkg/domain/events/ with domain event dispatcher supporting sync/async
publishing and 16 event types for system-wide notifications
- Add pkg/event/specialkinds/ registry for handling special event kinds
- Add pkg/event/ingestion/ service for orchestrating event processing pipeline
- Strengthen aggregate boundaries with accessor methods and deprecation comments
for ACL Registry, Server, and Listener
- Update DDD_ANALYSIS.md to reflect current architecture (v0.56.4)
Files modified:
- docs/GLOSSARY.md: NEW - ubiquitous language glossary
- pkg/domain/errors/errors.go: NEW - domain error types with 16 tests
- pkg/domain/events/events.go: NEW - 16 domain event types
- pkg/domain/events/dispatcher.go: NEW - event dispatcher with 10 tests
- pkg/event/specialkinds/registry.go: NEW - special kind handler registry
- pkg/event/ingestion/service.go: NEW - event processing orchestration
- pkg/acl/acl.go: Add accessor methods (GetMode, GetACLByType, etc.)
- pkg/acl/follows.go, managed.go, curating.go: Add Context() accessor
- app/server.go: Add accessor methods (GetConfig, Database, IsAdmin, IsOwner)
- app/listener.go: Add ServerContext, ServerConfig, ServerDatabase accessors
- DDD_ANALYSIS.md: Update analysis for current architecture
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
4 months ago |
| .. |
|
grpc
|
Add split database and ACL binaries for modular deployment (v0.54.0)
|
4 months ago |
|
server
|
Add split database and ACL binaries for modular deployment (v0.54.0)
|
4 months ago |
|
acl.go
|
Implement DDD recommendations: domain errors, events, and services (v0.56.5)
|
4 months ago |
|
curating.go
|
Implement DDD recommendations: domain errors, events, and services (v0.56.5)
|
4 months ago |
|
follows.go
|
Implement DDD recommendations: domain errors, events, and services (v0.56.5)
|
4 months ago |
|
follows_throttle.go
|
Add progressive throttle for follows ACL mode (v0.48.10)
|
4 months ago |
|
managed.go
|
Implement DDD recommendations: domain errors, events, and services (v0.56.5)
|
4 months ago |
|
managed_minimal_test.go
|
Fix ACL interface compatibility with gRPC database backend (v0.53.1)
|
4 months ago |
|
none.go
|
Add serve mode, fix binary tags, document CLI tools, improve Docker
|
6 months ago |
|
register_curating.go
|
Add unified binary architecture with database health check (v0.55.4)
|
4 months ago |
|
register_follows.go
|
Add unified binary architecture with database health check (v0.55.4)
|
4 months ago |
|
register_managed.go
|
Add unified binary architecture with database health check (v0.55.4)
|
4 months ago |
|
registry.go
|
Add unified binary architecture with database health check (v0.55.4)
|
4 months ago |