- Dec 05, 2018
-
-
Burton Rheutan authored
This change set downloads the CDN resources for the gateway and bundles them with the other static resources for the UI. This is needed for situations where a user does not have access to the CDN either because of firewall rules or network policy. The files and versions remain the same, only now loaded locally with directory paths matching the CDN paths. Signed-off-by:
Burton Rheutan <rheutan7@gmail.com>
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
- Dec 04, 2018
-
-
Alex Ellis (VMware) authored
- adds version folder - tested on Rock64 Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Nov 29, 2018
-
-
Lucas Roesler authored
**What** - Update the fass-swarm version to 0.5.0 Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
marcus-smallman authored
Signed-off-by:
marcus-smallman <marcussmallman@live.co.uk>
-
- Nov 26, 2018
-
-
Ivana Yovcheva (VMware) authored
A talk on IstaCon, Sofia, workshop on OpenFest, Sofia, and a lightning talk during the same event are added to the events list Signed-off-by:
Ivana Yovcheva (VMware) <iyovcheva@vmware.com>
-
- Nov 24, 2018
-
-
Alex Ellis authored
Added two micro-tutorials Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Nov 22, 2018
-
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis authored
Add pr_description_required to default YAML file for Derek. Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
Ivana Yovcheva authored
Signed-off-by:
Ivana Yovcheva (VMware) <iyovcheva@vmware.com>
-
- Nov 21, 2018
-
-
Alex Ellis (VMware) authored
- closes #974 Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Nov 19, 2018
-
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Nov 17, 2018
-
-
Laurent Grangeau authored
Signed-off-by:
Laurent Grangeau <laurent.grangeau@gmail.com>
-
- Nov 16, 2018
-
-
Martin Dekov (VMware) authored
Bump Dockerfiles and mentions of alpine 3.7 to be now 3.8 Signed-off-by:
Martin Dekov (VMware) <mdekov@vmware.com>
-
Kendrick Coleman authored
Added VMworld 2018 Speaking Session on Creating Your First Serverless Function with OpenFaaS Signed-off-by:
Kendrick Coleman <kendrickc@vmware.com>
-
- Nov 14, 2018
-
-
Richard Gee authored
Issue #955 suggested that the watchdog binaries should have associated sha256 files to help assure the veracity of the built artefacts. This change mirrors the method employed on faas-cli to generate and deploy the sha256 hash for each flavour of the current watchdog. Signed-off-by:
Richard Gee <richard@technologee.co.uk>
-
- Nov 12, 2018
-
-
Martin Dekov (VMware) authored
Bumping gateway image for armhf and x64-86 to be the latest 0.9.10 Signed-off-by:
Martin Dekov (VMware) <mdekov@vmware.com>
-
- Nov 11, 2018
-
-
Philippe Charrière authored
Signed-off-by:
Philippe Charrière <pcharriere@gitlab.com>
-
Burton Rheutan authored
Signed-off-by:
Burton Rheutan <rheutan7@gmail.com>
-
Swarvanu Sengupta authored
Signed-off-by:
Swarvanu Sengupta <swarvanusg@gmail.com>
-
- Nov 09, 2018
-
-
Burton Rheutan authored
Signed-off-by:
Burton Rheutan <rheutan7@gmail.com>
-
Vivek Singh authored
Signed-off-by:
Vivek Singh <vivekkmr45@yahoo.in>
-
- Nov 08, 2018
-
-
Shaun Berryman authored
Incubator link is pointing to the main OpenFaaS GitHub organization instead of the OpenFaaS-Incubator organization. Signed-off-by:
Shaun Berryman <shaun@shaunberryman.com>
-
Thomas Peikert authored
Signed-off-by:
TPei <t.s.peikert@gmail.com>
-
- Nov 07, 2018
-
-
Alex Ellis (VMware) authored
- this reinstates the cache to reduce the count of lookups to the provider when checking if scaling is needed. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
- this change is needed for Docker Swarm which may give an error when several concurrent requests come in to scale a deployment. Tested on Docker Swarm before/after with the hey tool and figlet scaled down to zero replicas. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Nov 05, 2018
-
-
Alex Ellis authored
This commit adds Ed to the Core Contributors Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Patricio Diaz authored
Signed-off-by:
Patricio Diaz <padiazg@gmail.com>
-
- Nov 04, 2018
-
-
Alex Ellis (VMware) authored
- PR #929 introduced the ability to generate passwords for the gateway admin user, this is a good step forwards for Windows users. It did introduce an inconsistency in the format that passwords are stored by not using a form of hashing. Hashing of secrets is used extensively within OpenFaaS/OpenFaaS Cloud whether with Swarm or Kubernetes via helm. If there are concerns about using a hashed value for a password I would suggest raising an issue to track this and have any decision we make applied for all users (not just PowerShell users). As a compromise I've introduced hashing by default and added a new flag called -noHash which can be used to replicate the behaviour of the original PR. After feedback from other contributors I also looked into whether the flag syntax could match the existing syntax but left this as is. Bash will use --no-auth and PowerShell will use --noAuth. This was tested on Docker Swarm on Windows. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
John McCabe authored
Signed-off-by:
John McCabe <john@johnmccabe.net>
-
John McCabe authored
- copies behaviour from bash installer Signed-off-by:
John McCabe <john@johnmccabe.net>
-
John McCabe authored
Signed-off-by:
John McCabe <john@johnmccabe.net>
-
John McCabe authored
- Generates the password to mirror deploy_stack.sh - Uses hardcoded admin to mirror deploy_stack.sh - Uses throw to exit when error - Updates faas-cli login command for Powershell Signed-off-by:
John McCabe <john@johnmccabe.net>
-
John McCabe authored
This commit updates deploy_stack.ps1 to check that Docker is running in Swarm mode before proceeding. Signed-off-by:
John McCabe <john@johnmccabe.net>
-
John McCabe authored
This commit updates the Windows deploy_stack.ps1 to set the basic-auth-user and basic-auth-password secrets if absent. Signed-off-by:
John McCabe <john@johnmccabe.net>
-
Emmanuel Lebeaupin authored
Signed-off-by:
Emmanuel Lebeaupin <emmanuel.lebeaupin@gmail.com>
-
- Nov 01, 2018
-
-
Alex Ellis (VMware) authored
- extracting this package means it can be used in other components such as the asynchronous nats-queue-worker which may need to invoke functions which are scaled down to zero replicas. Ref: https://github.com/openfaas/nats-queue-worker/issues/32 Tested on Docker Swarm for scaling up, already scaled and not found error. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Oct 28, 2018
-
-
Radoslav Dimitrov authored
Omit the staging directory created by the publish-armhf.sh script Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
Burton Rheutan authored
Signed-off-by:
Burton Rheutan <rheutan7@gmail.com>
-