Gabriel Freites
Gabriel Freites
**Problem** We don't have all the MUST clauses in the Subscription spec covered by tests in the project, for example: https://github.com/knative/eventing/blob/792f56ddb5e2328005149e7af571be6ca667cd89/test/rekt/features/channel/data_plane.go lots of `todo` in `.must` clauses in this file....
**Problem** Need some refactor regarding the triggers, brokers and channel naming, code and methods. Following up #5824 issue, there are some inconsistent naming convention around DeadLetterSinks. This including crds and...
**Problem** We don't have all the MUST clauses in the Triggers spec covered by tests in the project **[Persona:](https://github.com/knative/eventing/blob/main/docs/personas.md)** Developers **Exit Criteria** Have at least one test per MUST clause...
**Problem** As stated on the [Cloud Events Spec](https://github.com/cloudevents/spec/blob/v1.0.1/spec.md#attribute-naming-convention) the attribute naming convention suggest (SHOULD, not MUST) that the names are no longer than 20 characters. We should add at maybe...
- Using connection interface as a return type for dial to be used in tests, this way an interface can be used instead of a concrete type when using the...
Hi folks! We currently use this library in Knative. Specifically in this project: [https://github.com/knative-sandbox/eventing-rabbitmq](https://github.com/knative-sandbox/eventing-rabbitmq) and we are thinking to update the AMQP client library from streadway/amqp to rabbitmq/amqp091. Is that...
/area networking /kind good-first-issue ## Describe the feature We need to have the required lifecycle methods to know when a Knative Certificate creation have failed. Right now we just have...
## What version of Knative? all ## Expected Behavior After https://github.com/knative/serving/pull/14453 when a Replicaset fails, the Knative Service should fail fast and tell the user what is happening (from the...
/kind spec ## Ask your question here: Any reason why the TLSSecret for the `Ingress` is not allowed to live in another namespace in the `DomainMapping` or in the `Route`:...
### Bug description: When I use gcr.io as the registry on any example configuration, the builder registry is set to index.docker. But when I use us.gcr.io for example it works...