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

Updates for Python 3 #722

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

Updates for Python 3 #722

wants to merge 21 commits into from

Commits on Jul 9, 2023

  1. Updates for Python 3

    Upgrades code to be Python 3 compatible. Initial port using 2to3,
    then incremental pass over the code to correct issues discovered with
    failing unit tests. Also brought all Python requirements up to their
    latest version. Moved a copy of torndb (no long maintained) into
    the repository with a few updates for Python 3.
    
    Plan is to release this against a Ubutnu 22.04 LTS host and base
    Docker image for web/worker instances.
    
    This update also uses the latest nginx server, version 1.25.1.
    bradchoate committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    fc89b5d View commit details
    Browse the repository at this point in the history
  2. Updates for build process

    bradchoate committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    7075b5a View commit details
    Browse the repository at this point in the history
  3. Updating README

    bradchoate committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    48fc89a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17c3de7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    772fa58 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    ba6ec28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc2dc8a View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Merge pull request #723 from dphiffer/picker-alt-text

    Picker alt text
    jessamynwest authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    f01ee78 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

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

Commits on Jul 23, 2023

  1. Additional upgrades

    * Upgrades boto to boto3
    * Some improvements to tests for reusing the database connection
    * Disabling tornado logging by default
    * Relocated fakes3 Dockerfile into project
    bradchoate committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    b9a8486 View commit details
    Browse the repository at this point in the history
  2. Buildkite updates

    bradchoate committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    4273ac1 View commit details
    Browse the repository at this point in the history
  3. Buildkite updates

    bradchoate committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    a0700cd View commit details
    Browse the repository at this point in the history
  4. Buildkite updates

    bradchoate committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    2ce06d4 View commit details
    Browse the repository at this point in the history
  5. Buildkite updates

    bradchoate committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    4f7e10b View commit details
    Browse the repository at this point in the history
  6. Buildkite updates

    bradchoate committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    7680ca6 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Buildkite updates

    bradchoate committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    c964783 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Updates to Buildkite steps

    bradchoate committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    79998d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9cea5a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    f62f704 View commit details
    Browse the repository at this point in the history
  2. Updates for python 3

    bradchoate committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    60d82dd View commit details
    Browse the repository at this point in the history
  3. Requirement updates

    bradchoate committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    f7942db View commit details
    Browse the repository at this point in the history