-
Notifications
You must be signed in to change notification settings - Fork 978
Comparing changes
Open a pull request
base repository: firebase/firebase-tools
base: v13.34.0
head repository: firebase/firebase-tools
compare: v13.35.0
Commits on Mar 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 362a895 - Browse repository at this point
Copy the full SHA 362a895View commit details
Commits on Mar 12, 2025
-
Fix deploy with multiple target/site in firebase.json (#8314)
* Fix deploy with multiple target/site in firebase.json * refactor isDeployingWebFramework and tests (#8315) * refactor isDeployingWebFramework and tests * comment * comments * comments * use same tests for site and config * Changelog --------- Co-authored-by: Leonardo Ortiz <leo@monogram.io>
Configuration menu - View commit details
-
Copy full SHA for bbc33ec - Browse repository at this point
Copy the full SHA bbc33ecView commit details
Commits on Mar 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0622def - Browse repository at this point
Copy the full SHA 0622defView commit details -
fix broken doc links in fdc vs code ext (#8320)
Co-authored-by: Harold Shen <hlshen@google.com>
Configuration menu - View commit details
-
Copy full SHA for f25cd38 - Browse repository at this point
Copy the full SHA f25cd38View commit details -
feat: support custom webpack and ngx-env builders (#7557)
* feat: support custom webpack builder * fix: lint * feat: ngx env builder * fix: add changelog * support for different angular builders (#8256) * Added handling for different angular builders * Remove unused method from angular * Review changes, tests and cleaning * Removing empty jsdocs * Fixing tests * Update src/frameworks/angular/utils.ts --------- Co-authored-by: Leonardo Ortiz <leo@monogram.io> * top level describe for angular utils --------- Co-authored-by: Leonardo Ortiz <leo@monogram.io> Co-authored-by: Przemyslaw Sokolowski <bboy_sokol@o2.pl> Co-authored-by: James Daniels <jamesdaniels@google.com>
Configuration menu - View commit details
-
Copy full SHA for 11c6ffc - Browse repository at this point
Copy the full SHA 11c6ffcView commit details
Commits on Mar 14, 2025
-
Add a new command to setup a cleanup policy for functions artifacts (#…
…8268) * Add new command to setup a cleanup policy * Refactor. * Nits. * nitnit * Nits. * Support --force. * Respond to PR comments. * Fix command path. * One liners.
Configuration menu - View commit details
-
Copy full SHA for 3bb75a0 - Browse repository at this point
Copy the full SHA 3bb75a0View commit details
Commits on Mar 16, 2025
-
Give more informative output for timeout error. (#8240)
* Give more informative output for timeout error. * Forgot the $$ * Link to documentation 🚀 Co-authored-by: Daniel Lee <taeold@gmail.com> * Lint --------- Co-authored-by: Daniel Lee <taeold@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 364ec96 - Browse repository at this point
Copy the full SHA 364ec96View commit details
Commits on Mar 17, 2025
-
Revamp execution to direct users to edit variables if missing require…
…d variables (#8223) * refactor * temp * Revamp flow to send users to edit args w/ defaults provided * add test * fix test * changelog * Address comments * replace empty args with valid json
Configuration menu - View commit details
-
Copy full SHA for a37fa4a - Browse repository at this point
Copy the full SHA a37fa4aView commit details -
Fix GCF V2 Artifact Registry cleanup (#8318)
* Update packageName to delete artifacts during function cleanup * Add example to packagePath * Add artifact name schema * Changelog * Update packageName to handle v1 and v2 deployments * Update tests
Configuration menu - View commit details
-
Copy full SHA for 61afeba - Browse repository at this point
Copy the full SHA 61afebaView commit details
Commits on Mar 18, 2025
-
Add support for secrets in the App Hosting emulator (#8305)
The emulator can now read secret references at startup. Care is taken to be fully reverse compatible so that projectId is only needed when loading a secret value from an id. Cloud Secrets Manager is only ever called if the customer tries to reference the secret. Future changes may evolve the best practice to move customers to using a secret reference, but must steer customers (hard) away from accidentally committing a plaintext secret to their repository.
Configuration menu - View commit details
-
Copy full SHA for 90b3f17 - Browse repository at this point
Copy the full SHA 90b3f17View commit details
Commits on Mar 19, 2025
-
Make sure IAM user is created before schema setup / migration. (#8335)
* Run createUser in getSchemaMetadata for now, will reduce calls later * Make setting up iam user explicit instead of implicit * Add changlog * Add quotes * fix lint
Configuration menu - View commit details
-
Copy full SHA for 51448f8 - Browse repository at this point
Copy the full SHA 51448f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a885d59 - Browse repository at this point
Copy the full SHA a885d59View commit details -
Fixing extensions path recognition (#8331)
* Fixing extensions path recognition * formats * Always check for fwd slashes * remove extra -
Configuration menu - View commit details
-
Copy full SHA for 07356d2 - Browse repository at this point
Copy the full SHA 07356d2View commit details -
Bump FDC local toolkit to v1.9.0. (#8338)
* Bump FDC local toolkit to v1.9.0. * Update changelog.
Configuration menu - View commit details
-
Copy full SHA for 8850562 - Browse repository at this point
Copy the full SHA 8850562View commit details -
Configuration menu - View commit details
-
Copy full SHA for 622a373 - Browse repository at this point
Copy the full SHA 622a373View commit details
Commits on Mar 20, 2025
-
Bump FDC local toolkit to v1.9.1. (#8340)
* Bump FDC local toolkit to v1.9.1. * Update changelog.
Configuration menu - View commit details
-
Copy full SHA for 253ada1 - Browse repository at this point
Copy the full SHA 253ada1View commit details -
Added apphosting and dataconnect links (#8235)
* Added apphosting and dataconnect links * Added extensions to open command
Configuration menu - View commit details
-
Copy full SHA for dffaa72 - Browse repository at this point
Copy the full SHA dffaa72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b89121 - Browse repository at this point
Copy the full SHA 9b89121View commit details -
Improve fdc permissions setup (#8339)
* Run createUser in getSchemaMetadata for now, will reduce calls later * Make setting up iam user explicit instead of implicit * Add changlog * improve schema diff * Add quotes * fix lint * Don't block schema deployment * Improve schema setup by making sure we execute changes in transaction, revoke users, and have sufficient permissions before diffing * Fix lint issues * Address code review comments * Reuse setupSchemaIfNecessary in grant roles function (DRY)
Configuration menu - View commit details
-
Copy full SHA for 57eed28 - Browse repository at this point
Copy the full SHA 57eed28View commit details -
Configuration menu - View commit details
-
Copy full SHA for accf614 - Browse repository at this point
Copy the full SHA accf614View commit details -
Bump FDC local toolkit to 1.9.2. (#8347)
* Bump FDC local toolkit to 1.9.2. * Update changelog. * Update CHANGELOG.md --------- Co-authored-by: joehan <joehanley@google.com>
Configuration menu - View commit details
-
Copy full SHA for 25b8b9b - Browse repository at this point
Copy the full SHA 25b8b9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72a312d - Browse repository at this point
Copy the full SHA 72a312dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a06c38d - Browse repository at this point
Copy the full SHA a06c38dView commit details
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.