Skip to content

Destination in Parallel and Sequence#2095

Merged
knative-prow-robot merged 20 commits into
knative:masterfrom
nachocano:parallel
Oct 25, 2019
Merged

Destination in Parallel and Sequence#2095
knative-prow-robot merged 20 commits into
knative:masterfrom
nachocano:parallel

Conversation

@nachocano
Copy link
Copy Markdown
Contributor

@nachocano nachocano commented Oct 25, 2019

Proposed Changes

  • Adding Destination in Parallel.
  • Adding Destination to Sequence.

Release Note

Parallel now support Destinations.
Sequence replies are now Destinations.

/hold until #2094 gets merged and we rebase

@knative-prow-robot knative-prow-robot added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Oct 25, 2019
@googlebot googlebot added the cla: yes Indicates the PR's author has signed the CLA. label Oct 25, 2019
fe.Details = "only name, apiVersion and kind are supported fields"
return fe
}(),
// TODO check if destination should support DeprecatedNamespace and in its Ref.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment as in #2094


type ParallelBranch struct {
// Filter is the expression guarding the branch
Filter *SubscriberSpec `json:"filter,omitempty"`
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SubscriberSpec has a *string as URI, as opposed to our Destination, which is *apis.URL. Check if this can break...

@nachocano
Copy link
Copy Markdown
Contributor Author

/assign @vaikas-google
/assign @Harwayne

@knative-prow-robot knative-prow-robot added the area/test-and-release Test infrastructure, tests or release label Oct 25, 2019
@knative-metrics-robot
Copy link
Copy Markdown

The following is the coverage report on the affected files.
Say /test pull-knative-eventing-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/apis/messaging/v1alpha1/parallel_validation.go 85.7% 89.5% 3.8
pkg/apis/messaging/v1alpha1/sequence_validation.go 94.4% 94.1% -0.3

@lionelvillard
Copy link
Copy Markdown
Contributor

/lgtm

@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Oct 25, 2019
@vaikas
Copy link
Copy Markdown
Contributor

vaikas commented Oct 25, 2019

/lgtm
/approve

@knative-prow-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: nachocano, vaikas-google

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow-robot knative-prow-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 25, 2019
@nachocano
Copy link
Copy Markdown
Contributor Author

/hold cancel

@knative-prow-robot knative-prow-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Oct 25, 2019
@knative-prow-robot knative-prow-robot merged commit 7e64b95 into knative:master Oct 25, 2019
@nachocano nachocano changed the title Destination in Parallel Destination in Parallel and Sequence Oct 25, 2019
lberk pushed a commit to lberk/eventing that referenced this pull request May 18, 2021
lberk pushed a commit to lberk/eventing that referenced this pull request May 18, 2021
openshift-merge-robot pushed a commit to openshift/knative-eventing that referenced this pull request May 18, 2021
openshift-merge-robot pushed a commit to openshift/knative-eventing that referenced this pull request May 18, 2021
matzew pushed a commit to matzew/eventing that referenced this pull request Jun 2, 2021
openshift-merge-robot pushed a commit to openshift/knative-eventing that referenced this pull request Jun 2, 2021
* Rollback certificate algorithm changes (#1281)

* Allow URIs to be resolved without reconciler context (knative#2095) (#1274)

Co-authored-by: Mona Borham <mionaut@gmail.com>

* fix oom (#1266)

* silent noisy metrics (#1223)

Co-authored-by: Markus Thömmes <markusthoemmes@me.com>
Co-authored-by: Lukas Berk <lberk@redhat.com>
Co-authored-by: Mona Borham <mionaut@gmail.com>
Co-authored-by: Stavros Kontopoulos <st.kontopoulos@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/test-and-release Test infrastructure, tests or release cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants