- Jan 19, 2019
-
-
Burton Rheutan authored
This change validates manual input to the gateway UI when deploying new functions. This is to prevent poor user experience when attempting to deploy a function manually from the UI. The validation check on the function name is the same pattern that is used in the CLI to ensure that when the deploy button is pressed, the function will not fail validation. Signed-off-by:
Burton Rheutan <rheutan7@gmail.com>
-
- Jan 17, 2019
-
-
Daniel Llewellyn authored
Signed-off-by:
Daniel Llewellyn <daniel@bowlhat.net>
-
- Jan 16, 2019
-
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
Radoslav Dimitrov authored
The publish script is now common for both ARMHF and ARM64 Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <rdimitrow@gmail.com>
-
- Jan 13, 2019
-
-
Ron Rivera authored
We need to update the watchdog version for sample functions to 0.9.14 including all references in markdown files. Signed-off-by:
Ron Rivera <roncrivera@gmail.com>
-
- Jan 12, 2019
-
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Jan 11, 2019
-
-
Bart Smykla authored
I changed the version of image to current one, which implements secret management endpoint from 0.5.0 to 0.6.1 in docker-compose.yml (x86_64) Version of openfaas/gateway was also increased to 0.9.14 Signed-off-by:
Bart Smykla <bsmykla@vmware.com>
-
- Jan 10, 2019
-
-
Edward Wilde authored
Signed-off-by:
Edward Wilde <ewilde@gmail.com>
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Jan 09, 2019
-
-
Alex Ellis authored
- closes: #1009 Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
- Jan 07, 2019
-
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Jan 05, 2019
-
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Jan 04, 2019
-
-
Alex Ellis (VMware) authored
- added secret definition and removed types used previously Remove structs for secrets - after discussion on PR the core contributors decided we just want simple CRUD with the Secret type. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Andrew Cornies authored
- SecretInfo type - ListSecretsResponse - Move Annotations to SecretInfo - update swagger api docs Signed-off-by:
Andrew Cornies <acornies@gmail.com>
-
Andrew Cornies authored
- moved Vagrantfile to contrib dir - gave secret request type more thought Signed-off-by:
Andrew Cornies <acornies@gmail.com>
-
Andrew Cornies authored
- added delete http verb to system/secrets - added secrets request type - added vagrant env provisioned by existing deploy_stack.sh Signed-off-by:
Andrew Cornies <acornies@gmail.com>
-
Andrew Cornies authored
- added SecretHandler type - added discussed system/secret endpoint with appropriate http verbs Signed-off-by:
Andrew Cornies <acornies@gmail.com>
-
- Jan 02, 2019
-
-
Mike Chiu authored
Use timer.AfterFunc to make sure goroutine could be gc. Signed-off-by:
Mike Chiu <mike.chiu@pentium.network>
-
Thomas Shaw authored
Signed-off-by:
Thomas Shaw <tshaw@riotgames.com>
-
Alex Ellis (VMware) authored
- moves blogs / events into same line Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Burton Rheutan authored
Signed-off-by:
Burton Rheutan <rheutan7@gmail.com>
-
- Jan 01, 2019
-
-
Burton Rheutan authored
Signed-off-by:
Burton Rheutan <rheutan7@gmail.com>
-
- Dec 30, 2018
-
-
John McCabe authored
Signed-off-by:
John McCabe <john@johnmccabe.net>
-
- Dec 29, 2018
-
-
Lucas Roesler authored
**What** - Update the gopkg.toml Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
Gede Wahyu authored
Signed-off-by:
Gede Wahyu <tokekbesi@gmail.com>
-
Gede Wahyu authored
Signed-off-by:
Gede Wahyu <tokekbesi@gmail.com>
-
Gede Wahyu authored
Signed-off-by:
Gede Wahyu <tokekbesi@gmail.com>
-
Gede Wahyu authored
Signed-off-by:
Gede Wahyu <tokekbesi@gmail.com>
-
Gede Wahyu authored
Signed-off-by:
Gede Wahyu <tokekbesi@gmail.com>
-
- Dec 25, 2018
-
-
Alex Ellis authored
- basic auth is now optional for armhf - finishes work of #999 Happy Holidays Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Richard Gee authored
Currently there are multiple deploy_stack.sh files and the user has to select the version appropriate to the target architecture so that the correct images are deployed. Further, the armhf deploy script lacks the basic auth by default scripting that is in the x86_64 version. This change adds a case/select to deploy_stack.sh that will determine the hardware architecture and select the appropriate docker-compose file. The deploy_stack.armhf.sh is also changed, rather than deleted, so that existing references are still valid. Signed-off-by:
Richard Gee <richard@technologee.co.uk>
-
- Dec 19, 2018
-
-
Lucas Roesler authored
**What** - Revert to original if-block structure to reduce the size of the diff Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
Lucas Roesler authored
**What** - Update the function image value during the `refreshData` Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
- Dec 11, 2018
-
-
TPei authored
Signed-off-by:
TPei <t.s.peikert@gmail.com>
-
- Dec 06, 2018
-
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- 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>
-