Commit Graph

489 Commits

Author SHA1 Message Date
Stuart Winchester e6644bd8da
update README.md for sequence documentation (#4869)
change over from appender image to event_display image for the sequence-display
2022-03-28 12:04:51 -07:00
Shashank Sharma 1195f844ac
info stamp added regarding hairpin mode in sequence (#4810)
* info stamp added regarding hairpin mode in sequence

* new line added

* fix indentation
2022-03-10 11:50:47 -08:00
Ahmed Abdalla Abdelrehim 46446cbdc2
rename sql to cesql (#4737)
Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com>
2022-03-09 11:19:50 -08:00
Hans-Jörg Wieland e52ca26434
fix typo in event-display Service template spec (#4762) 2022-02-17 03:24:11 -08:00
Pierangelo Di Pilato bd90392136
Update KafkaSource documentation with the new installation instructions (#4728)
* Update KafkaSource documentation

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>

* Installation -> Installing Kafka source
2022-02-16 04:02:40 -08:00
Matthias Wessendorf 57231f3c5a
Rewording the bits for the knative Kafka broker (#4687)
* 💄 Rewording the bits for the knative Kafka broker

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* Update docs/eventing/broker/kafka-broker/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

Co-authored-by: Samia Nneji <snneji@vmware.com>
2022-02-08 09:30:16 -08:00
Samia Nneji cb6162a906
Reorganise the install guide (#4690)
* reorganise install

* Use imperative to improve consistency

* Add advanced install section

* Remove ambassador

* Update docs/serving/using-auto-tls.md

Co-authored-by: Paul Schweigert <paulschw@us.ibm.com>

* Update docs/serving/using-auto-tls.md

Co-authored-by: Paul Schweigert <paulschw@us.ibm.com>

* Update Istio to 1.12

* Remove duplicate  folders

* Update links

Co-authored-by: Paul Schweigert <paulschw@us.ibm.com>
2022-02-04 09:29:21 -08:00
Basit Mustafa 165ef6c600
chore(eventing): fix typo in channel docs (#4666) 2022-01-28 02:37:47 -08:00
Ahmed Abdalla Abdelrehim a932249bf7
Add documentation for new trigger filters (#4635)
* Add documentation for new trigger filters

Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com>

* fix a conflict

Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com>

* Add new trigger filters to the overview table

Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com>

* fix wrong formatting and add missing docs

Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com>

* fixes dialect formatting

Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com>

* fix new trigger filter docs

Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com>

* Apply suggestions from code review

Co-authored-by: Samia Nneji <snneji@vmware.com>

* fix formatting

Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com>

Co-authored-by: Samia Nneji <snneji@vmware.com>
2022-01-19 07:10:53 -08:00
Lukas Berk da9f9be86f
Mention optional attributes for CloudEvents in event sources overview (#4627)
* Mention optional attributes in event sources overview

* Update docs/eventing/sources/README.md

As kindly suggested Samia

Co-authored-by: Samia Nneji <snneji@vmware.com>

Co-authored-by: Samia Nneji <snneji@vmware.com>
2022-01-14 10:21:43 -08:00
Ashleigh Brennan 87f49c50a6
#4479: Fixed eventing formatting issues (#4604)
* #4479: Fixed eventing formatting issues

* fix bullets

* Update docs/eventing/event-delivery.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* add a space

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-12-21 02:54:17 -08:00
Gab Satchi 99ef2b6f7f
adds namespace to Role and RoleBinding in ApiServerSource example (#4602) 2021-12-20 06:02:18 -08:00
Pablo Mercado 82f917420a
update config elements for eventing channel and pingsource (#4453) 2021-12-17 03:50:18 -08:00
Sameer Vohra 236f424976
Update Sugar Controller Instructions (#4568)
- fix docs to document that only a broker name "default" can be created using a Trigger with injection enabled. This closes https://github.com/knative/docs/issues/4543
2021-12-16 10:05:17 -08:00
Samia Nneji 4f03c8391c
Fix links community docs (#4572)
* Fixed blog nav and other links

* Update URL in README
2021-12-14 04:28:50 -08:00
Samia Nneji 4eda564a0b
Move code samples to GitHub (#4565)
* Move samples off site

* Add redirects

* Fix code samples and links

* Change links

* Fix path to sample

* Fix a few more links

* Update samples path in test

* remove unecessary redirect

* update more links

* add closing bracket
2021-12-14 04:20:51 -08:00
Pierangelo Di Pilato 5681e7e0dc
Document Kafka Broker commit offset interval (#4537)
* Document Kafka Broker commit offset interval

Signed-off-by: Pierangelo Di Pilato <pdipilat@redhat.com>

* Apply review suggestion

Signed-off-by: Pierangelo Di Pilato <pdipilat@redhat.com>
2021-12-13 07:19:20 -08:00
Ashleigh Brennan f7103c9c77
Update heartbeats image (#4540) 2021-12-03 09:58:37 -08:00
Travis Minke deb4acbfc9
DeliverySpec.RetryAfter Experimental-Feature (#4361)
* delivery.retryAfter experimental-feature

* Refactor implementation for new design based on community feedback.

* formatting changes

* PR feedback

* rework html table

* convert html table to markdown

* PR Feedback
2021-12-01 07:21:56 -08:00
Gerhard Lazu ee7a89f7b2
Default to a single RabbitMQ cluster per Knative Eventing installation (#4532)
This is what most users expect. Without this, the Messaging Topology
Operator will not be able to manage objects from a different namespace.
The implications are that all Brokers / Triggers / Sinks need to be
created in the same namespace as the RabbitmqCluster. This annotation
addresses that limitation.

More context:
- https://github.com/knative-sandbox/eventing-rabbitmq/issues/454
- https://github.com/rabbitmq/messaging-topology-operator/pull/201

Signed-off-by: Gerhard Lazu <glazu@vmware.com>
2021-12-01 06:49:57 -08:00
Gerhard Lazu 39298e4551
Clarify pre-req versions for eventing-rabbitmq (#4518)
We had a query about which versions should be installed:
https://jira.eng.vmware.com/browse/PDY-649

Our aim is to support the latest released versions of the RabbitMQ
Cluster Operator & Messaging Topology Operator. I am highlighting the
Cert Manager option as that is the easiest way to get started, and is
also what we do in our acceptance testing.

Since this is a Getting Started, I have removed the deadLetterSink
option since it's optional. I don't think that optional properties have
a place in a Getting Started.

Signed-off-by: Gerhard Lazu <glazu@vmware.com>
2021-12-01 05:29:56 -08:00
Ashleigh Brennan 18fe4aba94
Update notes formatting (#4512) 2021-11-22 06:22:14 -08:00
Sameer Vohra 07b80cea90
Update README.md (#4508)
- Add resolved url to heartbeats example
- Add missing env vars required for heartbeats example to work when using kn
2021-11-19 12:07:23 -08:00
Matthias Wessendorf 156aa870ad
Adding a note on messaging ordering for Kafkas (#4499)
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2021-11-17 06:46:34 -08:00
Antoine Cotten f3e97d4eea
Update links to docs of TriggerMesh sources (#4492) 2021-11-16 12:42:53 -08:00
Matthias Gubler a0a2885d63
Fix Kafka Channel yaml (#4483) 2021-11-15 03:27:56 -08:00
Sameer Vohra 329d6bddc2
Update README.md (#4472)
Switch RabbitMQ source development to Knative as its being actively developed - https://github.com/knative-sandbox/eventing-rabbitmq
2021-11-12 12:49:44 -08:00
Maciej Chyczewski 79e4639009
Fixed few broken cloudevents links in the documentation (#4445)
* Fixed few broken cloudevents links in the documentation

* Fixed more broken CloudEvent docs links in the documentation. Updated links to CloudEvents v1.0 documentation to CloudEvents v1.0.1 documentation
2021-11-12 07:43:36 -08:00
Ashleigh Brennan a659d5af00
Remove oudated overview page (#4443)
* Remove oudated overview page

* fix links

* additional fluff cleanup
2021-11-05 08:14:12 -07:00
Samia Nneji 88b9c993ab
Edit event registry docs (#4336)
* Edit event registry docs

* Update the nav to match topic title

* Update docs/eventing/event-registry.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Apply suggestions from code review

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Update docs/eventing/event-registry.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Fix repo mentions

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-11-04 10:48:01 -07:00
Jens Gerke f325f13fbb
Added SNMP and Direktiv source (#4405)
Signed-off-by: Jens Gerke <jens.gerke@direktiv.io>
2021-11-04 04:41:10 -07:00
Pierangelo Di Pilato d45b3d8523
Document contentMode for KafkaSink (#4401)
* Document contentMode for KafkaSink

* Remove contentMode from the first example

* Lint
2021-11-04 04:41:03 -07:00
Samia Nneji 96b59e500d
Reorg Serving and Eventing files (#4396)
* Move eventing and serving topics

* Remove developer folder

* Remove admin folder

* Cleaning up
2021-10-29 00:46:53 -07:00
Samia Nneji 1eaa4abe18
Reorganise Installing topics (#4388)
* Move install docs

* Fix links

* Delete old install folder
2021-10-28 07:52:27 -07:00
Samia Nneji ac2a309fc9
Move Observability docs to Serving and Eventing guides (#4387)
* move observability docs

* Update nav links

* Update collecting-metrics.md

Pretty sure this fixes some weird formatting

Co-authored-by: Omer Bensaadon <obensaadon@vmware.com>
2021-10-28 06:30:27 -07:00
Lionel Villard 52b0bd49c0
add UID as available template field (#4358) 2021-10-14 06:28:43 -07:00
Stavros Kontopoulos 5fbd66e990
Fix eventing tracing example images (#4357)
* fix eventing tracing example

* scale images
2021-10-13 07:25:49 -07:00
salaboy b696f460ed
Adding trigger annotations (#4331)
* adding trigger annotations

* Update docs/eventing/broker/triggers/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/eventing/broker/triggers/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/eventing/broker/triggers/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/eventing/broker/triggers/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/eventing/broker/triggers/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* updating based on recommendations

* dedup

* trailing whitespace removal

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-10-13 07:11:49 -07:00
Samia Nneji 95303b95fa
Fix formatting and style on RMQ broker page (#4321)
* Fix formatting and style on RMQ broker page

* Update page title
2021-10-13 01:28:46 -07:00
Ashleigh Brennan 9fbc95fb01
Custom event routing docs rewrite (#4284)
* Custom event routing docs rewrite

* fix nav

* peer review feedback

* remove empty file

* moved tutorial for js to samples

* review feedback from Evan

* update examples
2021-10-12 15:27:20 -07:00
salaboy 5733546dd4
Adding `strict-subscriber` docs (#4311)
* Adding `strict-subscriber` docs

Adding `strict-subscriber` flag to experimental features page

* Update docs/eventing/experimental-features.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/eventing/experimental-features.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/eventing/experimental-features.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/eventing/experimental-features.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/eventing/experimental-features.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* remove trailing whitespace

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-10-06 10:38:45 -07:00
Ben Moss fd196ef286
Add hosted doc for rabbitmq (#4309) 2021-10-01 07:22:07 -07:00
Lionel Villard 2d54a1c883
fix broken link to ref doc (#4308) 2021-09-30 10:39:46 -07:00
Lionel Villard 6d3a5941cf
fix eventing getting started doc (#4295) 2021-09-30 10:32:46 -07:00
Lionel Villard 0bbc22fe31
Add doc for kreference-mapping (#4231)
* add doc for kreference-mapping

* try quoting macro

* fix example

* apply review comments

* more fixes

* more fixes
2021-09-30 09:55:46 -07:00
Lionel Villard a97d895cbc
PingSource is v1 (#4294)
* PingSource is v1

* more v1beta2 to v1
2021-09-28 03:47:14 -07:00
Alex Dixon 3334ede84a
docs: add github event source install instructions (#4184) 2021-09-16 03:13:40 -07:00
Ashleigh Brennan 9ef8901395
remove sample (#4221) 2021-09-09 11:45:58 -07:00
RichardJJG 001cd9bd29
Changed HTML links to Markdown (#4173)
* Changed HTML links to Markdown

* Change HTML image links to Markdown

* Fix image links
2021-09-02 04:36:06 -07:00
RichardJJG c3ae7f9dcd
Fix many links in the Eventing folder (#4170)
* Fixed first half of links

* Final markdown link fixes

* Fix link to install doc
2021-08-31 11:26:55 -07:00