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

move dns checking to dedicated class and add concurrency #92

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Jun 17, 2021

  1. lint file

    nicolas.sassi committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    2075e99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8aefa2 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

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

Commits on Jun 20, 2021

  1. add Pebble as dependency

    nicolas.sassi committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    03516f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. import DNSCheck on init

    nicolas.sassi committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    6a5434d View commit details
    Browse the repository at this point in the history
  2. fix setting values to properties

    nicolas.sassi committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    aedc73c View commit details
    Browse the repository at this point in the history
  3. import DNSCheck and lint

    nicolas.sassi committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    e623d8d View commit details
    Browse the repository at this point in the history
  4. use socket from dns_check

    nicolas.sassi committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    82aaeab View commit details
    Browse the repository at this point in the history
  5. fix tests to use socket from checker module

    nicolas.sassi committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    befaefa View commit details
    Browse the repository at this point in the history
  6. improve docs and return list of hosts instead of bool

    nicolas.sassi committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    518374b View commit details
    Browse the repository at this point in the history
  7. make function complete_url public and reimplement dns_check in abstra…

    …ct functions
    nicolas.sassi committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    7214188 View commit details
    Browse the repository at this point in the history