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

Add support for blacklisting hosts to the HTTP runner #4757

Merged
merged 5 commits into from
Aug 8, 2019

Commits on Aug 6, 2019

  1. Add support for blacklisting hosts to the HTTP runner by adding new

    "hosts_blacklist" runner attribute.
    Kami committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    cd5fb03 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Rename existing runner parameter from "hosts_blacklist" to

    "url_hosts_blacklist" and also add support for whitelist approach using
    "url_hosts_whitelist" runner parameter.
    Kami committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    07a5fac View commit details
    Browse the repository at this point in the history
  2. Add changelog entry.

    Kami committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    c074677 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Configuration menu
    Copy the full SHA
    c07f6d6 View commit details
    Browse the repository at this point in the history
  2. Add some additional test cases for HttpRunner class itself.

    Previously we don't had test cases for HTTPClient class, but not the
    actual runner.
    Kami committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    25b43cb View commit details
    Browse the repository at this point in the history