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

Replace required pipeline with final pipeline #49470

Merged
merged 6 commits into from
Nov 22, 2019

Commits on Nov 21, 2019

  1. Replace required pipeline with final pipeline

    This commit enhances the required pipeline functionality by changing it
    so that default/request pipelines can also be executed, but the required
    pipeline is always executed last. This gives users the flexibility to
    execute their own indexing pipelines, but also ensure that any required
    pipelines are also executed. Since such pipelines are executed last, we
    change the name of required pipelines to final pipelines.
    jasontedor committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    df51845 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Fix imports

    jasontedor committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    6502198 View commit details
    Browse the repository at this point in the history
  2. Remove accidental file

    jasontedor committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    21064fe View commit details
    Browse the repository at this point in the history
  3. Fix tests

    jasontedor committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    3814601 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    jasontedor committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    07c6ca9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d383ee3 View commit details
    Browse the repository at this point in the history