Calum Murray
Calum Murray
**Describe the bug** Currently, KinD tests are often failing with error logs like: ``` "status": { "phase": "Pending", "conditions": [ { "type": "PodScheduled", "status": "False", "lastProbeTime": null, "lastTransitionTime": "2024-02-16T20:53:17Z", "reason":...
**Problem** As new event filtering moves to GA in 1.14, the tests should live in the conformance suite. **[Persona:](https://github.com/knative/eventing/blob/main/docs/personas.md)** Which persona is this feature for? **Exit Criteria** The tests run...
**Problem** In a few cases, EventTypes can represent an edge on the event lineage graph. We should represent those properly. Specifically: 1. If the eventtype references either a subscription or...
**Problem** Event lineage graphs should be constructed to only see the resources that a user has access to. We should set up the library to use auth impersonation with the...
**Problem** We should use the constructor functions for the event lineage graph to construct the graph from actual graph resources. To do this, we should use the appropriate listers to...
**Problem** To indicate that an eventtype is from a reply, the eventtype should reference the trigger instead of the broker **[Persona:](https://github.com/knative/eventing/blob/main/docs/personas.md)** Which persona is this feature for? **Exit Criteria** A...
**Problem** A short explanation of the problem, including relevant restrictions. **[Persona:](https://github.com/knative/eventing/blob/main/docs/personas.md)** Which persona is this feature for? **Exit Criteria** A measurable (binary) test that would indicate that the problem has...
**Problem** Transform functions are how we track changes to eventtypes as events flow through the system. To support the CESL filter, we should implement a transform function to represent how...
**Problem** We should have a transform function which works correctly for the any filter **[Persona:](https://github.com/knative/eventing/blob/main/docs/personas.md)** Which persona is this feature for? **Exit Criteria** A measurable (binary) test that would indicate...
**Problem** Transform functions are how we track changes to eventtypes as events flow through the system. To support the all filter, we should implement a transform function to represent how...