Commit Graph

7 Commits

Author SHA1 Message Date
Alex Ellis (VMware)
942119bbf1 Move from localhost to 127.0.0.1 as a default for IPv6 clashes, add env-var OPENFAAS_URL as override for gateway URL for Kubernetes users
Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
2018-03-12 19:39:48 +01:00
Minh-Quan TRAN
ff7a14ccda convert Dockerfile to dockerfile internally
Signed-off-by: Minh-Quan TRAN <account@itscaro.me>

convert Dockerfile to dockerfile internally - testing files

Signed-off-by: Minh-Quan TRAN <account@itscaro.me>
2018-02-17 19:02:05 +00:00
Minh-Quan TRAN
6ec90d8ed0 error string starts with lowercase and do not contain trailing '.'
Signed-off-by: Minh-Quan TRAN <account@itscaro.me>
2018-01-17 08:41:55 +00:00
Alex Ellis
b05b52960a Spaces between header and code
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-23 17:07:08 +01:00
Eric Stoekl
fc1d186871 Print error message when no matches are found by --filter or --regex flag
Improve tests for --filter and --regex

Signed-off-by: Eric Stoekl <ems5311@gmail.com>
2017-10-01 09:18:21 +02:00
Minh-Quan TRAN
09c255a550 Stop build if gofmt returns files need to be re-formatted
Fix syntax for stack/stack.go and stack/stack_test.go

Signed-off-by: Minh-Quan TRAN <account@itscaro.me>
2017-09-13 17:27:14 -07:00
Eric Stoekl
fa5668b52a Add --filter and --regex flags to faas-cli
1. Adds regex matching
2. Adds wildcard matching
3. Adds tests+inline docs for both

Signed-off-by: Eric Stoekl <ems5311@gmail.com>
2017-09-13 10:22:52 -07:00