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

[Lens] Filters aggregation #75635

Merged
merged 43 commits into from
Sep 10, 2020
Merged

Commits on Aug 26, 2020

  1. checkpoint

    mbondyra committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    e82e536 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47ba9df View commit details
    Browse the repository at this point in the history
  3. refactoring

    mbondyra committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    38fb236 View commit details
    Browse the repository at this point in the history
  4. style fixes

    mbondyra committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    be5ae8d View commit details
    Browse the repository at this point in the history
  5. addressing feedback

    mbondyra committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    8d1227d View commit details
    Browse the repository at this point in the history
  6. tests added

    mbondyra committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    66aada5 View commit details
    Browse the repository at this point in the history
  7. types

    mbondyra committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    030b5f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Configuration menu
    Copy the full SHA
    f21b11f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    9f3f4a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c85af1 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. error validation

    mbondyra committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    07ce55a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. continue with feedback

    mbondyra committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    6fbac67 View commit details
    Browse the repository at this point in the history
  2. after meeting fixes

    mbondyra committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    f97e5f6 View commit details
    Browse the repository at this point in the history
  3. update tests

    mbondyra committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    ccd9ed7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    becb89a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c659183 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    9537d67 View commit details
    Browse the repository at this point in the history
  2. Merge commit '5a1d0753c07c64717f77a6f3c2004eabf285bd0a' into lens/fil…

    …ters_aggregation
    
    # Conflicts:
    #	src/plugins/data/public/ui/query_string_input/query_string_input.tsx
    mbondyra committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    2503ba0 View commit details
    Browse the repository at this point in the history
  3. fixing types

    mbondyra committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    c3f3ded View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. tests fixes

    mbondyra committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    9f2bd40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1fe770 View commit details
    Browse the repository at this point in the history
  3. remove magic mapping type

    flash1293 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    fdbf1ae View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from flash1293/lens/operation-type-cleanup

    Remove magic mapping type to get IndexPatternColumn
    mbondyra authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    acbffdb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c4c1d5 View commit details
    Browse the repository at this point in the history
  6. types again

    mbondyra committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    6e0b3f3 View commit details
    Browse the repository at this point in the history
  7. defaultFilter fix

    mbondyra committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    c0d36e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a931828 View commit details
    Browse the repository at this point in the history
  9. Merge commit '728dfb4b6bd6fd9ee1c736132b4b7f96fcccb70e' into lens/fil…

    …ters_aggregation
    
    # Conflicts:
    #	x-pack/plugins/lens/public/indexpattern_datasource/dimension_panel/bucket_nesting_editor.tsx
    mbondyra committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    98da724 View commit details
    Browse the repository at this point in the history
  10. Fixing up KWL bar to support isInvalid

    and move some sass files around
    cchaos committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    2f6339d View commit details
    Browse the repository at this point in the history
  11. Fixing up layout of filter agg button

    cchaos committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    03c00d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. types fixes

    mbondyra committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    3216553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3de990 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    127e539 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'lens/filters_aggregation' of github.com:mbondyra/kibana…

    … into lens/filters_aggregation
    mbondyra committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    81c4080 View commit details
    Browse the repository at this point in the history
  5. Fixing word-wrap and adding more titles

    cchaos committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    3a29c0f View commit details
    Browse the repository at this point in the history
  6. Cleanup

    cchaos committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    b539a0f View commit details
    Browse the repository at this point in the history
  7. Update x-pack/plugins/lens/public/editor_frame_service/editor_frame/c…

    …onfig_panel/dimension_popover.tsx
    mbondyra authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    c18c658 View commit details
    Browse the repository at this point in the history
  8. Revert "Update x-pack/plugins/lens/public/editor_frame_service/editor…

    …_frame/config_panel/dimension_popover.tsx"
    
    This reverts commit c18c658.
    cchaos committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    871ec5b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. refactor: copy

    mbondyra committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    5cf7490 View commit details
    Browse the repository at this point in the history
  2. added tests

    mbondyra committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    e95af12 View commit details
    Browse the repository at this point in the history
  3. type

    mbondyra committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    eebbbdb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0058e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2978769 View commit details
    Browse the repository at this point in the history