-
Notifications
You must be signed in to change notification settings - Fork 88
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
MDS Support for Policies, Policy Managed Indices, Rollup Jobs and Transform Jobs #1021
Conversation
…ollup jobs Signed-off-by: Prabhat Sharma <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1021 +/- ##
==========================================
- Coverage 63.43% 63.20% -0.24%
==========================================
Files 344 344
Lines 11668 11833 +165
Branches 2260 2315 +55
==========================================
+ Hits 7402 7479 +77
- Misses 3689 3734 +45
- Partials 577 620 +43 ☔ View full report in Codecov by Sentry. |
@SuZhou-Joe , @BionIT Please review the PR |
public/pages/ChangePolicy/containers/ChangePolicy/ChangePolicy.tsx
Outdated
Show resolved
Hide resolved
public/pages/CreateRollup/containers/CreateRollupForm/CreateRollupForm.tsx
Outdated
Show resolved
Hide resolved
public/pages/CreateTransform/containers/CreateTransformForm/CreateTransformForm.tsx
Show resolved
Hide resolved
public/pages/ManagedIndices/containers/ManagedIndices/ManagedIndices.tsx
Outdated
Show resolved
Hide resolved
public/pages/ManagedIndices/containers/ManagedIndices/ManagedIndices.tsx
Outdated
Show resolved
Hide resolved
public/pages/CreateRollup/containers/CreateRollupForm/CreateRollupForm.tsx
Outdated
Show resolved
Hide resolved
public/pages/CreateRollup/containers/CreateRollupForm/CreateRollupForm.tsx
Show resolved
Hide resolved
public/pages/CreateRollup/containers/CreateRollupForm/CreateRollupForm.tsx
Outdated
Show resolved
Hide resolved
public/pages/ChangePolicy/containers/ChangePolicy/ChangePolicy.tsx
Outdated
Show resolved
Hide resolved
Signed-off-by: Prabhat Sharma <[email protected]>
Signed-off-by: Prabhat Sharma <[email protected]>
Signed-off-by: Prabhat Sharma <[email protected]>
Signed-off-by: Prabhat Sharma <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some minor comments. I believe there is already a pattern in ISM to make pages support MDS.
public/pages/ChangePolicy/containers/ChangePolicy/ChangePolicy.tsx
Outdated
Show resolved
Hide resolved
Signed-off-by: Prabhat Sharma <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…nsform Jobs (#1021) * Add MDS support for policies, policy managed indices, transform and rollup jobs Signed-off-by: Prabhat Sharma <[email protected]> * Addressed PR comments Signed-off-by: Prabhat Sharma <[email protected]> * Fixed tests Signed-off-by: Prabhat Sharma <[email protected]> * Address few more comments Signed-off-by: Prabhat Sharma <[email protected]> * Minor fix Signed-off-by: Prabhat Sharma <[email protected]> * Address minor comment Signed-off-by: Prabhat Sharma <[email protected]> --------- Signed-off-by: Prabhat Sharma <[email protected]> Co-authored-by: Prabhat Sharma <[email protected]> (cherry picked from commit 07c68ec) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…nsform Jobs (#1021) * Add MDS support for policies, policy managed indices, transform and rollup jobs Signed-off-by: Prabhat Sharma <[email protected]> * Addressed PR comments Signed-off-by: Prabhat Sharma <[email protected]> * Fixed tests Signed-off-by: Prabhat Sharma <[email protected]> * Address few more comments Signed-off-by: Prabhat Sharma <[email protected]> * Minor fix Signed-off-by: Prabhat Sharma <[email protected]> * Address minor comment Signed-off-by: Prabhat Sharma <[email protected]> --------- Signed-off-by: Prabhat Sharma <[email protected]> Co-authored-by: Prabhat Sharma <[email protected]> (cherry picked from commit 07c68ec) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…nsform Jobs (#1021) (#1025) * Add MDS support for policies, policy managed indices, transform and rollup jobs * Addressed PR comments * Fixed tests * Address few more comments * Minor fix * Address minor comment --------- (cherry picked from commit 07c68ec) Signed-off-by: Prabhat Sharma <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Prabhat Sharma <[email protected]>
Description
This PR adds MDS support for the remaining index management pages
Issues Resolved
Resolves #982
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.