webview-ui/src/Draft/DraftWorkflow/DraftWorkflow.tsx (3 lines): - line 85: // TODO: valid filename checking - line 254: // TODO: valid key checking - line 272: // TODO: Valid value checking webview-ui/src/AutomatedDeployments/AutomatedDeployments.tsx (3 lines): - line 68: //TODO: Requires 2 Layers check, 1) check if local env contains the same workflow 2) check if workflow app name exists in remote - line 76: // TODO: valid filename checking - line 86: //TODO: Proper validation, and type src/commands/utils/tempfile.ts (2 lines): - line 20: // TODO: try/catch and return errorable? - line 27: // TODO: try/catch and return errorable? webview-ui/src/TCPDump/protocols.ts (1 line): - line 18: DNS: { port: 53, protocol: null }, // TODO: Do we do like NSGs and use "DNS (TCP)" and "DNS (UDP)"? src/commands/draft/helmWorkflowEditor.ts (1 line): - line 62: // TODO: Get from app name? webview-ui/src/InspektorGadget/helpers/gadgets.ts (1 line): - line 42: // TODO: interval src/panels/DevHubAutoDeployPanel.ts (1 line): - line 402: ////////////TODO: Pass in neccesary parameters for workflow creation webview-ui/src/InspektorGadget/NewTraceDialog.tsx (1 line): - line 121: // TODO: Make this an on-demand refresh, not on every submit. webview-ui/src/InspektorGadget/helpers/state.ts (1 line): - line 17: // TODO: Make configurable? src/panels/utilities/KubectlNetworkHelper.ts (1 line): - line 18: // TODO: Investigate why, and look at alternative ways of getting the working directory, or working around webview-ui/src/utilities/state.ts (1 line): - line 84: return handler[msg.command](state, msg.args as TMsgDef[string]); // TODO: Check this cast webview-ui/src/Draft/DraftDeployment/DraftDeployment.tsx (1 line): - line 130: // TODO: further validation webview-ui/src/FleetProperties/FleetProperties.tsx (1 line): - line 7: // TODO: considering restructuring the CSS file to be more modular and reusable src/commands/periscope/periscope.ts (1 line): - line 117: // TODO: It's possible to have diagnostics configured, but with no storage account. If that's the case, src/commands/utils/graph.ts (1 line): - line 200: } ////////TODO: catch fail logic if the same cred already exists src/panels/AzureServiceOperatorPanel.ts (1 line): - line 113: // TODO: This *should* return all the subscriptions that are accessible to the service principal. webview-ui/src/manualTest/main.tsx (1 line): - line 64: // TODO: Replace with the actual scenarios when available. src/commands/draft/languages.ts (1 line): - line 14: // TODO: Ideally this should be retrieved from the `draft info` command. src/panels/TcpDumpPanel.ts (1 line): - line 658: // TODO: Investigate why, and look at alternative ways of getting the working directory, or working around