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

Python 3 port #8

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

Python 3 port #8

wants to merge 15 commits into from

Commits on Mar 23, 2021

  1. Made install with pip3 work

    - Does not fix any of the web-app for Python3.
    - Fixed some blank lines/trailing whitespace as well.
    
    Squashed commit of the following:
    
    commit 64d0835
    Author: dr. Ian FitzPatrick <[email protected]>
    Date:   Sat Jul 11 14:50:31 2020 +0200
    
        added re dependency
    
    commit e116545
    Author: dr. Ian FitzPatrick <[email protected]>
    Date:   Sat Jul 11 14:49:19 2020 +0200
    
        added back find_version
    
    commit e14e300
    Author: dr. Ian FitzPatrick <[email protected]>
    Date:   Sat Jul 11 14:48:24 2020 +0200
    
        fix missing version
    
    commit e8f101e
    Author: dr. Ian FitzPatrick <[email protected]>
    Date:   Sat Jul 11 14:47:19 2020 +0200
    
        added new minimal setup.py -- WIP
    
    commit f2c5067
    Author: dr. Ian FitzPatrick <[email protected]>
    Date:   Sat Jul 11 14:36:31 2020 +0200
    
        automatic conversion using 2to3
    dotmpe committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    ccae67a View commit details
    Browse the repository at this point in the history
  2. Made run with dev server

    dotmpe committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    0bbd891 View commit details
    Browse the repository at this point in the history
  3. Updated README>install a bit

    dotmpe committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    83e806e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4979d5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cae72e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f37c81b View commit details
    Browse the repository at this point in the history
  7. Fixed encoding for bookdb

    dotmpe committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    1e6f097 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    222d140 View commit details
    Browse the repository at this point in the history
  2. Tasks

    dotmpe committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    644de9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d92a6db View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Fixed download links

    dotmpe committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    a770bcb View commit details
    Browse the repository at this point in the history
  2. Fixed graph renderer link

    dotmpe committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    4fbe4db View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Before/after now run--again(?) (fixes EXECUTION-TIME)

    Hooks where not called because blueprints are registered under third
    blueprint.
    
    Commit fixes task:
    2021-03-24 FIXME: endpoint.{before,after}_request do not seem to be called with newer Flask?
    dotmpe committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    465d429 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ffbb1d View commit details
    Browse the repository at this point in the history
  3. Docs, tasks

    dotmpe committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    3447977 View commit details
    Browse the repository at this point in the history