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 Manager] Support both zip & tar archives from Registry #76197

Merged
merged 7 commits into from
Sep 1, 2020

Commits on Aug 27, 2020

  1. Quick pass at restoring support for both zip & tar

    Restored unzip functions from elastic#43764
    
    Persist the `download` value returned by EPR (e.g. `/epr/system/system-0.5.3.zip` or  `/epr/system/system-0.5.3.tar.gz`) as "archive key" for a package name/version combo.
    
    The same name&version should return the same archive. The value initially given by the registry.
    
    Based on that value, we decide which decompression to use.
    John Schulz committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    a3c303f View commit details
    Browse the repository at this point in the history
  2. Use template literal vs JSON.stringify for keygen

    John Schulz committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    e5c0e92 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

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

Commits on Sep 1, 2020

  1. Factor unzip/untar logic out to getBufferExtractor

     * Add tests for getBufferExtractor
     * Replace `[aA]rchiveKey*` with `[aA]rchiveLocation*`
    John Schulz committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    9c282d1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into support-epr-zip

    John Schulz authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    547a8e0 View commit details
    Browse the repository at this point in the history
  3. Include given name & version in error message

    John Schulz committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    50bc169 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'support-epr-zip' of github.com:jfsiii/kibana into suppo…

    …rt-epr-zip
    John Schulz committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    e4fd596 View commit details
    Browse the repository at this point in the history