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-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.3.0
Choose a base ref
...
head repository: firebase/firebase-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.4.0
Choose a head ref
  • 12 commits
  • 56 files changed
  • 11 contributors

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    28bc9d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Fixes manipulated location header in Hosting emulator proxy logic (#3105

    )
    
    * repair location headers returned for proxied requests in the Hosting emulator
    
    * comment
    
    * test for this weird behavior
    
    * protect against bad URLs
    
    * protect against valid usage
    
    * wording
    
    * undo autoformatter changes
    
    * remove another type
    
    * link to bug in node-fetch
    bkendall authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    d162aec View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    8859dc8 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Fix check annotations that show up in every PR (#3118)

    Fix check annotations that show up in every PR
    inlined authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    417879f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    153c553 View commit details
    Browse the repository at this point in the history
  2. Allow optional extension params to be omitted (#3126) (#3128)

    * Allow optional extension params to be omitted (#3126)
    
    * Update CHANGELOG.md
    
    Co-authored-by: joehan <[email protected]>
    oxc and joehan authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    6fcdce9 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Migrate auth.js to TypeScript (#3122)

    Migrated auth.js to auth.ts. This was made dramatically simpler by separating the Google and GitHub login functions into separate top-level methods, though I tried to share as much code as possible.
    inlined authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    a5424bf View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Bump up archiver package version to stop producing bad zip archives i…

    …n nodejs15 (#3140)
    
    Bump up archiver package version to fix  bad zip files in nodejs15.
    taeold authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    ca9112e View commit details
    Browse the repository at this point in the history
  2. fix(emulator): Hosting emulator should not connect to 0.0.0.0 for emu…

    …lators (#3141)
    
    * fix(emulator): Hosting emulator should not connect to 0.0.0.0 for emulators (#3121)
    
    * Update CHANGELOG.md
    
    Co-authored-by: Yuchen Shi <[email protected]>
    lisp719 and yuchenshi authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    ea06936 View commit details
    Browse the repository at this point in the history
  3. Major refactor of functions deploy (#3132)

    * Adding onPoll option to operation-poller (#3046)
    
    * Adds onPoll option
    
    * format and remove only
    
    * improved unit test
    
    * Typescriptify functionsDeployHelper (#3059)
    
    * Typescriptifying and adding CloudFunctionTrigger type
    
    * Using funcName instead of func
    
    * formats
    
    * Typescriptifying gcp.cloudfunctions (#3060)
    
    * Typescriptifying functionsConfig (#3063)
    
    * Typescriptifying deploymentTool (#3061)
    
    * Typescriptifying deploymentTool
    
    * Update src/deploymentTool.ts
    
    Co-authored-by: Michael Bleigh <[email protected]>
    
    Co-authored-by: Michael Bleigh <[email protected]>
    
    * Refactoring prepare stage of functions deploy (#3067)
    
    * refactoring prepare setp of functions deploy to use typescript, check for failure policies, and parse function triggers
    
    * refactoring prepare setp of functions deploy to use typescript, check for failure policies, and parse function triggers
    
    * commenting out functionNamesAreValid
    
    * formats
    
    * refactoring release step of functions deploy to use typescript
    
    * Adding logic to build regional deployments
    
    * Implementing createDeploymentPlan
    
    * First round of PR feedback, removing most usages of lodash
    
    * moving function prompts into their own file
    
    * seperating out a bunch of code from functionsDeployHelper
    
    * Resolves merge conflicts
    
    * refactoring release step of functions deploy to use typescript (#3071)
    
    * Implements core logic of running function deploys
    
    * Typescriptifying prepareFunctionsUpload (#3064)
    
    * Typescriptifying prepareFunctionsUpload, and updating filesize package to get types
    
    * fixing merge conflict
    
    * Implementing createDeploymentPlan (#3081)
    
    * refactoring release step of functions deploy to use typescript
    
    * Adding logic to build regional deployments
    
    * Implementing createDeploymentPlan
    
    * First round of PR feedback, removing most usages of lodash
    
    * moving function prompts into their own file
    
    * seperating out a bunch of code from functionsDeployHelper
    
    * round of pr fixes
    
    * adresses more pr comments, and adds some todos
    
    * cleaning up unused code
    
    * Fixing some things that were broken while merging
    
    * Fixing up the order of wait and close to ensure that queue promsies actually resolve
    
    * Format and clean up typos
    
    * refactoring error handling to be cleaner
    
    * cleaning up extera newlines
    
    * first round of pr fixes
    
    * Readding some changes that I accidenttally wiped out during a merge
    
    * Switching name to id where appropriate
    
    * fixing another bug caused by functionName vs Id
    
    * Refactor functions-delete  (#3110)
    
    * Refactoring functions delete to use tasks, and cleaning up old polling code
    
    * Refactoring functions delete to use tasks, and cleaning up old polling code
    
    * refactoring to use new error handling
    
    * cleanup unused imports
    
    * small style fixes
    
    * Cleaning up error reporting
    
    * Implement validation for changing trigger types, and fixes from bug bash (#3131)
    
    * Implement validation for changing trigger types, and fixes from bug bash
    
    * more specifc error messages for different permutations of trigger types
    
    * fixes package.json
    
    Co-authored-by: Michael Bleigh <[email protected]>
    joehan and mbleigh authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    c1c3aee View commit details
    Browse the repository at this point in the history
  4. Adding changelog for #3132 (#3142)

    * adding changelog for functions refactor
    
    * formats
    joehan authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    a661424 View commit details
    Browse the repository at this point in the history
  5. 9.4.0

    google-oss-bot committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    d5fcb7f View commit details
    Browse the repository at this point in the history
Loading