Commit 6036dfb
Launch/v13.0.0 (#6559)
* Update min node version to 18, add 20 to supported versions & CI
* Update min node version to 18, add 20 to supported versions & CI (#6447)
* Update min node version to 18, add 20 to supported versions & CI
* Fix broken unit test
* Bump dockefiles to Node 20 as well
* Skip frameworks test for now so that it doesn't run indefinitely
* GetStorageDefaultBucket through Storage API (#6471)
* GetStorageDefaultBucket through Storage API
* pretty it up
* Update CHANGELOG.md
---------
Co-authored-by: joehan <joehanley@google.com>
* Remove 'request' from 'functions:shell' (#5808)
* removing request and api from functions shell
* typing is powerful
* return sentinal value on http function to avoid weird output
* fix get/post functions to accept data
* spelling is hard
* Cleaning up old code
* Replace request with a shim
* refactoring to pipe through body correctly
* Use correct function signature
* format
* format
* remove overly specific error message
* remove request from storage-integration-test
* formats
---------
Co-authored-by: Bryan Kendall <bkend@google.com>
* Removing deprecated ext:dev:publish, as promised (#6522)
* Added CHANGELOG entries
* Updating various test dependencies
* Update functions node version error message
* First crack at getting webframeworks tests back up and running (#6573)
* First crack at getting webframeworks tests back up and running
* More dep upates, specify type:modules for functions
* Update Angular
* --exit on mocha, fixes for Angular
* Lint
* Next14
* Couple nextjs tests
* More stuffs
---------
Co-authored-by: James Daniels <jamesdaniels@google.com>
* Better error message for missing storage default bucket (#6575)
* Better error message for missing storage default bucket
* ===
* ===
* format
---------
Co-authored-by: abhis3 <abhisun@google.com>
Co-authored-by: Bryan Kendall <bkend@google.com>
Co-authored-by: James Daniels <jamesdaniels@google.com>1 parent 39b23e0 commit 6036dfb
57 files changed
Lines changed: 10416 additions & 20978 deletions
File tree
- .github/workflows
- scripts
- build
- emulator-tests/functions
- examples/hosting/update-single-file
- extensions-emulator-tests/functions
- firepit-builder
- functions-deploy-tests/functions
- functions-discover-tests/fixtures
- bundled
- dist
- codebases
- v1
- v2
- esm/functions
- pnpm/functions
- simple/functions
- yarn-workspaces/packages/functions
- storage-emulator-integration
- test-project/functions
- triggers-end-to-end-tests
- triggers
- v1
- v2
- webframeworks-deploy-tests
- angular
- src
- app
- functions
- nextjs
- src
- commands
- deploy/functions/runtimes
- discovery
- node
- frameworks
- angular
- gcp
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
| 48 | + | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
1 | 9 | | |
2 | 10 | | |
3 | 11 | | |
| |||
0 commit comments