David Bernard
David Bernard
> We should rename `URL` to `URI`s @xibz I renamed every field named `url` into `uri`. But kept `viewUrl` as is.
@xibz / @afrittoli Can you merge the PR (I'm not allowed).
Ok, I'll try next WE.
To illustrate I'll share some sample from https://github.com/cdviz-dev/cdviz-collector/tree/main/examples/assets/outputs/transform-github_events (cdviz don't use `subject.source` when it convert github's events): ```json "context": { "id": "0", "source": "https://api.github.com/repos/cdviz-dev/cdviz-collector/actions/jobs/36016488192", "timestamp": "2025-01-22T19:01:11+00:00", "type": "dev.cdevents.taskrun.started.0.2.0", "version": "0.4.1"...
@xibz, If ok, you can close this issue?
I agree, - In my dashboards, I merge `deployed`, `upgraded` and `rolledback` as a deployment - In the event generator, the distinction introduces a bit more complexity eg https://github.com/cdviz-dev/cdviz-collector/blob/829b8f6f3ab6124d72d9508e9e7d899c0f47399c/config/transformers/kubewatch_cloudevents.vrl#L83 ```...
Thank you for reporting and the analysis. I'll take a look ASAP.
After discussion (meeting 2025-08-19): - use the suffix `Run`, `testCase` & `testSuite` are already renamed `testCaseRun` and `testSuiteRun` in 0.4 (see https://github.com/cdevents/spec/blob/spec-v0.4/testing-events.md) - `build` will be removed for 0.5, it's...
@xibz , @afrittoli , This issue could be closed (I can't); another issue #263 was started to discuss the removal of the `build`.
@thompson-tomo The Testkube team introduced IIRC, the TestCaseRun & TestSuiteRun. In Testkube, the granularity is different. I mean a testcase != a unit testcase (a function), but a run of...