-
Notifications
You must be signed in to change notification settings - Fork 978
Comparing changes
Open a pull request
base repository: firebase/firebase-tools
base: v12.1.0
head repository: firebase/firebase-tools
compare: v12.2.0
- 15 commits
- 26 files changed
- 8 contributors
Commits on May 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 288d85b - Browse repository at this point
Copy the full SHA 288d85bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa39e47 - Browse repository at this point
Copy the full SHA fa39e47View commit details -
Configuration menu - View commit details
-
Copy full SHA for f21c068 - Browse repository at this point
Copy the full SHA f21c068View commit details
Commits on May 22, 2023
-
Improve error message when function deployment fails due to quota iss…
…ues (#5867) When function deployment fails due to insufficient quota on Cloud Run, the error message is difficult to understand: ``` i functions: creating Node.js 18 function helloWorld(us-east4)... ⚠ functions: HTTP Error: 400, Could not create Cloud Run service helloworld. spec.template.spec.containers.resources.limits.cpu: Invalid value specified for cpu. For the specified value, maxScale may not exceed 10. Consider running your workload in a region with greater capacity, decreasing your requested cpu-per-instance, or requesting an increase in quota for this region if you are seeing sustained usage near this limit, see https://cloud.google.com/run/quotas. Your project may gain access to further scaling by adding billing information to your account. ``` Updated error message, which we hope is clearer and actionable: ``` i functions: creating Node.js 18 (2nd Gen) function helloWorld(us-east4)... ⚠ functions: Your current project quotas don't allow for the current max instances setting of 100. Either reduce this function's maxInstances, or request a quota increase on the underlying Cloud Run service at https://cloud.google.com/run/quotas. ⚠ functions: You can adjust the max instances value in your function's runtime options: setGlobalOptions({maxInstances: 10}) ```
Configuration menu - View commit details
-
Copy full SHA for 528aedd - Browse repository at this point
Copy the full SHA 528aeddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03b3ad2 - Browse repository at this point
Copy the full SHA 03b3ad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfb94a2 - Browse repository at this point
Copy the full SHA cfb94a2View commit details -
Revert "Improve cleanup process when reloading emulated functions in …
…debug mode." This reverts commit cfb94a2.
Configuration menu - View commit details
-
Copy full SHA for e40b297 - Browse repository at this point
Copy the full SHA e40b297View commit details -
Nuxt, baseURL, and SSG fixes (#5716)
* Handle Nuxt bundled dependencies * Add fast dev-mode to Nuxt 2 * Handle ssr true/false in Nuxt apps in a more conventional way * Import all the integrations, rather than dynamically require * Leave it to the framework to rewrite as an SPA * Handle Nuxt3 baseURL * SPAs for Nuxt3 and Angular now respect baseUrl * If the Nuxt version couldn't be determined, assume Nuxt v3 * Nuxt used process.cwd in a couple places, guard against this * Allow for Angular apps leveraging serveOptimizedImages to still be treated as an SPA
Configuration menu - View commit details
-
Copy full SHA for bea955f - Browse repository at this point
Copy the full SHA bea955fView commit details
Commits on May 23, 2023
-
FIREBASE_FRAMEWORKS_BUILD_TARGET (#5572)
Co-authored-by: James Daniels <jamesdaniels@google.com>
Configuration menu - View commit details
-
Copy full SHA for 5c7fa9f - Browse repository at this point
Copy the full SHA 5c7fa9fView commit details -
Tweaking some text string formatting as a follow-up to PR 5867. (#5876)
* Tweaking some text string formatting as a follow-up to PR 5867. * Removing stray backtick. * Platform agnosticizing our usage of 'max instances.'
Configuration menu - View commit details
-
Copy full SHA for 7ed62f3 - Browse repository at this point
Copy the full SHA 7ed62f3View commit details -
Fix Vite js-sdk auto init (#5610)
Co-authored-by: James Daniels <jamesdaniels@google.com>
Configuration menu - View commit details
-
Copy full SHA for a6657df - Browse repository at this point
Copy the full SHA a6657dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c5d8c9 - Browse repository at this point
Copy the full SHA 4c5d8c9View commit details -
Improves cleanup process when reloading emulated functions in debug m…
Configuration menu - View commit details
-
Copy full SHA for 7909fc6 - Browse repository at this point
Copy the full SHA 7909fc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbd92e8 - Browse repository at this point
Copy the full SHA cbd92e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c03bf5 - Browse repository at this point
Copy the full SHA 5c03bf5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v12.1.0...v12.2.0