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: open-lambda/open-lambda
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: tyler.compress-err
Choose a base ref
...
head repository: open-lambda/open-lambda
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 54 files changed
  • 3 contributors

Commits on Dec 18, 2025

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

Commits on Dec 29, 2025

  1. Configuration menu
    Copy the full SHA
    13027d7 View commit details
    Browse the repository at this point in the history
  2. allow specification of env variables for ol functions (#374)

    * allow specification of env variables for ol functions
    
    * docs, cleanup parsing
    
    * fix dockerfile installs and stale test examples
    
    * fix docker sandbox too
    
    * fix boss test for new config
    
    * linter issues
    tylerharter authored Dec 29, 2025
    Configuration menu
    Copy the full SHA
    c230f41 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2025

  1. Configuration menu
    Copy the full SHA
    be696ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab3d0ba View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2025

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

Commits on Jan 2, 2026

  1. make entry point configurable (#379)

    * make entry point configurable
    
    * example cleanup
    
    * fix Docker entry
    tylerharter authored Jan 2, 2026
    Configuration menu
    Copy the full SHA
    a1df905 View commit details
    Browse the repository at this point in the history
  2. fix header forwarding and add pip-compile lambda (#383)

    * pip compile in a lambda
    
    * fix header forwarding and support pip-compile as a lambda
    tylerharter authored Jan 2, 2026
    Configuration menu
    Copy the full SHA
    4ed16fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daa770d View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2026

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

Commits on Jan 12, 2026

  1. Configuration menu
    Copy the full SHA
    16ca3ee View commit details
    Browse the repository at this point in the history
  2. update setFreezeState to watch cgroup events file (#386)

    * watch event files for setFreeze
    
    * fix implementation
    
    * Update ci.yml
    
    * remove goroutine
    
    * restart on EINTR
    
    * remove read
    
    * linter errs
    
    * revert ci.yml
    
    * remove eintr err handling
    
    * improve err msgs; improve err handling
    
    * update setFreezeState
    
    * update warning; update err msgs
    
    * updates
    cblin321 authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    f076c72 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. support ASGI applications (#399)

    * support ASGI and document ag forecasting as an example
    
    * share common code between server.py and server_legacy.py
    
    * use buffering to fix early pipe closure bug
    
    * indicate no keep alive (with Close header) on Python side because we do not support it
    
    * timeout for stress_one_lambda_task
    
    * cleanup ol.sock properly at destroy time, not lazily when reused
    tylerharter authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    33cf535 View commit details
    Browse the repository at this point in the history
  2. update ag forecast docs

    tylerharter committed Jan 13, 2026
    Configuration menu
    Copy the full SHA
    990f9cb View commit details
    Browse the repository at this point in the history
Loading