-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Rollup] Fix use of undefined value in JS import #92791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Rollup] Fix use of undefined value in JS import #92791
Conversation
|
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
alisonelizabeth
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for fixing this!
Do you think it would be beneficial to add a test to job_create_logistics.test.js?
|
Thanks for the review @alisonelizabeth !
Great idea! 👍🏻 |
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
* Remove use of undefined import * added component integration test for default value in frequency
* Remove use of undefined import * added component integration test for default value in frequency
…tiple-searchable-snapshot-actions * 'master' of github.com:elastic/kibana: [Rollup] Fix use of undefined value in JS import (elastic#92791) [ILM] Fix replicas not showing (elastic#92782) [Event Log] Extended README.md with the documentation for a REST API and Start plugin contract. (elastic#92562) [XY] Enables page reload toast for the legacyChartsLibrary setting (elastic#92811) [Security Solution][Case] Improve hooks (elastic#89580) [Security Solution] Update wordings and breadcrumb for timelines page (elastic#90809) [Security Solution] Replace EUI theme with mocks in jest suites (elastic#92462) docs: ✏️ use correct heading level (elastic#92806) [ILM ] Fix logic for showing/hiding recommended allocation on Cloud (elastic#90592) [Security Solution][Detections] Pull gap detection logic out in preparation for sharing between rule types (elastic#91966) [core.savedObjects] Remove _shard_doc tiebreaker since ES now adds it automatically. (elastic#92295) docs: ✏️ fix links in embeddable plugin readme (elastic#92778) # Conflicts: # x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/searchable_snapshot_field/searchable_snapshot_field.tsx
* Remove use of undefined import * added component integration test for default value in frequency
* Remove use of undefined import * added component integration test for default value in frequency Co-authored-by: Kibana Machine <[email protected]>
* Remove use of undefined import * added component integration test for default value in frequency Co-authored-by: Kibana Machine <[email protected]>
* Remove use of undefined import * added component integration test for default value in frequency Co-authored-by: Kibana Machine <[email protected]>
Summary
Fixes #90427
Remove use of
undefinedvalue. This regression was introduced in this commit 43a1ae5#diff-dfffd5cb23e11b5e014719dbeb9327ba5088abd82efaa04371e0327aefbed74cR33Release note
We fixed a bug where the initial value of rollup job frequency would default to "minute" but would actually generate a cron for weekly rollups.
CC @cjcenizal