* Add a GitHubSource sample
* Fix indentation causing text to be rendered as source code
* Subscriber/subscriber.yaml -> Subscription/subscription.yaml
* Use long option names and adjust sublist indenting
* Eventing installs GitHubSource and other sources
* No reason for these items to be sublists
* subscription.yaml contains both Subscription and Service
* Add screenshot of webhook
* Remove some unnecessary ordered lists
* Inline yaml snippets into README.md
* Remove redundant (and errorneous) installation of eventing-sources
* Remove other extraneous cruft (eventing sources, move channel to its own section
* Intial work porting the old event-flow to the new object model.
* hack/update-deps.sh
* Minor typos
* Update the function to point at the correct topic.
* Fixed `docker` to `Dockerfile` for highlighting in markdown code fence
Instead of doing
```docker
We should do:
```Dockerfile
to get syntax highlighting on github.
* Create Hello World program with Kotlin
* Modify Readme by addressing Grant's comments
* Update to gradle official image
* Update dockerfile by addressing ivan's comment
* Read port from env by addressing samodell's comment
* Update Readme by addressing samodell's comment
* svc->service
* Add an elixir language sample using the phoenix framework to the knative serving samples.
* Add links to Elixir and Phoenix Web sites.
* remove giant package-lock.json
* change -go to -elixir in readme.
* Update the Elixir example so that it builds with Google's Cloud Build service. Add an approprite .gcloudignore file so that this can be done using the gcloud command line tool.
* Update PKS docs clarifying the need to enable privileged containers
- add note clarifying the need to check "Enable Privileged Containers" and "Disable DenyEscalatingExec" in Ops Manager before creating cluster
* Edit steps for privileged mode
* Improvements to OpenShift installation
Fixes#409
* Updates to minishift based installation instead of oc cluster up
* Added scripts to setup the policies for Istio and Knative
* Removed scripted install script
Signed-off-by: Kamesh Sampath <ksampath@redhat.com>
* Minishift document and polices updated for OpenShift 3.11
* Review comment fixes
The test program doesn't close the http response Body causing the connection to
not be released and the creation of new connections until the exhaustion of the
process file descriptors.