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

Refresh the development enviroment, care about missed "verify_ssl_cert=True" and stabilize/fix doctests in "https.txt" #397

Merged
merged 3 commits into from
Mar 25, 2021

Commits on Mar 25, 2021

  1. Refresh the development enviroment

    When using Python 3.9, setting up the development environment croaked.
    Because "bootstrap.py" was a workaround in pre-pip times, this patch
    completely gets rid of it.
    
    At the same time, it modernizes some more dependency definitions and
    improves the developer guide.
    amotl committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    2e5f0ab View commit details
    Browse the repository at this point in the history
  2. Use "verify_ssl_cert=True" as a default on the CrateDB HTTP client

    Recently, this has been made a default on the CrateDB connection
    object, but apparently it has been missed to also flip the switch on
    this end.
    
    Also, adjust the respective doctests accordingly.
    amotl committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    4f0b3a7 View commit details
    Browse the repository at this point in the history
  3. Improve HTTPS connection tests

    amotl committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    9d309e1 View commit details
    Browse the repository at this point in the history