Compare commits
3 Commits
ee1b56e833
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e7c64e583b | |||
| f658d754a8 | |||
| a7b1fd2ae3 |
@@ -17,7 +17,7 @@ PORT=8080
|
||||
REPO_ROOT=/tmp/forgebucket/repos
|
||||
|
||||
# NATS event bus (used for CI and real-time WebSocket push)
|
||||
NATS_URL=nats://72.60.83.46:4222
|
||||
NATS_URL=nats://localhost:4222
|
||||
|
||||
# ─── Federation (ActivityPub) ─────────────────────────────────────────────────
|
||||
# Public URL of this instance (no trailing slash)
|
||||
|
||||
@@ -15,3 +15,4 @@ uploads
|
||||
*.db
|
||||
|
||||
ai_agent_master_prompt_for_building_modern_git_platform.md
|
||||
html docs/
|
||||
|
||||
@@ -99,7 +99,7 @@ Logger → RealIP → Recoverer → Metrics → CORS → CSRF → SessionAuth
|
||||
| 3E | Observability (Prometheus `/metrics`, structured `/health`, repo health API) | **Complete** |
|
||||
| 3F | Federation handlers (ActivityPub WebFinger, actor, inbox/outbox, HTTP signatures, Follow/Accept) | **Complete** |
|
||||
| 4 | SBOM generation, secret scanning, vuln scanning, signed artifacts, OCI registry, security page | **Complete** |
|
||||
| 5 | AI diagnostics, deployment promotions, rollback visualization | Planned |
|
||||
| 5 | Deployment promotions, rollback visualization | Planned |
|
||||
|
||||
---
|
||||
|
||||
|
||||
+1
-2
@@ -9,8 +9,7 @@ Versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Planned — Phase 5 (AI Diagnostics + Deployment Promotions + Rollback Visualization)
|
||||
- AI-powered pipeline failure diagnostics
|
||||
### Planned — Phase 5 (Deployment Promotions + Rollback Visualization)
|
||||
- Deployment promotion workflows (manual + automated)
|
||||
- Rollback visualization and timeline
|
||||
|
||||
|
||||
@@ -32,5 +32,10 @@ services:
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
|
||||
dbgate:
|
||||
image: dbgate/dbgate
|
||||
ports:
|
||||
- "3000:3000"
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
|
||||
Reference in New Issue
Block a user