mattmoor-sockpuppet
048830e413
Format markdown ( #1500 )
...
Produced via:
`prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-06-21 09:15:49 -07:00
Chi Zhang
0f65e1e1a1
Update broker-trigger.md ( #1488 )
...
The link was not correct, update with the correct link.
2019-06-20 15:11:33 -07:00
Grant Rodgers
82575bd2e4
Add new RoleBindings to broker manual setup ( #1490 )
...
* Add new RoleBindings to broker manual setup
These were added in https://github.com/knative/eventing/pull/1426 .
* Remove commands added by accident
2019-06-20 11:02:00 -07:00
RichieEscarez
e7ce5c6222
import 05 blog post ( #1464 )
...
* import 05 blog post
* Update blog/releases/announcing-knative-v0-5-release.html
Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>
2019-06-20 09:13:59 -07:00
mattmoor-sockpuppet
5f67911814
Format markdown ( #1494 )
...
Produced via:
`prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-06-20 07:31:01 -07:00
Ryan Dawson
5f7edc70bb
clarify when to send direct to broker ( #1450 )
...
* Update README.md
* move up note as suggested by review
* add link for sources
2019-06-19 10:13:58 -07:00
Doug Davis
7859895de6
Don't show event-display as a source ( #1477 )
...
It's not a source, it's a sample Sink. And since it's just a sample
Sink we shouldn't include it in the docs as something people should install
as part of a default install process for core Knative.
Signed-off-by: Doug Davis <dug@us.ibm.com>
2019-06-19 07:42:58 -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
Katherine Jackson
9f19fb57dd
Changes the link to install the SDK to a link that has install files+instructions. ( #1485 )
...
Signed-off-by: Katherine Jackson <katjackson@google.com>
2019-06-18 16:47:47 -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
Scott Nichols
7de9fe79f4
rename knative/eventing-sources to knative/eventing-contrib ( #1433 )
...
* rename knative/eventing-sources to knative/eventing-contrib
* revert gcr.io rename until next release.
2019-06-17 16:27:46 -07:00
mattmoor-sockpuppet
f2efe949a4
Format markdown ( #1469 )
...
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-06-14 09:56:43 -07:00
Jean-Rémy Bancel
473d617383
Update logging plugin docs ( #1421 )
2019-06-13 10:32:44 -07:00
sebgoa
98b33c77c6
Set pilot memory request lower for lean install ( #1447 )
...
Since `istio-lean` should not be used for production deployment, this PR sets the Istio pilot memory request to 128Mi from 2Gi ...
2019-06-13 10:25:44 -07:00
Ashleigh Brennan
6b9860e466
removed Minishift installation docs ( #1427 )
...
* removed Minishift installation docs
* removed Minishift installation docs link from readme
2019-06-12 11:11:44 -07:00
Dan Gerdesmeier
0cdad17da4
Update community samples to use v1beta1 APIs ( #1430 )
...
Replace the use of `runLatest` with `template`.
2019-06-12 10:42:43 -07:00
Vincent
0890e58b75
Update the Istio version from 1.1.3 to 1.1.7 ( #1412 )
2019-06-12 10:29:43 -07:00
mattmoor-sockpuppet
a5aef292d2
golang format tools ( #1455 )
...
Produced via:
`gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))`
`goimports -w $(find -name '*.go' | grep -v vendor)`
2019-06-12 07:53:43 -07:00
mattmoor-sockpuppet
a8f4c5da60
Format markdown ( #1456 )
...
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-06-12 07:20:43 -07:00
Vincent
c9e1f2c935
Improve the documents for the knative routing example ( #1383 )
2019-06-11 10:38:43 -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
mattmoor-sockpuppet
e406c71542
Format markdown ( #1444 )
...
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-06-10 09:54:42 -07:00
Matthias Wessendorf
af55d51614
Moving kafka src and contrib ( #1431 )
...
* repo is now contrib
* new location for Apache kafka source
2019-06-09 09:50:41 -07:00
chaodaiG
ae7836c70b
Fix e2e tests by using url instead of domain ( #1437 )
2019-06-08 11:58:41 -07:00
Matthias Wessendorf
697630d651
💄 polish documentation to use eventing 0.6.0 ( #1416 )
2019-06-07 16:49:40 -07:00
mattmoor-sockpuppet
1531c94cd1
Format markdown ( #1424 )
...
* Format markdown
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
* Remove redundant bullet
2019-06-06 09:19:41 -07:00
RichieEscarez
7216b39d93
cherrypick changes from release-0.6 to master ( #1422 )
...
* cherry pick pr#1418
* Update README.md to remove dead link (#1397 )
Removed a dead link on "Picking the Right Solution" which was going to a 404 page. Based off feedback from #1382 for which link to use.
* cherry pick pr#1356
* Fix typo (#1360 )
* pr#1351
2019-06-05 20:30:39 -07:00
mattmoor-sockpuppet
15ba346974
Format markdown ( #1414 )
...
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-06-04 09:45:38 -07:00
Jonas Finnemann Jensen
b31a9bc6f5
Explain upstream ONBUILD instructions ( #1410 )
2019-06-03 16:35:34 -07:00
jonjohnsonjr
e18e56b0ad
Document serving tag resolution ( #1260 )
...
Our controller does resolution of tags to digests, which has been a
source of confusion. This documents the fact that we do it, why we do
it, and how to configure the controller to work around common issues.
2019-06-03 09:05:34 -07:00
mattmoor-sockpuppet
ac25fe3a46
Format markdown ( #1411 )
...
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-06-03 08:44:33 -07:00
Ashleigh Brennan
66a2e88c19
removed unnecessary H1 from autoscaling docs ( #1408 )
2019-05-31 17:44:32 -07:00
Vincent
3a62896605
Fix the wrong information in grpc example ( #1380 )
2019-05-31 17:41:33 -07:00
mattmoor-sockpuppet
2d654d1fd6
Format markdown ( #1403 )
...
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-05-31 09:04:37 -07:00
Ashleigh Brennan
b48f1828f0
Added autoscaling docs and scale-to-zero details ( #1363 )
...
* Added autoscaling and scale-to-zero docs
* Adding autoscaling and scale-to-zero docs
* Minor changes to address review comments
* updated link in README
2019-05-31 09:01:33 -07:00
RichieEscarez
987c98034c
Fix typo in redirect ( #1401 )
2019-05-31 08:34:33 -07:00
Adam Ross
0d5b492392
service/samples: add .dockerignore to samples with local build disruption risk ( #1392 )
...
* service/samples: add .dockerignore to samples with risk of local build interference
* serving/samples: .dockerignore readme text update
* Update docs/serving/samples/hello-world/helloworld-csharp/README.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update docs/serving/samples/hello-world/helloworld-nodejs/README.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update docs/serving/samples/hello-world/helloworld-python/README.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update docs/serving/samples/hello-world/helloworld-php/README.md
Co-Authored-By: Evan Anderson <evan.k.anderson@gmail.com>
2019-05-30 17:36:31 -07:00
Toshinori Sugita
c0b134d423
remove an unnecessary comma ( #1373 )
...
* remove an unnecessary comma
* copy the serving link to open "good-first-issue"
left the [CONTRIBUTING.md](../contributing/CONTRIBUTING.md) link since it works on the site - need to add code to handle the long URL in GH so it converts to the relative URL for the site
2019-05-30 16:46:31 -07:00
sebgoa
1226369ae9
typo in build readme ( #1370 )
2019-05-30 11:59:32 -07:00
Adriano Cunha
65adb947ae
Fix markdown ( #1395 )
...
* Fix markdown
* Fix all indentations in numbered lists
* add additional "space" indentation for #1202
2019-05-30 11:00:36 -07:00
sebgoa
eaa9bbf59b
Fix: Java samples gives 404 ( #1396 )
...
* Java samples gives 404
it should point to the `java-spring` sample
* fix missing spark and "all samples" links
* remove title (move to _index.md)
* add missing _index.md
* qualify Java sample
2019-05-30 10:49:33 -07:00
Doug Davis
fdcea6afc8
Fix bad href ( #1398 )
...
Signed-off-by: Doug Davis <dug@us.ibm.com>
2019-05-30 09:39:32 -07:00
Derek Wang
de7e38eedb
Fix broker rolebinding ( #1393 )
2019-05-30 09:33:35 -07:00
Adriano Cunha
5dd03a1cb4
Use local sources for TestSampleApp/java-spring ( #1390 )
2019-05-30 07:21:36 -07:00
Joyce Liu
bcc54bb383
update test-infra in vendor ( #1386 )
2019-05-29 17:32:31 -07:00
mattmoor-sockpuppet
ff9cac1293
Format markdown ( #1379 )
...
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-05-29 07:28:34 -07:00
Vincent
dee2bd0751
Add some explanations on valid stock tickers ( #1377 )
...
* Add some explanations on valid stock tickers
Closes-Bug: #1369
* edit for active voice + PR1202
2019-05-28 14:18:30 -07:00
mattmoor-sockpuppet
76d70b4e3d
Format markdown ( #1368 )
...
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-05-28 07:11:29 -07:00
Adriano Cunha
55fdb5bd7f
Use OWNERS_ALIASES for productivity approvers/reviewers ( #1366 )
2019-05-23 01:01:29 -07:00
Peng Li
95b3f48d7e
Correct the path in the Dockerfile ( #1315 )
2019-05-22 07:40:29 -07:00