Alexander Svyrydov

Results 7 issues of Alexander Svyrydov

### Feature request Support `CEL` in PipelineRun Task params values (and matrix values). ### Use case Imagine we have a Pipeline `cel-use-case` with one task `payload`, this Pipeline has 3...

kind/feature
area/api

### Feature request Add feature-flag `enable-kubernetes-sidecar` to operator. ### Use case Tekton pipelines controller [supports flag](https://tekton.dev/vault/pipelines-main/additional-configs/#customizing-the-pipelines-controller-behavior) `enable-kubernetes-sidecar` would be great to be able to control it using operator.

kind/feature

# Feature request Support Markdown in `displayName` field. # Use case Markdown in `displayName` would improve UX of dashboard, for example it would be possible to specify link to PR,...

kind/feature

# Feature request Currently duration in UI is shown after the task (or task step) is complete. ![Screenshot from 2024-11-18 16-35-02](https://github.com/user-attachments/assets/f7af7010-34a9-4217-b390-8d868c8031be) ![Screenshot from 2024-11-18 16-35-16](https://github.com/user-attachments/assets/c3cd984c-ec01-462e-9842-b5074f34434b) For long running processes it...

kind/feature

### Feature request Currently in Tekton it is possible define `displayName` for `TaskRun`, it would be great to have it for `PipelineRun`. PR: https://github.com/tektoncd/community/pull/1174 ### Use case Using `displayName` in...

kind/feature

### Description This pull request proposes the ability to define `displayName` for `PipelineRun`. Based on [TEP-0047: Pipeline Task Display Name](https://github.com/tektoncd/community/blob/main/teps/0047-pipeline-task-display-name.md) representing the same idea but for the list of `PipelineRun`...

size/L

Hello, Currently `HelmChart` Notation signature [verification](https://fluxcd.io/flux/components/source/helmcharts/#verification) doesn't work for AWS signed artifacts. Would be nice to add support of [AWS Signer Plugin for Notation](https://github.com/aws/aws-signer-notation-plugin?tab=readme-ov-file#aws-signer-plugin-for-notation). Thank you.