Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: initstring/RTAP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: initstring/RTAP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 5 commits
  • 22 files changed
  • 1 contributor

Commits on Sep 24, 2025

  1. fix example env file

    initstring committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    fcaddb2 View commit details
    Browse the repository at this point in the history
  2. Fix screenshot

    initstring committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    865c866 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #31 from initstring/env-file-order

    Fix environment file and update screenshot.
    initstring authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    25fdcb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. Enable DB migrations by swapping to Postgres in dev (#33)

    Summary
    
    - Switch Prisma and all runtime scripts to PostgreSQL (SQLite removed).
    - Generate an initial 000_init migration and add migration_lock.toml.
    - Add docker-compose.dev.yml for local Postgres, plus npm helpers
    (db:up, db:down, db:migrate, db:deploy, db:reset, seed:demo).
    - Update env templates and validation (DATABASE_URL, TEST_DATABASE_URL)
    and ensure Vitest resets a dedicated rtap_test database.
    - Align docs/AGENTS/plan with the new workflow; remove stale SQLite
    guidance.
    - Refresh dependencies (Next 15.5, Prisma 6.16, TanStack 5.90, tRPC
    11.6, ESLint 9.36, etc.).
    - CI / Ops
    
    GitHub Actions now provisions Postgres, waits with pg_isready, prepares
    a one-off shadow DB, applies migrations, checks for schema drift, and
    runs tests against rtap_ci_test.
    Testing
    
    npm run check
    npm run test
    initstring authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    2a89c2e View commit details
    Browse the repository at this point in the history
  2. Bump docker version (#34)

    This bumps the docker version to tag 0.4.0
    initstring authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    81ddc41 View commit details
    Browse the repository at this point in the history
Loading