* Adding the knative function build for the sentiment analysis service
* Update the sample code, so that the returned result is a cloudEvent
* Update the sample code to give a specific event type to the response cloudEvent
* Update the tutorial doc
* Update the tutorial doc
* Remove the docker registry info
* Fix nit
* Modify the return response type and how python function handle the incoming cloudEvent
* Adding the explaination for serving
* Unhide the alert box portion
* Remove the intentional delay
* Remove the duplicated line
* Make the input as json instead of plaintext
* Update the version of cloudEvent and update the deployment instruction
* Update the tutorial to use the public URL instead of cluster-IP
* Display the input text in the response
* Add the node.js server
* Setting up the infrastructure
* Update the port of the node application
* Add the sinkBinding
* Adding the reply feedback loop
* Adding the response into the nodejs server
* Change the naming convention
* Update the index.js to remove the uncessary comments
* Adding the db service
* Add the readme
* Add the yaml file to create the config map
* Change to use the statefulSet
* Delete the finished job pod after 50 seconds
* Simplify the deployment tutorial for the database service
* Explain why we don't use Knative Service
* Remove the unnessary empty lines in the file
* Update code-samples/eventing/bookstore-sample-app/db/README.md
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
* Update code-samples/eventing/bookstore-sample-app/db-service/sample.sql
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
* Update code-samples/eventing/bookstore-sample-app/db/README.md
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
* Fix the review comment
---------
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
* Adding the yaml file that create the Camel Pipe, connecting the Knative Broker and the slack sink
* Adding the first draft of the documentation for notification service
* Update the Camel-Kamelets Version
* Update the tutorial
* Fix the review comments by rearranging the sections, fix the wordings
* Compile the web pages
* Trying to add some styling
* Fix the styling
* Fix the styling
* Test how things look with modified code block
* Return to the original. Will do the web page compiling in another PR when the content is ready
* Update code-samples/eventing/bookstore-sample-app/slack-sink/README.md
Co-authored-by: Calum Murray <cmurray@redhat.com>
* Make the yaml file consistent with the one in the README file
---------
Co-authored-by: Calum Murray <cmurray@redhat.com>
* docs: fix gitlab webhook breadcrumb in gitlab eventing readme
* docs: use project access token for gitlab source in gitlab eventing readme
from security perspective it's better to use project access token instead of personal access token
bumping knative.dev/hack 6c30196...d1317b0:
> d1317b0 errexit and pipefail should remain off until downstream is fixed (# 228)
> df80419 🐛 Fix for test failures of knative/serving# 13292 (# 227)
> 7556452 🎁 Use modscope tool to get info about Go modules (# 223)
> 103cdb3 Default `SIGN_IMAGES` variable to `false` (# 225)
> 36b2b3c add flag (# 224)
> 547a2ca Start Signing our Releases (# 198)
Signed-off-by: Knative Automation <automation@knative.team>
Signed-off-by: Knative Automation <automation@knative.team>
This commit updates two of the examples in this repository that use the
Node.js CloudEvents module. A newer version of the module has been released
and the examples have been updated to use it. The newer version allows us
to eliminate a dependency on axios, and simplify the example code.
Signed-off-by: Lance Ball <lball@redhat.com>
* Move samples off site
* Add redirects
* Fix code samples and links
* Change links
* Fix path to sample
* Fix a few more links
* Update samples path in test
* remove unecessary redirect
* update more links
* add closing bracket