sebgoa
1f3d6991e5
improve readme to be a bit more friendly ( #1287 )
...
* 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)
2019-05-08 16:36:37 -07:00
RichieEscarez
06f51184f7
remove duplicate files -> all moved to knative/community ( #1291 )
2019-05-08 16:04:38 -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
Nicola Ferraro
ec5db064ff
Add example about using CamelSource ( #1107 )
...
* Add example about using CamelSource
* Fix doc after review
* Fix typo
2019-05-07 15:18:36 -07:00
zVictor
01c20616b3
fix the spec.selector field in the ingress-gateway ( #921 )
2019-05-07 14:55:37 -07:00
Himanshu Pandey
1b6c806ccb
Removing the PORT environment variable from Docker file and Java code. ( #1211 )
2019-05-07 09:20:39 -07:00
Kevin Moore
0d8cfba60f
More cleanup for helloworld-dart sample ( #1159 )
...
Align README.md content with code content
Fix a spelling issue
Ignore files as appropriate
2019-05-07 09:09:40 -07:00
sebgoa
aa878027d2
address wrong manifest in gcppubsub sample ( #1273 )
2019-05-07 08:53:40 -07:00
Matthias Wessendorf
834b25a3cc
fix broken demo ( #1277 )
2019-05-07 08:50:38 -07:00
chaodaiG
041f4a8463
Update test-infra: some fixes ( #1263 )
...
* Update test-infra: some fixes
* Install Istio from Addon
2019-05-06 12:35:37 -07:00
William Tam
8d2451efa9
Fix command line to extract LATEST_HOSTNAME ( #1258 )
2019-05-06 09:10:35 -07:00
mattmoor-sockpuppet
3037f6970c
golang format tools ( #1274 )
...
Produced via:
`gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))`
`goimports -w $(find -name '*.go' | grep -v vendor)`
2019-05-06 07:30:38 -07:00
mattmoor-sockpuppet
2985a68440
Format markdown ( #1275 )
...
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-05-06 07:05:36 -07:00
Ryan Gregg
554e666e32
Add validation token support ( #1248 )
2019-05-03 13:02:34 -07:00
DeWitt Clinton
2add2da93d
Add Brenda Chan from Pivotal to the Knative Steering Committee ( #1261 )
...
* Update STEERING-COMMITTEE.md
* Fix missing bracket.
2019-05-01 13:36:34 -07:00
mattmoor-sockpuppet
3a356c3cec
Format markdown ( #1253 )
...
* Format markdown
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
* fix bad formatting
2019-05-01 13:27:40 -07:00
Matt Moore
56c7865c36
subroute -> tag ( #1257 )
2019-05-01 09:01:33 -07:00
Gary Brown
0f93e2b513
Update to include support for deploying Jaeger and accessing its UI ( #1154 )
...
* 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
2019-04-29 12:00:32 -07:00
Matt Moore
7d4d5bedab
Fix a couple broken links to removed samples. ( #1242 )
2019-04-29 08:55:31 -07:00
Matt Moore
8e2dd0070d
Remove references to Istio yamls attached to releases. ( #1243 )
...
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.
2019-04-28 21:29:31 -07:00
mattmoor-sockpuppet
429da39a46
Format markdown ( #1245 )
...
* 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
2019-04-28 08:13:30 -07:00
Chi Zhang
f8884fd0e9
update test-infra: skip e2e tests for non-code changes ( #1236 )
...
* update test-infra: skip e2e tests for non-code changes
* fix conflicts
2019-04-26 09:30:30 -07:00
Adam Ross
53e9dd8dec
serving/samples/helloworld-php: render newline ( #1224 )
...
* serving/samples/helloworld-php: render newline
* Double quotes in README too
2019-04-25 14:13:29 -07:00
DeWitt Clinton
3ca69a76c0
Fix profile link ( #1238 )
2019-04-24 16:30:29 -07:00
SataQiu
2def64f4ae
fix some spelling mistakes of doc ( #1223 )
2019-04-24 12:47:30 -07:00
Jason Hall
cbefc9b562
Update Build WG calendar link ( #1230 )
2019-04-24 10:23:28 -07:00
DeWitt Clinton
d8a0027068
Add Michael Behrendt from IBM to the Knative Steering Committee ( #1233 )
...
* Update STEERING-COMMITTEE.md
Add Michael Behrendt from IBM to the Knative Steering Committee
* Update STEERING-COMMITTEE.md
2019-04-24 07:37:29 -07:00
Sam O'Dell
05c6938115
Fix a typo in Eventing doc ( #1221 ) ( #1231 )
2019-04-23 17:53:28 -07:00
Matt Moore
8e59e4144f
Take a crack at updates for v1beta1 API shape. ( #1181 )
2019-04-23 12:50:29 -07:00
RichieEscarez
c0542fb4b8
fix link to all samples page ( #1229 )
2019-04-23 12:32:31 -07:00
Musa Hamwala II
8e9ea3f295
README: fix broken links to "help wanted" label ( #1214 )
...
* fix broken links to "help wanted" label
* contributingREADME: updated to use 'kind/good-first-issue' label
2019-04-23 10:50:29 -07:00
Ray Tsang
c60d695a02
rename hellworld-java to helloworld-java-spring ( #1185 )
...
* 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
2019-04-23 09:18:29 -07:00
RichieEscarez
1d778b87fc
add community _index.md files ( #1219 )
2019-04-22 11:48:28 -07:00
RichieEscarez
1214e0bf2b
links and landing pages for all samples ( #1218 )
...
* links and landing pages for all samples
* revision
2019-04-22 11:29:28 -07:00
paassdc
b52e9c71ae
update sample.yaml to fix the build-template name to buildpacks-cnb ( #1207 )
2019-04-19 11:18:26 -07:00
RichieEscarez
262e1c7937
add missing mention of cla ( #1212 )
...
* add missing mention of cla
* move cla up
2019-04-19 11:01:27 -07:00
RichieEscarez
39e9017067
Update docs contributor guidelines ( #1193 )
...
* assigning PRs and choosing branches
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* add missing link to slack
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* clarify commit #
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* add missing link to community samples
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* add link to Owners files that lists TWs
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update contributing/DOCS-CONTRIBUTING.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* consistent variables
* remove duplicate statement
* revise wording
* add link, fix typos, and revise for clarity
* clarify owner vs reviewer and add prow links/commands
2019-04-19 10:02:28 -07:00
SataQiu
e0ebe6d279
fix some spelling mistakes in docs ( #1200 )
2019-04-19 09:19:27 -07:00
Grant Timmerman
f40d26e8df
docs: Remove `--save` from `npm install` ( #1206 )
...
See https://stackoverflow.com/a/19578808
2019-04-18 16:09:26 -07:00
Himanshu Pandey
f89442336f
Added Hello World Java using Spark Java Framework ( #1155 )
...
* Added Hello World Java using Spark Java Framework
Renamed helloworld-java to helloworld-java-spring
* removed redundant files
* Renaming helloworld-java-spring back to helloworld-java to resolve conflict due to #1185
2019-04-18 15:38:26 -07:00
Sam O'Dell
15488da77f
Add label install to guides, update Minikube ( #1195 )
...
* Add label install to guides, update Minikube
* -l to --selector
* Update wording for install
* plug-ins to plugins (remove hyphen)
2019-04-18 12:59:26 -07:00
lIuDuI
bafe7456dd
Fix typo Knatve -> Knative ( #1196 )
...
Signed-off-by: xichengliudui <1693291525@qq.com>
2019-04-18 11:10:26 -07:00
Musa Hamwala II
e39bc719f0
Update READMEs to make community samples discoverable. ( #1187 )
...
* Addressed changes
- reworded and moved helloworld-shell
* Fix broken shell link
2019-04-17 09:38:26 -07:00
SataQiu
80feaf64af
fix some spelling mistakes of docs ( #1188 )
2019-04-17 09:16:28 -07:00
DeWitt Clinton
63354ca29d
Add Paul Morie from Red Hat to the Knative Steering Committee ( #1186 )
...
* Update STEERING-COMMITTEE.md
* Update open seat count.
2019-04-16 15:02:26 -07:00
Doug Davis
d52ed2c512
Mention IKS's one-click install process ( #1131 )
...
Signed-off-by: Doug Davis <dug@us.ibm.com>
2019-04-16 09:49:04 -07:00
Yordan Pavlov
b3a137efe5
Knative with Gardener - Fix Installing Istio Typo ( #1027 )
2019-04-16 09:36:01 -07:00
chaodaiG
9d862fb0c0
update test-infra ( #1182 )
2019-04-15 15:51:01 -07:00
Ahmet Alp Balkan
3f8fbb2ba0
helloworld-go: install CA certs ( #1143 )
...
* helloworld-go: install CA certs
All users who are querying any HTTPS endpoints will need this and won't understand why it's failing.
* address fixes
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2019-04-15 11:30:00 -07:00