Skip to content

Commit

Permalink
[Archive Migrations] timelion-feature-controls (#140803)
Browse files Browse the repository at this point in the history
Helps with: #102552

Drop archive as it's not used:
"$ find . -type f -exec grep -l "x-pack/test/functional/es_archives/timelion/feature_controls" {} \;"
  • Loading branch information
wayneseymour authored Sep 19, 2022
1 parent 6cebf21 commit 6add682
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 466 deletions.
17 changes: 4 additions & 13 deletions scripts/archive_migration_functions.sh
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
#!/bin/bash

# ??? Should we migrate
# x-pack/test/functional/es_archives/spaces/multi_space
# ### Yes, it needs migration
# ### Saved Object type(s) that we care about:
# dashboard
# x-pack/test/functional/es_archives/timelion/feature_controls
# !!! No, do not migrate, it's config(s) is / are not enabled.
# !!! It contains the following saved object(s)
# config
# index-pattern
# visualization
# ### Test file(s) that use it:
# x-pack/test/functional/apps/discover/preserve_url.ts
# x-pack/test/functional/apps/visualize/preserve_url.ts
# x-pack/test/functional/apps/dashboard/group1/preserve_url.ts
# ### Config(s) that govern the test file(s):
# x-pack/test/functional/apps/dashboard/group1/config.ts
# x-pack/test/functional/apps/discover/config.ts
# x-pack/test/functional/apps/visualize/config.ts

standard_list="url,index-pattern,query,graph-workspace,tag,visualization,canvas-element,canvas-workpad,dashboard,search,lens,map,cases,uptime-dynamic-settings,osquery-saved-query,osquery-pack,infrastructure-ui-source,metrics-explorer-view,inventory-view,infrastructure-monitoring-log-view,apm-indices"

Expand Down

This file was deleted.

Loading

0 comments on commit 6add682

Please sign in to comment.