2 files changed
+4
-8
lines changedLines changed: 3 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
355 | 355 |
| |
356 | 356 |
| |
357 | 357 |
| |
358 |
| - | |
359 |
| - | |
360 |
| - | |
361 |
| - | |
362 |
| - | |
363 |
| - | |
364 |
| - | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
365 | 361 |
| |
366 | 362 |
| |
367 | 363 |
| |
|
Submodule environment updated 29 files
- README.md-2
- deployable/go/main.go+28-1
- deployable/java/.gitignore+1
- deployable/java/Dockerfile+3-3
- deployable/java/src/main/java/envtest/deployable/DeployableApplication.java+1-1
- deployable/java/src/main/java/envtest/deployable/Snippets.java+30-1
- deployable/java/src/main/java/envtest/deployable/web/DeployableHttpController.java+30
- deployable/nodejs/app.js+3-9
- deployable/nodejs/tests.js+11-56
- deployable/python/.gitignore+1
- deployable/python/requirements.txt+1-1
- envctl/env_scripts/go/cloudrun.sh+2-2
- envctl/env_scripts/java/appengine_flex.sh+83
- envctl/env_scripts/java/appengine_standard.sh+88
- envctl/env_scripts/java/cloudrun.sh+88
- envctl/env_scripts/java/compute.sh+69
- envctl/env_scripts/java/kubernetes.sh+1-1
- noxfile.py+3-1
- tests/common/common.py+49-23
- tests/common/stdout.py-67
- tests/java/test_appengine_flex.py+26
- tests/java/test_appengine_standard.py+26
- tests/java/test_cloudrun.py+35
- tests/java/test_compute.py+27
- tests/java/test_kubernetes.py+1-1
- tests/nodejs/test_appengine_standard.py+1-29
- tests/nodejs/test_cloudrun.py+1-30
- tests/nodejs/test_functions.py+1-32
- tests/nodejs/test_kubernetes.py+1-30
0 commit comments