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

Migrate to Python3 #70

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open

Migrate to Python3 #70

wants to merge 25 commits into from

Commits on Mar 23, 2023

  1. Start porting to Python 3.6

    frankheider authored and Papoteur committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    4566ecb View commit details
    Browse the repository at this point in the history
  2. More steps towards Python 3

    amotl authored and Papoteur committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    00bd74b View commit details
    Browse the repository at this point in the history
  3. No need to manually encode form fields with "mechanize" anymore

    amotl authored and Papoteur committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    025559a View commit details
    Browse the repository at this point in the history
  4. Use python3 only in Makefile

    Papoteur committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a95d0a8 View commit details
    Browse the repository at this point in the history
  5. Switch to xlrd3

    Papoteur committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    414b991 View commit details
    Browse the repository at this point in the history
  6. fix usage of iterator not working on element

    Papoteur committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    9cbddfc View commit details
    Browse the repository at this point in the history
  7. Sync beaker_mongodb.py with its source

    Papoteur committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    9308680 View commit details
    Browse the repository at this point in the history
  8. fix setup.py

    Papoteur committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    fa9d7b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. More Python 3 fixes

    Papoteur committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    c964d9d View commit details
    Browse the repository at this point in the history
  2. Replace Bunch with Munch

    Fix PDF export
    Papoteur committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    8664e51 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Fixes still for Python 3 migration after testing

    Papoteur committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    07deef1 View commit details
    Browse the repository at this point in the history
  2. Fixes for tests

    Papoteur committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    836fac0 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/main'

    Papoteur committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    3f81f99 View commit details
    Browse the repository at this point in the history
  4. Fix expected results within tests

    Papoteur committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    578f971 View commit details
    Browse the repository at this point in the history
  5. Update requirements

    Papoteur committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    7b8d681 View commit details
    Browse the repository at this point in the history
  6. Fix reading number file

    Papoteur committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    7fe3e9e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e075113 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/main'

    Papoteur committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    1afd298 View commit details
    Browse the repository at this point in the history
  9. Fix OPS API

    Papoteur committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    119daac View commit details
    Browse the repository at this point in the history
  10. Fix some tests on OPS API

    Papoteur committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    0eef080 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Use Python 3.8 for testing purposes

    Papoteur committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    8e31c32 View commit details
    Browse the repository at this point in the history
  2. Update Copyright year

    Papoteur committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    46d4047 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    18504d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22a2008 View commit details
    Browse the repository at this point in the history
  3. [mw] Improve reading of data source credentials from environment vars

    Before, the system would happily use empty credentials induced by CI
    when running from foreign repositories, where the GitHub secrets
    attached to the repository are not active, but the GHA workflow
    configuration still sets the environment variables - to empty values.
    amotl committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    c7af549 View commit details
    Browse the repository at this point in the history