Update module github.com/cloudevents/conformance to v0.4.1#1144
Conversation
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: red-hat-konflux-kflux-prd-rh02[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @red-hat-konflux-kflux-prd-rh02[bot]. Thanks for your PR. I'm waiting for a openshift-knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This PR contains the following updates:
v0.2.0->v0.4.1Release Notes
cloudevents/conformance (github.com/cloudevents/conformance)
v0.4.1: Improved diffCompare Source
Found a bug where I expected to be able to say
--match foo,barbut cobra does not split on comma, adding the ability to split on comma for thematchflag.Improved matching and searching while diffing a to b events.
v0.4.0: Adding Diff commandCompare Source
diffcompares two yaml event files.want.yamlcould have fewer fields specified to allow for fuzzy matching.Example, if you only wanted to compare on
typeand ignore additional fields:$ cat ./want.yaml ContextAttributes: type: com.example.someevent $ cat ./got.yaml Mode: structured ContextAttributes: specversion: 1.0 type: com.example.someevent time: 2018-04-05T03:56:24Z id: 4321-4321-4321-a source: /mycontext/subcontext Extensions: comexampleextension1 : "value" comexampleextension2 : | {"othervalue": 5} TransportExtensions: user-agent: "foo" Data: | {"world":"hello"} $ cloudevents diff ./want.yaml ./got.yaml --match type --ignore-additionsThis validates that at least one event of type
com.example.someeventis present in thegot.yamlfile.v0.3.0: Adding history to listen command to cli.Compare Source
New feature: return back the events that listen has collected via a GET on
/history.Start the listener:
Send a cloudevent:
See it is collected by the listener:
Collect history:
Configuration
📅 Schedule: Branch creation - "after 5am on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test.This PR has been generated by MintMaker (powered by Renovate Bot).