* Big chunk of style updates
* New layout and position for news and resources
* Alerts updated
* Rename headings and links
* Removed unncessary prop
* More fixes
* Remove active status
* Fixing tests
* fix tests
* fix checks
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Ester Marti <ester.martivilaseca@elastic.co>
* Change the duration/percentile display format to mm:ss
* Addressed comments
* Add time format to tooltip
* Addressed comments, percentiles can show N/A
* Fix flaky test
* remove only
* address comments, now tests for N/A
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Add migrations for by value embeddables
Check for id in embeddable input
Removed unused import
Fixed tests
Fix variable name
Move migration into embeddable function definition
Remove unused code
* Cleanup
* Fix embeddable test
* Remove check for by-value embeddables in embeddable function migration
* Removed unused import
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* [ML] Adding category definition api tests
* adding test
* adding category examples tests
* updating test checks
* changes based on review
* removing test
* correcting mistake where wrong test was removed
* correctling text text
* fixing test
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Updates delete messages for event filters and host isolation exceptions list
* Fixes back buttons when click on view full details. Open create dialog by default from artifacts policy view
* Fixes ts checks
* Tests new roles introduced with superuser removal
* Use login and roles utilities from security-solution cypress library
* Add some more tests
* expand tests
* Fix failing test
* Fix linter check
* extract message from error objects
* only warn for 400 and up status codes
* naively wait for vis ready after resizing the browser viewport
* use a single default viewport size, enable layout to set default page viewport for every page that is created
* refactor viewport -> windowSize in chromium args
* allow overriding defaults and use new windowSize arg for chromium args
* always round page dimension numbers. note: this will break if we ever have a "undefined" set as a key value
* added comment
* update snapshot to new width value
* make defaultViewport a required field on createPage
* added comment
* style: use async-await rather than .then chaining. also added a comment
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* fix typo
* Group series action in a context menu
* add remove series inside series actions
* Add some basic tests for series actions
* Change show/hide series icon
* Remove unused import
* wrap functions with useCallback
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* [Reporting/CSV] set fields on the searchSource for querying performance
* simplify generate_csv
* update outdated comment
* fix generate_csv test
* simplify get_sharing_data
* fix api integration tests to match pre-existing snapshots
* Apply suggestions from code review
Co-authored-by: Michael Dokolin <dokmic@gmail.com>
* use config in condition
* add more testing
* test change clarify
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Michael Dokolin <dokmic@gmail.com>
* Fix preconfiguration error when renaming a preconfigured policy
* Add test + only compare on ID if it's defined on the preconfigured policy
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Set max width 100% to fix an issue with match_any operator
* Adds horizontal scrollbar for large criteria condition values
* Adds horizontal scrollbar for large criteria condition values to the whole entry, not only on values
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Add permission check for data view redirect
* Add checks if data view doesn't exist & tooltip hints
* Remove console.error cause they are redundant
* Not show link if no access to Discover
* Fix duplicates
* Fix duplicates, text
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>