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

Cumulus 748 #409

Merged
merged 15 commits into from
Jul 5, 2018
Merged

Cumulus 748 #409

merged 15 commits into from
Jul 5, 2018

Commits on Jun 29, 2018

  1. Add zip archive validation method to zipLambda

    We need to be sure there isn't an invalid package file left over
    from a previous aborted kes run - as the hash is generated and
    written as the filestream is opened in kes.utils.zip, and
    kes is capable of async calling process.exit, it's possible
    to have truncated/0 byte zip files.  This validator ensures
    that the file is a legitimate zip archive in addition to
    a matching hash filename.
    Jkovarik committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    d72fa12 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    Jkovarik committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    b45a71c View commit details
    Browse the repository at this point in the history
  3. Add test fixture

    Jkovarik committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    fb25317 View commit details
    Browse the repository at this point in the history
  4. Fix CHANGELOG

    Jkovarik committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    5000f71 View commit details
    Browse the repository at this point in the history
  5. Updating ratchet

    This is a fairly large number, however that seems to also
    be the case on master
    Jkovarik committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    aa3fa57 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Address PR commentary -

    Jkovarik committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    7fe3b38 View commit details
    Browse the repository at this point in the history
  2. re-ratchet post PR changes

    Jkovarik committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    56b83fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97f2c7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd789e0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into CUMULUS-748

    Alireza committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    c9fb6f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6cd99a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49a48ea View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. CUMULUS-748 PR feedback changes

    Marc Huffnagle committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    c77310d View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Marc committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    bb3973b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #422 from cumulus-nasa/CUMULUS-748-marc

    Marc's final feedback on CUMULUS-748
    Jkovarik committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    3467547 View commit details
    Browse the repository at this point in the history