-
Notifications
You must be signed in to change notification settings - Fork 206
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: firebase/firebase-functions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.18.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: firebase/firebase-functions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.19.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 28 files changed
- 5 contributors
Commits on Feb 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 795a805 - Browse repository at this point
Copy the full SHA 795a805View commit details
Commits on Feb 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1629793 - Browse repository at this point
Copy the full SHA 1629793View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b83e1d - Browse repository at this point
Copy the full SHA 2b83e1dView commit details
Commits on Mar 4, 2022
-
Fix handler typo in billing alerts (#1045)
* fixing typo * changing var name & fixing describe title * updating alerttype
Configuration menu - View commit details
-
Copy full SHA for c09761a - Browse repository at this point
Copy the full SHA c09761aView commit details
Commits on Mar 7, 2022
-
Migrate endpoint annotation eventTrigger.eventFilters to list of filt…
…ers (#1052) Previously, `eventFilter` attribute was an object: ``` eventTrigger: { eventType: "an.event", eventFilter: { resource: "my-storage-bucket", appId: "12345", } } ``` We now prefer eventFilter as a list: ``` eventTrigger: { eventType: "an.event", eventFilter: [ { attribute: "resource", value: "my-storage-bucket", }. { attribute: "appId", value: "12345", }. ] } ``` Most of the change in this PR is in tests. Few other minor changes I've squeezed in here: 1. Added a changelog entry for #1037 2. Deleted obsolete src/common/manifest.ts file 3. Small refactoring of alerts/crashlytics spec to make this migration easier.
Configuration menu - View commit details
-
Copy full SHA for f45e45f - Browse repository at this point
Copy the full SHA f45e45fView commit details
Commits on Mar 11, 2022
-
Fix bug where RTDB trigger for instances w/ "ref" in the db name were…
… incorrectly parsed. Fixes #1055
Configuration menu - View commit details
-
Copy full SHA for 0a1c7ab - Browse repository at this point
Copy the full SHA 0a1c7abView commit details
Commits on Mar 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 307fe69 - Browse repository at this point
Copy the full SHA 307fe69View 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.