Adds annotation attribute to CreateFunctionRequest
1. Add new annotation attributes which may be used
by the back-end for making scheduling or routing decisions.
2. Updated tests/README.md to give clearer instructions on creating and
tearing down the stack required to run the integration tests
3. Update ci.sh
* Fail as soon as an error is encountered
* Allow script to run locally in development environment, test if repos
are already cloned etc..
* Deploy ./stack.yml used by existing integration tests
Signed-off-by:
Edward Wilde <ewilde@gmail.com>
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- .travis.yml 2 additions, 3 deletions.travis.yml
- Makefile 3 additions, 1 deletionMakefile
- api-docs/swagger.yml 10 additions, 0 deletionsapi-docs/swagger.yml
- contrib/ci.sh 49 additions, 10 deletionscontrib/ci.sh
- gateway/requests/requests.go 8 additions, 0 deletionsgateway/requests/requests.go
- gateway/tests/integration/README.md 12 additions, 0 deletionsgateway/tests/integration/README.md
- gateway/tests/integration/infohandler_test.go 1 addition, 1 deletiongateway/tests/integration/infohandler_test.go
- sample-functions/WebhookStash/handler.go 3 additions, 3 deletionssample-functions/WebhookStash/handler.go
contrib/ci.sh
100644 → 100755
Please register or sign in to comment