backend/helpers/pluginhelper/api/api_client.go (20 lines): - line 188: // Setup FIXME ... - line 201: // SetEndpoint FIXME ... - line 206: // GetEndpoint FIXME ... - line 211: // SetTimeout FIXME ... - line 216: // GetTimeout FIXME ... - line 221: // SetData FIXME ... - line 229: // GetData FIXME ... - line 239: // SetHeaders FIXME ... - line 244: // GetHeaders FIXME ... - line 280: // SetContext FIXME ... - line 285: // SetProxy FIXME ... - line 297: // SetLogger FIXME ... - line 314: // Do FIXME ... - line 397: // Get FIXME ... - line 406: // Post FIXME ... - line 416: // UnmarshalResponse FIXME ... - line 437: // UnmarshalResponseXML FIXME ... - line 451: // GetURIStringPointer FIXME ... - line 480: // AddMissingSlashToURL FIXME ... - line 489: // RemoveStartingSlashFromPath FIXME ... backend/core/models/common/iso8601time.go (11 lines): - line 43: // DateTimeFormatItem FIXME ... - line 44: // TODO: move this to helper - line 50: // DateTimeFormats FIXME ... - line 96: // MarshalJSON FIXME ... - line 101: // UnmarshalJSON FIXME ... - line 122: // ToTime FIXME ... - line 127: // ToNullableTime FIXME ... - line 135: // ConvertStringToTime FIXME ... - line 155: // Iso8601TimeToTime FIXME ... - line 164: // Value FIXME ... - line 177: // Scan FIXME ... backend/core/models/migrationscripts/archived/iso8601time.go (11 lines): - line 43: // DateTimeFormatItem FIXME ... - line 44: // TODO: move this to helper - line 50: // DateTimeFormats FIXME ... - line 92: // MarshalJSON FIXME ... - line 97: // UnmarshalJSON FIXME ... - line 118: // ToTime FIXME ... - line 123: // ToNullableTime FIXME ... - line 131: // ConvertStringToTime FIXME ... - line 141: // Iso8601TimeToTime FIXME ... - line 150: // Value FIXME ... - line 163: // Scan FIXME ... backend/helpers/pluginhelper/api/iterator.go (9 lines): - line 28: // Iterator FIXME ... - line 35: // DalCursorIterator FIXME ... - line 43: // NewDalCursorIterator FIXME ... - line 48: // NewBatchedDalCursorIterator FIXME ... - line 103: // DateIterator FIXME ... - line 111: // DatePair FIXME ... - line 117: // HasNext FIXME ... - line 122: // Fetch FIXME ... - line 136: // NewDateIterator FIXME ... backend/server/services/task_runner.go (5 lines): - line 31: // RunningTaskData FIXME ... - line 37: // RunningTask FIXME ... - line 43: // Add FIXME ... - line 70: // GetProgressDetail FIXME ... - line 81: // Remove FIXME ... backend/core/runner/run_task.go (5 lines): - line 40: // RunTask FIXME ... - line 149: // RunPluginTask FIXME ... - line 175: // RunPluginSubTasks FIXME ... - line 351: // UpdateProgressDetail FIXME ... - line 367: // TODO: get rid of db update backend/impls/context/default_task_context.go (4 lines): - line 39: // SetProgress FIXME ... - line 45: // IncProgress FIXME ... - line 59: // SubTaskContext FIXME ... - line 83: // SetData FIXME ... backend/helpers/pluginhelper/api/api_collector.go (4 lines): - line 56: // AsyncResponseHandler FIXME ... - line 61: // ApiCollectorArgs FIXME ... - line 96: // ApiCollector FIXME ... - line 112: // TODO: check if args.Table is valid when this is a http GET request backend/core/models/common/cst_time.go (4 lines): - line 27: // CSTTime FIXME ... - line 30: // UnmarshalJSON FIXME ... - line 55: // Value FIXME ... - line 65: // Scan FIXME ... backend/server/services/task.go (4 lines): - line 35: // TaskQuery FIXME . - line 113: // TODO: adopts GetLatestTasksOfPipeline - line 154: // GetTask FIXME ... - line 167: // CancelTask FIXME ... backend/helpers/pluginhelper/api/enrich_with_regex.go (3 lines): - line 28: // TODO: remove Enricher from naming since it is more like a util function - line 41: // TODO: to be removed - line 58: // TODO: to be removed backend/plugins/dora/api/data.go (3 lines): - line 28: //TODO Please modify the folowing code to adapt to your plugin - line 42: //TODO Please modify the folowing code to adapt to your plugin - line 54: //TODO Please modify the folowing code to adapt to your plugin backend/core/utils/network_helper.go (3 lines): - line 27: // CheckDNS FIXME ... - line 39: // CheckNetwork FIXME ... - line 49: // ResolvePort FIXME ... backend/core/plugin/api_client.go (3 lines): - line 27: // ApiAsyncCallback FIXME ... - line 30: // ApiClientBeforeRequest FIXME ... - line 33: // ApiClientAfterResponse FIXME ... backend/impls/context/default_subtask_context.go (3 lines): - line 36: // SetProgress FIXME ... - line 44: // IncProgress FIXME ... - line 55: // TaskContext FIXME ... backend/plugins/pagerduty/pager_duty.go (3 lines): - line 34: // TODO add your cmd flag if necessary - line 35: // yourFlag := cmd.Flags().IntP("yourFlag", "y", 8, "TODO add description here") - line 40: // TODO add more custom params here backend/plugins/bamboo/models/migrationscripts/archived/connection.go (2 lines): - line 46: //TODO you may need to use helper.BasicAuth instead of helper.AccessToken - line 50: // TODO Please modify the following code to fit your needs backend/server/services/blueprint.go (2 lines): - line 201: // PatchBlueprint FIXME ... - line 235: // DeleteBlueprint FIXME ... backend/server/services/pipeline.go (2 lines): - line 376: // NotifyExternal FIXME ... - line 407: // CancelPipeline FIXME ... backend/server/services/project.go (2 lines): - line 195: // PatchProject FIXME ... - line 350: // DeleteProject FIXME ... backend/helpers/pluginhelper/api/api_collector_func.go (2 lines): - line 28: // GetRawMessageDirectFromResponse FIXME ... - line 38: // GetRawMessageArrayFromResponse FIXME ... backend/plugins/webhook/api/issues.go (2 lines): - line 45: Status string `mapstructure:"status" validate:"oneof=TODO DONE IN_PROGRESS"` - line 166: // FIXME we have no idea about how to calculate domainIssue.TimeRemainingMinutes and domainIssue.TimeSpentMinutes. backend/impls/dalgorm/dalgorm.go (2 lines): - line 192: // CursorTx FIXME ... - line 310: // GetColumns FIXME ... backend/helpers/pluginhelper/api/api_extractor.go (2 lines): - line 29: // ApiExtractorArgs FIXME ... - line 47: // NewApiExtractor creates a new ApiExtractor, TODO: replaced with NewStatefulApiExtractor backend/server/services/pipeline_notification_impl.go (2 lines): - line 33: // DefaultPipelineNotificationService FIXME ... - line 47: // PipelineStatusChanged FIXME ... backend/plugins/bamboo/models/connection.go (2 lines): - line 55: // TODO Please modify the following code to fit your needs - line 59: //TODO you may need to use helper.BasicAuth instead of helper.AccessToken backend/helpers/unithelper/dummy_logger.go (1 line): - line 25: // DummyLogger FIXME ... backend/plugins/bamboo/impl/impl.go (1 line): - line 97: // TODO add your sub task here backend/core/plugin/plugin_task.go (1 line): - line 74: // Execute FIXME ... backend/helpers/pluginhelper/api/api_rawdata.go (1 line): - line 44: // RawDataSubTaskArgs FIXME ... backend/plugins/jira/tasks/issue_type_extractor.go (1 line): - line 58: // // FIXME: skip scope for issueTYpe backend/plugins/tapd/tasks/bug_custom_field_enricher.go (1 line): - line 35: // TODO false or true? backend/helpers/pluginhelper/api/api_collector_stateful.go (1 line): - line 239: // TODO: this creates cursor before previous step gets executed, which is too early, to be optimized backend/plugins/dora/impl/impl.go (1 line): - line 52: // FIXME replace it with correct icon backend/plugins/gitextractor/parser/repo_libgit2.go (1 line): - line 503: //FIXME error type convert backend/core/models/migrationscripts/archived/issue.go (1 line): - line 29: TODO = "TODO" backend/helpers/pluginhelper/api/scope_generic_helper.go (1 line): - line 419: // TODO for future: have ScopeParams expose a constructor so we pass the variables to that instead of this hack backend/plugins/bamboo/models/task_data.go (1 line): - line 26: // TODO add some custom options here if necessary backend/helpers/pluginhelper/api/api_async_client.go (1 line): - line 247: // RateLimitedApiClient FIXME ... backend/plugins/tapd/tapd.go (1 line): - line 60: // err = db.Find(&wsList, "parent_id = ?", 59169984).Error //nolint TODO: fix the unused err backend/python/pydevlake/pydevlake/api.py (1 line): - line 313: # TODO: backend/server/services/dm_code.go (1 line): - line 26: // GetRepos FIXME ... backend/plugins/tapd/tasks/story_custom_field_enricher.go (1 line): - line 35: // TODO false or true? backend/core/version/version.go (1 line): - line 20: // Version FIXME ... backend/helpers/unithelper/dummy_subtaskcontext.go (1 line): - line 26: // DummySubTaskContext FIXME ... backend/plugins/pagerduty/models/config.go (1 line): - line 20: //TODO rework backend/plugins/github_graphql/tasks/pr_collector.go (1 line): - line 77: // FIXME now domain layer just support one assignee backend/core/models/domainlayer/ticket/issue.go (1 line): - line 72: TODO = "TODO" backend/server/services/pushapi.go (1 line): - line 25: // InsertRow FIXME ... backend/helpers/srvhelper/scope_service_helper.go (1 line): - line 308: // TODO: sort out the follow functions backend/core/plugin/plugin_utils.go (1 line): - line 34: // TODO: maybe move encryption/decryption into helper? backend/core/runner/directrun.go (1 line): - line 37: // RunCmd FIXME ... backend/plugins/github_graphql/tasks/issue_collector.go (1 line): - line 72: // FIXME now domain layer just support one assignee backend/helpers/pluginhelper/api/connection_helper.go (1 line): - line 178: // TODO: combine connection/scope/scopeConfig helper backend/plugins/jira/tasks/status_extractor.go (1 line): - line 59: // FIXME: skip scope status backend/core/utils/callframes.go (1 line): - line 41: // GatherCallFrames FIXME ... backend/core/utils/token.go (1 line): - line 25: // GetEncodedToken FIXME ... backend/plugins/zentao/tasks/task_data.go (1 line): - line 38: // TODO not support now backend/helpers/pluginhelper/api/connection_auths.go (1 line): - line 151: // TODO: deprecated, rename to CustomValidate instead backend/plugins/dora/tasks/change_lead_time_calculator.go (1 line): - line 222: dal.Where("dc.environment = 'PRODUCTION'"), // TODO: remove this when multi-environment is supported backend/helpers/e2ehelper/data_flow_tester.go (1 line): - line 86: // TableOptions FIXME ... backend/core/runner/migration.go (1 line): - line 51: // RegisterMigrationScripts FIXME ... backend/plugins/github/api/blueprint_v200.go (1 line): - line 206: // FIXME this need fix when 2 plugins merged backend/python/plugins/azuredevops/azuredevops/models.py (1 line): - line 73: type: Optional[str] = Field(source='/labels/0/name') # TODO: Add regex to scope config backend/core/errors/crdb_impl.go (1 line): - line 29: // TODO move this to impl/ backend/plugins/github/tasks/api_client.go (1 line): - line 72: // TODO: consider different token has different rate-limit backend/core/config/config_viper.go (1 line): - line 30: // TODO move this to impl/ backend/plugins/azuredevops_go/models/project.go (1 line): - line 58: //TODO implement me backend/core/plugin/plugin_datasource.go (1 line): - line 51: // TODO: deprecated, remove backend/server/services/remote/models/conversion.go (1 line): - line 169: //TODO: support more types backend/plugins/icla/tasks/task_data.go (1 line): - line 28: // TODO add some custom options here if necessary backend/helpers/unithelper/dummy_baesres.go (1 line): - line 26: // DummyBasicRes FIXME ... backend/core/runner/run_pipeline.go (1 line): - line 30: // RunPipeline FIXME ... backend/helpers/pluginhelper/api/api_ratelimit_calc.go (1 line): - line 36: // Calculate FIXME ... backend/plugins/github/tasks/task_data.go (1 line): - line 47: // TODO: avoid touching too many files, should be removed in the future backend/plugins/gitlab/api/init.go (1 line): - line 53: // TODO: remove connectionHelper and refactor remoteHelper backend/plugins/tapd/tasks/task_custom_field_enricher.go (1 line): - line 35: // TODO false or true?