FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Removing code to handle legacy functions by joehan · Pull Request #2935 · firebase/firebase-tools · GitHub

Removing code to handle legacy functions - #2935

Merged
joehan merged 1 commit into
nextfrom
jh-remove-legacy-fns-code
Dec 15, 2020
Merged

Removing code to handle legacy functions#2935
joehan merged 1 commit into
nextfrom
jh-remove-legacy-fns-code

Conversation

joehan commented Dec 15, 2020

Copy link
Copy Markdown
Member

Description

Removing code that supported legacy functions triggers and functions deployed prior to version 3.17.6 of firebase-tools.

The impact of removing this is that functions with legacy trigger types will show an uglier error, and functions deployed prior to v3.17.6 won't be recognized as Firebase functions (and therefore won't be deleted).

I tested normal function deploys, but I didn't have any legacy triggers or old functions to test this on.

joehan requested a review from mbleigh December 15, 2020 01:55
google-cla Bot added the cla: yes Manual indication that this has passed CLA. label Dec 15, 2020
joehan requested a review from bkendall December 15, 2020 01:55
mbleigh changed the base branch from master to next December 15, 2020 01:57

mbleigh left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Changed base to next since I think that's where we're staging 9.0.0 things.

joehan merged commit 0b9fb8e into next Dec 15, 2020
bkendall added a commit that referenced this pull request Dec 15, 2020
* Removing code to handle legacy functions (#2935)

* Disable Node.js 8 deploys for Cloud Functions. (#2934)

* drop testing and support for node 8 (#2620)

* remove/bump node 8s to node 10s

* update some dev dependencies

* update build target to es2017

* formatting

* upgrade mocha

* remove async types

* update check in binary to node 8

* Update package.json

* npm audit: breaking edition (#2941)

* Fix #2880 - generating email link from Admin SDK fails with Auth Emulator (#2933)

* Fix #2880.

* Add changelog entry.

* fixes set-cookie issue (updated #2932) (#2939)

* Fixes #2931 - Support multiple Set-Cookie headers

apiv2.js uses node-fetch under the hood, which will concatenate duplicate headers with ', '. This is invalid for Set-Cookie headers.
The solution is to grab the raw headers (which will be an array) and call `res.setHeader()` with that value.

* add test

* changelog

Co-authored-by: Adam Ahmed <72171617+adam-remotesocial@users.noreply.github.com>

* 8.20.0

* [firebase-release] Removed change log and reset repo after 8.20.0 release

* auto fix audit issues

* force audit update major versions

* remove google-gax

Co-authored-by: Yuchen Shi <yuchenshi@google.com>
Co-authored-by: Adam Ahmed <72171617+adam-remotesocial@users.noreply.github.com>
Co-authored-by: Google Open Source Bot <firebase-oss-bot@google.com>

Co-authored-by: joehan <joehanley@google.com>
Co-authored-by: Michael Bleigh <bleigh@google.com>
Co-authored-by: Yuchen Shi <yuchenshi@google.com>
Co-authored-by: Adam Ahmed <72171617+adam-remotesocial@users.noreply.github.com>
Co-authored-by: Google Open Source Bot <firebase-oss-bot@google.com>
bkendall deleted the jh-remove-legacy-fns-code branch August 4, 2021 19:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes Manual indication that this has passed CLA.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL