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: 1319ae2
Choose a base ref
...
head repository: coder/coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f308e46
Choose a head ref
  • 7 commits
  • 36 files changed
  • 2 contributors

Commits on Jul 7, 2025

  1. wip

    Signed-off-by: Callum Styan <callumstyan@gmail.com>
    cstyan committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    94e423b View commit details
    Browse the repository at this point in the history
  2. wip 2

    Signed-off-by: Callum Styan <callumstyan@gmail.com>
    cstyan committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    b2e9c6d View commit details
    Browse the repository at this point in the history
  3. fix broken build and tests

    Signed-off-by: Callum Styan <callumstyan@gmail.com>
    cstyan committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    5b2b80e View commit details
    Browse the repository at this point in the history
  4. rename sql files

    Signed-off-by: Callum Styan <callumstyan@gmail.com>
    cstyan committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    1af9d2f View commit details
    Browse the repository at this point in the history
  5. fix TS files for tests/linting

    Signed-off-by: Callum Styan <callumstyan@gmail.com>
    cstyan committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    6c136cf View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. wip proxy changes, still broken

    Signed-off-by: Callum Styan <callumstyan@gmail.com>
    cstyan committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    8b21d0c View commit details
    Browse the repository at this point in the history
  2. Fix CORS tests: Add missing cors package and clean up debug prints

    - Create missing coderd/workspaceapps/cors package with WithBehavior function
    - Remove debug print statements from proxy.go
    - Template-level CORS behavior is correctly propagated to tokens
    - CORS passthrough behavior should now work correctly
    blink-so[bot] committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    f308e46 View commit details
    Browse the repository at this point in the history
Loading