changelog

{data.name} Sami Fouad made a commit to tananetwork/tana-engine

add event-bus service config v0.0.1

-(engine): add event-bus (8510) to SERVICES config -(engine): add event-bus container to docker-compose.yml with redis dependency -(engine): include event-bus in SERVICE_START_ORDER and status checks

Verified
+36 -0
Dec 7

{data.name} Sami Fouad made a commit to tananetwork/tana-deploy

add README documentation v0.0.1

-(deploy): document service purpose, flow, and API endpoints -(deploy): explain build isolation and Docker executor usage -(deploy): include environment variables and Docker run examples

Verified
+59 -0
Dec 7

{data.name} Sami Fouad made a commit to tananetwork/tana-consensus

simplify Dockerfile to run TypeScript directly v0.0.1

-(consensus): remove build step, Bun runs TypeScript natively -(consensus): copy src/ instead of dist/ in production image -(consensus): keep typecheck as optional verification step

Verified
+10 -10
Dec 7

{data.name} Sami Fouad made a commit to tananetwork/tana-cli

add box-git, deploy, event-bus service configs v0.0.1

-(cli): add service configs for box-git (8508), deploy (8509), event-bus (8510) -(cli): update port allocation comments in header -(cli): add new services to SERVICE_ORDER for proper startup sequence

Verified
+27 -0
Dec 7

{data.name} Sami Fouad made a commit to tananetwork/tana-box-git

fix: consistent REPOS_DIR default path v0.2.3

  • All storage functions now default to /tmp/box-repos (matching main.rs)
  • Previously storage.rs defaulted to /var/lib/box/repos while main.rs used /tmp/box-repos
  • This caused permission errors when REPOS_DIR env var wasn't explicitly set
Verified
+6 -5
Dec 7

{data.name} Sami Fouad made a commit to tananetwork/tana-deploy

fix(docker): add docker-cli for EXECUTOR=docker mode v0.6.1

  • Dockerfile was missing docker-cli package needed for Docker-in-Docker builds
  • Container has socket mounted but no CLI to communicate with daemon
  • Fixes 'Docker not found' error when using EXECUTOR=docker
Verified
+4 -1
Dec 7

{data.name} Sami Fouad and Claude Opus 4.5 made a commit to samifouad/website

add tana-box-git to tracked projects

Verified
+7 -0
Dec 7
97
100
93
92

{data.name} Sami Fouad made a commit to tananetwork/tana-event-bus

fix: use Rust 1.82 (stable) for Docker v0.2.2

-(event-bus): Rust 1.83 has edge case issues with some deps

Verified
+2 -2
Dec 7

{data.name} Sami Fouad made a commit to tananetwork/tana-box-git

fix: use crates.io and git dependencies for CI v0.2.2

-(box-git): use tana-auth 0.1 from crates.io -(box-git): use tana-crypto v0.2.2 from git -(box-git): path dependencies don't work in CI

Verified
+2,267 -3
Dec 7

{data.name} Sami Fouad made a commit to tananetwork/tana-event-bus

chore: bump version to 0.2.1 v0.2.1

-(event-bus): sync all package versions to 0.2.1

Verified
+3 -3
Dec 7

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18