server/clusters/ism/ismPlugin.ts (2 lines): - line 9: TODO: migrate to types - line 164: // TODO add new APIs as they are being implemented: status, stop, start public/pages/CreateTransform/components/DefineTransforms/DefineTransforms.tsx (2 lines): - line 159: //TODO: remove duplicate code here after extracting the first table as separate component - line 210: {/*TODO: Substitute "source index", and "filtered by" fields with actual values*/} server/models/interfaces.ts (2 lines): - line 50: // TODO: remove _version from IndexPolicyAPI - line 176: // TODO: remove optional failedIndices after fixing retry API to always array models/interfaces.ts (2 lines): - line 6: // TODO: Backend has PR out to change this model, this needs to be updated once that goes through - line 227: // TODO: These require a complete UI and we are only supporting JSON editor for allocation for now server/services/ManagedIndexService.ts (2 lines): - line 40: // TODO: Not finished, need UI page that uses this first - line 183: // TODO: remove ternary after fixing retry API to return empty array even if no failures public/pages/CreateTransform/containers/CreateTransformForm/CreateTransformForm.tsx (2 lines): - line 244: //TODO: Add checking to see if grouping is defined - line 302: //TODO: Change type from string to string[] or something else when multiple data filter is supported public/pages/CreateTransform/components/TransformIndices/TransformIndices.tsx (1 line): - line 73: // TODO: created shared method with rollup indices to reduce duplicate code. public/pages/VisualCreatePolicy/components/Transition/Transition.tsx (1 line): - line 100: // TODO: clean this up.. public/pages/Transforms/utils/constants.tsx (1 line): - line 8: // TODO: Consolidate with Rollup public/pages/CreateTransform/components/Schedule/Schedule.tsx (1 line): - line 60: {/* TODO: Replace with switch block when define by cron expressions is supported. */} public/pages/VisualCreatePolicy/utils/constants.ts (1 line): - line 117: // TODO: In future make actual UI public/pages/VisualCreatePolicy/components/UIActions/RolloverUIAction.tsx (1 line): - line 36: // TODO -> add validation for index age and size.. but involves replicating checks for byte strings and time strings public/pages/CreateRollup/containers/CreateRollupForm/CreateRollupForm.tsx (1 line): - line 192: //TODO: Could Probably store all invalid fields in an array and highlight them in table. public/pages/VisualCreatePolicy/containers/VisualCreatePolicy/VisualCreatePolicy.tsx (1 line): - line 217: // TODO: dont allow submit if invalid json public/utils/constants.ts (1 line): - line 54: // TODO: EUI has a SortDirection already public/pages/VisualCreatePolicy/components/LegacyNotification/LegacyNotification.tsx (1 line): - line 24: isInvalid = false, // TODO: default to false for error notification for now, but add validation logic for it public/pages/Transforms/utils/metadataHelper.tsx (1 line): - line 14: // TODO: merge with rollup helper to have a common helper public/pages/VisualCreatePolicy/components/ISMTemplate/ISMTemplate.tsx (1 line): - line 21: // TODO: Move this top top of form submition public/pages/CreatePolicy/components/DefinePolicy/DefinePolicy.tsx (1 line): - line 31: // TODO: Add custom autocomplete for Policy syntax public/pages/Transforms/containers/Transforms/TransformSettings.tsx (1 line): - line 106: {/*// TODO: Use the source data preview table from create workflow */} public/pages/CreateTransform/components/IndexFilterPopover/IndexFilterPopover.tsx (1 line): - line 111: {/*TODO: implement paramsEditor and uncomment the line below*/} cypress/plugins/index.js (1 line): - line 20: // TODO: yarn osd bootstrap fails when trying to add below package as a dependency.. public/pages/Transforms/components/Schedule/Schedule.tsx (1 line): - line 62: {/* TODO: Replace with switch block when define by cron expressions is supported. */} public/pages/Transforms/components/DeleteModal/DeleteModal.tsx (1 line): - line 9: // TODO: Merge with Rollup to create generic component public/pages/CreateTransform/components/PreviewTransform/PreviewTransform.tsx (1 line): - line 35: //TODO: Check if there's a better way to check for date histogram types