* 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
* regenerating eventing
* 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
* moving design from eventing
* update
* some updates to Registry
* cosmetic
* next steps and updates
* updated next steps
* event registry
* updates after review
* events
* back to types
* apostrophe
* changing kafka example
* updating kafka example and cosmetic changes to text
* fixed comments
* 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
* moving design from eventing
* update
* some updates to Registry
* cosmetic
* next steps and updates
* updated next steps
* event registry
* updates after review
* events
* back to types
* apostrophe
* improve readme to be a bit more friendly
* edited
reduced duplicate/or similar linking and/or content
also added in mention of in website related options (ie edit and issues buttons)
* (docs): add sample for Java Quarkus
- Updated build for quarkus v0.13.1
- Added extra toolset to the base image
- refactored to new folder under community samples
Resolves: #1033
Signed-off-by: Kamesh Sampath <ksampath@redhat.com>
* (fix): upgrade to Quarkus v0.13.0
- removed test classes
- removed native image build
* (refactor): remove buildah native image script
- remove buildah native image script and use the one from the base builder img
- remove expose port
* Updated configurationt to get port from env var
* removed PORT env var.
reformatted README code blocks
* (chore): Review comment updates
- (refactor) added native image builder dockerfile
- (refactor) added comments MVN_CMD_ARGS to allow building Quarkus in JVM mode
- (chore) updated the knative build to use the new community samples path
- (chore): add other common IDE files to dockerignore
Signed-off-by: Kamesh Sampath <ksampath@redhat.com>
* updated readme
* Simplified quarkus example
* remove unnecessary dockerfiles
* Respect PORT environmental variable
* remove extra ls in Dockerfile
* Edit to get the user up and running
got a window to test and run the local side of the sample:
- added maven
- clarified code options
otherwise, left the rest of the content as is
* Update to include support for deploying Jaeger and accessing its UI
* Update table
* Update docs/serving/installing-logging-metrics-traces.md
Co-Authored-By: objectiser <gary@brownuk.com>
* Applied review comments
* nitpick
* Changed url version from 0.5.0 to 0.6.0
* Fix Jaeger UI URL
In 0.6 we will stop shipping Istio yamls, as we are not in the business of
redistributing Istio (incl. supporting these yamls). In preparation for that,
this change makes a few changes:
1. Update things to point to the 0.5.2 release
1. Point to our in-tree Istio files (which is what we were attaching)
1. For GKE, direct users to the Istio addon instead.
1. For GKE, add a pointer to CR-GKE (if folks wanted hosted).
This is a half-measure to avoid things breaking. We need a page that points
folks to the Istio docs, and calls out any specialized instructions for
what Knative needs.
* Format markdown
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
* Revert the bad portion of the auto-format
* rename hellworld-java to helloworld-java-spring
* updated sampleapp test
* Updated sample test app tmp directory
* Renamed service name and instructions to reflect helloworld-java-spring