mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[Archive Migration] x-pack-banners/multispace (#135783)
* [Archive Migration] x-pack-banners/multispace I've the before() fn loading the new kbn archive containing one config, for the default space. Then, the fn creates a new space and changes the ui settings of this new space, w/o using an archive. * Move to enabled per: https://github.com/elastic/kibana/pull/135783#issuecomment-1237228021 * Just run my stuff this go-round. * Fixup. * Drop new archive, re-enable all tests, skip the last test, and add the filed bugs. * Whoops * Drop redundant test. * Not sure what's what yet, but I think perhaps an override is occuring. * [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix' * Change value in test and config. * Drop double quotes, seems to have caused parsing issue. * One more try before asking in kibana-core * try snake case * back to space case but without quotes in the config * Just to see what happens I guess. * Merge fixups. * Change refs of "global_banner_text" to "global banner text" * Stop the shell expansion * Drop duplicate. Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
ead1cf386d
commit
3edba25c2d
8 changed files with 23 additions and 344 deletions
|
@ -1,27 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
# ??? Should we migrate
|
||||
# x-pack/test/functional/es_archives/logstash/example_pipelines
|
||||
# !!! No, we've found 0 saved objects that are listed in the standard_list
|
||||
# !!! It contains the following saved object(s)
|
||||
# config
|
||||
# space
|
||||
|
||||
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"
|
||||
|
||||
orig_archive="x-pack/test/functional/es_archives/spaces/multi_space"
|
||||
new_archive="x-pack/test/functional/fixtures/kbn_archiver/spaces/multi_space"
|
||||
orig_archive="x-pack/test/functional/es_archives/banners/multispace"
|
||||
new_archive="x-pack/test/functional/fixtures/kbn_archiver/banners/multi_space"
|
||||
|
||||
# newArchives=("x-pack/test/functional/fixtures/kbn_archiver/dashboard/session_in_space")
|
||||
# newArchives+=("x-pack/test/functional/fixtures/kbn_archiver/dashboard/session_in_another_space")
|
||||
|
||||
testFiles=("x-pack/test/functional/apps/discover/preserve_url.ts")
|
||||
testFiles+=("x-pack/test/functional/apps/visualize/preserve_url.ts")
|
||||
testFiles+=("x-pack/test/functional/apps/dashboard/group1/preserve_url.ts")
|
||||
# testFiles=("x-pack/test/functional/apps/discover/preserve_url.ts")
|
||||
|
||||
test_config="x-pack/test/functional/apps/dashboard/group1/config.ts"
|
||||
# test_config="x-pack/test/functional/apps/discover/config.ts"
|
||||
# test_config="x-pack/test/functional/apps/visualize/config.ts"
|
||||
test_config="x-pack/test/banners_functional/config.ts"
|
||||
|
||||
list_stragglers() {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue