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

Vector map #10448

Closed
wants to merge 150 commits into from
Closed

Commits on Feb 14, 2017

  1. Configuration menu
    Copy the full SHA
    31db424 View commit details
    Browse the repository at this point in the history
  2. Fix highlight config so it doesn't require a refresh to apply (elasti…

    …c#10346)
    
    * Acknowledge doc_table:highlight config even after init
    
    * Use highlightAll on dashboard
    lukasolson authored Feb 14, 2017
    Configuration menu
    Copy the full SHA
    bd966db View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2017

  1. Fix CheckBox and ToolBarSearchBox icon positioning. (elastic#10356)

    * Fix CheckBox alignment by applying box-sizing: border-box to all before and after pseudo-elements.
    
    * Fix ToolBarSearchBox height and icon alignment.
    
    * Make Table examples consistently use the cell liner.
    cjcenizal authored Feb 15, 2017
    Configuration menu
    Copy the full SHA
    9a3a78b View commit details
    Browse the repository at this point in the history
  2. Fix position of button tooltips in the Dashboard and Visualize listin…

    …g tables. (elastic#10358)
    
    * Fix position of button tooltips in the Dashboard and Visualize listing tables.
    
    * Remove redundant CSS from ToolBarSearch.
    cjcenizal authored Feb 15, 2017
    Configuration menu
    Copy the full SHA
    9b447c5 View commit details
    Browse the repository at this point in the history
  3. Vislib Point Series Charts (elastic#9642)

    * adding vislib chart grid
    
    * updating vislib to correctly render all new features
    
    * adding new options to kibana visualizations
    
    * update vis icon on save
    
    * updating documentation
    
    * fixing unit tests
    
    * cleaning up
    
    * updating based on UI review
    
    * adding visualize editor unit tests
    
    * selenium tests
    
    * additional option tabs
    
    * some more changes to the tabs/options [thanks CJ]
    
    * going back from Category/Value axis to X/Y axis
    
    * fixing unselected dropdown options
    
    * updating based on last UI review
    
    * updating based on last review
    
    * updating based on last review
    
    * fixing issue with axis titles
    
    * allowing to specify only upper or only lower data bound
    
    * updating based on brandons review
    
    * fixing horizontal bar chart labels
    
    * fixing test
    
    * adding backward compatibility
    
    * updating based on last review
    
    * fixing selenium tests
    ppisljar authored Feb 15, 2017
    Configuration menu
    Copy the full SHA
    4c85fd4 View commit details
    Browse the repository at this point in the history
  4. fixing broken group bar chart (elastic#10313)

    * fixing broken group bar chart
    
    * fixing test
    
    * updating based on last review
    ppisljar authored Feb 15, 2017
    Configuration menu
    Copy the full SHA
    c3c8e55 View commit details
    Browse the repository at this point in the history
  5. cumulative sum, moving avg and serial diff pipeline aggregation metric (

    elastic#10033)
    
    * extracting to parent agg helper
    
    * adding comulative sum agg
    
    * adding serial diff and moving avg
    
    * adding tests
    ppisljar authored Feb 15, 2017
    Configuration menu
    Copy the full SHA
    723c7c1 View commit details
    Browse the repository at this point in the history
  6. [optimizer] use "unsafe" defaults that have proven to be safe enough (e…

    …lastic#10275)
    
    * [optimizer] use "unsafe" defaults that have proven to be safe enough
    
    * [docs] add a note to the CONTRIBUTING.md regarding potential pitfalls
    spalger authored Feb 15, 2017
    Configuration menu
    Copy the full SHA
    9b39a19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2cd8ee View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

  1. fixes error with saving hidden metrics (elastic#10220)

    * fixing pie chart tooltip custom label bug
    
    * fixing the bug thomas found
    ppisljar authored Feb 16, 2017
    Configuration menu
    Copy the full SHA
    686a709 View commit details
    Browse the repository at this point in the history
  2. Add isFetchingItems flag to disable the PromptForItems when fetching …

    …items in Visualize and Dashboard listing tables. (elastic#10381)
    cjcenizal authored Feb 16, 2017
    Configuration menu
    Copy the full SHA
    f002e5d View commit details
    Browse the repository at this point in the history
  3. Fix Safari bug: Safari ignores :enabled pseudo class, preventing butt…

    …on active and hover states from taking effect. (elastic#10369)
    cjcenizal authored Feb 16, 2017
    Configuration menu
    Copy the full SHA
    408a2e6 View commit details
    Browse the repository at this point in the history
  4. Updates to status API, re-align status page (elastic#10180)

    * [status] Only provide latest metrics
    
    * [status] Snake case requests object
    
    * [status] Add build snapshot flag, last updated time
    
    * [status] Re-add requests per second
    
    * [status] Add uptime
    
    * [status] collection_time -> collection_interval, add memory object
    
    * [status] Add api tests
    
    * [status] Add breaking changes docs
    
    * [status] Remove metrics config
    
    * [status] nest load under cpu, shorten memory and average
    
    * [status] collection_time -> collection_interval
    
    * [status api] Unnest heap, rename load to load average
    jbudz authored Feb 16, 2017
    Configuration menu
    Copy the full SHA
    9bc4d91 View commit details
    Browse the repository at this point in the history
  5. [build] Add notice file (elastic#10344)

    * [build] Add notice file
    
    * [build] Include license text if available
    
    * [build] Look for both license and notice files
    
    * [build] Add node license to notice
    
    * [build] Add a base notice file including info on committed dependencies
    
    * Bump license copyright year
    
    * [build] Kibana at top of notice
    jbudz authored and epixa committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    e1b677a View commit details
    Browse the repository at this point in the history
  6. Adjust Table component styles and markup to maintain fixed column wid…

    …ths, regardless of cell content. (elastic#10378)
    
    * Adjust Table component styles and markup to maintain fixed column widths, regardless of cell content.
    - Fix ellipsis-truncation of text in IE11 and Edge.
    - Update Visualize landing table markup.
    
    * Update Dashboard landing table and Saved Objects table with cell liner markup.
    cjcenizal authored Feb 16, 2017
    Configuration menu
    Copy the full SHA
    bfadc5e View commit details
    Browse the repository at this point in the history
  7. Hide inline filters in absence of filter function (elastic#10394)

    The inline filters are now hidden when no `filter` property has been
    passed to the row directive, which is more consistent with the filters
    in the document details table. The context view relies on this behaviour
    to hide the filtering actions.
    
    Improving the `inlineFilter` to actually re-use the passed `filter`
    function happens in elastic#10395.
    weltenwort authored Feb 16, 2017
    Configuration menu
    Copy the full SHA
    7c02f3b View commit details
    Browse the repository at this point in the history
  8. [plugin cli] Fix file:/// paths on Windows (elastic#10083)

    * [plugin cli] Fix file:/// paths on Windows
    
    * [plugin cli] Stricter path checking, keeps support for file://
    
    * [plugin cli] Add deprecation warning for file://
    jbudz authored Feb 16, 2017
    Configuration menu
    Copy the full SHA
    9120d17 View commit details
    Browse the repository at this point in the history
  9. Re-use the filter function for inline filtering (elastic#10395)

    Re-using the passed filter function improves consistency with the
    implementation of the filters in the document details table.
    weltenwort authored Feb 16, 2017
    Configuration menu
    Copy the full SHA
    1a84ce1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9cfbd3d View commit details
    Browse the repository at this point in the history
  11. [courier] resolve looper iteration when requests are aborted (elastic…

    …#10392)
    
    * [courier] resolve looper iteration when requests are aborted
    
    The search looper returns the promise from search executions to ensure that subsequent loops do not run until the previous loop has completed. This causes the looper to get stuck when all of the aborted requests are completed, as completed requests do not resolve or reject their promises, causing the looper to never allow another search loop. Since this behavior is desirable for pages where we don't want to execute the `.then()` or `.catch()` callbacks for requests that were aborted, we work around it in this specific case by creating a promise that is resolved when each request is either aborted or completed.
    
    * [ui/promises] add Promise.race() method to Promises util
    
    * [courier/request] use angular promises in courier
    
    * [courier/looper] no single-letter variables
    
    * [ui/promises] add tests for Promise.race()
    spalger authored Feb 16, 2017
    Configuration menu
    Copy the full SHA
    c5d3fd5 View commit details
    Browse the repository at this point in the history
  12. Stub node's fs when using webpack (elastic#10411)

    Rashid Khan authored Feb 16, 2017
    Configuration menu
    Copy the full SHA
    60b36f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. Adding attributes to be used by sharing (elastic#10234)

    * Adding attributes to be used by sharing
    
    * Moving the shared-item tags for dashboard panels
    
    * Switching from shared-item-title/description to just title/description
    
    * Removing move noise
    
    * Fixing typo
    
    * Adding data- prefix before attributes, began writing tests
    
    Adding shared-item title tests
    
    Switching up the panel tests
    
    Adding description tests
    
    Fixing linting
    
    Adding dashboard timefilter test
    
    Adding visualization shared-item tests
    
    Adding shared-timefilter tests
    
    Adding discover shared-item tests
    
    * Fixing shared-items-count on dashboard
    
    * Fixing functional test data for discover and visualize
    kobelb authored Feb 17, 2017
    Configuration menu
    Copy the full SHA
    2fb2b4c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2017

  1. Migrate from a handrolled interface for building examples to using Re…

    …act Components directly. (elastic#10259)
    
    * Migrate from a handrolled interface for building examples to using React Components directly.
    * Wrap components with containers instead of passing down state and actions via context.
    cjcenizal authored Feb 18, 2017
    Configuration menu
    Copy the full SHA
    e570afc View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. Do not generate msearch request for visualizations that set requiresS…

    …earch to false (elastic#9658)
    
    * only watch searchSource when vis requires search
    
    * add test
    nreese authored and ppisljar committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    15d1e7c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

  1. Configuration menu
    Copy the full SHA
    a3ddaa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5f4ac2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    623c0d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1be84bb View commit details
    Browse the repository at this point in the history
  5. Update known-plugins.asciidoc (elastic#10301) (elastic#10493)

    manual cherry-pick of dd6cb4a, which was originally committed on 5.2. This is the forward port.
    thomasneirynck authored Feb 21, 2017
    Configuration menu
    Copy the full SHA
    47ca135 View commit details
    Browse the repository at this point in the history
  6. Update known-plugins.asciidoc (elastic#9693) (elastic#10496)

    This is a cherry-pick of e4dca4f. This was originally committed on 5.1. This is a forward port.
    thomasneirynck authored Feb 21, 2017
    Configuration menu
    Copy the full SHA
    5f58cd5 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

  1. Configuration menu
    Copy the full SHA
    21d9e5a View commit details
    Browse the repository at this point in the history
  2. typo in word normal (elastic#10485)

    Maybe related to reported issue elastic#10473
    killolol authored and ppisljar committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    3d77727 View commit details
    Browse the repository at this point in the history
  3. Executing the visualize shared-item title/description tests in a try (e…

    …lastic#10441)
    
    This function test can be flaky if we try to grab the attributes before
    the visualization has finished rendering, so we're wrapping it in a try
    kobelb authored Feb 22, 2017
    Configuration menu
    Copy the full SHA
    0bd7f42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca71e37 View commit details
    Browse the repository at this point in the history
  5. Bump makelogs to 3.2.3 (elastic#10510)

    jbudz authored and spalger committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    2cb4d51 View commit details
    Browse the repository at this point in the history
  6. Show event context (elastic#9198)

    This adds a link to the detail view of discover rows to switch to a view of the documents immediately before and after the selected document. Since that view uses the timestamp field of the index pattern, it is only available for time-based indices.
    
    See elastic#9198 for detailed screenshots.
    weltenwort authored Feb 22, 2017
    Configuration menu
    Copy the full SHA
    85facdd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7cc913d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9de7ad9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a0536b1 View commit details
    Browse the repository at this point in the history
  10. [breadcrumbs] - fix breadcrumb url matcher, add management intermedia…

    …ry routes (elastic#10084)
    
    [breadcrumbs] Redirect to parent page for management intermediate route paths
    
    [breadcrumbs] Fix snake case and camelcase routes handling, update tests
    
    [breadcrumbs] omit "indices" index pattern breadcrumb
    
    [breadcrumbs] Document the BreadCrumbUrl object
    
    [breadcrumbs] Remove hardcoded omitPages, fix double slash bug
    coverslide authored and ycombinator committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    a93f8e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. docs: Fixes key for Tribe's requestTimeout (elastic#10525)

    Backports PR elastic#10503
    
    **Commit 1:**
    Update doc
    
    Include elasticsearch.tribe.requestTimeout setting
    
    * Original sha: 5a01e24
    * Authored by Nikhil Patel <[email protected]> on 2017-02-22T11:17:01Z
    * Committed by GitHub <[email protected]> on 2017-02-22T11:17:01Z
    elastic-jasper authored and tylersmalley committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    a8989cc View commit details
    Browse the repository at this point in the history
  2. Apply kui framework styles to single doc view (elastic#10200)

    * Apply kui framework styles to single doc view
    * Clean up header content
    * Replace usage of entry with document
    
    relates to elastic#10198
    weltenwort authored Feb 23, 2017
    Configuration menu
    Copy the full SHA
    925b7da View commit details
    Browse the repository at this point in the history
  3. [UI Framework] Add View component. Add support for full-screen exampl…

    …es. (elastic#10454)
    
    * Move kuiView into UI Framework. Add View example. Add support for full-screen examples.
    
    * Organize nav items by components and sandboxes.
    cjcenizal authored Feb 23, 2017
    Configuration menu
    Copy the full SHA
    743f8c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e198023 View commit details
    Browse the repository at this point in the history
  5. Show warning when importing a missing type (elastic#10521)

    * show warning when importing a missing type
    
    * remove template string concatenation
    w33ble authored Feb 23, 2017
    Configuration menu
    Copy the full SHA
    864a2fb View commit details
    Browse the repository at this point in the history
  6. Add EventsSandbox and HeaderBarSandbox examples. (elastic#10544)

    [UI Framework] Add EventsSandbox and HeaderBarSandbox examples.
    cjcenizal authored Feb 23, 2017
    Configuration menu
    Copy the full SHA
    dd640d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1cf8277 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    76d1a46 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. Configuration menu
    Copy the full SHA
    92d9e47 View commit details
    Browse the repository at this point in the history
  2. Clarifying changing chart type option (elastic#10463)

    * fixing elastic#10427
    
    * fixing test
    ppisljar authored Feb 24, 2017
    Configuration menu
    Copy the full SHA
    4c5044a View commit details
    Browse the repository at this point in the history
  3. Warn if the title is a duplicate (elastic#10321)

    * Warn if the title is a duplicate
    
    * warn when copyOnSave is checked.  add a test
    
    * update message
    
    * fix tests
    
    * Fix issues with substring matching
    
    add more tests.
    
    * make case insensitive and return matching title
    
    * Fix bug caused by subtle difference between this.type and type
    
    Add a comment and rename one of the variables to make the distinction
    clearer.
    
    * add debug messages.
    
    * fix tests again
    
    * uncomment out tests
    
    * more debug messages
    
    * save more screenshots
    
    * Need to wait till save finishes or the page may redirect the url after the page has navigated away
    
    * address code review comments
    stacey-gammon authored Feb 24, 2017
    Configuration menu
    Copy the full SHA
    c253583 View commit details
    Browse the repository at this point in the history
  4. [optimize] Load babel environment variables before babel-register (el…

    …astic#10432)
    
    * [optimize] Load babel environment variables before babel-register
    
    * [optimize] Move babel register to function call
    jbudz authored Feb 24, 2017
    Configuration menu
    Copy the full SHA
    0333fda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3df84ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be177cc View commit details
    Browse the repository at this point in the history
  7. Merge branch 'metrics' of https://github.com/simianhacker/kibana into…

    … simianhacker-metrics (elastic#10564)
    
    # Conflicts:
    #	test/functional/apps/visualize/_chart_types.js
    ppisljar authored Feb 24, 2017
    Configuration menu
    Copy the full SHA
    d38e3c2 View commit details
    Browse the repository at this point in the history
  8. using field formatters for heatmap legend (elastic#10529)

    * using field formatters for heatmap legend
    
    * fixing test
    ppisljar authored Feb 24, 2017
    Configuration menu
    Copy the full SHA
    7084d55 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2017

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

Commits on Feb 27, 2017

  1. show buckets from top to bottom in horizontal bar chart (elastic#10464)

    * fixing elastic#10426
    
    * fixing based on review
    ppisljar authored Feb 27, 2017
    Configuration menu
    Copy the full SHA
    e98efa9 View commit details
    Browse the repository at this point in the history
  2. Correct display of warning header (elastic#10470)

    * Correct display of warning header
    
    Elasticsearch produces warning headers for the use of deprecated
    features. These warning headers can contain commas which breaks the
    splitting of multiple values on commas. Upstream Elasticsearch has
    changed the warning headers to be specification compliant so that these
    headers can be safely split (the warning text and warning date must be
    quoted, so splits should only occur on commas that are not contained in
    quotes). Additionally, the upstream change includes additional details
    that are not needed for display in Console (a warning code, the
    Elasticsearch version that produced the warning, and the warning
    date). This commit corrects the splitting logic in Console to only split
    on commas not contained in quotes, and to extract the warning text from
    each warning header.
    
    * Safer regex handling
    
    If the warning header from Elasticsearch comes back in the wrong format,
    this could lead to the regex not matching which would lead to a
    blow-up. While Elasticsearch should not do this, let us be defensive
    here.
    
    * Stricter handling of warning headers
    
    * Add tests for deprecation messages
    jasontedor authored and jbudz committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    38ca174 View commit details
    Browse the repository at this point in the history
  3. fixing heatmap rotate checkbox (elastic#10333)

    * fixing heatmap rotate checkbox
    
    * updating based on thomas review
    ppisljar authored Feb 27, 2017
    Configuration menu
    Copy the full SHA
    327fef3 View commit details
    Browse the repository at this point in the history
  4. remove custom label for terms order agg and parent pipeline agg metri…

    …cs and fix excluded pipeline aggs (elastic#10506)
    
    * allowing to hide custom label
    
    * hiding custom label on terms order by
    
    * hiding custom label on parent pipeline aggs metrics
    
    * adding tests
    ppisljar authored Feb 27, 2017
    Configuration menu
    Copy the full SHA
    809719d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ce64bd View commit details
    Browse the repository at this point in the history
  6. CSS fix for scrollable doc table in FireFox (elastic#10592)

    * CSS fix for scrollable doc table in FireFox
    
    * add comments
    stacey-gammon authored Feb 27, 2017
    Configuration menu
    Copy the full SHA
    a6246e5 View commit details
    Browse the repository at this point in the history
  7. [functional tests] implement clickTestSubject helper (elastic#10576)

    Calling `.findTestSubject().click()` seems to be particularly error prone. This helper combines to the two actions and wraps them in a retry so we don't have to keep scattering `PageObject.common.try()` calls throughout the tests.
    spalger authored Feb 27, 2017
    Configuration menu
    Copy the full SHA
    805cac2 View commit details
    Browse the repository at this point in the history
  8. [UI Framework] Refine Tab focused and selected states. (elastic#10560)

    * Refine Tab focused state.
    * Open up bottom border of selected Tab.
    * Remove focus outline when a Tab is selected or active.
    * Override Bootstrap styles that affect Tabs.
    cjcenizal authored Feb 27, 2017
    Configuration menu
    Copy the full SHA
    b3805f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. Update Index Pattern header to use UI Framework components. (elastic#…

    …10390)
    
    * Update Index Pattern header to use UI Framework components.
    * Fix functional tests.
    cjcenizal authored Feb 28, 2017
    Configuration menu
    Copy the full SHA
    d6bf621 View commit details
    Browse the repository at this point in the history
  2. allowing 0 for extent value (elastic#10528)

    * allowing 0 for extent value
    
    * fixing based on review
    ppisljar authored Feb 28, 2017
    Configuration menu
    Copy the full SHA
    44e7248 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. Configuration menu
    Copy the full SHA
    b5180a0 View commit details
    Browse the repository at this point in the history
  2. [UI Framework] Add ToggleButton component and add example of expanded…

    … row to Table example (elastic#10623)
    
    * Add ToggleButton component and add example of expanded row to Table example.
    cjcenizal authored Mar 1, 2017
    Configuration menu
    Copy the full SHA
    e85a38e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac4abae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e326567 View commit details
    Browse the repository at this point in the history
  5. Sum, Avg, Min and Max bucket pipeline aggregation (elastic#10070)

    * allow parent aggs to have sub aggs defined
    
    * adding bucket_sum aggregation
    
    * adding bucket_avg, bucket_min and bucket_max
    
    * fixing based on UI review
    
    * adding tests
    
    * disable terms sorting on pipeline aggs
    
    * fixing based on Staceys review
    
    * adding defaults
    
    * updated based on review
    
    * fixing error with stacking
    ppisljar authored Mar 1, 2017
    Configuration menu
    Copy the full SHA
    841a3d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9796832 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67d9188 View commit details
    Browse the repository at this point in the history
  8. When a date is selected in absolute mode, set to start/end of day (el…

    …astic#10433)
    
    * In absolute timepicker, use whole days
    
    * Use ngModelOptions instead of implicit bindings
    
    * fix absolute timepicker test
    
    * Fix wording in test
    lukasolson authored Mar 1, 2017
    Configuration menu
    Copy the full SHA
    3b0c41c View commit details
    Browse the repository at this point in the history
  9. do not render the visualization/search if there is an error (elastic#…

    …10500)
    
    * do not render the visualization/search if there is an error
    
    * added tests in the case where a visualization of the dashboard is not found
    scampi authored and ppisljar committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    b19e16c View commit details
    Browse the repository at this point in the history
  10. [UI Framework] Close Code Viewer when you navigate to a new example. (e…

    …lastic#10601)
    
    * Show title in CodeViewer.
    * Remove unused cases from CodeViewerReducer.
    * Close code viewer when the user navigates to a new example page.
    cjcenizal authored Mar 1, 2017
    Configuration menu
    Copy the full SHA
    5b4276c View commit details
    Browse the repository at this point in the history
  11. Modifying timelion redraw logic to fix timing issue (elastic#10486)

    * Modifying timelion redraw logic to fix timing issue
    
    When Timelion has issues plotting the series, it tries to redraw in 500ms. In some situations,
    another event triggers the drawPlot function and it completes successfully and then the redraw comes
    through and can clear-out the correctly drawn chart
    
    * Modifying redraw logic to actually clear out the $.elem()
    
    * Removing the setTimeout logic, and returning early
    kobelb authored Mar 1, 2017
    Configuration menu
    Copy the full SHA
    899f040 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d1b5c3a View commit details
    Browse the repository at this point in the history
  13. elastic#10099 adds keyboard handling to close confirm_modal on ESC (e…

    …lastic#10455)
    
    * elastic#10099 adds keyboard handling to close confirm_modal on ESC
    
    * remove resetSpyCounts, use beforeEach
    
    * elastic#10099 change from .bind to .on and remove unnecessary onKeyDown call
    
    * elastic#10099 move ESC handling to confirm_modal.js
    dpenny52 authored and w33ble committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    cbe26ea View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2017

  1. Management sections: Allow easy sub-section lookup (elastic#10651)

    * Allow sub-section lookup using `/` separator
    
    * Adding assertion to check against the more explicit method
    
    * Conforming to JS style guide
    
    * Better wording
    ycombinator authored Mar 2, 2017
    Configuration menu
    Copy the full SHA
    7cbc22b View commit details
    Browse the repository at this point in the history
  2. Time Series Metric Visualizations (elastic#9725)

    * Initial import
    
    * updating the editor width to match the new specs
    
    * Adding tribe node support
    
    * Adding tests for server libs
    
    * removing bluebird
    
    * removing extra cruft
    
    * Fixing the font sizes
    
    * Fixed the updating code
    
    * Adding brushing
    
    * Fixing linting issues
    
    * Adding global filters
    
    * Adding missing packages
    
    * Default gauge style to half circle
    
    * Fixing the markdown css bug
    
    * Adding tests for the get_vis_data api
    
    * Adding time offset
    
    * Adding time offset to each type
    
    * fixing bugs from time offset
    
    * adding index pattern option to series
    
    * Adding index pattern overrides
    
    * Adding index pattern overrides
    
    * Fixing tests
    
    * Fixing brushing in the vis editor
    
    * Changing the label
    
    * Change the behavior of selecting a pipeline agg when only one exists.
    
    * Refactoring series a bit
    
    * Changing series options to just options
    
    * Making sure we honor the toaster container height
    
    * Adding first tests
    
    * renaming vis_config to panel_config
    
    * renaming vis_config to panel_config
    
    * Adding more tests
    
    * adding more tests
    
    * removing api subdirectory
    
    * refactoring get_vis_data (breaking it up and removing unused imports)
    
    * reorganizing the visualization directory
    
    * Re-organizing directory layouts and moving things to more logical places
    
    * Refactoring React compontents to use ES6 syntax and adding propTypes for each. Also refactored out splats as much as possible.
    
    * Adding serial differencing
    
    * Refactored gauge to use 2 components instead of 4
    
    * Finishing react refactor on visualizations. Consolidated legned funtionality
    
    * Refactoring series config and removing a bunch of duplicate code
    
    * fixing series config name
    
    * Fixing numbers and strings (doesnt matter which it is); Fixing classname
    
    * Changing the way the dark theme works
    
    * Adding new vis into list for test
    
    * Adding empty bucket check
    
    * Fixing the index patterns in the aggs
    
    * Fixing typo
    
    * Refactoring vis_data
    
    * Fixing std_metric
    
    * Fixing refresh-hack
    
    * Adding tests for get_splits, get_last_metric, map_bucket
    
    * Fixing the error handing
    
    * removing restrictions
    
    * Sometimes values are strings or numbers... it doesn't matter
    
    * Adding new color options for splits
    
    * Fixing colors
    
    * fixing size
    
    * Adding support for fitlers agg
    
    * Fixing tests
    
    * Fixing splits for filters
    
    * Fixing Top N to work better with fitlers
    
    * Adding annotation editor
    
    * initial work for annotations
    
    * Finalizing annotations
    
    * Fixing label
    
    * making it expandable
    
    * Fixing hacks fixed by elastic#10175
    
    * Fixing bars to use the same stacking options as lines
    
    * Getting rid of align by colons
    
    * removing unused depends
    
    * removing unused depends
    
    * Changing to readable lodash function
    
    * Adding missing parens
    
    * refactoring custom color picker
    
    * Removing string refs and converting uncontrolled components
    
    * Fixing the controlled components where value maybe null; converting error to css
    
    * refactoring styles from components
    
    * fixing the refresh behavoir borked by fullEditor
    
    * Adding the executor service
    
    * Fixing the test directories
    
    * fixing save
    
    * Adding filter ratios
    
    * Fixing controlled components
    
    * Trying to fix the weird typing
    
    * Fixing offset bug with days
    
    * Adding percentile rank
    
    * Fixing yaxis updates; fixing percentile rank layout; adding steps to line chart
    
    * removing unused depends
    
    * Fixed a bug with the index patterns updating; fixed bug with charts rendering too much
    
    * Fixing tests
    
    * Commenting out React tests because the ENV must have change and they are no longer working
    
    * Moving bucket transform
    
    * moving calculate auto
    
    * Moving calculate_indices
    
    * moving extended_stats_types && get_agg_value
    
    * moving get_buckets_path
    
    * moving get_sibling_agg_value
    
    * moving parse_settings
    
    * moving series_agg
    
    * Moving unit_to_seconds
    
    * Fixing tests
    
    * Fixing per PR
    
    * Renaming vars to make it more clear what's happening
    
    * Changing the way testible functions are exported
    
    * fixing tests
    
    * removing unused imports; fixing typos; fixing package name
    
    * Name has to match the plugin path
    
    * Fixing typos; removing unused imports
    
    * fixing tests
    
    * rearanging and removing unused imports
    
    * Fixing a bug with unque names for radio buttons on the same form
    
    * Fixing filter ratio to use a metric instead of just count
    
    * fixing a bug with the new filter ratios
    
    * Fixing the file path from the #8
    
    * Fixing renderComplete trigger; Fixing embedded mode; Changing names for Timelion and Time Series Visual Builder
    
    * Fixing name
    
    * Fixing docs
    
    * Fixing a typo for the field select for terms splits
    
    * Fixing tests
    simianhacker authored Mar 2, 2017
    Configuration menu
    Copy the full SHA
    4f3e625 View commit details
    Browse the repository at this point in the history
  3. Rename Side Nav Link title and href attributes to label and url. (ela…

    …stic#10660)
    
    * Rename Side Nav Link title and href attributes to label and url.
    cjcenizal authored Mar 2, 2017
    Configuration menu
    Copy the full SHA
    7fb7eb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ab20b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2017

  1. Configuration menu
    Copy the full SHA
    7aecc85 View commit details
    Browse the repository at this point in the history
  2. Fixing query to field status to use integer instead of timestamp stri…

    …ng (elastic#10684)
    
    * Fixing query to field status to use integer instead of timestamp string
    
    * Adding format; fixing tests
    simianhacker authored Mar 3, 2017
    Configuration menu
    Copy the full SHA
    1808e88 View commit details
    Browse the repository at this point in the history
  3. Update doc table when auto refresh contains doc updates (elastic#10385)

    The problem: if a doc is already displayed in the doc table and it gets updated in elasticsearch, that change won't be reflected in the doc table via auto-refresh because our ng-repeat track by only looks at index, type, and score.
    
    I've fixed this by including the _version in the search response and then adding it to the track by.
    
    Fixes elastic#3430
    Fixes elastic#7505
    Bargs authored Mar 3, 2017
    Configuration menu
    Copy the full SHA
    5a0a487 View commit details
    Browse the repository at this point in the history
  4. Moving front-end code out of devDependencies (elastic#10670)

    * Moving front-end code out of devDependencies
    
    * removing range specifier
    
    * overriding [email protected] to MIT
    
    * upgrading react-color; upgrading react; upgrading pui-tooltip;
    simianhacker authored Mar 3, 2017
    Configuration menu
    Copy the full SHA
    a38ae49 View commit details
    Browse the repository at this point in the history
  5. build: always run build task in jenkins (elastic#10689)

    We always run the build task now in jenkins jobs rather than only in the
    core builds. This ensures that the build task runs in PR builds even
    though the build artifacts are not used for anything.
    
    Ideally all the selenium tests would run against this build rather than
    it just being something that gets ran and forgotten about, but this is a
    first step.
    epixa authored Mar 3, 2017
    Configuration menu
    Copy the full SHA
    9e39956 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b804ea0 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2017

  1. Prompt about overwriting existing saved objects (elastic#10663)

    * prompt about overwriting existing saved objects
    
    If the user selects now, things work the same as before, but selecting yes will just overwrite existing saved objects without prompting
    
    * add more white space
    
    because https://github.com/elastic/kibana/blob/master/style_guides/js_style_guide.md#chaining-operations
    
    * re-word the overwrite all dialog
    w33ble authored Mar 4, 2017
    Configuration menu
    Copy the full SHA
    82b37aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08b9535 View commit details
    Browse the repository at this point in the history
  3. Handle importing invalid types (elastic#10666)

    * show service errors but resolve promise
    
    By handling service failures explicitely, the error doesn't bubble up the promise chain, so tasks
    that have to happen after it, like refreshing the index and data, still happen, and the UI will
    be in sync with the data in the .kibana index
    
    * throw error on invalid saved object type
    
    * append useful info to the type error message
    w33ble authored Mar 4, 2017
    Configuration menu
    Copy the full SHA
    46c9605 View commit details
    Browse the repository at this point in the history
  4. Fixing the title removal for gauges, metric, and markdown for Time Se…

    …ries Visual Builder (elastic#10707)
    
    * Fixing the title removal for gauges, metric, and markdown
    
    * Adding comment about the $timeout
    simianhacker authored Mar 4, 2017
    Configuration menu
    Copy the full SHA
    053ebfa View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2017

  1. propose language changes (elastic#10709)

    maxvanzoest authored and epixa committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    06049c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. Updated broken url in CONTRIBUTING.md (elastic#10715)

    * Updated broken url in CONTRIBUTING.md
    
    * Switched url to the master documentation.
    
    * Changes from future release documentation to current release docs.
    mathijshoogland authored and thomasneirynck committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    36aadda View commit details
    Browse the repository at this point in the history
  2. typo in constraits (elastic#10714)

    maxvanzoest authored and thomasneirynck committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    26ec66b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

  1. Configuration menu
    Copy the full SHA
    30bbf3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    502843a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2017

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

Commits on Mar 12, 2017

  1. Update known-plugins.asciidoc (elastic#10738)

    Added the Funnel Visualization plugin
    yershalom authored and thomasneirynck committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    a1252f1 View commit details
    Browse the repository at this point in the history
  2. Syntax fixes test code (elastic#10747)

    * Removed a comma that should not be there.
    
    * Should use double quotes if an expression is in a string.
    mathijshoogland authored and Lee Drengenberg committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    1b7af07 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Remove some lodash usage (elastic#10746)

    * Remove some lodash usage
    
    Remove lodash usage including reduce, map, and filter
    
    * Add 0 as second parameter
    
    Add a 0 as a parameter to the reduce method to fix tests
    Joostrothweiler authored and thomasneirynck committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    af6bb1c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

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

Commits on Mar 16, 2017

  1. [Management] Apply kuiPanelHeaderSections to product panels (elastic#…

    …10622)
    
    * [Management] Apply kuiPanelHeaderSections to product panels
    
    * switch to dark gray on light gray icons per design
    
    * changes per review feedback
    tsullivan authored Mar 16, 2017
    Configuration menu
    Copy the full SHA
    23b2c73 View commit details
    Browse the repository at this point in the history
  2. [UI Framework] Move Badge, Card, Column, and Notice components from b…

    …ase.less into UI Framework. (elastic#10777)
    
    * Move Badge, Card, Column, and Notice components from base.less into UI Framework.
    * Add deprecation comment to Column page.
    cjcenizal authored Mar 16, 2017
    Configuration menu
    Copy the full SHA
    23ac54d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. Adds disabled, visible, and tooltip properties to section class/templ…

    …ate (elastic#10784)
    
    * Adds disabled, visible, and tooltip properties to section class/template
    
    * adds tests
    BigFunger authored Mar 17, 2017
    Configuration menu
    Copy the full SHA
    3bcb7dd View commit details
    Browse the repository at this point in the history
  2. [UI Framework] Add Label, SearchInput, and FieldGroup components. (el…

    …astic#10713)
    
    * Add SearchInput and FieldGroup components.
    cjcenizal authored Mar 17, 2017
    Configuration menu
    Copy the full SHA
    3e53525 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2017

  1. Highlight area chart when hovered (elastic#10460)

    * Highlight area chart when hovered
    
    * Added browser tests for area chart hover
    coverslide authored and ppisljar committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    84eed3a View commit details
    Browse the repository at this point in the history
  2. Tilemap heatmap - to prevent flickering on mousemove, keep reference …

    …to the currently active feature and only change if nearest feature is not active (elastic#10467)
    
    Added patch from @thomasneirynck for tooltips to follow mouse
    coverslide authored and ppisljar committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    0c3444f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. Configuration menu
    Copy the full SHA
    be2cb4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e7b471 View commit details
    Browse the repository at this point in the history
  3. UI Tweaks for Time Series Visual Builder (elastic#10739)

    * A few UI tweaks for Time Series series config
    
    * fixing number inputs for color rules and fixing picker
    simianhacker authored Mar 20, 2017
    Configuration menu
    Copy the full SHA
    d22861f View commit details
    Browse the repository at this point in the history
  4. Kibana Globalization - Phase 2 (elastic#8766)

    * Integrate angular-translate globalization framework with i18n engine
    * Provide template for enabling translations in an AngularJS view by translating a view
    * Verification tool for translation keys used in angular-translate
    * Documentation
    hickeyma authored and Bargs committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    3aa5938 View commit details
    Browse the repository at this point in the history
  5. bootstrap

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    e1dbbf8 View commit details
    Browse the repository at this point in the history
  6. enable WMS

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    96d5ba7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0900e9a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35dda8a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    58f7263 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b053d96 View commit details
    Browse the repository at this point in the history
  11. add fit control

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    386114a View commit details
    Browse the repository at this point in the history
  12. add legend control

    add tooltip boilerplate
    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    0b0e7c0 View commit details
    Browse the repository at this point in the history
  13. add tooltip flag

    move legend with option
    add tms settings
    add min/max zoom  settings
    add valueformatters
    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    8519ad5 View commit details
    Browse the repository at this point in the history
  14. some simplification

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    295bf51 View commit details
    Browse the repository at this point in the history
  15. fix choropleth

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    2a14e1e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7813a9f View commit details
    Browse the repository at this point in the history
  17. fix typo

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    6a1eed1 View commit details
    Browse the repository at this point in the history
  18. add rendercomplete

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    578e01b View commit details
    Browse the repository at this point in the history
  19. initial review

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    bc81b16 View commit details
    Browse the repository at this point in the history
  20. fix resizing

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    9083d5e View commit details
    Browse the repository at this point in the history
  21. add tooltips

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    e0b42f9 View commit details
    Browse the repository at this point in the history
  22. add legend

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    5ea4d7e View commit details
    Browse the repository at this point in the history
  23. fix linting errors

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    a32e33f View commit details
    Browse the repository at this point in the history
  24. add rendercomplete

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    81c8fa6 View commit details
    Browse the repository at this point in the history
  25. fix package json

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    9987cd8 View commit details
    Browse the repository at this point in the history
  26. make 0 the default

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    c89639f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7e5a77e View commit details
    Browse the repository at this point in the history
  28. use the ResizeChecker

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    19d6243 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    76aff13 View commit details
    Browse the repository at this point in the history
  30. use default config

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    0375354 View commit details
    Browse the repository at this point in the history
  31. persist ui state

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    8ff0758 View commit details
    Browse the repository at this point in the history
  32. add default controls

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    759a360 View commit details
    Browse the repository at this point in the history
  33. use kui UX

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    8b6d7b3 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    9b81cdc View commit details
    Browse the repository at this point in the history
  35. add support for states

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    3016694 View commit details
    Browse the repository at this point in the history
  36. fix config loading

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    3008db8 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    a7f24dd View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    88a97f8 View commit details
    Browse the repository at this point in the history
  39. resolve style issues

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    cfdb742 View commit details
    Browse the repository at this point in the history
  40. fix rebase issues

    thomasneirynck committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    c3b87a3 View commit details
    Browse the repository at this point in the history