mirror of https://github.com/knative/func.git
* allow build to be triggered from run when fn.Image is missing * add build check when run by the run command * added unit test for run command * remove log output * rename run test * change build trigger to be managed by a flag and not a prompt * tlet users know about the --build flag in the error message * fix code check issue * add some debug info to the run_test * Update cmd/run.go Co-authored-by: Luke Kingland <58986931+lkingland@users.noreply.github.com> * add build field to runConfig * fix issue with cmd args for testing * refactor run tests to use mocks * update imageless function run error message * add check for build error test case * run unit test cleanup * empty commit Co-authored-by: Luke Kingland <58986931+lkingland@users.noreply.github.com> |
||
---|---|---|
.. | ||
func | ||
testdata/repository.git | ||
build.go | ||
build_test.go | ||
completion.go | ||
completion_util.go | ||
config.go | ||
config_envs.go | ||
config_labels.go | ||
config_labels_test.go | ||
config_volumes.go | ||
create.go | ||
create_test.go | ||
delete.go | ||
delete_test.go | ||
deploy.go | ||
emit.go | ||
format.go | ||
info.go | ||
list.go | ||
repository.go | ||
repository_test.go | ||
root.go | ||
root_test.go | ||
run.go | ||
run_test.go | ||
version.go |