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

[backport 7.10] fix delete and recreate pipeline with same pipeline ID and config string #12432

Merged
merged 2 commits into from
Nov 11, 2020

Commits on Nov 11, 2020

  1. hash function of pipeline config with metadata (elastic#12389)

    add metadata in the hash function
    
    Fixed elastic#12387
    kaisecheng committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    96074d6 View commit details
    Browse the repository at this point in the history
  2. delete pipeline in registry (elastic#12414)

    deletes the pipeline in the pipelines_registry if it is terminated and is removed in the source
    
    Fixed: elastic#12414
    kaisecheng committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    c0c598f View commit details
    Browse the repository at this point in the history