internal/pkg/fleetapi/action.go (5 lines): - line 170: EventType: "ACTION_RESULT", // TODO Discuss EventType/SubType needed - by default only ACTION_RESULT was used - what is (or was) the intended purpose of these attributes? Are they documented? Can we change them to better support acking an error or a retry? - line 250: ActionStartTime string `json:"start_time" yaml:"start_time,omitempty" mapstructure:"-"` // TODO change to time.Time in unmarshal - line 261: // TODO: update fleet open api schema - line 277: // FIXME Do we want to change EventType/SubType here? - line 407: // TODO: add validation magefile.go (3 lines): - line 368: // TODO: no OSS bits just yet - line 2256: // TODO: Authenticate user to AWS - line 2258: // TODO: Authenticate user to Azure catalog-info.yaml (3 lines): - line 48: # TODO: what's the reason for this filter? - line 232: # TODO: what's the reason for this filter? - line 319: # TODO: what's the reason for this filter? internal/pkg/agent/application/upgrade/artifact/download/snapshot/downloader.go (2 lines): - line 52: // TODO: decide an appropriate timeout for this - line 73: // TODO: decide an appropriate timeout for this internal/pkg/agent/application/upgrade/artifact/download/snapshot/verifier.go (2 lines): - line 38: // TODO: decide an appropriate timeout for this - line 67: // TODO: decide an appropriate timeout for this internal/pkg/eql/compare.go (2 lines): - line 38: // TODO: check overflow, weird things will happen with precision here. - line 141: // TODO: check overflow, weird things will happen with precision here. internal/pkg/eql/parser/eql_lexer.go (2 lines): - line 26: // TODO: EOF string - line 209: // TODO: l.EOF = antlr.TokenEOF internal/pkg/otel/configtranslate/otelconfig.go (2 lines): - line 269: // TODO: Add this information directly to the spec? - line 322: outputName := strings.TrimPrefix(unit.ID, inputType+"-") // TODO: Use a more structured approach here internal/pkg/agent/cmd/run.go (1 line): - line 589: //nolint:godox // the TODO is intentional internal/pkg/agent/application/upgrade/marker_access_windows.go (1 line): - line 18: // TODO: is there an upper limit for this timeout? pkg/utils/perm_windows.go (1 line): - line 67: // TODO: Need to add check on Windows to ensure that the ACL are correct for the binary before execution. changelog/8.9.0.asciidoc (1 line): - line 18: // TODO: add details and impact pkg/core/process/config.go (1 line): - line 15: // TODO: cgroups and namespaces internal/pkg/eql/parser/eql_parser.go (1 line): - line 2649: var _ antlr.ParserRuleContext = _prevctx // TODO: To prevent unused variable warning. pkg/control/v2/server/server.go (1 line): - line 145: // TODO: Should we expose the subscription buffer size in the RPC? This testing/integration/init.go (1 line): - line 13: // FIXME: this code should be removed once https://github.com/elastic/kibana/issues/213337 internal/pkg/agent/application/upgrade/step_download.go (1 line): - line 156: // TODO since we know if it's a snapshot or not, shouldn't we add EITHER the snapshot downloader OR the release one ? internal/pkg/agent/application/paths/common.go (1 line): - line 90: // TODO: remove path.downloads support on next major (this can be configured using `agent.download.targetDirectory`) internal/pkg/agent/application/info/agent_metadata.go (1 line): - line 198: // TODO: remove these values when kibana migrates to ECS internal/pkg/agent/protection/config.go (1 line): - line 15: Enabled bool `mapstructure:"enabled"` // TODO: rename the key to uninstall_protected when available testing/fleetservertest/auth.go (1 line): - line 125: // TODO: it does not work for enroll. Even though enroll and the other APIs internal/pkg/agent/application/actions/handlers/handler_action_policy_change.go (1 line): - line 177: // TODO: a HEAD should be enough as we need to test only the connectivity part internal/pkg/agent/application/application.go (1 line): - line 213: // TODO: stop using global state changelog/8.11.0.asciidoc (1 line): - line 25: // TODO: add details and impact internal/pkg/core/monitoring/config/config.go (1 line): - line 102: // TODO get this value from Kibana? internal/pkg/agent/application/managed_mode.go (1 line): - line 379: paths.Top(), // TODO: stop using global state