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

Merged master into https://github.com/elastic/kibana/pull/14036 #1

Commits on Sep 18, 2017

  1. Configuration menu
    Copy the full SHA
    e8b43b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93a565c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    199e5c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Dev Tools console is now keyboard accessible (elastic#13946)

    * Remove redundant kbn-accessible-click
    
    * Make history in console accessible, fix elastic#13937
    timroes committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    821bd96 View commit details
    Browse the repository at this point in the history
  2. Bump chromedriver (elastic#14053)

    epixa authored and stacey-gammon committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    d49692f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3c55de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdcafa0 View commit details
    Browse the repository at this point in the history
  5. tabify responeHandler for table (elastic#13877)

    * adding tabify response handler
    
    * tabify should be the default response handler
    
    * asAggResultConfig should be configurable for BWC
    
    * update table to work with new tabify response handler
    
    * region map needs to define responseHandler: none
    
    * fixing tests
    
    * markdown should set responseHandler to none
    ppisljar committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    7bcc743 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9346b49 View commit details
    Browse the repository at this point in the history
  7. Add links to X-Pack release notes (elastic#13630)

    * [DOCS] Add links to X-Pack release notes
    
    * [DOCS] Added breaking changes for X-Pack
    lcawl committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    26bccb0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5879c7f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    612385e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. Configuration menu
    Copy the full SHA
    1f5835c View commit details
    Browse the repository at this point in the history
  2. create babel-preset and babel-register modules (elastic#13973)

    * [babel] create babel-preset and babel-register modules
    
    * [babel-preset] add comments to babel-preset-env.target choices
    
    * [babel-preset] use more normal BUILT_WITH_BABEL signal
    
    * [babel-register] extended comment about filtering ./src in dist
    
    * [babel-preset] stage of class properties has changed, sorta
    spalger committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    48d35f8 View commit details
    Browse the repository at this point in the history
  3. Input Control visualization (elastic#13314)

    * react editor example
    
    * ensure props are not updated
    
    * use new stageEditorParams method to stage parameter changes
    
    * make component stateless
    
    * use terms_vis_editor component
    
    * get add button to work
    
    * update vis controller to display terms input controls
    
    * update componenent when query bar updates
    
    * add functional test
    
    * lay ground work for different control types in single visulization
    
    * make editors for range and text controls
    
    * text control
    
    * implement type ahead suggestor for text control
    
    * add range slider
    
    * some CSS work
    
    * add submit button, move control init functionallity under control_factory
    
    * add custom options for control types
    
    * provide buttons to move controls up and down
    
    * Make ControlEditor component and clean up styling of editor
    
    * styling work
    
    * multi select for terms dropdown control
    
    * add option to disable filter staging, only enable submit button when filters are staged
    
    * clean up range styling
    
    * rename top level vis folder
    
    * cleanup
    
    * move control type select out of each control editor
    
    * dark theme styling
    
    * use ui/public/filter_manager/lib/phrases.js to build phrases filter, add tests to range filter manager
    
    * use savedObjectsClient to get index patterns
    
    * remove text control and add id to controls for react tracking
    
    * ensure fields get updated when index pattern changes
    
    * update PropTypes for react 15.6.1
    
    * update to latest react-select to avoid isMounted deprecation warnings
    
    * fix input controls functional test
    
    * rename termsControl to listControl to be more generic
    
    * add function test for clear button, refactor directory structure
    
    * functional tests for updateFiltersOnChange is true
    
    * fix react-select clipping problem in dashboard
    
    * try clicking option instead of pressing enter to set react-select value in functional tests
    
    * react-select css
    
    * clean up control_editor component, make ListControlEditor component be function
    
    * add jest test for vis_editor component and accessibility
    
    * add decimal places option to range slider
    
    * add jest test for InputControlVis component
    
    * add default to switch blocks, split editor into seperate tabs, use shallow in snapshot tests
    
    * fix race condition in field_select, update index_pattern_select to fetch indexPatterns on each filter
    
    * clean up control initialization
    
    * use htmlIdGenerator to avoid html element id conflicts
    
    * update functional test to support new editor tabs
    
    * finish jest tests for sub componenets
    
    * mark vis as experimental, refactor buttons for better usability
    
    * fix bug in list control where unable to select options containing numbers and options containing commas. Truncate display of long list options
    
    * fix chart types functional test
    
    * fix jest tests, add margin to action buttons
    
    * remove binds from render functions
    
    * experement with native input range sliders
    
    * Revert "experement with native input range sliders"
    
    This reverts commit aed599e.
    
    * Use Promise.resolve in tests and replace _createRequest with searchSource.fetch
    
    * add inputs to range control
    nreese committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    30cc42f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94235d9 View commit details
    Browse the repository at this point in the history