pkg/source/apache-airflow/airflow-scheduler/parser.go (5 lines): - line 39: // TODO Add log types - line 48: // TODO Add other log types - line 56: // TODO Add other log types - line 138: // TODO since all templates can generate same parametors(dagid,taskid,runid,state,mapIndex), I don't create `airflowParserFn`s for each template. - line 139: // TODO create a generic airflowParserFn which generate ti from a simple template. web/src/app/extensions/extension-common/extension-types/timeline-navigator.ts (2 lines): - line 85: revision.parsedManifest as unknown as Record; // TODO: revision.parsedManifest must not be strictly typed and it should be just a map. - line 128: revision.parsedManifest as unknown as Record; // TODO: revision.parsedManifest must not be strictly typed and it should be just a map. pkg/source/gcp/query/query.go (2 lines): - line 151: // TODO: not to store whole logs on memory to avoid OOM - line 164: // TODO: these errors are shown to frontend but it's not well implemented. pkg/source/apache-airflow/airflow-worker/parser.go (1 line): - line 185: workerId, err := inputLog.GetString("labels.worker_id") // TODO remove Cloud Logging Dependency web/src/app/timeline/timeline-coordinate-calculator.ts (1 line): - line 43: // TODO: buggy. The value somehow become smaller than the expected value. pkg/parser/parser.go (1 line): - line 143: wg.Go(func() error { // TODO: replace this with pkg/common/worker/pool pkg/inspection/metadata/label.go (1 line): - line 21: // TODO: avoid circular dependency and use namespace in the flag name pkg/source/oss/parser/logfile-reader.go (1 line): - line 95: // TODO: we may need to consider processing logs not with ResponseComplete stage. All logs not on the ResponseComplete stage will be ignored for now. pkg/source/gcp/task/gke/k8s_audit/fieldextractor/fieldextractor.go (1 line): - line 45: // TODO: There would be the other subresources needed to be cared like this. web/src/app/timeline/background-canvas.ts (1 line): - line 511: // TODO: Use bisect to optimize pkg/common/httpclient/json_response_client.go (1 line): - line 40: // TODO as a cleanup, refine the role and interface of this Client. pkg/source/gcp/task/gke/autoscaler/parser.go (1 line): - line 182: // TODO: support unhandled migs pkg/source/common/k8s_audit/recorder/ownerreferencerecorder/recorder.go (1 line): - line 61: // TODO: Usually ownerReference don't contain the namespace field but the owner should be in the same namespace. web/src/app/store/k8s-types.ts (1 line): - line 47: // TODO: The fields are not common in k8s resources web/src/app/timeline/timeline.component.sass (1 line): - line 116: // z-index: 998 TODO: Is it ok to remove this? pkg/parser/k8s/klog.go (1 line): - line 44: // TODO: We need to handle time field in later, but ignore it for now because times can be obtained from the other source. pkg/inspection/task/label.go (1 line): - line 24: //TODO: move task label related constants to ./label web/src/app/timeline/canvas/shared_gl_resource.ts (1 line): - line 388: // TODO: Implement releasing used GL resources. web/src/app/annotator/log-tool/default.ts (1 line): - line 80: // TODO: think better icon later pkg/source/apache-airflow/dag-processor-manager/parser.go (1 line): - line 113: // TODO add support for `last_num_of_db_queries` (available from 2.10) web/src/app/timeline/timeline.component.ts (1 line): - line 585: // TODO: Currently only checks the sign of delta. Not supporting continuous scrolling on Mac. web/src/app/pages/graph/architecture-graph/graph/base/base-containers.ts (1 line): - line 408: // TODO: Add margin in consideration web/src/app/pages/graph/architecture-graph/graph/components/workload.ts (1 line): - line 411: .withMinSize(0, 50), // TODO: bug fix