* [apps/management] improve import objects tests
* [page_objects/dashboard_page] replace link navigation with direct url
* [dashboard/time_zones] reset date format via API
* update jest snapshot
* [management/_kibana_settings] reset date format via API
* revert changees to dashboard tests
* run ciGroup 7 & 8 15x times
* Revert "run ciGroup 7 & 8 15x times"
This reverts commit 8be64d52dc.
* enable switch index patterns test
* run ciGroup6 20x times
* [page_objects/visual_builder_page] retry selecting index pattern
* Revert "run ciGroup6 20x times"
This reverts commit 2151ea9905.
* [services/combo_box] clear input in seperate function
* run ciGroup12 30x times
* update logging message
* Revert "run ciGroup12 30x times"
This reverts commit 08fac11139.
* [page_objects/visual_builder_page] improve text area input clearing and typing value
* run ciGroup6 15x times
* Revert "run ciGroup6 15x times"
This reverts commit d94491769b.
* [services/web_element_wrapper] add actions API methods
* fixes
* [services/browser] fix dragAnDrop to work in both w3c/non-w3c modes
* small review changes
* dragAndDrop: add default values for offset
* EUIficate pointe-series and grid
* Apply TS
* Show grid on a panel
* Remove extra space
* Add TS
* Use BasicOptions
* Adjust func test
* Add dataTestSubj prop to SelectOption
* Use id instead of data-sest-subj
* Disable show x-axis lines when there is histogram agg
* Add tooltip for disabled 'Show x-axis lines' config
* Remove extra space
* fixes scaling logic to check agg type instead schema
* adding selenium test
* updating jest snapshot
* fixing test
* Change test order
* Fix test order
* Create default_editor_agg.tsx
* Create default_editor_agg_group
* Apply drag and drop
* Remove unused dragula dependency
* Remove old mocha tests
* Add ts for state
* Update functional tests
* Update touched condition
* Apply styles for accordion button content
* Apply truncate for agg description
* Remove unused styles
* Separate common props
* Move aggGroupNamesMap to agg_group.js
* Update _sidebar.scss
* Pass schemas prop
* Prevent scroll bar and add space
* Remove unused min from stats
* Add OnAggParamsChange type
* Show error as an icon
* Update background color
* Update title size
* Remove Schema.deprecate since it's not used
* [home/_sample_data] unskip tests
* [visualize/_tsvb_chart] unskip switch index pattern test
* unskip nodes filter test
* run specific groups 10x times
* Revert "run specific groups 10x times"
This reverts commit ad7302f33f.
* This function will be flaky if the page is still loading and newItemButton does not exist but will soon.
* Skip only the other flaky test, this PR should fix the one
* Final Embeddable API V2 PR
* fix: import discover embeddable scss file
* address code review comments
* Add a functional test that would have caught the bug... will look to add a unit version once I discover the error.
* Fix bug cause by async loading calls and changes to parent input while child is being created. added jest test
* remove outdated readme in dashboard folder
* need to always refresh dashboard container, not just when "dirty"
* add a wait, this issue started appearing right when I added this to the test
* Remove test that kills kibana ci so it's not a blocker. jest test was added for this scenario
* fix issues when panel is added then removed before it completes loading
* fix logic error with maps embeddable and isLayerTOCOpen
* [Vis Editor] EUIfication of agg-params directive (#39502)
* Create DefaultEditorAggParams
* Create state for aggPrams
* Add useEffect when params were updated
* Move angular logic to agg.js
* Validation with from
* Working validation
* Change error message
* Rename AggParamReactWrapper to DefaultEditorAggParam and move
* Move schema editor to agg.js
* Migrate orderAgg control
* Migrate sub_metric
* Migrate sub_agg control
* Remove config from props
* Remove agg_params.html
* Remove unused agg_select and styles
* Add TS for agg.params object
* Update functional tests
* Create useUnmount custom hook
* Move useUnmount effect to agg-params
* Rename func getFormTouched to isInvalidParamsTouched
* Remove extra setValidity call
* Move setTouched into useEffect in field.tsx
* Refactor isInvalidParamsTouched function
* Rename validity to valid
* Remove describeErrors() and inline error strings
* Replace Object.keys with Object.entries
* Fix interval for rollup date histogram
* Update parameters when aggType changed
* Remove unused safe_make_label
* Remove unused translations
* Skip failed mocha tests. They will be updated in a separate PR
* Include schema errors into validation flow
* chore(NA): move json type definitions to x-pack root type definitions (#37249) (#40111)
* [7.x] Feature Controls - only navigate to index pattern management i… (#40067) (#40125)
* Feature Controls - only navigate to index pattern management i… (#40067)
* only navigate to index pattern management if available
* fix tests entry template
* don't resolve capabilities until absolutely necessary
* remove unused translations
* Remove unused translations (#40131)
* [Vis Editor] EUIfication of agg-params directive (#39502)
* Create DefaultEditorAggParams
* Create state for aggPrams
* Add useEffect when params were updated
* Move angular logic to agg.js
* Validation with from
* Working validation
* Change error message
* Rename AggParamReactWrapper to DefaultEditorAggParam and move
* Move schema editor to agg.js
* Migrate orderAgg control
* Migrate sub_metric
* Migrate sub_agg control
* Remove config from props
* Remove agg_params.html
* Remove unused agg_select and styles
* Add TS for agg.params object
* Update functional tests
* Create useUnmount custom hook
* Move useUnmount effect to agg-params
* Rename func getFormTouched to isInvalidParamsTouched
* Remove extra setValidity call
* Move setTouched into useEffect in field.tsx
* Refactor isInvalidParamsTouched function
* Rename validity to valid
* Remove describeErrors() and inline error strings
* Replace Object.keys with Object.entries
* Fix interval for rollup date histogram
* Update parameters when aggType changed
* Remove unused safe_make_label
* Remove unused translations
* Skip failed mocha tests. They will be updated in a separate PR
* Include schema errors into validation flow
* Euificate vis-editor-agg-add
* Rebuild UI and fix functional tests
* Make all labels sentence case
* Disable schema instead of filter
* Calculate disabled only in open state
# Conflicts:
# x-pack/legacy/plugins/translations/translations/zh-CN.json
* [Vis: Default editor] EUIficate Sub agg control (#37979)
* EUIficate metric agg control
* Fix translation errors
* Display agg error underneath the last bucket agg form control
* Update functional test
* Update error message
* Update parent_pipeline_agg_controller.js
* Fix validation when metricAgg is invalid
* Show error message when a filed is selected
* Delete _terms_helper.tsx
* Remove extra empty line
* Update parent_pipeline_agg_helper.js
* Update selector for test
* Remove unused translation
* skip and adjust functional tests for Firefox
* downgrade geckodriver to 0.22.0
* [ftr] add firefox specific config file
* remove hard coded firefox adjustments
* remove firefox specific screenshot directory
* run functional tests in firefox in x-pack
* pass the logger to readConfigFile()
* rename local var
* skip xpack firefox config
* run xpack firefox functional tests in separate command
* update report name for XPack firefox results
* adjust viz shared item test
* skip shared item test
* [test/feature_controls] increase timeout to 20 sec & use forceLogout
* FF timeout on TSVB, refresh page on failure for url navigation
* [feature_controls/visualize_security] increase timeout to 20 sec
* skip dev_tools_spaces tests on FF
* run all groups 3 times
* skip more func tests
* skip more tests
* skip all feature controls tests for Firefox
* revert back changes in feature controls tests
* rename xpack report for chrome
* skip tile map for FF, wait for render before saving
* Revert "run all groups 3 times"
This reverts commit 12b4f69627.
* revert refresh on login
* apply feedback