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

Added http.noProxy setting which is same as NO_PROXY env variable value that is already present currently #211958

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on May 3, 2024

  1. Added http.noProxy setting which is same as NO_PROXY env variable val…

    …ue that is already present currently
    mohankumarelec committed May 3, 2024
    Configuration menu
    Copy the full SHA
    c2506ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9457006 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98aed7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efcc31d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ffd3d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ef7b3b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

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

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    9cd2bf8 View commit details
    Browse the repository at this point in the history
  2. Updated no_proxy from string type to list of string

    mohankumarelec committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b25a54f View commit details
    Browse the repository at this point in the history
  3. Fixed typo from type object to type string

    mohankumarelec committed May 8, 2024
    Configuration menu
    Copy the full SHA
    61cee90 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

Commits on May 14, 2024

  1. Updated NO_PROXY settings with changes

    mohankumarelec committed May 14, 2024
    Configuration menu
    Copy the full SHA
    edabe55 View commit details
    Browse the repository at this point in the history
  2. Updated the no_proxy to set env variable from configuration

    mohankumarelec committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d5b1217 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78c70e0 View commit details
    Browse the repository at this point in the history