spec/connectors/gitlab/extractor_spec.rb (6 lines): - line 141: # TODO: permissions - line 166: # TODO: permissions - line 191: # TODO: incremental - line 210: # TODO: deletions - line 237: # TODO: permissions - line 245: # TODO: permissions lib/core/elastic_connector_actions.rb (4 lines): - line 53: # TODO: remove the usage of with_indifferent_access. Ideally this should return a hash or nil if not found - line 58: # TODO: remove the usage of with_indifferent_access. Ideally this should return a hash or nil if not found - line 63: # TODO: remove the usage of with_indifferent_access. Ideally this should return a hash or nil if not found - line 251: 'warnings' => [] # TODO: in https://github.com/elastic/enterprise-search-team/issues/3174 lib/core/jobs/consumer.rb (1 line): - line 90: # @TODO It is assumed that @index_name is used to retrive pending jobs. lib/connectors/example/example_advanced_snippet_validator.rb (1 line): - line 17: # TODO: real filtering validation will follow later lib/connectors/mongodb/mongo_advanced_snippet_schema.rb (1 line): - line 263: # TODO: return true for now. Will be more involved (basically needs full query parsing or "dummy" execution against a running instance) lib/app/dispatcher.rb (1 line): - line 89: # TODO: #update_connector_sync_now should be moved to Core::ConnectorSettings, lib/connectors/gitlab/gitlab_advanced_snippet_validator.rb (1 line): - line 16: # TODO: real filtering validation will follow later lib/core/connector_settings.rb (1 line): - line 63: # TODO: handle not found spec/core/connector_job_spec.rb (1 line): - line 73: # TODO: #done! example should be made as a shared example and tested by #done!, #cancel! and #error!, with only status and error set differently in each example. lib/core/connector_job.rb (1 line): - line 225: # TODO: remove the usage of with_indifferent_access. The initialize method should expect a hash argument spec/connectors/gitlab/adapter_spec.rb (1 line): - line 32: # TODO: permissions