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

Provide a single option to disable all network access and testing. #2708

Merged
merged 6 commits into from
Jun 12, 2023

Commits on Jun 10, 2023

  1. Provide a single option to disable all network access and testing.

    Add the option "--disable-network-access" (automake)
    or "-DENABLE_NETWORK_ACCESS=OFF" (cmake).
    When disabled, this option transitively disables all
    network access capabilities and testing.
    If set, this option implies the following:
    * --disable-dap
    * --disable-byterange
    * --disable-s3
    
    This PR answers a request for a feature from Ed Hartnett.
    
    ## Misc. Other changes
    * Take the opportunity to clean up some old, unused options;
    e.g. --enable-multifilters.
    * Fix bug in using S3 urls.
    DennisHeimbigner committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    cdbf049 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Update release notes

    DennisHeimbigner committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    f6ebbb0 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    2ac9239 View commit details
    Browse the repository at this point in the history
  2. Changed my mind about the #define. We are still using has_multifilter…

    …s in nc-config, and I can see where people might want to use this define to write code that works with modern and older versions of netCDF.
    WardF committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    8b90ffa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67c1192 View commit details
    Browse the repository at this point in the history
  4. Change the network access nomenclature to be less ambiguous. As it st…

    …ood, did it refer to networked drives? Other things that are network adjacent?
    WardF committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    8c8c10e View commit details
    Browse the repository at this point in the history