Tags

Tags give the ability to mark specific points in history as being important
  • v0.1.1

    Release: tach v0.1.1
    v0.1.1
    
    UX ship-blockers, hardening, and refactor.
    
    - Fast-fail preflight probe (--preflight-timeout) replaces 2-minute retry
      ladders on wrong or unreachable URLs
    - Partial runs render a PARTIAL banner and UNKNOWN zones instead of a
      misleading RED report; Active-users and MR-authors counts annotate
      (unknown) when their stage did not complete
    - --ca-bundle / SSL_CERT_FILE for instances fronted by an internal CA
    - --token-file for environments that forbid secrets in environment vars;
      0600-or-stricter enforced on Unix
    - Output files (collection.json, health-report.*, monthly.csv) written 0600
    - Docker image sets WORKDIR /tach-data, chowns for UID 1001, and defaults
      --output so bare docker run + bind-mount works first try
    - run and collect share a single CLI setup path
    - Dead checkpoint.json write path removed
    
    AI-Assisted: yes
    AI-Tools: Claude Code
  • v0.1.0

    Release: tach v0.1.0
    v0.1.0
    
    DevSecOps health check for GitLab Self-Managed. Collects engineering
    velocity, CI/CD health, security posture, and team-shape aggregates
    using only the GitLab REST and GraphQL APIs.
    
    AI-Assisted: yes
    AI-Tools: Claude Code