* Sample project showing how to start an event receiver as a Knative Service using ASP.NET Core.
* Fix the source url to be consistent with the sample name.
* Fix the launch URL
* Fix the instructions
* Use using declaration for consistency.
* .Net Core specific .gitignore
* Remove unused imports.
* Fix doc title.
* Use alpine images which are half the size of normal images.
* Changes based on the PR comments.
* Reduce the # of files.
* Update comments.
* Update README.md
* Address PR comments:
- Listen on port 8080 in the user-container, instead of port 80.
- Fix the double serialization of cloud event data.
* Add license headers to source files.
* Add index.md file as required.
* Fix documentation
* Remove 1.2.3.4.xip.io from the documentation. it is tripping the markdown linter.
* Add a test for "index.md" frontmatter and fix the repo to match
* Fix trailing whitespace
* Merge and add new required index.md files.
* Clarify error message action needed
* Fix up another new sample
* Fix spacing on error message
* Update kafkasource apigroup to match eventing-contrib
knative/eventing-contrib#902 updated the apigroup, update the docs to match
* Unlint prettier changes
* One more unlint
* feat: bump deno to 1.0
* fix: update to new deno syntax. Update Dockerfile from steren comments
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
* style: fix whitespace
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
* feat: add helloworld-deno
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
* Update community/samples/serving/helloworld-deno/Dockerfile
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* fix: fix deno sample whitespace
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
* fix: use env var for PORT if not specified
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
* fix: deno prefer copy
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* Fix for https://github.com/knative/eventing/issues/3011
* Removing the binary file that was checked-in by mistake
* Removed trailing spaces
* go 1.14
* pelling correction
* spelling correction
* Add the document to install All-In-One Knative Operator
* Add the description about Alpha phase for operators
* Rewrite the installation guide of Knative Operator
* Update the docs based on comments
* Add Konnek event source and SinkBinding
* Update docs/eventing/sources/sources.yaml
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* Add link to docs for sinkbinding and container-source inside the sources documentation
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>