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

fixed wrong marshall in apiserversouece which will fix the missing ceOverrides extension #4477

Merged
merged 2 commits into from
Nov 6, 2020

Conversation

capri-xiyue
Copy link
Contributor

@capri-xiyue capri-xiyue commented Nov 6, 2020

Fixes #4475

Proposed Changes

  • 🐛fixed wrong marshall in apiserversouece which will fix the missing ceOverrides extension

Release Note


Docs

@google-cla google-cla bot added the cla: yes Indicates the PR's author has signed the CLA. label Nov 6, 2020
@knative-prow-robot knative-prow-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Nov 6, 2020
@capri-xiyue
Copy link
Contributor Author

/assign @nachocano

@capri-xiyue
Copy link
Contributor Author

/assign @n3wscott

@codecov
Copy link

codecov bot commented Nov 6, 2020

Codecov Report

Merging #4477 into master will not change coverage.
The diff coverage is 66.66%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4477   +/-   ##
=======================================
  Coverage   81.27%   81.27%           
=======================================
  Files         282      282           
  Lines        8004     8004           
=======================================
  Hits         6505     6505           
  Misses       1112     1112           
  Partials      387      387           
Impacted Files Coverage Δ
...ciler/apiserversource/resources/receive_adapter.go 93.10% <66.66%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a6fc540...6a41c4d. Read the comment docs.

@n3wscott
Copy link
Contributor

n3wscott commented Nov 6, 2020

Awesome, thank you for finding that.

/Lgtm
/Approve

/Ok-to-test

@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Nov 6, 2020
@knative-prow-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: capri-xiyue, n3wscott

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

The pull request process is described here

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 Nov 6, 2020
@knative-prow-robot knative-prow-robot merged commit c2969a4 into knative:master Nov 6, 2020
capri-xiyue added a commit to capri-xiyue/eventing that referenced this pull request Nov 6, 2020
…Overrides extension (knative#4477)

* fixed wrong marshall

* fixed UT
capri-xiyue added a commit to capri-xiyue/eventing that referenced this pull request Nov 6, 2020
…Overrides extension (knative#4477)

* fixed wrong marshall

* fixed UT
knative-prow-robot pushed a commit that referenced this pull request Nov 6, 2020
…Overrides extension (#4477) (#4480)

* fixed wrong marshall

* fixed UT
knative-prow-robot pushed a commit that referenced this pull request Nov 6, 2020
…Overrides extension (#4477) (#4479)

* fixed wrong marshall

* fixed UT
matzew pushed a commit to matzew/eventing that referenced this pull request Nov 6, 2020
openshift-merge-robot pushed a commit to openshift/knative-eventing that referenced this pull request Nov 6, 2020
…Overrides extension (knative#4477) (knative#4479) (#956)

* fixed wrong marshall

* fixed UT

Co-authored-by: capri-xiyue <52932582+capri-xiyue@users.noreply.github.com>
matzew pushed a commit to matzew/eventing that referenced this pull request Nov 7, 2020
matzew pushed a commit to openshift/knative-eventing that referenced this pull request Nov 7, 2020
openshift-merge-robot pushed a commit to openshift/knative-eventing that referenced this pull request Nov 7, 2020
* Update pingsource-mt-adapter.yaml

* Like on 0.18.3, we skip the tracing tests

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

* [release-0.18] Retry on network failures (knative#4454) (knative#4457)

* Retry on network failures (knative#4454)

Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>

* nethttp -> http

Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>

* Backport knative#4465 (knative#4468)

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* [0.18] Backport knative#4466 (knative#4471)

* Remove double invocations to responseWriter.WriteHeader in filter handler (knative#4466)

* Fix knative#4464

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Docs

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Moar tests

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Linting

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Nit with metrics

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

(cherry picked from commit a6fc540)
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Nit

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* fixed wrong marshall in apiserversouece which will fix the missing ceOverrides extension  (knative#4477) (knative#4480)

* fixed wrong marshall

* fixed UT

* [0.18] Readyness probe in broker ingress (knative#4483)

* Fix knative#4473

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Massage the filter yaml

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

Co-authored-by: Matthias Wessendorf <mwessend@redhat.com>
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
Co-authored-by: Francesco Guardiani <francescoguard@gmail.com>
Co-authored-by: capri-xiyue <52932582+capri-xiyue@users.noreply.github.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. cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ApiServerSource does not set Ce Overrides Extensions
4 participants