mattmoor-sockpuppet
a5aef292d2
golang format tools ( #1455 )
...
Produced via:
`gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))`
`goimports -w $(find -name '*.go' | grep -v vendor)`
2019-06-12 07:53:43 -07:00
chaodaiG
ae7836c70b
Fix e2e tests by using url instead of domain ( #1437 )
2019-06-08 11:58:41 -07:00
chaodaiG
1bbdda768c
Add unit test to make sure helloworld samples README consistent with source ( #1102 )
...
* unclean working version of unit testing
* fix after merging
* rename test file
* remove debugging message
* based on PR comments
2019-03-27 19:23:51 -07:00
chaodaiG
40b64f27f8
refactor e2e test ( #1093 )
2019-03-27 10:41:52 -07:00
chaodaiG
6eb034e158
Consolidate helloworld sample apps output and make sure instruction consistent with source code ( #1092 )
...
* consolidate helloworld sample outputs
* make sure sources are identical with README
* more correction
* more correction
* syntax fix
2019-03-27 09:55:51 -07:00
chaodaiG
52837ad26a
Add e2e tests for kotlin, nodejs, php, python, ruby, and shell sample apps ( #1083 )
...
* resolve merge conflict
* add shell
* use comma instead of space as languages separator
2019-03-26 11:44:51 -07:00
mattmoor-sockpuppet
6eacdac7d7
golang format tools ( #1081 )
...
Produced via:
`gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))`
`goimports -w $(find -name '*.go' | grep -v vendor)`
2019-03-26 07:33:51 -07:00
chaodaiG
0ca7b238c4
allow emit-metrics flag ( #1076 )
2019-03-25 22:32:50 -07:00
chaodaiG
789ca781fd
Add generic e2e test base for sample apps ( #1057 )
...
* table driven test
* fix build error
* add e2e build tag to these files to make them not fail unit test
* update based on PR comment
* switch to yaml based config
* make configFile a const
* Temporarily start knative serving for testing purpose
* This reverts commit 75b8fc434b
.
2019-03-25 13:50:50 -07:00