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

Add API for resetting state of a SystemIndexPlugin #69469

Merged
merged 33 commits into from
Mar 17, 2021

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    77adad6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a55d99 View commit details
    Browse the repository at this point in the history
  3. Improve unit test

    williamrandolph committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    51c8f8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    581cd0a View commit details
    Browse the repository at this point in the history
  5. License changes

    williamrandolph committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    d6fa39c View commit details
    Browse the repository at this point in the history
  6. Use a HandledTransportAction for reset action

    My initial cut used a TransportMasterNodeAction, which requires code
    that carefully manipulates cluster state. At least for the first cut and
    testing, it seems like it will be much easier to use a client within a
    HandledTransportAction, which effectively makes the
    TransportResetFeatureStateAction a class that dispatches other transport
    actions to do the real work. This could leave cleanup vulnerable to
    interference from other actions, e.g., indices deleted between lookup
    and deletion actions, but I can try to tighten that up at a later stage
    if I need to.
    williamrandolph committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    ca50e12 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf5c86a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88ec70d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb03955 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c5e82bc View commit details
    Browse the repository at this point in the history
  11. Rename inner class

    williamrandolph committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    8cafd70 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e2af327 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1e4c3bd View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    7b6c663 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    237bc63 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    02a5937 View commit details
    Browse the repository at this point in the history
  2. ML feature state cleaner

    gwbrown committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    83817e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

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

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    b9b1833 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c7d174 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db50f4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6544c25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a61cf38 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

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

Commits on Mar 4, 2021

  1. Merge branch 'si/reset-features-api' of github.com:williamrandolph/el…

    …asticsearch into si/reset-features-api
    williamrandolph committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    76febcf View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

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

Commits on Mar 10, 2021

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

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    b05ec26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d07d8c6 View commit details
    Browse the repository at this point in the history
  3. Change _features/reset path to _features/_reset

    Out of an abundance of caution, I think the "reset" part of this path
    should have a leading underscore, so that if there's ever a reason to
    implement "GET _features/<feature_id>" we won't have to worry about
    distinguishing "reset" from a feature name.
    williamrandolph committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    746f43c View commit details
    Browse the repository at this point in the history
  4. Checkstyle fixes

    williamrandolph committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    8c97adb View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

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