Skip to content

Conversation

@jloleysens
Copy link
Contributor

@jloleysens jloleysens commented Feb 25, 2021

Summary

Fixes #90427

Remove use of undefined value. This regression was introduced in this commit 43a1ae5#diff-dfffd5cb23e11b5e014719dbeb9327ba5088abd82efaa04371e0327aefbed74cR33

Release 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

@jloleysens jloleysens added release_note:fix Feature:ILM v8.0.0 Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t// v7.12.0 v7.11.2 labels Feb 25, 2021
@jloleysens jloleysens requested a review from cjcenizal February 25, 2021 12:09
@jloleysens jloleysens requested a review from a team as a code owner February 25, 2021 12:09
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui (Team:Elasticsearch UI)

Copy link
Contributor

@alisonelizabeth alisonelizabeth left a 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?

@jloleysens
Copy link
Contributor Author

Thanks for the review @alisonelizabeth !

Do you think it would be beneficial to add a test to job_create_logistics.test.js?

Great idea! 👍🏻

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
rollup 245.4KB 245.3KB -20.0B

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@jloleysens jloleysens merged commit 2d011e2 into elastic:master Feb 25, 2021
@jloleysens jloleysens deleted the rollup/fix-undefined-import branch February 25, 2021 17:09
jloleysens added a commit to jloleysens/kibana that referenced this pull request Feb 25, 2021
* Remove use of undefined import

* added component integration test for default value in frequency
jloleysens added a commit to jloleysens/kibana that referenced this pull request Feb 25, 2021
* Remove use of undefined import

* added component integration test for default value in frequency
jloleysens added a commit to jloleysens/kibana that referenced this pull request Feb 25, 2021
…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
jloleysens added a commit to jloleysens/kibana that referenced this pull request Feb 25, 2021
* Remove use of undefined import

* added component integration test for default value in frequency
jloleysens added a commit that referenced this pull request Mar 1, 2021
* Remove use of undefined import

* added component integration test for default value in frequency

Co-authored-by: Kibana Machine <[email protected]>
jloleysens added a commit that referenced this pull request Mar 1, 2021
* Remove use of undefined import

* added component integration test for default value in frequency

Co-authored-by: Kibana Machine <[email protected]>
jloleysens added a commit that referenced this pull request Mar 1, 2021
* Remove use of undefined import

* added component integration test for default value in frequency

Co-authored-by: Kibana Machine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature:Rollups release_note:fix Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t// v7.11.2 v7.12.0 v7.13.0 v8.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Creating a rollup job generate wrong frequency

4 participants