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
92955824cc
Add unified binary architecture with database health check (v0.55.4)
- Add unified cmd/orly/ binary with subcommand routing (db, acl, sync, launcher, relay)
- Implement database driver registry with --driver flag pattern
- Add database health check function (orly db health) to scan for integrity issues
- Add database repair function (orly db repair) to fix missing sei mappings
- Create ACL driver registry (follows, managed, curating modes)
- Create sync driver registry (negentropy, cluster, distributed, relaygroup)
- Optimize ACL follows mode with parallel goroutines and connection pooling
- Add unified binary build targets to Makefile
Files modified:
- Makefile: Add orly-unified build targets
- pkg/version/version: Bump to v0.55.4
- pkg/acl/follows.go: Optimize with goroutines and connection pooling
- cmd/orly/: New unified binary entry point and subcommands
- pkg/database/registry.go: Database driver registry
- pkg/database/health.go: Health check implementation
- pkg/database/repair.go: Repair implementation
- pkg/acl/registry.go: ACL driver registry
- pkg/sync/registry.go: Sync driver registry
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
|
Add split database and ACL binaries for modular deployment (v0.54.0)
|
4 months ago |
|
curating.go
|
Fix ACL interface compatibility with gRPC database backend (v0.53.1)
|
4 months ago |
|
follows.go
|
Add unified binary architecture with database health check (v0.55.4)
|
4 months ago |
|
follows_throttle.go
|
Add progressive throttle for follows ACL mode (v0.48.10)
|
4 months ago |
|
managed.go
|
Fix ACL interface compatibility with gRPC database backend (v0.53.1)
|
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 |