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: netlify/build
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8dc142a491c2e9db50bffba8d5d8cc0a790bbd22
Choose a base ref
...
head repository: netlify/build
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 180306dc6d37736969b5fa951f8588c2c85e6109
Choose a head ref
  • 4 commits
  • 18 files changed
  • 5 contributors

Commits on Mar 20, 2025

  1. fix(types): add missing schedule to functions config type (#6151)

    * refactor: remove duplicated type
    
    * fix(types): add missing `schedule` type to function config
    serhalp authored Mar 20, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4866964 View commit details
  2. fix: account envs not showing up in site build (#6122)

    * fix: remove siteId from getAccountEnv getEnvelope call
    
    It looks like this siteId was added here accidentally. This causes site
    builds to not include account envs because getEnvelope will only get the
    envvars for that specific site instead of the account.
    
    * Update packages/config/src/env/main.ts
    
    Co-authored-by: Mateusz Bocian <mrstork@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Mateusz Bocian <mrstork@users.noreply.github.com>
    Co-authored-by: Philippe Serhal <philippe.serhal@netlify.com>
    Co-authored-by: Karin Hendrikse <30577427+khendrikse@users.noreply.github.com>
    4 people authored Mar 20, 2025

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    f91761a View commit details

Commits on Mar 21, 2025

  1. fix: reduce the usage of getSiteInfo if we already have a cachedConfig (

    #6154)
    
    * fix: reduce the usage of getSiteInfo if we already have a cachedConfig
    
    * test: add tests for using cached config
    khendrikse authored Mar 21, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0ce31e2 View commit details
  2. chore: release main (#6152)

    netlify-circleci authored Mar 21, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    180306d View commit details
Loading