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

1.7.2 merge into develop #43

Merged
merged 16 commits into from
Feb 2, 2022
Merged

1.7.2 merge into develop #43

merged 16 commits into from
Feb 2, 2022

Commits on Nov 12, 2021

  1. Don't consume all arguments after --extensions

    This behavior is now more like other utilities where specifying the flag
    multiple times extends the value of the argument.  For example,
        -e '.nc .h5 .zip'
    becomes
        -e '.nc' -e '.h5' -e '.zip'
    
    This is less fragile for the user and possibly less confusing how the
    argument should be formatted on the command line.
    sappjw-noaa committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    8ee0eb5 View commit details
    Browse the repository at this point in the history
  2. Add ability to execute arbitrary commands on each downloaded file

    I did it this way so each file could be compressed without hard-coding
    the compression algorithm. But I could see this being used to run a
    pre-processing script on each downloaded file.
    sappjw-noaa committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    fcacde0 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Merge pull request #30 from sappjw/extensions-change

    Don't consume all arguments after --extensions
    mike-gangl authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    764e1db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90e49ad View commit details
    Browse the repository at this point in the history
  3. force 'action'

    mgangl committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    80f8368 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25a7eff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cca2dd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #31 from sappjw/process-cmd

    Add ability to execute arbitrary commands on each downloaded file
    mike-gangl authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    2d17e05 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9daf76 View commit details
    Browse the repository at this point in the history
  8. fix for #28

    mike-gangl committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    481c3da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    531d168 View commit details
    Browse the repository at this point in the history
  10. updated CHANGELOG

    mike-gangl committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    07c7787 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Issue 33 (#35)

    * Develop (#32)
    
    * Don't consume all arguments after --extensions
    
    This behavior is now more like other utilities where specifying the flag
    multiple times extends the value of the argument.  For example,
        -e '.nc .h5 .zip'
    becomes
        -e '.nc' -e '.h5' -e '.zip'
    
    This is less fragile for the user and possibly less confusing how the
    argument should be formatted on the command line.
    
    * Add ability to execute arbitrary commands on each downloaded file
    
    I did it this way so each file could be compressed without hard-coding
    the compression algorithm. But I could see this being used to run a
    pre-processing script on each downloaded file.
    
    * updated README and tests for additive -e examples
    
    * force 'action'
    
    * merged code for extensions, process call, and updated documentation
    
    * fix for #28
    
    * updated CHANGELOG
    
    Co-authored-by: Joe Sapp <joe.sapp@noaa.gov>
    Co-authored-by: mgangl <mike.gangl@gmail.com>
    
    * closes #33
    added 'files to download' to non-verbose output
    
    * updated changelog
    
    Co-authored-by: Joe Sapp <joe.sapp@noaa.gov>
    Co-authored-by: mgangl <mike.gangl@gmail.com>
    3 people authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    4b4ab77 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    580539a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be7a59a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b2f7c8 View commit details
    Browse the repository at this point in the history