Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update (rewrite) eventing specs #25

Merged
merged 65 commits into from
Jul 22, 2021
Merged
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
99aea7b
Checkpoint work on eventing specs
Apr 30, 2021
e07658d
More work on data plane & control plane. Mostly need to finish contro…
May 1, 2021
70d7e8b
Add at-least-once detail on data plane.
May 3, 2021
dc743ca
Finish off most of lifecycle
May 5, 2021
8ef8f61
Update (rewrite) overview, motivation, and data plane
May 6, 2021
86f9c55
Update lifecycle to be a bit clearer and cover more fields
May 7, 2021
e90a3ad
Fill in detailed resources.
evankanderson May 8, 2021
0d7b246
Document event delivery (Broker & Channel)
evankanderson May 9, 2021
0a33307
Updates from n3wscott review
evankanderson May 9, 2021
7e9b26b
Clean up no longer needed files.
evankanderson May 9, 2021
4964fd7
Updates from n3wscott review
evankanderson May 9, 2021
6216969
Update data-plane language per Ville's suggestions.
May 10, 2021
e776f36
Overview revisions based on vaikas feedback.
May 10, 2021
f4c3b09
Merge remote-tracking branch 'origin/re-spect-part-1' into re-spect
May 10, 2021
8cffd9c
Merge branch 'main' of https://github.com/knative/specs into re-spect
May 10, 2021
5d0c5b4
Updates from comments in #25
May 10, 2021
b140c4d
Merge remote-tracking branch 'origin/re-spect-part-1' into re-spect
May 10, 2021
17a9ae1
Address remaining Scott and Ville comments.
evankanderson May 11, 2021
111c55b
Merge remote-tracking branch 'origin/re-spect' into re-spect
May 13, 2021
0a54751
Updates from #25 review.
May 13, 2021
2f1cbb0
Feedback from #25 and speling check
May 13, 2021
e3ef6ad
Merge remote-tracking branch 'origin/re-spect-part-1' into re-spect
May 13, 2021
438f242
Merge branch 'main' of https://github.com/knative/specs into re-spect
May 13, 2021
b7d30e5
Update with matezw / slinkydeveloper feedback
May 19, 2021
83c531e
Merge remote-tracking branch 'origin/re-spect-part-1' into re-spect
May 19, 2021
07fcbde
Update with matezw / slinkydeveloper feedback
May 19, 2021
bd9f695
Merge remote-tracking branch 'origin/re-spect-part-1' into re-spect
May 19, 2021
917eac3
Updates from slinky, travis, ville, matzew
May 20, 2021
d9b1322
Merge remote-tracking branch 'origin/re-spect-part-1' into re-spect
May 20, 2021
7bd0161
Link to upgrade header.
May 20, 2021
59784fb
Merge remote-tracking branch 'origin/re-spect-part-1' into re-spect
May 20, 2021
fae7a87
Finish up TODOs, fix some typos.
May 25, 2021
99bb2e0
Merge remote-tracking branch 'origin/re-spect-part-1' into re-spect
May 25, 2021
9e33332
Address a number of duglin comments
May 25, 2021
cb526ff
Merge remote-tracking branch 'origin/re-spect-part-1' into re-spect
May 25, 2021
f69b8c8
Remove abandoned SVG images.
May 25, 2021
ea4f14c
Update overview with Doug's suggestions.
May 26, 2021
2c6aa43
Merge remote-tracking branch 'origin/re-spect-part-1' into re-spect
May 26, 2021
1797c7e
Update with duglin suggestions.
May 27, 2021
a299f12
Merge remote-tracking branch 'origin/re-spect-part-1' into re-spect
May 27, 2021
8c870de
Update with additional duglin review changes.
May 27, 2021
693cce6
One more set of edits.
May 27, 2021
218f965
Merge remote-tracking branch 'origin/re-spect-part-1' into re-spect
May 27, 2021
41abb8c
Add control-plane header, internal type links to schemas.
May 28, 2021
55ee647
Address duglin and lionelvillard suggestions
Jun 3, 2021
22b85c9
Refactor error signalling to a common location
Jun 3, 2021
4af35db
Address duglin comments
evankanderson Jun 13, 2021
22a8d56
Merge branch 're-spect-part-1' into re-spect
evankanderson Jun 13, 2021
2479d26
Address Doug's comments
evankanderson Jun 14, 2021
3a9519f
Address duglin feedback
Jun 17, 2021
68d499f
Merge remote-tracking branch 'origin/re-spect-part-1' into re-spect
Jun 17, 2021
c584076
Merge remote-tracking branch 'origin/re-spect' into re-spect
Jun 17, 2021
6832976
Fix lowercase 'may'
Jun 17, 2021
9b97e59
Clarify 202 no-reply behavior.
Jun 17, 2021
bc872bd
Merge remote-tracking branch 'origin/re-spect-part-1' into re-spect
Jun 17, 2021
04439f5
Highlight that 202 responses MUST NOT be processed even if the status…
Jul 15, 2021
87c871a
Address duglin comments.
Jul 20, 2021
ba78f25
Normalize "Field Type" annotations for spec.
Jul 20, 2021
8aa07df
A few updates to clarify that the control-plane specification indicat…
Jul 20, 2021
7a678bd
Require that Subscriptions reference Channels in the same namespace.
Jul 21, 2021
fad55f5
Allow additional Destinaiton resolution mechanisms.
Jul 22, 2021
8333aa7
Fix two Doug nits.
Jul 22, 2021
bef17aa
Remove schema requirements.
Jul 22, 2021
ac54635
Align SHOULD NOT / MUST NOT
Jul 22, 2021
f5d15dc
Capitalize "MAY"
Jul 22, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions specs/eventing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,5 @@ Docs in this directory:

- [Motivation and goals](motivation.md)
- [Resource type overview](overview.md)
- [Interface contracts](interfaces.md)
- [Object model specification](spec.md)
- [Channel specification](channel.md)
- [Sources specification](sources.md)
- [Error conditions and reporting](https://knative.dev/docs/serving/spec/knative-api-specification-1.0/#error-signalling)

See the
[Knative Eventing Docs Architecture](https://www.knative.dev/docs/eventing/#architecture)
for more high level details.

<!-- TODO(#498): Update the docs/Architecture page. -->
- [Control Plane specification](control-plane.md)
- [Data Plane specification](data-plane.md)
232 changes: 0 additions & 232 deletions specs/eventing/broker.md

This file was deleted.

Loading