Skip to content
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

Fix TSVB UX flow #12770

Merged
merged 3 commits into from
Jul 11, 2017
Merged

Conversation

ppisljar
Copy link
Member

@ppisljar ppisljar commented Jul 11, 2017

first commit closes #12759
second commit closes #12761
third commit closes #12763

@ppisljar ppisljar added Feature:Visualizations Generic visualization features (in case no more specific feature label is available) review v6.0.0 labels Jul 11, 2017
Copy link
Contributor

@thomasneirynck thomasneirynck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, indeed, this is missing from https://github.com/elastic/kibana/blob/40909bff424ce1818fda7fdb44c1ee1ff98895bd/src/core_plugins/metrics/public/kbn_vis_types/index.js.

not sure how this would get merged wrong. the refactor merge PR was just from the feature/visualize branch... git makes my head hurt

@@ -51,14 +51,20 @@ export default function MetricsVisProvider(Private) {
interval: 'auto',
axis_position: 'left',
axis_formatter: 'number',
show_legend:1
show_legend:1,
show_grid: 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is gonna have issue with #12769 (which was just merged)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the diffs are identical on this line, so I think it'll just merge without conflict (at least, it did when I tested this locally after checking out latest master).

@thomasneirynck thomasneirynck changed the title hiding index selection for tsvb Fix TSVB UX flow Jul 11, 2017
@thomasneirynck thomasneirynck merged commit dd80489 into elastic:master Jul 11, 2017
@jimgoodwin
Copy link

@ppisljar Please add a Release Note: paragraph to the description describing what changed for users due to these changes, please include a screen shot if possible

@thomasneirynck
Copy link
Contributor

thomasneirynck commented Jul 25, 2017

Here too, I think we should remove the release_note:fix label. This fixed a regression due to the refactor, but did not affect any v5 users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Visualizations Generic visualization features (in case no more specific feature label is available) review v6.0.0-rc1 v6.0.0
Projects
None yet
4 participants