changelog

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

initial commit

  • box-git: HTTP git server with JWT authentication
  • box-git: supports git push/pull via smart HTTP protocol
  • box-git: integrates with tana-auth for user-signed JWTs
  • box-git: port 8508 (ecosystem standard)
  • box-git: Docker support with multi-arch builds
Verified
+1,012 -0
Dec 6

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

bump cli to v0.4.2

Verified
+1 -1
Dec 6

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

add automatic git credential helper setup

  • cli: add git-credential-tana binary to package.json bin field
  • cli: create automatic git configuration on first website command
  • cli: remove manual setup command, npm handles PATH automatically
  • cli: minimal output (one-liner when configured, silent otherwise)
  • cli: use @tananetwork/auth for JWT generation in credential helper
Verified
+106 -94
Dec 6

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

fix: differentiate 'no network' vs 'unreachable' errors v0.5.2

-(cli): add checkNetworkStatus() returning detailed status -(cli): show 'no network configured' when nothing set -(cli): show 'blockchain unreachable' when configured but down -(cli): display configured URL in unreachable error for debugging

Verified
+69 -25
Dec 6

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

fix: update error messages to suggest 'tana use' v0.5.1

-(cli): replace 'tana start' hints with 'tana use ' -(cli): remove deprecated --target option from hints -(cli): update error from 'no blockchain found' to 'no network configured'

Verified
+229 -8
Dec 6

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

fix: te monitor command bugs v0.2.2

-(engine): replace out.manage with out.nextSteps (manage doesn't exist) -(engine): remove isDefault from monitor start (show help instead of auto-running)

Verified
+5 -5
Dec 6

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

feat: add 30s block production daemon for local dev v0.2.2

-(ledger): adds automatic block production every 30 seconds -(ledger): temporary solution for local development -(ledger): prevents overlapping runs with mutex flag

Verified
+36 -0
Dec 6

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

fix: migration path resolution in Docker v0.2.1

-(ledger): add fallback paths for migrations folder that work in both dev and Docker -(ledger): fixes 'No migrations directory found' error when running in container

Verified
+15 -3
Dec 6

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

fix: use pgbouncer:latest (1.21.0 tag doesn't exist) v0.2.1

Verified
+1 -1
Dec 6

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

ci: reuse pre-built binaries for Docker, add linux-arm64 v0.2.0

  • Add build-linux-arm64 job on ubuntu-24.04-arm for native ARM Docker
  • Upload linux-x64 and linux-arm64 binaries as artifacts
  • Docker job downloads artifacts instead of rebuilding Rust
  • New Dockerfile.prebuilt copies pre-built binary based on TARGETARCH
  • Multi-arch Docker image: linux/amd64 + linux/arm64
  • Fix pgbouncer image tag (1.21.0 doesn't exist, use latest)
Verified
+110 -9
Dec 6

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