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: supabase/edge-runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.65.6
Choose a base ref
...
head repository: supabase/edge-runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 474 files changed
  • 2 contributors

Commits on Dec 19, 2024

  1. chore(fs): allow running integration tests in parallel (#463)

    * chore(fs): allow running integration tests in parallel
    
    * stamp: oops
    nyannyacha authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    ed11fea View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. refactor: restructure major crates part 1 (#461)

    * chore: update dependencies
    
    * chore: update `Cargo.lock`
    
    * chore: enable deno workspace feature
    
    * chore: update `types/global.d.ts`
    
    * chore: update sample main script
    
    * chore: update integration test samples
    
    * refactor: retouch major crates
    
    * stamp: polishing
    
    * stamp: polishing
    nyannyacha authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    d9e0a26 View commit details
    Browse the repository at this point in the history
  2. refactor: restructure major crates part 2 (#462)

    * refactor: reorganize project structure
    
    * chore: update `Cargo.lock`
    
    * chore: apply `cargo fmt --all`
    
    * refactor: move `sb_fs` ext to `crates/fs`
    
    * chore: update `Cargo.lock`
    
    * chore: apply `cargo fmt --all`
    
    * refactor: move `crates/cli` directory to project root
    
    * stamp: oops
    nyannyacha authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    05fdb79 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2024

  1. feat(base): make able to trigger early drop with other resources (#465)

    * fix(ci): adjust log fileter
    
    * chore: update `types/global.d.ts`
    
    * feat(base): make able to trigger early drop with other resources
    
    * chore: add integration tests
    nyannyacha authored Dec 25, 2024
    Configuration menu
    Copy the full SHA
    667db65 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2024

  1. fix(ext/core): missing Supabase namespace (#467)

    * fix(ext/core): missing `Supabase` namespace
    
    * chore: update `global.d.ts`
    
    * chore: update `deno.json`
    nyannyacha authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    65c4e17 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

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

Commits on Jan 3, 2025

  1. fix(ext/event_worker): don't use tracing as the log backend if `cli…

    …/tracing` feature flag is not enabled (#469)
    
    * fix(ext/event_worker): add a feature flag
    
    * chore(cli): update `Cargo.toml`
    
    * chore: update `Cargo.lock`
    nyannyacha authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    6246a6f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. fix: allow setting static patterns when creating a user worker (#471)

    * fix: allow setting static patterns when creating a user worker
    
    * fix: clippy
    
    * fix: make static_patterns optional
    
    * formatting
    
    * Trigger Build
    laktek authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    d2c21c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

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

Commits on Jan 15, 2025

  1. Fix static file paths and race conditions (#473)

    * fix: Use entrypoint path as static file root when available.
    
    * fix(graph): don't spawn tasks in the current runtime
    
    * fix: fmt
    
    * stamp: typing
    
    * stamp(graph): use semaphore to ensure strong count is exactly one
    
    ---------
    
    Co-authored-by: Nyannyacha <meow@nnc.gg>
    laktek and nyannyacha authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    085c61e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8f8a7b View commit details
    Browse the repository at this point in the history
Loading