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/coder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: coder/coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: callum/min-metadata-interval
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 3 files changed
  • 2 contributors

Commits on Dec 10, 2025

  1. Add deployment-wide agent metadata minimum interval enforcement

    Implements dual enforcement strategy for agent metadata intervals:
    - Template imports: Strict validation fails if intervals below minimum
    - Workspace builds: Silent upgrade to minimum at runtime
    
    Configuration:
    - Flag: --agent-metadata-min-interval
    - Env: CODER_AGENT_METADATA_MIN_INTERVAL
    - Default: 0s (enforcement disabled)
    
    Implementation:
    - ValidationMode options pattern in InsertWorkspaceResource
    - ValidationModeStrict for template imports (fails on violation)
    - ValidationModeUpgrade for workspace builds (clamps to minimum, logs)
    - Enforcement at metadata insertion time (provisionerdserver.go:2814-2857)
    
    Testing:
    - 5 comprehensive unit tests using database mocks
    - No Docker/Postgres dependency required
    - Tests verify both validation modes and logging
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
    Callum Styan and claude committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    6e995c5 View commit details
    Browse the repository at this point in the history
Loading