-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[TSVB] Rename Index pattern to Data view #110253
[TSVB] Rename Index pattern to Data view #110253
Conversation
# Conflicts: # src/plugins/vis_type_timeseries/public/application/components/lib/index_pattern_select/index_pattern_select.tsx # src/plugins/vis_type_timeseries/public/application/components/lib/index_pattern_select/switch_mode_popover.tsx # src/plugins/vis_type_timeseries/public/application/components/series_config.js # src/plugins/vis_type_timeseries/public/application/components/use_index_patter_mode_callout.tsx # src/plugins/vis_type_timeseries/public/application/components/vis_types/timeseries/config.js # x-pack/plugins/translations/translations/ja-JP.json # x-pack/plugins/translations/translations/zh-CN.json
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
label={i18n.translate('visTypeTimeseries.timeSeries.overrideIndexPatternLabel', { | ||
defaultMessage: 'Override Index Pattern?', | ||
label={i18n.translate('visTypeTimeseries.timeSeries.overrideDataViewLabel', { | ||
defaultMessage: 'Override data view?', |
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.
@KOTungseth @gchaps here the data view should be capitalized as the Index Pattern was before? I just noticed that we are using Index patterns as:
- Index pattern
- Index Pattern
- index pattern
Which is the correct one ? (in order to apply it correctly to the Data view)
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.
index pattern
and data view
are correct. We only capitalize at the beginning of a sentence or in feature titles: https://elastic.github.io/eui/#/guidelines/writing#capitalization
Pinging @elastic/kibana-vis-editors (Team:VisEditors) |
@elasticmachine merge upstream |
...s/timeseries/public/application/components/lib/index_pattern_select/index_pattern_select.tsx
Outdated
Show resolved
Hide resolved
...s/timeseries/public/application/components/lib/index_pattern_select/index_pattern_select.tsx
Show resolved
Hide resolved
...es/timeseries/public/application/components/lib/index_pattern_select/switch_mode_popover.tsx
Outdated
Show resolved
Hide resolved
...es/timeseries/public/application/components/lib/index_pattern_select/switch_mode_popover.tsx
Show resolved
Hide resolved
label={i18n.translate('visTypeTimeseries.timeSeries.overrideIndexPatternLabel', { | ||
defaultMessage: 'Override Index Pattern?', | ||
label={i18n.translate('visTypeTimeseries.timeSeries.overrideDataViewLabel', { | ||
defaultMessage: 'Override data view?', |
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.
index pattern
and data view
are correct. We only capitalize at the beginning of a sentence or in feature titles: https://elastic.github.io/eui/#/guidelines/writing#capitalization
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.
@gchaps asked me to take a look at the copy here.
While I'm a poor substitute for Gail or Kaarina, I did leave a few comments based on a writer's perspective. I'll take another look once those are addressed. Feel free to ping me if you have questions.
And sorry for the out-of-order comments. My review kinda slipped out before I intended it to.
...plugins/vis_types/timeseries/public/application/components/use_index_patter_mode_callout.tsx
Outdated
Show resolved
Hide resolved
...plugins/vis_types/timeseries/public/application/components/use_index_patter_mode_callout.tsx
Outdated
Show resolved
Hide resolved
@elasticmachine merge upstream |
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.
This seems good Diana! LGTM. I tested it locally and everything looks fine :)
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, @dziyanadzeraviankina!
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! Thank you
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
The TSVB data view popover includes additional copy if the **Allow string indices in TSVB** Kibana setting is disabled (the default). This updates the copy to better align with changes in #110253.
This reverts commit 51df1e5.
* [TSVB] Rename Index pattern to Data view * Update some labels * Make asterisk bold to indicate it's text input * Remove redundant translation * Remove "now" from TSVB callout notification title * Update variable name to match the text Co-authored-by: Kibana Machine <[email protected]>
* [TSVB] Rename Index pattern to Data view * Update some labels * Make asterisk bold to indicate it's text input * Remove redundant translation * Remove "now" from TSVB callout notification title * Update variable name to match the text Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
Part of #105199
Summary
Renamed
index patterns
todata views
in TSVB UI.Checklist
For maintainers