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

Handle providers listed with subdomains, fix test timeouts, fix task timeouts #26

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

Commits on Dec 11, 2019

  1. format code

    neilberkman committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    4d43f5d View commit details
    Browse the repository at this point in the history
  2. Handle providers listed with subdomains

    host_matches? previously would fail to match providers with URLs such
    as http://www.twitter.com/. Generalized the regex to handle subdomains.
    neilberkman committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    ef8a81c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

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

Commits on Nov 30, 2020

  1. Update some dependencies

    neilberkman committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    a1ae86d View commit details
    Browse the repository at this point in the history
  2. Fix Floki warning

    neilberkman committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    53e731d View commit details
    Browse the repository at this point in the history
  3. Fix deprecation warning

    neilberkman committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    57b7978 View commit details
    Browse the repository at this point in the history