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

Watcher: Remove cron eval CLI tool in favor of API endpoint #31685

Closed

Commits on Jun 29, 2018

  1. Watcher: Remove cron eval CLI tool in favor of API endpoint

    The cron evaluation CLI tool can just be an API. This commit
    removes the CLI tool and adds a _xpack/watcher/_croneval REST endpoint
    and its corresponding transport action.
    
    The transport action has not implemented any serialization because the
    request is always considered local and never sent across the network.
    spinscale committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    220d738 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    563761b View commit details
    Browse the repository at this point in the history
  3. Add serialization

    spinscale committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    8e7ccb8 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Configuration menu
    Copy the full SHA
    05415ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69fe7b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

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

Commits on Jul 9, 2018

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

Commits on Jul 10, 2018

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