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: anomalyco/sst
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: execute008/sst
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 15, 2026

  1. fix: ensure dev resources reliably appear in multiplexer on startup

    - Subscribe to CompleteEvent before deployer starts to avoid missing events
    - Use PostEventWait instead of PostEvent to prevent event dropping when queue is full
    - Add procChan buffer and ready channel for proper initialization synchronization
    - Extract helper functions for processing CompleteEvent in multi/mono modes
    
    Fixes #6011
    execute008 committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    b094451 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2026

  1. fix: only process resources when fully loaded

    Skip old CompleteEvents that contain stale deployment data to ensure
    dev processes receive complete link information.
    execute008 committed Jan 17, 2026
    Configuration menu
    Copy the full SHA
    0e7f23f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

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