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: FirebaseExtended/firebase-framework-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: common-v0.0.6
Choose a base ref
...
head repository: FirebaseExtended/firebase-framework-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Aug 5, 2025

  1. gitignore .apphosting/ in nextjs builds (#378)

    This is part of making adapter builds idempotent
    annajowang authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    59336d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2025

  1. Fix monorepo build args split and add test for getBuildOptions (#376)

    Currently in the buildpack our build args are joined together using "," instead of ".",  so MONOREPO_BUILD_ARGS should split by commas.
    sjjj986 authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    210f73b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. Refine and clean the Turbo + Angular JSON manifest output (#380)

    This PR strips the angular manifest for a turbo build, and bumps the angular adapter and the common folder versions. With the angular manifest parsing fix and the monorepo args split fix, the angular + turbo will be fixed.
    sjjj986 authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    e9e3167 View commit details
    Browse the repository at this point in the history
Loading