* Update Helloworld unit test error message to make it actionable
Update error message with detailed explanation so that developers know how to debug if unit test ever failed.
Fix a bug in unit test.
Update all READMEs so that they are valid
* Feedback updates
* Remove error-prone if branch for ingress gateway name detection<
* Add gke example image of desired external IP address state
* Remove knative-ingressgateway due to versioned docs
* Remove knative-ingressgateway due to versioned docs in whole repo
* Fix indention
* serving/samples: update helloworld-go to go:1.13 and go modules
* seving/samples: sync helloworld-go Dockerfile to README
* alpine:3.10 => alpine:3
* serving/samples: helloworld-go name binary helloworld-server
* serving/samples: simpler comment for go build in helloworld-go
* serving/samples: helloworld-go README sync
* serving/samples: fix up README
* serving/samples: add go.mod to test config
* serving/samples: Add instruction to create a go.mod
* Updated C# hello-world sample to multistep build, removed .dockerignore file.
* Restore .dockerignore file, restore comments in Dockerfile to match rest of samples. Change link in Dockerfile to point to Microsoft site, not Docker Hub.
* Updated Dockerfile to have Docker Hub links, with link comment for each stage of build. Updated README.md file to reflect new Dockerfile.
* Restore step for creating .dockerignore file to readme.
* Updated Dockerfile to use trailing slash for COPY steps.
* Clarify comment for each image in Dockerfile. Update readme with new Dockerfile.
* Adding bitbucket source documentation.
* Adding README example for bitbucket source.
* Updating example.
* Missed to generate the README
* removing stuff, and updating link to bitbucket source in sources.yaml
* autogenerating README
* removing bitbucket one here.
* update
* updating broker/trigger based on filtering and new channel CRDs
* changes after code review
* filtering example
* example
* changes after code review
* Adds a doc for Getting Started with eventing. It doesn't actually have content though
* Added a basic shell to GSWE
* Added draft text to GSWE. Placehoder code samples.
* Added draft text to GSWE. Placehoder code samples.
* Added some formatting to GSWE.Still using placehoder code samples.
* Added the actual code.
* Renfinements.
* Renfinements.
* Renfinements.
* Renfinements to code samples.
* Adds a doc for Getting Started with eventing. It doesn't actually have content though
* Added a basic shell to GSWE
* Added draft text to GSWE. Placehoder code samples.
* Added draft text to GSWE. Placehoder code samples.
* Added some formatting to GSWE.Still using placehoder code samples.
* Added the actual code.
* Renfinements.
* Renfinements.
* Renfinements.
* Renfinements to code samples.
* Edited all code samples to use default namespace. Also, removed unecessary curl request.
* Formatting and typ0s
* Formatting and typ0s
* Adds a Getting Started with Eventing Guide. 1st draft, pre-review.
* words are hard.
* Addressing review comments
* Addressing review comments
* Addressing review comments and fixed some conceptual errors.
* Addressing review comments 2: eletric boogaloo.
* Addressing review comments 2: electric boogaloo. This time, with the correct spelling of electric.
* Addressing review comments 3: Return of the King.
* Addressing review comments 4: A New Hope
* Addressing review comments 5: The Empire Strikes Back
* Addressing review comments 6: Return of the Jedi. Also, why do so many trilogies end in someone returning?
* Addressing review comments 7: The Force Awakens. It's not that bad, honestly.
* Addressing review comments 7a: The Force Awakens. I forgot how spaces work.
* Addressing review comments 7a: The Force Awakens. I forgot how relative links work. I'm just as functional as TFA's reshoots.
* Addressing review comments 7a: The Force Awakens. I forgot how relative links work. I'm just as functional as TFA's reshoots.
* Addressing review comments 8: The Last Jedi. Why is it called the Last Jedi? Rey isn't the last jedi. The comics tell me so.
* Addressing review comments 9 (WIP): Return of Skywalker. Things are returning again.
* You'd think I'd run out of movie titles, but addressing review comments 10: Rise of Darkrai.
* Addressing review comments 11: Giratina and the Sky Warrior. Spoiler: the sky warrior is a grass hedgehog with an ascot. 0/10.
* Addressing review comments 12: Arceus and the Jewel of Life.
* Addressing review comments 13: Zoroark: Master of Illusions. This one has a goon whose name is Goone.
* Addressing review comments 13: Zoroark: Master of Illusions: Why can't I use the spacebar?
* Addressing review comments 14a: Victini and Reshiram. The folks at Nintendo made the same movie twice for a video game gimmick. Legendary.
* Addressing review comments 14b: Victini and Zekrom. A fitting commit message as just like Victini, my appendix is on fire.
* Addressing review comments 15: Kyurem vs. the Swords of Justice. Gotta be honest here, don't remember this one.
* Addressing review comments 16: Genesect and the Legend Awakened. The Japanese title is ExtremeSpeed Genesect: Mewtwo Awakens, which is far superior.
* Addressing review comments 17: Diancie and the Cocoon of Destruction. I am running out of movie titles. SOS
* Addressing review comments 18: Hoopa and the Clash of Ages. This movie is an hour-long commerical. There is no story. 0/10
* Addressing review comments 18: Hoopa and the Clash of Ages. This movie is an hour-long commerical. There is no story. 0/10
* Addressing review comments 18: Changed Passive Voice -> Active Voice, Added Formatting, Spelling Changes, and other alignments towards the style guide.
* Addressing review comments 19: Addressed technical issues.
* Addressing review comments 20: Addressed technical issues.
* Change link to InMemoryChannel
* First changes
* Migrate debug example from eventing.knative.dev to messaging.knative.dev
* Convert KubernetesEventSource to ApiServerSource
* Migrate kamel source to messaging channels
* Remove default channels with CCP
* Remove CCP channels and add GCP PubSub Channel CRD
* Migrate debugging example to messaging channels and ApiServerSource
* Remove istio injection from example
* Remove istio debugging section
* Remove ccp files and provide channel implementation links
* Custom install changes
* Use dispatcher container in kubectl command
* Remove CRD prefix from channel list
* Apply suggestions from code review
Incorporate review suggestions
Co-Authored-By: Ville Aikas <vaikas-google@users.noreply.github.com>
* Point to ChannelSpec of messaging API instead of eventing API
* Use InMemoryChannel directly in debugging example
* Add --skip_verify option to client to allow skip server hostname verification.
* Enable SSL when --insecure option is NOT set.
Also add --skip_verify option to client to allow skipping server hostname verification.
* Add port number to route example
When having TLS termination in a Gateway, this example stops working because the gateway doesn't know what to do with HTTP traffic on port 443. Fixing the port to 80 solved this for me.
* Add port to search service dest