yuri

Results 34 issues of yuri

*Description of changes:* Current `LogPublishingOptions` names feature `_` characters. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-logpublishingoption.html

### What changes are being made and why? The dialog presented previously entered values. --- ### How the changes have been QAed? 1. Open _Set labels_ dialog 1. Input a...

bug

### What changes are being made and why? Just a simple unit test created during an internal v0.13 vs. v0.14 diff session. It covers the `RequestUtilsTest` class.

Passing arbitrary arguments to Shell requires escaping their values. Arguments rendered by Pebble templates should use single quotes with escaping using the `replace` filter. This newly introduced `sh` filter eases...

enhancement
medium-sized-issue

### Expected Behavior _No response_ ### Actual Behaviour Restarting a failed execution featuring a failing task within the `io.kestra.core.tasks.flows.Pause` task makes the Gantt chart duplicate the `io.kestra.core.tasks.flows.Pause` task. The task...

bug

Repoman is deprecated by bug [#835013](https://bugs.gentoo.org/835013). This one just caught my eye during `man emerge`...

### Feature description To allow tracking the flow changes directly in Kestra UI/API it is required to be able to specify a custom _flow version_ besides the auto-incremented internal flow...

backend
customer-request

### Feature description As a continuation of #1397 it would be great to implement a some form of _shared search filters_. Being able to store personal (local) _search filters_ is...

enhancement
customer-request

### Feature description Published metrics currently lack description/help text which prevents them from being self-explanatory. Micrometer's `io.micrometer.core.instrument.Counter` supports optional [`description`](https://github.com/micrometer-metrics/micrometer/blob/a56b968ba5b3db9b5e4a4feac813080783a16f5f/micrometer-core/src/main/java/io/micrometer/core/instrument/Counter.java#L108C30-L108C30) attribute. Yet Kestra's [`io.kestra.core.models.executions.metrics.Counter` API](https://github.com/kestra-io/kestra/blob/838cfa7afe461893f64ae28fa79d71542e768a93/core/src/main/java/io/kestra/core/models/executions/metrics/Counter.java#L18) doesn't seem to support that...

enhancement
medium-sized-issue
customer-request

### Feature description The main motivation is to get a status of the cluster from execution processing PoV. This could possibly be achieved via a set of metrics providing info...

enhancement
customer-request