Skip to content

Tweaks#1

Merged
scampi merged 5 commits intoscampi:issue4366from
spalger:issue4366
Jan 21, 2016
Merged

Tweaks#1
scampi merged 5 commits intoscampi:issue4366from
spalger:issue4366

Conversation

@spalger
Copy link

@spalger spalger commented Jan 21, 2016

I played around with this this branch for a while and made a couple tweaks that I think improve elastic#5881

  1. When refreshing the fields for an index pattern, preserve the excluded setting for existing fields
  2. Change the "retrieved" column to show "excluded" fields. This prevents us from implying that we will somehow cause multi_fields to be included in source (like @message.raw).
  3. Move metaField consideration into the field constructor so that field.exclude is accurate
  4. touched up the help message for in the field editor

Copy link
Owner

Choose a reason for hiding this comment

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

I think not should be removed in this sentence.

Copy link
Author

Choose a reason for hiding this comment

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

truth

@scampi
Copy link
Owner

scampi commented Jan 21, 2016

Thanks @spalger ! Let me test on my end to see if I understand everything and i'll merge.

obj.fact('type');
obj.writ('count', spec.count || 0);
obj.writ('exclude', spec.exclude);
obj.fact('exclude', Boolean(!isMetaField && spec.exclude));
Copy link
Owner

Choose a reason for hiding this comment

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

👍

@scampi
Copy link
Owner

scampi commented Jan 21, 2016

LGTM, I will merge when the small issue of the tooltip is resolved.

@spalger
Copy link
Author

spalger commented Jan 21, 2016

@scampi update made 🌠

scampi added a commit that referenced this pull request Jan 21, 2016
@scampi scampi merged commit ae8f09b into scampi:issue4366 Jan 21, 2016
@spalger spalger deleted the issue4366 branch February 25, 2016 22:52
scampi pushed a commit that referenced this pull request Apr 13, 2016
[discover/tests] update rigid test data
scampi pushed a commit that referenced this pull request Apr 13, 2016
Move kbn-loading-indicator to element
scampi pushed a commit that referenced this pull request Sep 16, 2016
scampi pushed a commit that referenced this pull request Dec 11, 2017
* quick panel moved to directive

* move relative to directive

* move absolute to directive

* move stuff from timepicker directive to new directives

* move timepicker to right with flexbox

* remove left padding for kbn-timepicker-section

* merge in timepicker.html changes from - Improve accessibility of the Datepicker. (elastic#11753)

* Adjust markup and styles so that the Quick, Relative, and Absolute layouts all occupy the same bounds (#1)

* Adjust markup and styles so that the Quick, Relative, and Absolute layouts all occupy the same bounds, so the content doesn't jump around as you switch modes..

* Make kbn-timepicker-content responsive so that it stacks content on narrower screens.

* Combine Relative input and select fields using kuiFieldGroup.

* Make Timepicker submit button wider.

* Align button on right.

* migrate inputs from form-control to kui classes

* update generated dist/ui_framework.css

* fix broken tests

* create kbn-timerpicker-nav-button class and update kbn-timepicker-section to make each column the same width
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments