* [RAM] Add snooze state UI to Rule Details page
* Remove disalbe/enable test
* Move disabled/enabled tests to rule and rulestatuspanel
* Remove test for snoozed dropdown display
* Keep timeframe when editing a map from a dashboard
* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
* set threading params
* model header
* useMemo for threadsPerAllocationsOptions
* remove magic number
* id variable
* rename modal wrapper function
* remove placeholder
* update legend text
* min value for numOfAllocations
* add validation
* add extra text for cloud
* change the layout
* fix i18n message id
* docs url
* set header sizes
* change messages
* info callout
* fix the scrollbar issue
* change the message
* move the docs link
* rename the docs key
* fix typo
* change doc link alignment
* Ui for get running processes including types and api call
* Updates type output to be outputs and displays correctly running-processes in a table
* Remove old TODO comment
* Type changes and EuiTable ui customization
* Set ResponseActionApiResponse a generic type to be used for other actions
* Fixes ts check errors
* Improve loop complexity using keys. Make outputs optional. Fix generator
* Improves generators adding custom functions for random choices
* Resize table width
* Fixes and adds unit tests
* Adds new unit test for running-processes component
* Address pr review comments. Switch table columns and add a hover on table rows. Fix generators and uptades unit tests
* Fix unit test due generator changes
* Remove error handling and use eui them prop instead of a hardcoded one
* Adds return type on function
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Splitting out cases privs
* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'
* Getting tests working
* Fixing import error
* Fixing tests
* Fixing role to only have delete permissions
* Extracting sub feature tests to trial license
* Removing deletion user from common tests
* Addressing feedback
* Fixing tests
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
* [Archive Migration] x-pack logstash/empty
Migrate x-pack logstash/empty
Helps with: #102552
This is sorta odd as the archive only has a config and the default space.
* Remove the rest.
* Already deleting, no need for the clean standard list call.
* Already deleting, no need for the delete test.
* Drop the created pipeline.
* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
* create the empty packages
* move src/core/server/environment into the new packages
* adapt some imports
* fix more imports
* export dep type
* restore delete packages or idk
* update READMEs
* address review comments
* Upgrade EUI to v60.0.0
* reorganize style tag injection using EuiProvider.cache options
* Convert Jest snapshots for EUI Emotion classNames to a static `emotion-` prefix instead of a dynamic hash
- The goal of this is to reduce thrashing on downstream Kibana snapshots whenever EUI CSS changes
+ Add serializer to Canvas' storyshots tests as well
+ Switch several .html() snapshots to .render() - render uses the new serializer logic, but .html() does not and will still output CSS hashes, plus is more difficult to read
* Update downstream tests for EuiStat Emotion/className changes
* Fix WithEuiTheme(EuiAccordionClass) references
* Rename mounted snapshots of EuiButtonContent to EuiButtonContentDeprecated
* add emotion/cache to kbn-ui-shared-deps
* Fix non-rendering server-side Emotion CSS
* Fix failing Security Cypress test
- the Cypress query/command being used wasn't working correctly
Co-authored-by: Greg Thompson <thompson.glowe@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>