Skip to content
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: architect/deploy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: architect/deploy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: node-test-runner
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 23 files changed
  • 1 contributor

Commits on Nov 28, 2025

  1. Configuration menu
    Copy the full SHA
    7d6fb1b View commit details
    Browse the repository at this point in the history
  2. feat: migrate from tape to Node.js test runner

    - Migrated all unit and integration tests to node:test
    - Created custom test runners for tests with serialization issues
    - Added cross-platform test helper (test/run-with-env.js)
    - Fixed Windows path handling and glob expansion
    - All 67 tests passing (65 + 2 skipped on Windows)
    brianleroux committed Nov 28, 2025
    Configuration menu
    Copy the full SHA
    6e4d9c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. Configuration menu
    Copy the full SHA
    b3b0c1e View commit details
    Browse the repository at this point in the history
  2. 7.0.1

    brianleroux committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    d441cdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc287e8 View commit details
    Browse the repository at this point in the history
  4. 7.0.2

    brianleroux committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    defdef9 View commit details
    Browse the repository at this point in the history
Loading