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

INGEST: Move all Pipeline State into IngestService #32617

Merged

Commits on Aug 3, 2018

  1. INGEST: Move all Pipeline State into IngestService

    * Moves all pipeline state into the ingest service
       * Retains the existing pipeline store and pipeline execution service as inner classes to make the review easier, they should be flattened out in the next step
       * All tests for these classes were copied (and adapted) to the ingest service tests
    * This is a refactoring step to enable a clean implementation of a pipeline processor (See elastic#32473)
    original-brownbear committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    982ebe3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Configuration menu
    Copy the full SHA
    20b7544 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d633c3a View commit details
    Browse the repository at this point in the history
  3. fix test

    original-brownbear committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    bf6a221 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b677a67 View commit details
    Browse the repository at this point in the history