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

Percentile Agg #2486

Merged
merged 41 commits into from
Jan 9, 2015
Merged

Percentile Agg #2486

merged 41 commits into from
Jan 9, 2015

Commits on Dec 30, 2014

  1. Merge remote-tracking branch 'pr/default-values' into multiValueMetri…

    …cAggs
    Spencer Alger committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    89a30bc View commit details
    Browse the repository at this point in the history
  2. [aggTypes] split metric aggs into files

    Spencer Alger committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    2973aea View commit details
    Browse the repository at this point in the history
  3. [discover] clear fetchStatus when the fetch is complete

    Spencer Alger committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    b280030 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c31d079 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9173cbb View commit details
    Browse the repository at this point in the history
  6. [tabify] allow replacing an agg with other aggs

    Spencer Alger committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    bfbb4a5 View commit details
    Browse the repository at this point in the history
  7. [aggTypes/metrics] setup the percentile aggType

    Spencer Alger committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    043633e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ac4197 View commit details
    Browse the repository at this point in the history
  9. switch to pecent-list

    Spencer Alger committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    feb0d13 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'ordinalSuffix' into multiValueMetricAggs

    Spencer Alger committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    4cfff47 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4b14f0c View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2015

  1. Merge branch 'orderTermsOnMetric' into multiValueMetricAggs

    Conflicts:
    	src/kibana/components/agg_types/buckets/terms.js
    	src/kibana/plugins/visualize/editor/agg.js
    Spencer Alger committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    ee4002c View commit details
    Browse the repository at this point in the history
  2. [aggConfigs/responseValueAggs] standardize naming

    Spencer Alger committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    e8e70a4 View commit details
    Browse the repository at this point in the history
  3. [aggConfigs/responseValueAggs] add getter to AggConfigs

    Spencer Alger committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    7657b09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a4b9c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2015

  1. [aggConfigs/responseValueAggs] standardize naming further

    Spencer Alger committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    47d2645 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79a7149 View commit details
    Browse the repository at this point in the history
  3. [visualize/editor] use metric response aggs for sorting

    Spencer Alger committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    2e20c6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d7d4c8 View commit details
    Browse the repository at this point in the history
  5. [editor/visualize] prevent order agg on percentiles

    Spencer Alger committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    7dd0705 View commit details
    Browse the repository at this point in the history
  6. [vis/aggConfigs] added tests for #getResponseAggs

    Spencer Alger committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    2ab365a View commit details
    Browse the repository at this point in the history
  7. [aggTypes/aggParams] remove unused feature

    Spencer Alger committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    270d2c6 View commit details
    Browse the repository at this point in the history
  8. [AggType] added tests to validate getResponseAggs config

    Spencer Alger committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    d14d211 View commit details
    Browse the repository at this point in the history
  9. [aggTypes] tests that all AggTypes extend proper classes

    Spencer Alger committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    c4176c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2015

  1. Merge branch 'master' into multiValueMetricAggs

    Conflicts:
    	src/kibana/components/agg_types/buckets/terms.js
    	src/kibana/components/agg_types/controls/order_agg.html
    	src/kibana/plugins/visualize/editor/agg.js
    	src/kibana/plugins/visualize/editor/agg_params.js
    	test/unit/specs/components/agg_types/index.js
    Spencer Alger committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    8dfd0ca View commit details
    Browse the repository at this point in the history
  2. ensure that agg ids are always strings

    Spencer Alger committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    2919104 View commit details
    Browse the repository at this point in the history
  3. [visualize/editor/terms] orderAgg id extends termsAgg id so it is alw…

    …ays unique
    Spencer Alger committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    a2c0b98 View commit details
    Browse the repository at this point in the history
  4. [visualize/editor] limit replace:true so directive boundries are more…

    … clear
    Spencer Alger committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    fda0572 View commit details
    Browse the repository at this point in the history
  5. [$watchMulti] added collection and deep equality watching

    Spencer Alger committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    edfa33d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93552bf View commit details
    Browse the repository at this point in the history
  7. [visualize/editor] clean up some outdated references

    Spencer Alger committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    597ceb7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64b9f37 View commit details
    Browse the repository at this point in the history
  9. [editor/nestingIndicator] simplify

    Spencer Alger committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    8b35900 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2015

  1. fix reference to old params obj

    Spencer Alger committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    d59ecc6 View commit details
    Browse the repository at this point in the history
  2. [aggConfig] wrap sub agg ids that have periods

    Spencer Alger committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    f165319 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99c3f00 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2015

  1. [aggTypes/percentiles] tie in the add and remove buttons

    Spencer Alger committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    5a65e0d View commit details
    Browse the repository at this point in the history
  2. [aggTypes/percentile] move key map into util file

    Spencer Alger committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    f6f883c View commit details
    Browse the repository at this point in the history
  3. [aggTypes/percentile] updated tests

    Spencer Alger committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    f9ee0b2 View commit details
    Browse the repository at this point in the history
  4. [aggConfigs] harden #getResponseAggById()

    Spencer Alger committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    7cbc474 View commit details
    Browse the repository at this point in the history
  5. [$watchMulti] spelling error [ci skip]

    Spencer Alger committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    f656731 View commit details
    Browse the repository at this point in the history