Event Driven Orchestration & Scheduling Platform for Mission Critical Applications
This report presents the forensic synthetic code analysis of kestra-io/kestra, a Java project with 27,424 GitHub stars. SynthScan v2.0 examined 487,773 lines of code across 4106 source files, recording 387 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 3.5 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 387 distinct pattern matches across 13 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …st/java/io/kestra/core/metrics/MetricRegistryTest.java | 23 | @org.junit.jupiter.api.parallel.Execution(ExecutionMode.SAME_THREAD) | CODE |
| CRITICAL⚡ | …a/core/plugins/notifications/ExecutionServiceTest.java | 94 | io.kestra.plugin.core.trigger.Flow flowTrigger = io.kestra.plugin.core.trigger.Flow.builder() | CODE |
| CRITICAL⚡ | …a/core/plugins/notifications/ExecutionServiceTest.java | 96 | .type(io.kestra.plugin.core.trigger.Flow.class.getName()) | CODE |
| CRITICAL⚡ | …a/core/plugins/notifications/ExecutionServiceTest.java | 99 | io.kestra.plugin.core.trigger.Flow.Output triggerOutput = io.kestra.plugin.core.trigger.Flow.Output.builder() | CODE |
| CRITICAL⚡ | …a/core/plugins/notifications/ExecutionServiceTest.java | 138 | io.kestra.plugin.core.trigger.Flow flowTrigger = io.kestra.plugin.core.trigger.Flow.builder() | CODE |
| CRITICAL⚡ | …a/core/plugins/notifications/ExecutionServiceTest.java | 140 | .type(io.kestra.plugin.core.trigger.Flow.class.getName()) | CODE |
| CRITICAL⚡ | …a/core/plugins/notifications/ExecutionServiceTest.java | 143 | io.kestra.plugin.core.trigger.Flow.Output triggerOutput = io.kestra.plugin.core.trigger.Flow.Output.builder() | CODE |
| CRITICAL | …a/core/plugins/notifications/ExecutionServiceTest.java | 266 | io.kestra.plugin.core.trigger.Schedule scheduleTrigger = io.kestra.plugin.core.trigger.Schedule.builder() | CODE |
| CRITICAL | …a/core/plugins/notifications/ExecutionServiceTest.java | 268 | .type(io.kestra.plugin.core.trigger.Schedule.class.getName()) | CODE |
| CRITICAL⚡ | …a/core/plugins/notifications/ExecutionServiceTest.java | 302 | io.kestra.plugin.core.trigger.Flow flowTrigger = io.kestra.plugin.core.trigger.Flow.builder() | CODE |
| CRITICAL⚡ | …a/core/plugins/notifications/ExecutionServiceTest.java | 304 | .type(io.kestra.plugin.core.trigger.Flow.class.getName()) | CODE |
| CRITICAL⚡ | …a/core/plugins/notifications/ExecutionServiceTest.java | 307 | io.kestra.plugin.core.trigger.Flow.Output triggerOutput = io.kestra.plugin.core.trigger.Flow.Output.builder() | CODE |
| CRITICAL | core/src/test/java/io/kestra/core/utils/LogsTest.java | 28 | @org.junit.jupiter.api.parallel.Execution(ExecutionMode.SAME_THREAD) | CODE |
| CRITICAL⚡ | …re/src/test/java/io/kestra/core/models/PluginTest.java | 14 | Assertions.assertTrue(io.kestra.core.models.Plugin.isInternal(TestPlugin.class)); | CODE |
| CRITICAL⚡ | …re/src/test/java/io/kestra/core/models/PluginTest.java | 19 | Assertions.assertTrue(io.kestra.core.models.Plugin.isPrimary(TestPlugin.class)); | CODE |
| CRITICAL⚡ | …re/src/test/java/io/kestra/core/models/PluginTest.java | 24 | Assertions.assertEquals(Optional.of("test"), io.kestra.core.models.Plugin.getId(TestPlugin.class)); | CODE |
| CRITICAL⚡ | …ipleflows/AbstractMultipleConditionStateStoreTest.java | 432 | io.kestra.plugin.core.trigger.Flow flowTrigger = io.kestra.plugin.core.trigger.Flow.builder() | CODE |
| CRITICAL⚡ | …ipleflows/AbstractMultipleConditionStateStoreTest.java | 436 | io.kestra.plugin.core.trigger.Flow.Dependency.builder() | CODE |
| CRITICAL⚡ | …ipleflows/AbstractMultipleConditionStateStoreTest.java | 440 | io.kestra.plugin.core.trigger.Flow.Dependency.builder() | CODE |
| CRITICAL⚡ | …ipleflows/AbstractMultipleConditionStateStoreTest.java | 461 | var dependency1 = io.kestra.plugin.core.trigger.Flow.Dependency.builder() | CODE |
| CRITICAL⚡ | …ipleflows/AbstractMultipleConditionStateStoreTest.java | 465 | var dependency2 = io.kestra.plugin.core.trigger.Flow.Dependency.builder() | CODE |
| CRITICAL⚡ | …ipleflows/AbstractMultipleConditionStateStoreTest.java | 470 | var trigger = io.kestra.plugin.core.trigger.Flow.builder() | CODE |
| CRITICAL | …rc/test/java/io/kestra/core/models/flows/FlowTest.java | 144 | Flow flowABis = baseFlow().toBuilder().revision(2).triggers(List.of(io.kestra.plugin.core.trigger.Flow.builder() | CODE |
| CRITICAL | …rc/test/java/io/kestra/core/models/flows/FlowTest.java | 165 | .triggers(List.of(io.kestra.plugin.core.trigger.Flow.builder().inputs(triggerInputs).build())) | CODE |
| CRITICAL⚡ | …io/kestra/core/topologies/FlowTopologyServiceTest.java | 104 | io.kestra.plugin.core.trigger.Flow.builder() | CODE |
| CRITICAL⚡ | …io/kestra/core/topologies/FlowTopologyServiceTest.java | 105 | .type(io.kestra.plugin.core.trigger.Flow.class.getName()) | CODE |
| CRITICAL⚡ | …io/kestra/core/topologies/FlowTopologyServiceTest.java | 108 | io.kestra.plugin.core.trigger.Flow.Dependency.builder() | CODE |
| CRITICAL⚡ | …io/kestra/core/topologies/FlowTopologyServiceTest.java | 146 | io.kestra.plugin.core.trigger.Flow.builder() | CODE |
| CRITICAL⚡ | …io/kestra/core/topologies/FlowTopologyServiceTest.java | 147 | .type(io.kestra.plugin.core.trigger.Flow.class.getName()) | CODE |
| CRITICAL⚡ | …io/kestra/core/topologies/FlowTopologyServiceTest.java | 150 | io.kestra.plugin.core.trigger.Flow.Dependency.builder().namespace("io.kestra.ee").flowId | CODE |
| CRITICAL⚡ | …io/kestra/core/topologies/FlowTopologyServiceTest.java | 151 | io.kestra.plugin.core.trigger.Flow.Dependency.builder().namespace("io.kestra.others").fl | CODE |
| CRITICAL | …st/java/io/kestra/core/http/client/HttpClientTest.java | 72 | @org.junit.jupiter.api.parallel.Execution(ExecutionMode.SAME_THREAD) | CODE |
| CRITICAL | …t/java/io/kestra/core/queues/AbstractQueueLagTest.java | 33 | @org.junit.jupiter.api.parallel.Execution(org.junit.jupiter.api.parallel.ExecutionMode.SAME_THREAD) | CODE |
| CRITICAL | …t/java/io/kestra/core/queues/AbstractQueueLagTest.java | 95 | .format(io.kestra.core.models.property.Property.ofValue("test")) | CODE |
| CRITICAL | …t/java/io/kestra/core/runners/FlowInputOutputTest.java | 506 | io.kestra.core.models.flows.input.FileInput.builder().id("empty_file").type(Type.FILE).build() | CODE |
| CRITICAL | …/java/io/kestra/core/runners/RunContextLoggerTest.java | 36 | @org.junit.jupiter.api.parallel.Execution(ExecutionMode.SAME_THREAD) | CODE |
| CRITICAL | …/java/io/kestra/core/runners/RunContextLoggerTest.java | 495 | .contains(org.assertj.core.groups.Tuple.tuple(RunContextLogger.PROGRESS_KEY, "pod.created")); | CODE |
| CRITICAL | …est/java/io/kestra/core/runners/FlowableUtilsTest.java | 340 | io.kestra.core.serializers.FileSerde.write(output, value); | CODE |
| CRITICAL | …st/java/io/kestra/core/runners/AbstractRunnerTest.java | 38 | //@org.junit.jupiter.api.parallel.Execution(org.junit.jupiter.api.parallel.ExecutionMode.CONCURRENT) | COMMENT |
| CRITICAL | …c/test/java/io/kestra/core/runners/RunContextTest.java | 258 | .inputs(List.of(StringInput.builder().id("test").type(Type.STRING).defaults(io.kestra.core.models.property.P | CODE |
| CRITICAL | …c/test/java/io/kestra/core/runners/RunContextTest.java | 269 | .inputs(List.of(StringInput.builder().id("test").type(Type.STRING).defaults(io.kestra.core.models.property.P | CODE |
| CRITICAL | …a/io/kestra/core/runners/DefaultFlowMetaStoreTest.java | 35 | @org.junit.jupiter.api.parallel.Execution(org.junit.jupiter.api.parallel.ExecutionMode.SAME_THREAD) | CODE |
| CRITICAL | …io/kestra/core/runners/RunContextLoggerLabelsTest.java | 31 | @org.junit.jupiter.api.parallel.Execution(ExecutionMode.SAME_THREAD) | CODE |
| CRITICAL | …ra/core/services/PluginDefaultServiceOverrideTest.java | 56 | @org.junit.jupiter.api.parallel.Execution(ExecutionMode.SAME_THREAD) | CODE |
| CRITICAL⚡ | …t/java/io/kestra/plugin/core/trigger/ScheduleTest.java | 601 | new io.kestra.core.models.flows.input.ValueOption("option1", "option1"), | CODE |
| CRITICAL⚡ | …t/java/io/kestra/plugin/core/trigger/ScheduleTest.java | 602 | new io.kestra.core.models.flows.input.ValueOption("option2", "option2"), | CODE |
| CRITICAL⚡ | …t/java/io/kestra/plugin/core/trigger/ScheduleTest.java | 603 | new io.kestra.core.models.flows.input.ValueOption("option3", "option3") | CODE |
| CRITICAL⚡ | …t/java/io/kestra/plugin/core/trigger/ScheduleTest.java | 647 | new io.kestra.core.models.flows.input.ValueOption("first", "first"), | CODE |
| CRITICAL⚡ | …t/java/io/kestra/plugin/core/trigger/ScheduleTest.java | 648 | new io.kestra.core.models.flows.input.ValueOption("second", "second"), | CODE |
| CRITICAL⚡ | …t/java/io/kestra/plugin/core/trigger/ScheduleTest.java | 649 | new io.kestra.core.models.flows.input.ValueOption("third", "third") | CODE |
| CRITICAL | …/test/java/io/kestra/plugin/core/trigger/FlowTest.java | 31 | var flow = io.kestra.core.models.flows.Flow.builder() | CODE |
| CRITICAL | …/test/java/io/kestra/plugin/core/trigger/FlowTest.java | 86 | var flow = io.kestra.core.models.flows.Flow.builder() | CODE |
| CRITICAL | …/test/java/io/kestra/plugin/core/trigger/FlowTest.java | 144 | var flow = io.kestra.core.models.flows.Flow.builder() | CODE |
| CRITICAL | …/test/java/io/kestra/plugin/core/trigger/FlowTest.java | 206 | var flow = io.kestra.core.models.flows.Flow.builder() | CODE |
| CRITICAL | …/test/java/io/kestra/plugin/core/trigger/FlowTest.java | 255 | var flow = io.kestra.core.models.flows.Flow.builder() | CODE |
| CRITICAL | …ava/io/kestra/plugin/core/storage/FilterItemsTest.java | 187 | io.kestra.core.serializers.FileSerde.read(resource, row -> list.add(JacksonMapper.ofIon().convertValue(row, | CODE |
| CRITICAL | …ava/io/kestra/plugin/core/storage/FilterItemsTest.java | 212 | io.kestra.core.serializers.FileSerde.write(output, item); | CODE |
| CRITICAL | …o/kestra/plugin/core/storage/DeduplicateItemsTest.java | 117 | io.kestra.core.serializers.FileSerde.read(resource, row -> list.add(JacksonMapper.ofIon().convertValue(row, | CODE |
| CRITICAL | …o/kestra/plugin/core/storage/DeduplicateItemsTest.java | 142 | io.kestra.core.serializers.FileSerde.write(output, item); | CODE |
| CRITICAL | …/test/java/io/kestra/plugin/core/http/RequestTest.java | 510 | io.kestra.core.http.HttpRequest.RequestBody body = io.kestra.core.http.HttpRequest.RequestBody.from(entity); | CODE |
| 37 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …/unit/dependencies/composables/useDependencies.spec.ts | 13 | // ─── CSS var sentinels ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/unit/dependencies/composables/useDependencies.spec.ts | 39 | // ─── Controlled graph fixture ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/unit/dependencies/composables/useDependencies.spec.ts | 250 | // ── node hover ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | ui/packages/design-system/vitest.config.ts | 24 | // ── Browser project ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | ui/packages/design-system/vitest.config.ts | 54 | // ── Unit project ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …design-system/tests/storybook/Form/KsSelect.stories.ts | 36 | // ─── Shared setup helpers ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …design-system/tests/storybook/Form/KsSelect.stories.ts | 57 | // ─── Stories ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/design-system/tests/storybook/Charts/KsBar.stories.ts | 36 | // ─── Standard ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/design-system/tests/storybook/Charts/KsBar.stories.ts | 187 | // ─── Compact sparkline (all features disabled) ──────────────────────────────── | COMMENT |
| MEDIUM | …/design-system/tests/storybook/Charts/KsPie.stories.ts | 36 | // ─── Standard ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …sign-system/tests/storybook/Charts/KsEchart.stories.ts | 38 | // ─── Basic line chart ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …sign-system/tests/storybook/Charts/KsEchart.stories.ts | 63 | // ─── Bar chart ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …sign-system/tests/storybook/Charts/KsEchart.stories.ts | 87 | // ─── Mixed bar + area with multiple Y axes ──────────────────────────────────── | COMMENT |
| MEDIUM | …sign-system/tests/storybook/Charts/KsEchart.stories.ts | 134 | // ─── Mixed bar + area — three Y axes ───────────────────────────────────────── | COMMENT |
| MEDIUM | …sign-system/tests/storybook/Charts/KsEchart.stories.ts | 187 | // ─── External tooltip ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …sign-system/tests/storybook/Charts/KsEchart.stories.ts | 227 | // ─── Loading state ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …sign-system/tests/storybook/Charts/KsEchart.stories.ts | 245 | // ─── Disabled features ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …sign-system/tests/storybook/Charts/KsEchart.stories.ts | 279 | // ─── SVG renderer ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …design-system/tests/storybook/Charts/KsLine.stories.ts | 36 | // ─── Standard ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …design-system/tests/storybook/Charts/KsLine.stories.ts | 143 | // ─── Compact sparkline (all features disabled) ──────────────────────────────── | COMMENT |
| MEDIUM | …esign-system/tests/storybook/Charts/KsGraph.stories.ts | 7 | // ─── Fixture helpers ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …esign-system/tests/storybook/Charts/KsGraph.stories.ts | 70 | // ─── Meta ───────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …esign-system/tests/storybook/Charts/KsGraph.stories.ts | 99 | // ─── Stories ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …sign-system/tests/storybook/Data/KsMarkdown.stories.ts | 31 | // ─── Shared sample content ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …sign-system/tests/storybook/Data/KsMarkdown.stories.ts | 257 | // ─── Stories ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ackages/design-system/tests/units/Charts/KsPie.test.ts | 56 | // ─── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ackages/design-system/tests/units/Charts/KsPie.test.ts | 62 | // ─── Container ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ackages/design-system/tests/units/Charts/KsPie.test.ts | 71 | // ─── Loading ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ackages/design-system/tests/units/Charts/KsPie.test.ts | 110 | // ─── Option ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ackages/design-system/tests/units/Charts/KsPie.test.ts | 145 | // ─── Options deep merge ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …esign-system/tests/units/Charts/KsGraph.events.test.ts | 12 | // ─── Fake ECharts instance ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …kages/design-system/tests/units/Charts/KsGraph.test.ts | 9 | // ─── Static mock (getEchartsInstance returns null) ───────────────────────────── | COMMENT |
| MEDIUM | …kages/design-system/tests/units/Charts/KsGraph.test.ts | 28 | // ─── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …kages/design-system/tests/units/Charts/KsGraph.test.ts | 39 | // ─── Container ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …kages/design-system/tests/units/Charts/KsGraph.test.ts | 48 | // ─── Loading ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …kages/design-system/tests/units/Charts/KsGraph.test.ts | 91 | // ─── Series option ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …kages/design-system/tests/units/Charts/KsGraph.test.ts | 145 | // ─── Options deep merge ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ages/design-system/tests/units/Charts/KsEchart.test.ts | 13 | // ─── Mock vue-echarts ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ages/design-system/tests/units/Charts/KsEchart.test.ts | 74 | // ─── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ages/design-system/tests/units/Charts/KsEchart.test.ts | 92 | // ─── Tests ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ages/design-system/tests/units/Charts/KsEchart.test.ts | 106 | // ── Rendering ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ages/design-system/tests/units/Charts/KsEchart.test.ts | 118 | // ── tooltipType = native (default) ───────────────────────────────────────── | COMMENT |
| MEDIUM | …ages/design-system/tests/units/Charts/KsEchart.test.ts | 125 | // ── tooltipType = external ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ages/design-system/tests/units/Charts/KsEchart.test.ts | 138 | // ── loading ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ages/design-system/tests/units/Charts/KsEchart.test.ts | 147 | // ── disableFeatures ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ages/design-system/tests/units/Charts/KsEchart.test.ts | 188 | // ── Mixed bar + area with multiple y-axes ────────────────────────────────── | COMMENT |
| MEDIUM | …ages/design-system/tests/units/Charts/KsEchart.test.ts | 276 | // ── getEchartsInstance expose ────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ages/design-system/tests/units/Charts/KsEchart.test.ts | 293 | // ── exportAsImage ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ages/design-system/tests/units/Charts/KsEchart.test.ts | 338 | // ── renderer prop ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ackages/design-system/tests/units/Charts/KsBar.test.ts | 21 | // ─── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ackages/design-system/tests/units/Charts/KsBar.test.ts | 27 | // ─── Container ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ackages/design-system/tests/units/Charts/KsBar.test.ts | 36 | // ─── Loading ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ackages/design-system/tests/units/Charts/KsBar.test.ts | 75 | // ─── Option ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ackages/design-system/tests/units/Charts/KsBar.test.ts | 116 | // ─── Options deep merge ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ckages/design-system/tests/units/Charts/KsLine.test.ts | 21 | // ─── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ckages/design-system/tests/units/Charts/KsLine.test.ts | 27 | // ─── Container ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ckages/design-system/tests/units/Charts/KsLine.test.ts | 36 | // ─── Loading ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ckages/design-system/tests/units/Charts/KsLine.test.ts | 75 | // ─── Option ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ckages/design-system/tests/units/Charts/KsLine.test.ts | 101 | // ─── Options deep merge ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …-system/tests/units/Data/KsMarkdown/KsMarkdown.test.ts | 262 | // ─── Edge cases ──────────────────────────────────────────────────────────── | COMMENT |
| 42 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …sts/unit/components/ai/aiCopilotProviderPopper.spec.ts | 39 | function dispatchPointerDownAndClick(target: Element) { | CODE |
| LOW | ui/tests/storybook/utils/monacoUtils.ts | 7 | export async function assertMonacoFilterContentToBe(canvas: ReturnType<typeof within>, expectedText: string): Promise<vo | CODE |
| LOW | ui/scripts/generate_translations.ts | 127 | function loadEnChangesFromLastCommits(inputFile: string): NestedDict { | CODE |
| LOW | ui/scripts/generate_translations.ts | 314 | function loadLocaleEnFromLastCommits(filePath: string): NestedDict { | CODE |
| LOW | ui/packages/topology/src/utils/flowYamlUtils.ts | 136 | function getSectionNodeAndDocumentFromSource({source, section}: { | CODE |
| LOW | ui/packages/topology/src/utils/flowYamlUtils.ts | 324 | function extractBlockWithPathFromDocument({yamlDoc, path, callback}: { | CODE |
| LOW | ui/packages/topology/src/utils/flowYamlUtils.ts | 812 | export function extractTypedBlocksWithMeta(source: string): FlowSourceData { | CODE |
| LOW | ui/packages/topology/src/utils/flowYamlUtils.ts | 903 | function getParentKeyByChildIndent( | CODE |
| LOW | ui/packages/topology/src/utils/flowYamlUtils.ts | 924 | function extractIndentAndMaybeYamlKey(stringToTest: string): { | CODE |
| LOW | ui/packages/topology/src/utils/vueFlowUtils.ts | 687 | export function areTasksIdenticalInGraphUntilTask( | CODE |
| LOW | …ackages/design-system/src/components/Form/KsEditor.vue | 105 | function getOrCreateOverflowWidgetsDomNode(): HTMLDivElement { | CODE |
| LOW | …ackages/design-system/src/components/Form/KsEditor.vue | 105 | function getOrCreateOverflowWidgetsDomNode(): HTMLDivElement { | CODE |
| LOW | …ackages/design-system/src/components/Form/KsEditor.vue | 465 | function hasVisibleInlineGhostText(codeEditor: monaco.editor.IStandaloneCodeEditor): boolean { | CODE |
| LOW | …ackages/design-system/src/components/Form/KsEditor.vue | 629 | function observeAndResizeSuggestWidget() { | CODE |
| LOW | …ackages/design-system/src/components/Form/KsEditor.vue | 792 | function clearLinesRangeHighlights() { | CODE |
| LOW | …es/design-system/src/components/Charts/ksChartUtils.ts | 65 | export function buildDisabledFeaturesOverride( | CODE |
| LOW | ui/src/composables/useBaseNamespaces.ts | 159 | async function loadInheritedPluginDefaults(_: {id: string, commit?: boolean}) { | CODE |
| LOW | …c/composables/playground/useFlowEditorRunTaskButton.ts | 7 | export default function useFlowEditorRunTaskButton(isCurrentTabFlow: Ref<boolean>, editorRefElement: Ref<InstanceType<ty | CODE |
| LOW | ui/src/composables/monaco/artifacts/editorArtifacts.ts | 33 | export function registerEditorArtifactProvider(provider: EditorArtifactProvider): void { | CODE |
| LOW | …rc/composables/monaco/languages/subflowLinkProvider.ts | 82 | export function createFlowExistenceChecker( | CODE |
| LOW | …rc/composables/monaco/languages/subflowLinkProvider.ts | 102 | export async function filterExistingSubflowLinks( | CODE |
| LOW | …mposables/monaco/languages/yamlLanguageConfigurator.ts | 56 | function filterMissingRequiredTaskProperties({ | CODE |
| LOW | …osables/monaco/languages/pebbleLanguageConfigurator.ts | 54 | export function registerPebbleAutocompletion( | CODE |
| LOW | …osables/monaco/languages/pebbleLanguageConfigurator.ts | 83 | export function registerFunctionParametersAutoCompletion( | CODE |
| LOW | …osables/monaco/languages/pebbleLanguageConfigurator.ts | 133 | export function registerNestedValueAutoCompletion( | CODE |
| LOW | …osables/monaco/languages/pebbleLanguageConfigurator.ts | 164 | export function registerFilterAutoCompletion( | CODE |
| LOW | ui/src/override/stores/misc.ts | 31 | async function loadBasicAuthValidationErrors() { | CODE |
| LOW | ui/src/stores/trigger.ts | 92 | async function unpauseBackfillByTriggers(triggers: TriggerIdList) { | CODE |
| LOW | ui/src/stores/dashboard.ts | 141 | function getUserDashboardStorageKey(route: RouteLocation){ | CODE |
| LOW | ui/src/stores/dashboard.ts | 150 | async function getTenantDefaultDashboardId(route: RouteLocation) { | CODE |
| LOW | ui/src/stores/dashboard.ts | 261 | function recursivelyLoopUpSchemaRef(a: any, defs: Record<string, any>): any { | CODE |
| LOW | ui/src/stores/flow.ts | 83 | export function isSuccessfulFlowSaveOutcome( | CODE |
| LOW | ui/src/stores/flow.ts | 572 | function deleteFlowAndDependencies() { | CODE |
| LOW | ui/src/stores/flow.ts | 684 | function getGraphFromSourceResponse(options: { flow: string, config?: any }) { | CODE |
| LOW | ui/src/stores/flow.ts | 839 | function loadFlowAggregatedMetrics(options: { namespace: string, id: string, metric: string, aggregation?: string, s | CODE |
| LOW | ui/src/stores/flow.ts | 846 | function loadTaskAggregatedMetrics(options: { namespace: string, id: string, taskId: string, metric: string, aggrega | CODE |
| LOW | ui/src/stores/executions.ts | 472 | function followExecutionDependencies(options: { id: string; expandAll?: boolean }) { | CODE |
| LOW | ui/src/utils/pluginUtils.ts | 32 | export function isEntryAPluginElementPredicate(key: string, value: any): value is PluginElement[] { | CODE |
| LOW | ui/src/utils/inputs.ts | 119 | export function executeFormValuesStorageKey(flow: {tenantId?: string; namespace: string; id: string; revision?: number} | CODE |
| LOW | ui/src/utils/logs.ts | 148 | export function executionLogsDownloadFilename(executionId: string, date: Date): string { | CODE |
| LOW | ui/src/utils/utils.ts | 147 | export function extractFileNameFromContentDisposition(header: string | null | undefined): string | null { | CODE |
| LOW | ui/src/utils/tabTracking.ts | 151 | export function trackPluginDocumentationView(pluginClass: string) { | CODE |
| LOW⚡ | ui/src/utils/executionLabels.ts | 15 | export function isForbiddenUserSystemLabel(key: string): boolean { | CODE |
| LOW⚡ | ui/src/utils/executionLabels.ts | 19 | export function hasForbiddenUserSystemLabels(labels: ExecutionLabelInput[]): boolean { | CODE |
| LOW⚡ | ui/src/utils/executionLabels.ts | 26 | export function buildExecutionLabelStrings(labels: ExecutionLabelInput[]): string[] { | CODE |
| LOW | ui/src/components/layout/SideBar.vue | 142 | function openCustomizeFromContextMenu() { | CODE |
| LOW | ui/src/components/docs/ContextDocs.vue | 156 | function extractMultilineJSXComponents(content: string) { | CODE |
| LOW | ui/src/components/docs/ContextDocs.vue | 219 | function replaceSelfClosingTagsWithOpenClose(content: string): string { | CODE |
| LOW | ui/src/components/docs/ContextDocs.vue | 239 | async function fetchDefaultDocFromDocIdIfPossible() { | CODE |
| LOW | ui/src/components/dashboard/components/Editor.vue | 182 | async function updatePluginDocumentation(event: any) { | CODE |
| LOW | ui/src/components/dashboard/components/Editor.vue | 228 | function validateAndLoadAllCharts() { | CODE |
| LOW | …nents/dashboard/components/PreviewDashboardWrapper.vue | 32 | async function validateAndLoadAllCharts() { | CODE |
| LOW | …omponents/dashboard/components/DashboardCodeEditor.vue | 52 | async function updatePluginDocumentation(event: any) { | CODE |
| LOW | ui/src/components/logs/TaskRunDetails.vue | 778 | function autoExpandBasedOnSettings() { | CODE |
| LOW | ui/src/components/logs/TaskRunDetails.vue | 983 | function uniqueTaskRunDisplayFilter(currentTaskRun: TaskRun): boolean { | CODE |
| LOW | ui/src/components/executions/Gantt.vue | 659 | function onSaveExecuteAnimationFinished() { | CODE |
| LOW | ui/src/components/flows/useNoCodePanels.ts | 142 | export function setupInitialNoCodeTabIfExists(Comp: any, tab: string, handlers: Handlers, flowYaml: string, t: (key: str | CODE |
| LOW | ui/src/components/onboarding/OnboardingOverlay.vue | 189 | function scheduleExecuteStepRecheck() { | CODE |
| LOW | ui/src/components/onboarding/Welcome.vue | 63 | async function createFlowFromSelectedExample(flowSource: string) { | CODE |
| LOW | ui/src/components/onboarding/Welcome.vue | 69 | async function createFlowFromGeneratedPrompt(flowSource: string) { | CODE |
| 3 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docker-compose-ci.yml | 21 | POSTGRES_DB: kestra_unit | COMMENT |
| LOW | ui/vitest.shims.d.ts | 1 | /// <reference types="@vitest/browser/providers/playwright" /> | COMMENT |
| LOW | ui/.storybook/preview.jsx | 21 | // Per axios docs, a custom adapter is just a function assigned to | COMMENT |
| LOW | ui/scripts/run-storybook-tests.sh | 1 | #!/bin/bash | COMMENT |
| LOW | ui/scripts/run-storybook-tests.sh | 21 | # Every shard always runs (none of them fail fast) so the merge step, and | COMMENT |
| LOW | ui/scripts/generate_translations.ts | 241 | } | COMMENT |
| LOW | ui/packages/slot-contracts/scripts/generate-flat-dts.ts | 1 | // Builds the publish-time `dist/index.d.ts` body for slot-contracts. | COMMENT |
| LOW | ui/packages/design-system/src/assets/styles/_el-ns.scss | 1 | // Configures the Element Plus namespace for component-level style blocks. | COMMENT |
| LOW | …ages/design-system/src/assets/styles/element-plus.scss | 121 | ); | COMMENT |
| LOW | …ages/design-system/src/assets/styles/element-plus.scss | 141 | #{--kel-color-warning-light-3}: palette.$base-orange-300; | COMMENT |
| LOW | …ages/design-system/src/assets/styles/element-plus.scss | 161 | #{--kel-color-error-dark-2}: palette.$base-red-700; | COMMENT |
| LOW | …ages/design-system/src/assets/styles/element-plus.scss | 181 | #{--kel-text-color-placeholder}: var(--ks-text-dim); | COMMENT |
| LOW | …ges/design-system/src/assets/styles/ks-theme-dark.scss | 21 | #{--ks-bg-hover-elevated}: $base-gray-cool-600; | COMMENT |
| LOW | …ges/design-system/src/assets/styles/ks-theme-dark.scss | 41 | #{--ks-border-info}: $base-blue-300; | COMMENT |
| LOW | …ges/design-system/src/assets/styles/ks-theme-dark.scss | 61 | #{--ks-btn-secondary-border-active}: $base-primary-300; | COMMENT |
| LOW | …ges/design-system/src/assets/styles/ks-theme-dark.scss | 81 | #{--ks-chart-retrying}: #f7693c; | COMMENT |
| LOW | …ges/design-system/src/assets/styles/ks-theme-dark.scss | 101 | #{--ks-dependencies-node-border-faded}: $base-gray-cool-500; | COMMENT |
| LOW | …ges/design-system/src/assets/styles/ks-theme-dark.scss | 121 | #{--ks-icon-inactive}: $base-gray-cool-300; | COMMENT |
| LOW | …ges/design-system/src/assets/styles/ks-theme-dark.scss | 141 | #{--ks-status-running}: $base-primary-300; | COMMENT |
| LOW | …ges/design-system/src/assets/styles/ks-theme-dark.scss | 161 | #{--ks-toggle-default}: $base-gray-cool-400; | COMMENT |
| LOW | …ges/design-system/src/assets/styles/ks-theme-dark.scss | 181 | #{--ks-topology-border-subflow}: $base-primary-300; | COMMENT |
| LOW | …es/design-system/src/assets/styles/ks-theme-light.scss | 21 | #{--ks-bg-hover-elevated}: $base-gray-neutral-50; | COMMENT |
| LOW | …es/design-system/src/assets/styles/ks-theme-light.scss | 41 | #{--ks-border-info}: $base-blue-300; | COMMENT |
| LOW | …es/design-system/src/assets/styles/ks-theme-light.scss | 61 | #{--ks-btn-secondary-border-active}: $base-primary-300; | COMMENT |
| LOW | …es/design-system/src/assets/styles/ks-theme-light.scss | 81 | #{--ks-chart-retrying}: #b34400; | COMMENT |
| LOW | …es/design-system/src/assets/styles/ks-theme-light.scss | 101 | #{--ks-dependencies-node-border-faded}: $base-gray-neutral-200; | COMMENT |
| LOW | …es/design-system/src/assets/styles/ks-theme-light.scss | 121 | #{--ks-icon-inactive}: $base-gray-neutral-300; | COMMENT |
| LOW | …es/design-system/src/assets/styles/ks-theme-light.scss | 141 | #{--ks-status-running}: $base-primary-700; | COMMENT |
| LOW | …es/design-system/src/assets/styles/ks-theme-light.scss | 161 | #{--ks-toggle-default}: $base-gray-neutral-200; | COMMENT |
| LOW | …es/design-system/src/assets/styles/ks-theme-light.scss | 181 | #{--ks-topology-border-subflow}: $base-primary-400; | COMMENT |
| LOW | …ackages/design-system/src/assets/styles/ks-tokens.scss | 161 | #{--ks-blue-200}: palette.$base-blue-200; | COMMENT |
| LOW | …ackages/design-system/src/assets/styles/ks-tokens.scss | 181 | #{--ks-gray-cool-950}: palette.$base-gray-cool-950; | COMMENT |
| LOW | …ackages/design-system/src/assets/styles/ks-tokens.scss | 201 | #{--ks-green-500}: palette.$base-green-500; | COMMENT |
| LOW | …ackages/design-system/src/assets/styles/ks-tokens.scss | 221 | #{--ks-primary-25}: palette.$base-primary-25; | COMMENT |
| LOW | …ackages/design-system/src/assets/styles/ks-tokens.scss | 241 | #{--ks-red-600}: palette.$base-red-600; | COMMENT |
| LOW | …s/design-system/src/assets/styles/ks-theme-dark-2.scss | 21 | #{--ks-bg-hover-elevated}: $base-gray-neutral-700; | COMMENT |
| LOW | …s/design-system/src/assets/styles/ks-theme-dark-2.scss | 41 | #{--ks-border-info}: $base-blue-300; | COMMENT |
| LOW | …s/design-system/src/assets/styles/ks-theme-dark-2.scss | 61 | #{--ks-btn-secondary-border-active}: $base-primary-300; | COMMENT |
| LOW | …s/design-system/src/assets/styles/ks-theme-dark-2.scss | 81 | #{--ks-chart-retrying}: #f7693c; | COMMENT |
| LOW | …s/design-system/src/assets/styles/ks-theme-dark-2.scss | 101 | #{--ks-dependencies-node-border-faded}: $base-gray-neutral-700; | COMMENT |
| LOW | …s/design-system/src/assets/styles/ks-theme-dark-2.scss | 121 | #{--ks-icon-inactive}: $base-gray-neutral-400; | COMMENT |
| LOW | …s/design-system/src/assets/styles/ks-theme-dark-2.scss | 141 | #{--ks-status-running}: $base-primary-300; | COMMENT |
| LOW | …s/design-system/src/assets/styles/ks-theme-dark-2.scss | 161 | #{--ks-toggle-default}: $base-gray-neutral-600; | COMMENT |
| LOW | …s/design-system/src/assets/styles/ks-theme-dark-2.scss | 181 | #{--ks-topology-border-subflow}: $base-primary-300; | COMMENT |
| LOW | ui/src/vite.d.ts | 1 | /// <reference types="vite/client" /> | COMMENT |
| LOW | charts/kestra/README.md | 121 | Before: | COMMENT |
| LOW | charts/kestra/README.md | 141 | # password: mypass123 | COMMENT |
| LOW | charts/kestra/values.yaml | 1 | # This is to override the chart name. | COMMENT |
| LOW | charts/kestra/values.yaml | 21 | imagePullSecrets: [] | COMMENT |
| LOW | charts/kestra/values.yaml | 41 | # -- StatefulSet update strategy. | COMMENT |
| LOW | charts/kestra/values.yaml | 61 | enabled: false | COMMENT |
| LOW | charts/kestra/values.yaml | 121 | # @section -- common settings | COMMENT |
| LOW | charts/kestra/values.yaml | 141 | # -- Extra volumes to add to pods. | COMMENT |
| LOW | charts/kestra/values.yaml | 161 | enabled: false | COMMENT |
| LOW | charts/kestra/values.yaml | 181 | # @section -- kestra configurations | COMMENT |
| LOW | charts/kestra/values.yaml | 201 | # -- Name of the ServiceAccount to use. | COMMENT |
| LOW | charts/kestra/values.yaml | 221 | # -- Enable dind sidecar in standalone deployment. | COMMENT |
| LOW | charts/kestra/values.yaml | 241 | enabled: false | COMMENT |
| LOW | charts/kestra/values.yaml | 261 | extraArgs: [] | COMMENT |
| LOW | charts/kestra/values.yaml | 281 | COMMENT | |
| 4 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ui/tests/unit/components/labels/LabelInput.spec.ts | 13 | props: ["modelValue", "placeholder", "disabled"], | CODE |
| LOW | ui/tests/storybook/components/ListPreview.stories.tsx | 3 | import fakeData from "../../fixtures/fake-data.json" | CODE |
| LOW | …/design-system/tests/units/Form/KsAutocomplete.test.ts | 26 | expect(wrapper.find("input").attributes("placeholder")).toBe("Search…") | CODE |
| LOW | …es/design-system/tests/units/Form/KsTimePicker.test.ts | 21 | expect(wrapper.find("input").attributes("placeholder")).toBe("Select time") | CODE |
| LOW | …ackages/design-system/src/components/Form/KsEditor.vue | 57 | class="placeholder" | CODE |
| LOW | ui/src/components/executions/date-select/DateSelect.vue | 5 | :placeholder="placeholder" | CODE |
| LOW | ui/src/translations/zh_CN.json | 1597 | "placeholder": "标签", | CODE |
| LOW | ui/src/translations/ja.json | 1597 | "placeholder": "ラベル", | CODE |
| LOW | ui/src/translations/de.json | 1597 | "placeholder": "Label", | CODE |
| LOW | ui/src/translations/ru.json | 1597 | "placeholder": "Ярлык", | CODE |
| LOW | ui/src/translations/pl.json | 1597 | "placeholder": "Etykieta", | CODE |
| LOW | ui/src/translations/pt.json | 1597 | "placeholder": "Etiqueta", | CODE |
| LOW | ui/src/translations/en.json | 1597 | "placeholder": "Label", | CODE |
| LOW | ui/src/translations/it.json | 1597 | "placeholder": "Etichetta", | CODE |
| LOW | ui/src/translations/fr.json | 1597 | "placeholder": "Étiquette", | CODE |
| LOW | ui/src/translations/hi.json | 1597 | "placeholder": "लेबल", | CODE |
| LOW | ui/src/translations/ko.json | 1597 | "placeholder": "레이블", | CODE |
| LOW | ui/src/translations/pt_BR.json | 1597 | "placeholder": "Etiqueta", | CODE |
| LOW | ui/src/translations/es.json | 1597 | "placeholder": "Etiqueta", | CODE |
| LOW | …re/src/test/java/io/kestra/core/utils/IdUtilsTest.java | 14 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi eu egestas ligula. Fusce molestie egestas so | CODE |
| LOW | …re/src/test/java/io/kestra/core/utils/IdUtilsTest.java | 14 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi eu egestas ligula. Fusce molestie egestas so | CODE |
| LOW | …src/test/java/io/kestra/plugin/core/flow/LoopTest.java | 231 | .values(List.of("placeholder")) | CODE |
| LOW⚡ | cli/src/test/resources/helper/lorem-multiple.txt | 1 | Lorem ipsum dolor sit amet | CODE |
| LOW⚡ | cli/src/test/resources/helper/lorem-multiple.txt | 1 | Lorem ipsum dolor sit amet | CODE |
| LOW⚡ | cli/src/test/resources/helper/lorem-multiple.txt | 2 | Lorem ipsum dolor sit amet | CODE |
| LOW⚡ | cli/src/test/resources/helper/lorem-multiple.txt | 2 | Lorem ipsum dolor sit amet | CODE |
| LOW | cli/src/test/resources/helper/lorem.txt | 1 | Lorem ipsum dolor sit amet | CODE |
| LOW | cli/src/test/resources/helper/lorem.txt | 1 | Lorem ipsum dolor sit amet | CODE |
| LOW | …kestra/webserver/services/ai/AiServiceManagerTest.java | 98 | java.util.Map.of("modelName", "gemini-2.5-flash", "apiKey", "fake-key") | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | ui/tests/unit/onboarding/firstFlowGuide.spec.ts | 36 | print("Hello {{ inputs.name }}")`, | CODE |
| HIGH | …sign-system/tests/storybook/Data/KsMarkdown.stories.ts | 162 | print(response.json()) | CODE |
| HIGH | ui/src/components/onboarding/guides/firstFlowGuide.ts | 74 | print("Hello {{ inputs.name }}")`, | CODE |
| HIGH | ui/src/components/onboarding/guides/firstFlowGuide.ts | 151 | print("Hello {{ inputs.name }}")`, | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ui/src/main.ts | 102 | // we need to check if any regex validation error in BE. | COMMENT |
| LOW⚡ | ui/src/components/dashboard/sections/TimeSeries.vue | 208 | // Step 1: Group durations by formatted date | COMMENT |
| LOW⚡ | ui/src/components/dashboard/sections/TimeSeries.vue | 215 | // Step 2: Map to target dates | COMMENT |
| LOW⚡ | ui/src/components/inputs/InputsForm.vue | 480 | // Step 1: Remove trailing commas in objects and arrays | COMMENT |
| LOW⚡ | ui/src/components/inputs/InputsForm.vue | 483 | // Step 2: Quote unquoted keys (simple case: keys with letters, numbers, or _) | COMMENT |
| LOW⚡ | ui/src/components/inputs/InputsForm.vue | 486 | // Step 3: Parse into JS object | COMMENT |
| LOW | …/java/io/kestra/core/runners/DefaultFlowMetaStore.java | 96 | // as we only keep the last version of a flow, we need to check if the revision is the one we asked for | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | ui/src/components/dashboard/sections/TimeSeries.vue | 208 | // Step 1: Group durations by formatted date | COMMENT |
| LOW⚡ | ui/src/components/dashboard/sections/TimeSeries.vue | 215 | // Step 2: Map to target dates | COMMENT |
| LOW⚡ | ui/src/components/inputs/InputsForm.vue | 480 | // Step 1: Remove trailing commas in objects and arrays | COMMENT |
| LOW⚡ | ui/src/components/inputs/InputsForm.vue | 483 | // Step 2: Quote unquoted keys (simple case: keys with letters, numbers, or _) | COMMENT |
| LOW⚡ | ui/src/components/inputs/InputsForm.vue | 486 | // Step 3: Parse into JS object | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ore/runners/pebble/functions/AbstractFileFunction.java | 59 | // don't forget to also re-enabled the test | COMMENT |
| MEDIUM | …src/main/java/io/kestra/plugin/core/http/Download.java | 161 | // Note: this is a basic implementation that should cover all possible use cases. | COMMENT |
| MEDIUM | …ava/io/kestra/plugin/scripts/runner/docker/Docker.java | 229 | Here is how you can add that setting to your kestra configuration: | CODE |
| LOW | .github/workflows/welcome.yml | 29 | Make sure you've checked our [contribution guide](https://kestra.io/docs/contribute-to-kestra/contributing), | CODE |
| LOW | .github/workflows/welcome.yml | 37 | If you'd like to keep contributing, feel free to check out our [good first issues](https://go.kestra.io/cont | CODE |
| LOW | .github/ISSUE_TEMPLATE/bug.yml | 11 | Thanks for reporting an issue! Please provide a [Minimal Reproducible Example](https://stackoverflow.com/help/mi | CODE |
| LOW | .github/ISSUE_TEMPLATE/feature.yml | 11 | placeholder: Tell us more about your feature request. Don't forget to give us a star! ⭐ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | ui/package-lock.json | 14409 | "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.3.tgz", | CODE |
| MEDIUM | …test/java/io/kestra/core/services/FlowServiceTest.java | 963 | // robust against bean-validation message wording changes. | STRING |
| MEDIUM | …kestra/jdbc/repository/AbstractJdbcFlowRepository.java | 386 | // Same robust deserialization as findAllWithSourceForAllTenants(): we don't want | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | dev-tools/copy-plugin.sh | 33 | # Check if KESTRA_PLUGINS_DIR is set | COMMENT |
| LOW | dev-tools/copy-plugin.sh | 74 | if ls "$build_libs_dir"/*.jar &>/dev/null; then # Check if there are any .jar files | CODE |
| LOW | dev-tools/copy-plugin.sh | 88 | # Check if any JARs were found and copied | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | dev-tools/setup-worktree.sh | 4 | # Usage: | COMMENT |
| LOW | dev-tools/copy-plugin.sh | 11 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | README.md | 34 | <a href="https://www.producthunt.com/posts/kestra?embed=true&utm_source=badge-top-post-badge&utm_medium=badge&utm_souc | CODE |