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

[Rollup] Add new capabilities endpoint based on concrete rollup indices #30401

Merged
merged 14 commits into from
Jul 16, 2018

Commits on May 4, 2018

  1. [Rollup] Allow customization of how RollupCaps are grouped

    This adds a `key` parameter to the GetRollupCaps API, which allows the
    user to specify how they would like the capabilities grouped at the
    top level.
    
    The default behavior is as before: grouping by index pattern.  But if
    the user specifies `key: rollup_index`, it groups the capabilities
    by the concrete rollup index where the rollups are stored.
    polyfractal committed May 4, 2018
    Configuration menu
    Copy the full SHA
    7364161 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Tweak version numbers

    These need to be 7.0 until the feature is backported, to keep
    bwc/mixed cluster tests passing.
    polyfractal committed May 7, 2018
    Configuration menu
    Copy the full SHA
    e472d15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4e4701 View commit details
    Browse the repository at this point in the history
  3. [Docs] Update Changelog

    polyfractal committed May 7, 2018
    Configuration menu
    Copy the full SHA
    e5b5f9c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

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

Commits on Jun 5, 2018

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

Commits on Jun 25, 2018

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

Commits on Jun 26, 2018

  1. Configuration menu
    Copy the full SHA
    f1cdf8e View commit details
    Browse the repository at this point in the history
  2. Move to new endpoint

    polyfractal committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    d25db31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a05e07a View commit details
    Browse the repository at this point in the history
  4. Update docs

    polyfractal committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    6ef7e09 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. URL tweaks, doc fixes

    polyfractal committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    07cd4e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

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

Commits on Jul 5, 2018

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