- 13 Nov, 2021 4 commits
-
-
Robson Miranda authored
-
Robson Miranda authored
-
Robson Miranda authored
-
Robson Miranda authored
-
- 12 Nov, 2021 2 commits
-
-
Robson Miranda authored
-
Robson Miranda authored
-
- 10 Nov, 2021 2 commits
-
-
Robson Miranda authored
-
Robson Miranda authored
-
- 09 Nov, 2021 2 commits
-
-
Robson Miranda authored
-
Robson Miranda authored
-
- 08 Nov, 2021 1 commit
-
-
Robson Miranda authored
-
- 04 Nov, 2021 1 commit
-
-
Robson Miranda authored
-
- 03 Nov, 2021 1 commit
-
-
Alex Ellis (OpenFaaS Ltd) authored
Fixes: #270 Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
- 21 Oct, 2021 2 commits
-
-
Lucas Roesler authored
Run faas-cli install in it's own step to because this will install it into the users PATH for us and the setup/verify script will intelligently skip the faas-cli install step. This avoids a bug where the script assumes that the cli was installed into the tmp dir instead of the PATH. Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
Shikachuu authored
Update PHP version everywhere to 7.4, changed composer flag to :1 to always use the most up-to-date composer:1 version. Signed-off-by:
Shikachuu <zcmate@gmail.com>
-
- 06 Sep, 2021 1 commit
-
-
Alex Ellis (OpenFaaS Ltd) authored
Refers to request in: 265 Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
- 14 Jun, 2021 1 commit
-
-
Alex Ellis authored
-
- 12 May, 2021 2 commits
-
-
Alex Ellis (OpenFaaS Ltd) authored
Tested with a 401 status before failing the message and saw the code as expected. Also tested with just calling fail, and saw the 500 code. Closes #258 and Fixes: #257 Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Nitishkumar Singh authored
Signed-off-by:
Nitishkumar Singh <nitishkumarsingh71@gmail.com>
-
- 06 Apr, 2021 3 commits
-
-
Guillaume Grussenmeyer authored
Signed-off-by:
Guillaume Grussenmeyer <ggrussenmeyer@protonmail.com>
-
moqi authored
Signed-off-by:
moqi <moqimoqidea@gmail.com>
-
Guillaume Grussenmeyer authored
Fixed links to template directory for node12 and node14. Signed-off-by:
Guillaume Grussenmeyer <ggrussenmeyer@protonmail.com>
-
- 27 Feb, 2021 1 commit
-
-
Alex Ellis (OpenFaaS Ltd) authored
Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
- 21 Feb, 2021 1 commit
-
-
Alex Ellis (OpenFaaS Ltd) authored
Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
- 15 Feb, 2021 3 commits
-
-
Alex Ellis (OpenFaaS Ltd) authored
Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Alex Ellis (OpenFaaS Ltd) authored
For the current LTS version Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Alex Ellis (OpenFaaS Ltd) authored
Moves to an npm install without using a root user and chmod. This was causing significant delay when using huge modules like the AWS SDK. If this affects you in some way, just raise an issue and we will look into it. Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
- 13 Feb, 2021 2 commits
-
-
Alex Ellis (OpenFaaS Ltd) authored
The chmod was taking a very long time for the AWS SDK with hundreds if not thousands of files being downloaded. Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Alex Ellis (OpenFaaS Ltd) authored
Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
- 10 Feb, 2021 2 commits
-
-
Alex Ellis (OpenFaaS Ltd) authored
Form data posted with application/x-www-form-urlencoded was ignored. This has been addressed and tested, and the body is now populated. The default handler now shows the content type received so that users can understand what they are sending in via curl or other mechanisms. When no content-type was given, the template did not attempt to do any form of parsing. This has been updated, so set a plain text body type when the sender doesn't provide one. Tested with node and express.js with various content-types. A tech-debt item is that the body parser is now considered deprecated, and a new parser needs to be moved to. Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Alex Ellis (OpenFaaS Ltd) authored
Fixes: #245 Closes: #246 Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
- 28 Jan, 2021 1 commit
-
-
C.Wong authored
fix the error of java 11 template vertx link Signed-off-by:
huangchen007 <rex.huangc@gmail.com>
-
- 05 Jan, 2021 1 commit
-
-
Alex Ellis (OpenFaaS Ltd) authored
Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
- 05 Dec, 2020 1 commit
-
-
Peter Thaleikis authored
Signed-off-by:
Peter Thaleikis <peter.thaleikis@gmail.com>
-
- 04 Dec, 2020 2 commits
-
-
Alex Ellis (OpenFaaS Ltd) authored
When the args are after the first FROM, then buildx fails to work. Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Alex Ellis (OpenFaaS Ltd) authored
This appeared to stop buildx working. Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
- 02 Dec, 2020 4 commits
-
-
Alex Ellis (OpenFaaS Ltd) authored
This is a partial fix for #232 where "docker build" could not override the two variables for multi-arch builds and caused a user error for building on an arm device. Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Alex Ellis (OpenFaaS Ltd) authored
This means fewer template changes to move between minor versions We also had an issue reported on Slack, where the older image had been overwriten by the Docker Hub with a non-multi-arch image. Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Alex Ellis (OpenFaaS Ltd) authored
Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-
Alex Ellis (OpenFaaS Ltd) authored
Fixes a multi-arch issue with the classic templates Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
-