Skip to content
Permalink

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: fae1bf0
Choose a base ref
...
head repository: firebase/firebase-functions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f08be25
Choose a head ref
  • 12 commits
  • 26 files changed
  • 6 contributors

Commits on Aug 11, 2021

  1. Configuration menu
    Copy the full SHA
    e9f5e43 View commit details
    Browse the repository at this point in the history
  2. Set Access Control for HTTP Functions (v2) (#935)

    * adding invoker to v2 http functions
    
    * fix format
    
    * change invoker to always turn into an array, add error handling
    
    * fix trigger annotated in v2 and change v1 to only put invoker array in trigger annotated
    
    * changing invoker type for better type completion
    colerogers authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    94414f4 View commit details
    Browse the repository at this point in the history
  3. Use npm ci on publish scripts. (#940)

    I kept seeing error on the npm version command claiming that the directory was dirty. I believe this is because version of the npm used in our builder image is >7 which uses lockfileversion 2 instead of 1 checked into the repo. Using npm ci instead, but we should also think about updating the package-lock.json to lockfileversion 2.
    taeold authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    31d52b7 View commit details
    Browse the repository at this point in the history
  4. 3.15.0

    google-oss-bot committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    1b7a73b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2ccc53 View commit details
    Browse the repository at this point in the history
  6. Bug bash fixes (#933)

    * HTTP functions always return a promise even when apply CORS.
    
    Previously HTTPS functions had to be patched in the emulator
    to ensure that the promise is always handled. This change
    should circumvent that need and make v2 patching unnecessary.
    
    * Export undocumented dependency of the emulator
    
    * Make @types/cors a proper dep
    
    * Add dummy files to silence imports eslinter
    
    Co-authored-by: Michael Bleigh <bleigh@google.com>
    inlined and mbleigh authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    2e214ed View commit details
    Browse the repository at this point in the history
  7. Changelog (#941)

    inlined authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    670dc92 View commit details
    Browse the repository at this point in the history
  8. 3.15.1

    google-oss-bot committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    360d426 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e6eb1ea View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    dfd1708 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92597f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f08be25 View commit details
    Browse the repository at this point in the history
Loading