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: robbyt/go-supervisor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.7
Choose a base ref
...
head repository: robbyt/go-supervisor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.8
Choose a head ref
  • 4 commits
  • 30 files changed
  • 1 contributor

Commits on May 30, 2025

  1. use the default go cache envs

    robbyt committed May 30, 2025
    Configuration menu
    Copy the full SHA
    4e89a81 View commit details
    Browse the repository at this point in the history
  2. remove parent context from composite runner (#46)

    * remove parent context from composite runner
    
    * restore previous runnablesMu type to normal mutex, no need for rwmutex
    
    * turn down the log level on the httpserver startup
    robbyt authored May 30, 2025
    Configuration menu
    Copy the full SHA
    e6ccf98 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2025

  1. Configuration menu
    Copy the full SHA
    dac0f2a View commit details
    Browse the repository at this point in the history
  2. remove parentCtx from the httpserver Runnable (#48)

    * remove parentCtx from the httpserver Runnable
    
    * use t.Context instead of context.Background for tests
    robbyt authored May 31, 2025
    Configuration menu
    Copy the full SHA
    7e48729 View commit details
    Browse the repository at this point in the history
Loading