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

Added url validation for starting with http, https #20

Merged
merged 13 commits into from
Feb 22, 2022

Commits on Feb 8, 2022

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

Commits on Feb 9, 2022

  1. Update with IQM url validation change

    Added server url validation, ClientConfigurationError Exception
    WingCode committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    f5324a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Cleaner changelog

    Refactor changelog for cleaner statement from review
    
    Co-authored-by: Hayk Sargsyan <52532457+hay-k@users.noreply.github.com>
    WingCode and hay-k committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    1dfaa56 View commit details
    Browse the repository at this point in the history
  2. Improved url schema check, descriptive exception

    Improved url schema check with "http:", "https:" and better exception message from review
    
    Co-authored-by: Hayk Sargsyan <52532457+hay-k@users.noreply.github.com>
    WingCode and hay-k committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    32e7966 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. Added test cases for base_url validation

    WingCode committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    880c7fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98becb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Fix PEP-8 standard empty line

    Added empty line at end of file to comply with PEP 8 standard
    
    Co-authored-by: Hayk Sargsyan <52532457+hay-k@users.noreply.github.com>
    WingCode and hay-k committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    418dff7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    579c729 View commit details
    Browse the repository at this point in the history
  3. Update test_iqm_client.py

    hay-k committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    c957efa View commit details
    Browse the repository at this point in the history
  4. Update iqm_client.py

    hay-k committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    8d4b03d View commit details
    Browse the repository at this point in the history
  5. Update iqm_client.py

    hay-k committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    f0ceef1 View commit details
    Browse the repository at this point in the history
  6. Update test_iqm_client.py

    hay-k committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    88fa676 View commit details
    Browse the repository at this point in the history
  7. Update test_iqm_client.py

    hay-k committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    33c460e View commit details
    Browse the repository at this point in the history