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

python3 conversion, url checking methods #1

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

Commits on Feb 17, 2019

  1. Configuration menu
    Copy the full SHA
    9dfa126 View commit details
    Browse the repository at this point in the history
  2. more python3 fixes

    eapearson committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    34624cb View commit details
    Browse the repository at this point in the history
  3. a few stragglers...

    eapearson committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    049c3ed View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. add methods for checking image and html urls; refactored tests into o…

    …ne file/class per method
    eapearson committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    43a99c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. add timeout to url checkers

    eapearson committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    d500d53 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. updating docs

    eapearson committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    0feef92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5320c30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05b95a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. fix tests for url checks

    - add ssl cert generation
    - add option to disable ssl verification
    - disable ssl warnings in test
    - add testing web server
    eapearson committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    ce88250 View commit details
    Browse the repository at this point in the history
  2. add compile back to install

    eapearson committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    a9804ef View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from eapearson/master

    Improve tests for url checks
    eapearson authored Mar 22, 2019
    Configuration menu
    Copy the full SHA
    721223a View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. use legacy chown

    eapearson committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    2f2473e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from eapearson/master

    use legacy chown
    eapearson authored Mar 29, 2019
    Configuration menu
    Copy the full SHA
    98c3581 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99ca5d1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from eapearson/master

    remove config validation of mongo settings
    eapearson authored Mar 29, 2019
    Configuration menu
    Copy the full SHA
    dbf59d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

  1. remove all alert functionality and adjust tests

    - add test cases
    eapearson committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    453beba View commit details
    Browse the repository at this point in the history
  2. tweak readme

    eapearson committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    6b30e3c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from eapearson/master

    remove alerts
    eapearson authored Mar 30, 2019
    Configuration menu
    Copy the full SHA
    7fd7fb5 View commit details
    Browse the repository at this point in the history
  4. handle redirect (301, 302)

    eapearson committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    28ffd7d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5 from eapearson/master

    handle redirect (301, 302)
    eapearson authored Mar 30, 2019
    Configuration menu
    Copy the full SHA
    f42a54f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    7b35899 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b08fa7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50ddbb7 View commit details
    Browse the repository at this point in the history
  4. add support for user-agent header

    - necessary to have for lbl sites which throw a 403 without a user-agent string
    - generates meaningful one, though, to be nice
    -accompanying tests
    eapearson committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    a753d7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    438d623 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6 from eapearson/master

    Add support for sending user-agent string to address lbl's new requirement that it be present
    eapearson authored Sep 25, 2020
    Configuration menu
    Copy the full SHA
    6a45e8e View commit details
    Browse the repository at this point in the history