RichieEscarez
40776cc069
Update API build and generate 0.19 API docs ( #3043 )
...
* remove eventing-contrib
* update gen-crd-api-reference-docs version to fix API build errors
* API docs build for 0.19
* revert API version and add troubleshooting docs
* revert file
* remove whitespace
* Update docs/reference/api/README.md
Co-authored-by: Mike Petersen <mike.petersen@ibm.com>
* add more detail
* and now fix my typo
Co-authored-by: Mike Petersen <mike.petersen@ibm.com>
2020-11-18 14:39:52 -08:00
Carlos Santana
a3cc35c731
[feat] Add community calendar ( #3037 )
...
* [feat] Add community calendar
* Address comments by evankanderson@ more details
* fix typo
2020-11-16 17:35:52 -08:00
Vincent
3834c3d8bc
Add description on how to configure each ingress for knative serving ( #3025 )
...
* Add description on how to configure each ingress for knative serving
* Rephrase the sentence in a correct order
2020-11-16 13:48:02 -08:00
knative-automation
b760e6b7ea
Update common github actions ( #3029 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2020-11-16 10:19:01 -08:00
Markus Thömmes
3ee452c394
Ignore false-positive divisive language flagging ( #3033 )
2020-11-12 08:45:00 -08:00
Matthias Wessendorf
cd90227345
Better doc for channel config via operator ( #2990 )
...
* 💄 Adding a bit of more context to the different options for a 'default channel'
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
* Fixing comments
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
* Updating to use lower-case, like the rest of the doc does
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
* Adding IMC as an alternative channel for configures
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
* Update docs/install/operator/configuring-eventing-cr.md
Co-authored-by: Mike Petersen <mpetason@gmail.com>
* Update docs/install/operator/configuring-eventing-cr.md
Co-authored-by: Mike Petersen <mpetason@gmail.com>
Co-authored-by: Mike Petersen <mpetason@gmail.com>
2020-11-11 09:33:59 -08:00
Markus Thömmes
f8c3655862
Align Scala sample with the rest of our samples ( #3020 )
...
* Correct differences between scala and the rest
* Update dependencies and scala version
* Some cleanups
2020-11-11 07:02:59 -08:00
Evan Anderson
3d61d6dff8
Add sample logging configuration using fluentbit as collector and forwarder ( #2989 )
...
* Add sample logging configuration using fluentbit as collector and forwarder.
Signed-off-by: Evan Anderson <evan.k.anderson@gmail.com>
* Update with mpetason feedback
* Fix yaml whitespace
* Capitalize Namespace
2020-11-10 17:12:59 -08:00
Markus Thömmes
429e3928f9
Transform Scala example to use a Dockerfile ( #3016 )
2020-11-09 19:26:58 -08:00
RichieEscarez
e35029f20f
fix yaml ( #3019 )
2020-11-09 14:48:09 -08:00
Carlos Santana
11cd1e69c6
Blog ksc nominations ( #3013 )
...
* ksc election started
* some gramar fixes
2020-11-08 08:01:08 -08:00
Carlos Santana
2abdd26790
ignore some java related files ( #3015 )
...
* ignore some java related files
* adding new line just in case
2020-11-07 07:10:08 -08:00
Lance Ball
8323b64185
examples(nodejs): bump to the latest 3.x version of cloudevents SDK ( #2769 )
...
* examples(nodejs): bump to the latest 3.x version of cloudevents SDK
A few changes to the API were made in the recent release of the SDK.
This commit updates the dependency and modifies the source to work
with the new API.
* squash: bump cloudevents to 3.2.0
Signed-off-by: Lance Ball <lball@redhat.com>
* fixup: incorporate PR feedback
Signed-off-by: Lance Ball <lball@redhat.com>
2020-11-06 18:52:07 -08:00
RichieEscarez
e2140fd6de
Add csantanapr as eng approver ( #3014 )
2020-11-06 16:34:08 -08:00
Matt Moore
d2858727e7
Drop the `-alpine` for dotnet, it isn't multi-arch. ( #3010 )
...
This is serving from a Graviton EKS cluster built with this sample: https://helloworld-csharp.default.mink.dev
2020-11-06 09:17:08 -08:00
Matt Moore
9f2138f002
Switch helloworld-go with kn ( #2807 )
...
* Try helloworld-go with kn
* Add kn as a prereq.
* Incorporate Ashleigh's feedback
* Fix @abrennan89 feedback
2020-11-06 09:04:08 -08:00
knative-automation
426e207809
Update common github actions ( #2994 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2020-11-06 08:41:15 -08:00
knative-automation
4214d9fed5
upgrade to latest dependencies ( #2992 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2020-11-06 08:41:08 -08:00
Roland Huß
c14f768971
Reworked shell hello world example ( #2832 )
...
* Change event type in Sequence with Broker example (#2897 ) (#2916 )
If the type of the event isn't changed by the last step in the
sequence the event will be resent to the Trigger that targets
the sequence creating an unwanted loop.
Fixes #2851
Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
* Reworked shell hello world example
* Reworked example to be a "true" shell example that is considerable different than the helloworld-go example
* Added examples for kn usage
(Fixed according to review comments)
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
2020-11-06 07:53:07 -08:00
Matt Moore
9b2e42b27a
Fix website build ( #3004 )
2020-11-05 21:37:07 -08:00
Carlos Santana
f8fb9e0c93
add missing secret command for contour tls setup ( #3003 )
2020-11-05 19:09:07 -08:00
Matt Moore
6ffd239bb6
Make newlines consistent across samples ( #3001 )
2020-11-05 17:30:08 -08:00
Mike Petersen
b99e249a69
Updated trigger link in eventing docs ( #2969 )
2020-11-05 08:57:08 -08:00
Murugappan Chetty
656d260a83
hello world java with tabs ( #2833 )
...
* rewrite hello world java with tabs
* rewrite hello world java with tabs
* rewrite hello world java with tabs
* review comments
2020-11-04 10:24:06 -08:00
Lance Ball
a615243372
docs(cloudevents): try cloudevents-nodejs with kn ( #2827 )
...
* docs(cloudevents): try cloudevents-nodejs with kn
Adds tabbed instructions for deploying and deleting the Node.js cloudevents
sample using the `kn` CLI.
Signed-off-by: Lance Ball <lball@redhat.com>
* squash: fix copy paste problems
Signed-off-by: Lance Ball <lball@redhat.com>
* squash: incorporate PR feedback
Signed-off-by: Lance Ball <lball@redhat.com>
2020-11-04 09:09:04 -08:00
Ashleigh Brennan
089473ffc8
Fix broken links from sandbox moved files ( #2965 )
...
* Fix broken links from sandbox moved files
* updated command
* Review updates, comments
2020-11-04 08:29:04 -08:00
Matthias Wessendorf
178c3a4f9c
Documenting how to configure system resources for eventing ( #2744 )
...
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2020-11-03 11:43:04 -08:00
Mike Petersen
3b099ebcee
Fixed broken links in any-kubernetes-cluster related to eventing ( #2973 )
2020-11-03 09:30:05 -08:00
Mike Petersen
797fe7b174
Updated links for broker and trigger. Broke up the single link into two links so that trigger takes you to the correct location. ( #2962 )
2020-11-03 09:19:04 -08:00
Francesco Guardiani
d445da183d
Updated to sdk-rust 0.3 ( #2991 )
...
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
2020-11-02 17:42:03 -08:00
Vincent
d8062e4034
Update the links for operator docs ( #2888 )
2020-11-02 11:58:04 -08:00
赵吉壮
81dc45cf6d
fix dead link in config-trace ( #2988 )
2020-11-01 22:49:36 -08:00
Kenjiro Nakayama
a23b383696
Move the config for tag header based routing into config-features ( #2985 )
2020-11-01 02:16:35 -08:00
knative-automation
f9a59e7e11
upgrade to latest dependencies ( #2986 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2020-10-29 14:01:36 -07:00
Lionel Villard
98bd14cb55
remove eventing-contrib ( #2972 )
2020-10-29 06:56:34 -07:00
knative-automation
9f8b4003a3
upgrade to latest dependencies ( #2983 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2020-10-28 19:22:34 -07:00
knative-automation
f01083cf3f
Update common github actions ( #2982 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2020-10-28 19:12:35 -07:00
Scott Nichols
0ff9a4b968
Use knative.dev/hack repo ( #2977 )
...
* use the new hack repo for scripts
* use the new hack repo for scripts
* also skip third_party
2020-10-28 13:14:34 -07:00
Dave Protasowski
ff518bfe78
drop dead links ( #2978 )
2020-10-28 09:42:34 -07:00
knative-automation
2635541c06
upgrade to latest dependencies ( #2975 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2020-10-27 18:57:34 -07:00
knative-automation
f9f2e0267e
upgrade to latest dependencies ( #2974 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2020-10-26 21:46:33 -07:00
knative-automation
75240c2606
Update common github actions ( #2971 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2020-10-26 21:35:33 -07:00
Mike Petersen
a4d5e33eae
Issue 2966 ( #2968 )
...
* Updated links for github source
* Added artifact org so it could locate the correct repo
2020-10-23 10:59:37 -07:00
赵吉壮
58d26ed9f2
inline ping-source's README.md into index.md ( #2964 )
2020-10-23 08:17:39 -07:00
knative-automation
6241bf7d88
upgrade to latest dependencies ( #2961 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2020-10-21 18:56:37 -07:00
Matt Moore
ee34b62c14
upgrade to latest dependencies ( #2950 )
...
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-21 08:18:17 -07:00
赵吉壮
a0c21a9614
Add annotation "autoscaling.knative.dev/metric: rps" when configuraging RPS ( #2948 )
2020-10-21 03:56:17 -07:00
Ashleigh Brennan
15153b3e46
Removing references to old monitoring stack ( #2946 )
...
* Removing references to old monitoring stack
* removed mentions, deleted files related
* remove telemetry go
* removed mention from landing pages
* re-add traces file
* add back traces file
* readd lines
2020-10-20 14:47:17 -07:00
Shuhei Kitagawa
ec3b20653d
Fix liks on CONTRIBUTING.md ( #2870 )
2020-10-20 11:39:59 -07:00
Lu Dang
d03d0fdc8f
Update ContainerSource docs and examples to use v1 ( #2932 )
...
- Updated ContainerSource docs and examples
- Fixed Reference Documentation links for APIServiceSource, ContainerSource, PingSource and SinkBinding
2020-10-20 06:42:59 -07:00