Commit e18e5da
authored
1 file changed
+1
-1
lines changedSubmodule env-tests-logging updated 42 files
- .gitignore+2
- deployable/go/Dockerfile+2-1
- deployable/go/go.mod+6-3
- deployable/go/go.sum+222-24
- deployable/go/main.go+228-39
- deployable/python/router.py+5-1
- deployable/python/snippets.py+50
- envctl/env_scripts/go/compute.sh+1-1
- envctl/env_scripts/go/functions.sh+14-10
- envctl/env_scripts/go/functions_v2.sh+22
- envctl/env_scripts/go/local.sh+88
- envctl/env_scripts/java/functions.sh+4-3
- envctl/env_scripts/java/functions_v2.sh+22
- envctl/env_scripts/nodejs/functions.sh+4-3
- envctl/env_scripts/nodejs/functions_v2.sh+22
- envctl/env_scripts/python/compute.sh+3-2
- envctl/env_scripts/python/functions.sh+4-3
- envctl/env_scripts/python/functions_v2.sh+22
- envctl/env_scripts/python/local.sh+71
- envctl/envctl+1-1
- noxfile.py+4-1
- tests/common/common.py+1-1
- tests/go/go.py+110
- tests/go/stdout.py+84
- tests/go/test_appengine_standard.py+3-1
- tests/go/test_cloudrun.py+3-2
- tests/go/test_compute.py+2-3
- tests/go/test_functions.py+3-2
- tests/go/test_functions_v2.py+33
- tests/go/test_kubernetes.py+3-2
- tests/java/test_functions_v2.py+30
- tests/nodejs/test_functions_v2.py+34
- tests/python/python.py+25
- tests/python/test_appengine_flex_container.py+1-1
- tests/python/test_appengine_flex_python.py+1-1
- tests/python/test_appengine_standard.py+1-1
- tests/python/test_cloudrun.py+1-1
- tests/python/test_compute.py+1-1
- tests/python/test_functions.py+1-1
- tests/python/test_functions_v2.py+52
- tests/python/test_kubernetes.py+1-1
- tests/python/test_local.py+31
0 commit comments