Copy issues into a separate ES index
Create an Elasticsearch background migration to move issues into their own separate index
显示
- db/migrate/20201217132603_create_elastic_reindexing_subtasks.rb 56 个添加, 0 个删除...rate/20201217132603_create_elastic_reindexing_subtasks.rb
- db/schema_migrations/20201217132603 1 个添加, 0 个删除db/schema_migrations/20201217132603
- db/structure.sql 36 个添加, 0 个删除db/structure.sql
- doc/integration/elasticsearch.md 5 个添加, 4 个删除doc/integration/elasticsearch.md
- ee/app/models/concerns/elastic/application_versioned_search.rb 16 个添加, 2 个删除...p/models/concerns/elastic/application_versioned_search.rb
- ee/app/models/elastic/migration_record.rb 20 个添加, 2 个删除ee/app/models/elastic/migration_record.rb
- ee/app/models/elastic/reindexing_subtask.rb 9 个添加, 0 个删除ee/app/models/elastic/reindexing_subtask.rb
- ee/app/models/elastic/reindexing_task.rb 5 个添加, 2 个删除ee/app/models/elastic/reindexing_task.rb
- ee/app/services/elastic/cluster_reindexing_service.rb 60 个添加, 35 个删除ee/app/services/elastic/cluster_reindexing_service.rb
- ee/app/services/elastic/data_migration_service.rb 13 个添加, 4 个删除ee/app/services/elastic/data_migration_service.rb
- ee/app/views/admin/application_settings/_elasticsearch_form.html.haml 27 个添加, 20 个删除.../admin/application_settings/_elasticsearch_form.html.haml
- ee/app/workers/concerns/elastic/migration_options.rb 12 个添加, 0 个删除ee/app/workers/concerns/elastic/migration_options.rb
- ee/app/workers/concerns/elastic/migration_state.rb 15 个添加, 0 个删除ee/app/workers/concerns/elastic/migration_state.rb
- ee/app/workers/elastic/migration_worker.rb 32 个添加, 0 个删除ee/app/workers/elastic/migration_worker.rb
- ee/app/workers/elastic_delete_project_worker.rb 11 个添加, 1 个删除ee/app/workers/elastic_delete_project_worker.rb
- ee/changelogs/unreleased/273264-copy-issues-to-new-index.yml 5 个添加, 0 个删除ee/changelogs/unreleased/273264-copy-issues-to-new-index.yml
- ee/elastic/migrate/20201123123400_migrate_issues_to_separate_index.rb 163 个添加, 0 个删除...igrate/20201123123400_migrate_issues_to_separate_index.rb
- ee/lib/elastic/class_proxy_util.rb 11 个添加, 2 个删除ee/lib/elastic/class_proxy_util.rb
- ee/lib/elastic/instance_proxy_util.rb 8 个添加, 2 个删除ee/lib/elastic/instance_proxy_util.rb
- ee/lib/elastic/latest/issue_config.rb 36 个添加, 0 个删除ee/lib/elastic/latest/issue_config.rb
加载中
想要评论请 注册 或 登录