Skip to content

Conversation

@inlined
Copy link
Member

@inlined inlined commented May 6, 2022

Fixing outdated package.json templates

@inlined inlined requested a review from TheIronDev May 6, 2022 21:39
@inlined inlined changed the base branch from master to launch.io22 May 6, 2022 21:40
@inlined inlined merged commit ad99ec6 into launch.io22 May 6, 2022
@inlined inlined deleted the inlined.no-test branch May 6, 2022 21:57
bkendall added a commit that referenced this pull request May 10, 2022
* Un-hide CF3v2 (#4525)

* Resolve relative paths for local extensions (#4529)

* Improve error message when parsing function source fails. (#4527)

Previously, an invalid function source would show error message like this:

```bash
$ firebase deploy --only functions

i  deploying functions
...
Error: Failed to parse backend specification:
- YAMLException incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line at line 1, column 65:
     ...  function source: ReferenceError: aa is not defined
```

This is surprising - a YAMLException? A backend specification? Often times, the full error message would curt short, and debugging the issue required the user to carefully inspect the debug log.

We improve the error message to the following:

```bash
$ firebase deploy --only functions

i  deploying functions
...
Error: Failed to load function definition from source: Failed to generate manifest from function source: ReferenceError: aa is not defined
```

We hid the YAML portion of the error and make sure to relay the full error message returned from the underlying Functions Control API (i.e. the serve responsible for loading and advertising the `functions.yaml` baked into the Functions SDK)

* Set `enableCors` debug feature when emulating CF3 functions. (#4528)

Accompanies firebase/firebase-functions#1099.

With this change, users using the supported version of the Firebase Functions SDK will be able to bypass existing/default cors settings to call the emulated HTTP/callable v2 functions.

* Removing extensions-emulator preview flag (#4484)

* Removing extensions-emulator preview flag

* fix test

* Adding changelog entry

* formats

* Pin to emulator UI v1.7.0

* Fix outdated package.json templates (#4531)

* Remove firebase-functions-test dependency

* Bump all the dependencies

* Inlined.cpu fixes (#4530)

* Add extra validation for CPU x memory constraints

* Force default memory to avoid MB -> MiB bugs

* Unbreak unit tests

* Adding CHANGELOG entry for cf3v2 (#4537)

* Adding CHANGELOG entry for cf3v2

* gen 2

* More firebase-frameworks work (#4463)

* Work with emulators:start

* Add dev mode flag

* Dev flag not actually needed

* Move entry into firebase-tools

* Cleanup

* Bump dep

* fix missing import

Co-authored-by: Bryan Kendall <bkend@google.com>

Co-authored-by: Thomas Bouldin <inlined@users.noreply.github.com>
Co-authored-by: joehan <joehanley@google.com>
Co-authored-by: Daniel Lee <danielylee@google.com>
Co-authored-by: James Daniels <jamesdaniels@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants