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: coder/quartz
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: coder/quartz
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.1
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Nov 10, 2025

  1. test: add goleak to detect goroutine leaks (#24)

    * test: add goleak to detect goroutine leaks
    
    * remove dependency
    mafredri authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    228c495 View commit details
    Browse the repository at this point in the history
  2. fix: improve trap logging (#25)

    * fix: improve trap logging
    
    * adjust trap string
    mafredri authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    8c4bca6 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. chore: replace testing.TB with minimal iface\n\nThis replaces the tes…

    …ting.TB interface with a simpler one, allowing for the use of mock clocks alongside other test frameworks like pgregory.net/rapid (#26)
    tdeebswihart authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    1722a35 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2026

  1. Configuration menu
    Copy the full SHA
    362c239 View commit details
    Browse the repository at this point in the history
Loading