Calum Murray
Calum Murray
Follow up on discussion in https://github.com/cloudevents/sdk-go/pull/1046#discussion_r1589256405 ## Proposed Changes - Clarify which type casts are required to be supported - Clarify how boolean -> string type casting works - Clarify...
Follow up on discussion in sdk-go: https://github.com/cloudevents/sdk-go/pull/1046#discussion_r1595307651 ## Proposed Changes - Add a test verifying that an invalid string literal in a LIKE expression is a parse error
This is a follow up on #1267 and #1270, to make sure that those changes are included in the tck tests. ## Proposed Changes - Test that the OR operator...
Fixes #7694 ## Proposed Changes - Get resources from cluster and construct a graph
From [discussion on slack](https://cloud-native.slack.com/archives/C04LMU33V1S/p1715612445608609?thread_ts=1715609483.903239&cid=C04LMU33V1S), it would be nice for writers (or at least the WG leads) for various areas to be able to do admin-only actions such as `/override` various...
Should fix bugs in #7933 ## Proposed Changes - Set label correctly for trigger - Add label for trigger broker namespace
**Problem** Currently, when dispatching an event, we generally send it in the binary event format. However, to integrate with some systems (such as AWS EventBridge) we will need to be...
**Problem** With the current way that a `Job` is created in the `JobSink`, there is some logic that chooses which `VolumeMount` to use to mount the event. As such, the...
**Problem** We recently introduced an MQTT source in #7919, but we do not currently have any tests for this. Ideally, it would be a separate job that can run in...
This PR updates the CESQL implementation here to match the changes made in the spec v1 that was approved today. Since there are a lot of changes, I've tried to...