Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

agent/backend: use *_PROXY environment variables proxy settings #14

Merged
merged 4 commits into from Jan 23, 2019

Commits on Jan 23, 2019

  1. agent/backend: use *_PROXY environment variables proxy settings

    Take into account `{HTTPS,HTTP,NO}_PROXY` environment variables (and their
    lowercase alternatives) when `SQREEN_PROXY` is not set. This way, the system's
    configuration is taken into account when defined.
    
    Users not yet using proxies and not willing to impact their normal http requests
    can just use `SQREEN_PROXY` to explicitly tell the agent to use a given proxy.
    Julio-Guerra committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    308bc34 View commit details
    Browse the repository at this point in the history
  2. agent/backend: testify client tests

    Replace ginkgo by testify for easier testing (scopes are clearer, parallelism is
    easier to control, using Go's helpers is easier, etc.).
    Julio-Guerra committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    632275a View commit details
    Browse the repository at this point in the history
  3. Makefile: verbose vendoring

    To debug jenkins fail.
    Julio-Guerra committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    65fecac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    440c677 View commit details
    Browse the repository at this point in the history