Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Support Transform as an ISM action #760

Merged
merged 38 commits into from
Oct 11, 2023

Addressed comments; Moved updateTransformStartTime to IndexManagement…

399afba
Select commit
Loading
Failed to load commit list.
Merged

[Feature] Support Transform as an ISM action #760

Addressed comments; Moved updateTransformStartTime to IndexManagement…
399afba
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch succeeded Oct 10, 2023 in 0s

80.61% of diff hit (target 74.63%)

View this Pull Request on Codecov

80.61% of diff hit (target 74.63%)

Annotations

Check warning on line 45 in src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/action/TransformAction.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/action/TransformAction.kt#L45

Added line #L45 was not covered by tests

Check warning on line 47 in src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/action/TransformAction.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/action/TransformAction.kt#L47

Added line #L47 was not covered by tests

Check warning on line 61 in src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/action/TransformAction.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/action/TransformAction.kt#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 19 in src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/action/TransformActionParser.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/action/TransformActionParser.kt#L17-L19

Added lines #L17 - L19 were not covered by tests

Check warning on line 32 in src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/action/TransformActionParser.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/action/TransformActionParser.kt#L32

Added line #L32 was not covered by tests

Check warning on line 67 in src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/transform/AttemptCreateTransformJobStep.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/transform/AttemptCreateTransformJobStep.kt#L66-L67

Added lines #L66 - L67 were not covered by tests

Check warning on line 70 in src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/transform/AttemptCreateTransformJobStep.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/transform/AttemptCreateTransformJobStep.kt#L69-L70

Added lines #L69 - L70 were not covered by tests

Check warning on line 74 in src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/transform/AttemptCreateTransformJobStep.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/transform/AttemptCreateTransformJobStep.kt#L73-L74

Added lines #L73 - L74 were not covered by tests

Check warning on line 101 in src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/transform/AttemptCreateTransformJobStep.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/transform/AttemptCreateTransformJobStep.kt#L97-L101

Added lines #L97 - L101 were not covered by tests

Check warning on line 123 in src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/transform/AttemptCreateTransformJobStep.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/transform/AttemptCreateTransformJobStep.kt#L123

Added line #L123 was not covered by tests

Check warning on line 50 in src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/transform/WaitForTransformCompletionStep.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/transform/WaitForTransformCompletionStep.kt#L47-L50

Added lines #L47 - L50 were not covered by tests

Check warning on line 57 in src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/transform/WaitForTransformCompletionStep.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/transform/WaitForTransformCompletionStep.kt#L54-L57

Added lines #L54 - L57 were not covered by tests

Check warning on line 75 in src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/transform/WaitForTransformCompletionStep.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/transform/WaitForTransformCompletionStep.kt#L72-L75

Added lines #L72 - L75 were not covered by tests

Check warning on line 77 in src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/transform/WaitForTransformCompletionStep.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/transform/WaitForTransformCompletionStep.kt#L77

Added line #L77 was not covered by tests

Check warning on line 130 in src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/transform/WaitForTransformCompletionStep.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/transform/WaitForTransformCompletionStep.kt#L130

Added line #L130 was not covered by tests

Check warning on line 57 in src/main/kotlin/org/opensearch/indexmanagement/transform/model/ISMTransform.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/kotlin/org/opensearch/indexmanagement/transform/model/ISMTransform.kt#L57

Added line #L57 was not covered by tests

Check warning on line 194 in src/main/kotlin/org/opensearch/indexmanagement/transform/model/ISMTransform.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/kotlin/org/opensearch/indexmanagement/transform/model/ISMTransform.kt#L194

Added line #L194 was not covered by tests