Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * Better error message for missing storage default bucket (#6575) * Better error message for missing storage default bucket * === * === * format --------- Co-authored-by: abhis3 <[email protected]> Co-authored-by: Bryan Kendall <[email protected]> Co-authored-by: James Daniels <[email protected]>
- Loading branch information