xinnjie

Results 30 comments of xinnjie

Hi @iainsproat, sorry for the late response. `/v1alpha2/parents/{parent}/results/{result_uid}/logs` return a list of [`Record`](https://github.com/tektoncd/results/blob/3c1584325abb63bdf55020c7bed6e08052c002b1/docs/api/openapi.yaml#L472-L522) with properties named [`data`](https://github.com/tektoncd/results/blob/3c1584325abb63bdf55020c7bed6e08052c002b1/docs/api/openapi.yaml#L521-L522) of [`Any`](https://github.com/tektoncd/results/blob/3c1584325abb63bdf55020c7bed6e08052c002b1/docs/api/openapi.yaml#L463-L466) type. [`Any`](https://github.com/tektoncd/results/blob/3c1584325abb63bdf55020c7bed6e08052c002b1/docs/api/openapi.yaml#L463-L466) has properties type and value. So this is as...

The difficulty for this PR change is that words like `result name`, `record name`, and `log name` are ambiguous. For example we could say `default/b959b3aa-55e8-4fb8-bc19-ce48bcfacce2` is the `result name`(in full...

> And to make sure that a person inputs a correct name always, I have added pattern matching for each of the name types. Sorry, didn't notice that you have...

Could be useful when we are discussing this topic. ### Current version: `/v1alpha2/parents/{parent}/results/{result_uid}` #### Problem: `uid`and `name` is mixed-up. The DEVELOPMENT.md example: ``` "results": [ { "name": "default/results/640d1af3-9c75-4167-8167-4d8e4f39d403", "id": "338481c9-3bc6-472f-9d1b-0f7705e6cb8c",...

is WG call on Aug 17, 20:30 (UTC +8) ? And at this meeting? https://zoom.us/j/99187487778?pwd=UGZhOHd3cWJlVFhMTDNTVGxQeG1ndz09 @avinal

@enarha @sayan-biswas @khrm Let's discuss about this documentation issue.

My point is that `results_uid` in `/results/` collides with `uid` in `Result` of Results Service API ```protobuf message Result { string name = 1 [(google.api.resource_reference) = { child_type: "tekton.results.v1alpha2/Result" }];...