functions
functions copied to clipboard
An Open Source Serverless Platform
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [async](https://github.com/caolan/async) from 2.1.2 to 2.6.4. Release notes Sourced from async's releases. v2.3.0 Added support for ES2017 async functions. Wherever you can pass a Node-style/CPS function that uses a callback,...
Fixed all the eslint errors. Added theses new rules to `.eslintrc`: ``` no-unused-vars: [2, {args: after-used, argsIgnorePattern: "_"}] new-cap: 0 ```
First try on adding versioned functions. Things to improve: - [ ] Better error handling, decoupling `Functions.js` from http semantics. - [ ] More tests (current code base vs. new...
Bumps [foreman](https://github.com/strongloop/node-foreman) from 2.0.0 to 3.0.1. Changelog Sourced from foreman's changelog. 2018-06-28, Version 3.0.1 remove unnecessary use of regex (Ryan Graham) Fixed typo on forward proxy (Cemal Eker) Fixed typo...
This PR is in WIP, because it's lacking tests to validate the /run modification.
Each function could have a new boolean attribute named `exposed`, besides that, the server could accept connection on a public domain specified by the environment variable. All exposed function may...
We should change and pass this data in the PUT request body.
Maybe we should use middleware to give the proper response.
The /namespaces routes are useless today, we need to create the relationship between them and the functions namespaces. Otherwise, we need to delete this route.