Commit a50f0ee
Major refactor of functions deploy (firebase#3132)
* Adding onPoll option to operation-poller (firebase#3046)
* Adds onPoll option
* format and remove only
* improved unit test
* Typescriptify functionsDeployHelper (firebase#3059)
* Typescriptifying and adding CloudFunctionTrigger type
* Using funcName instead of func
* formats
* Typescriptifying gcp.cloudfunctions (firebase#3060)
* Typescriptifying functionsConfig (firebase#3063)
* Typescriptifying deploymentTool (firebase#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 (firebase#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 (firebase#3071)
* Implements core logic of running function deploys
* Typescriptifying prepareFunctionsUpload (firebase#3064)
* Typescriptifying prepareFunctionsUpload, and updating filesize package to get types
* fixing merge conflict
* Implementing createDeploymentPlan (firebase#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 (firebase#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 (firebase#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]>1 parent 47c78b7 commit a50f0ee
File tree
41 files changed
+2931
-2100
lines changed- src
- commands
- deploy
- functions
- hosting
- gcp
- test
- deploy/functions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+2931
-2100
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| |||
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
100 | | - | |
| 102 | + | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
61 | 57 | | |
62 | 58 | | |
63 | | - | |
64 | | - | |
| 59 | + | |
| 60 | + | |
65 | 61 | | |
66 | 62 | | |
67 | 63 | | |
| |||
This file was deleted.
0 commit comments