Commit Graph

9 Commits

Author SHA1 Message Date
RichieEscarez 22f717fd63 make branchnames dynamic (#1667) 2019-08-08 14:32:58 -07:00
RichieEscarez 9a92f43ca2 Fix rendering issues due to nested shortcodes (#1596)
* Community - move frontmatter into README

* Serving - move frontmatter into README

* swap readfile calls from README.md to index.md

* Eventing - move frontmatter into README
2019-08-01 09:38:43 -07:00
Matt Moore 595c6e86ef Revert the use of Serving v1beta1. (#1545) 2019-06-27 11:06:07 -07:00
mattmoor-sockpuppet 8e20be6848 Format markdown (#1487)
Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-06-19 07:27:59 -07:00
Matt Moore 7ad28abafb Move all serving stuff to v1beta1 apiVersion (#1483)
* Clean up some stragglers to the beta shape.

* Migrate all serving apiVersion to v1beta1.
2019-06-18 15:31:46 -07:00
Matt Moore d1733f7a2c Migrate serving samples away from features disabled in 0.7. (#1439)
Eliminate several samples using JIT Builds.

Stop using `.status.domain` everywhere.

Fixes: #1438
2019-06-10 16:12:42 -07:00
RichieEscarez ad876253b4 Fix community samples sub menu (#1358)
* missing _index.md + shorttitles

* typo
2019-05-21 11:20:27 -07:00
mattmoor-sockpuppet 8d62a0b066 Format markdown (#1288)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-05-08 14:13:38 -07:00
Kamesh Sampath 4d7064dcf9 (docs): add quarkus java example (#1047)
* (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
2019-05-07 19:35:37 -07:00