gertty/gertty
Nate Johnston ad414c8410 Support SQL Alchemy 2.0
Running gertty on a more modern OS like Fedora 38, you get the following
error:

sqlalchemy.exc.InvalidRequestError: The 'sqlalchemy.orm.mapper()'
function is removed as of SQLAlchemy 2.0. Use the
'sqlalchemy.orm.registry.map_imperatively()` method of the
``sqlalchemy.orm.registry`` class to perform classical mapping.

This updates Gertty to accomodate the changes in SQL Alchemy 2.0.

Change-Id: I793e997d767c8419a0baaac9a074d6997b834a7c
2023-11-16 09:53:38 -05:00
..
alembic Add WIP support 2020-12-18 11:02:33 -08:00
search Add support for searching for hashtags 2021-03-01 14:45:16 -08:00
view More skip patchset-level comments in diff view 2021-10-12 19:48:03 +00:00
__init__.py Initial commit 2014-04-29 16:28:49 -07:00
alembic.ini Use alembic 2014-05-07 21:35:07 -04:00
app.py Correctly locate cursor in hypertext widgets 2021-10-01 09:26:22 -07:00
auth.py Use urlparse from six for python 3 compat 2016-09-20 01:47:48 -07:00
commentlink.py Allow gertty to run in Py3K environments 2016-01-15 09:10:31 -08:00
config.py Add version specific changes for git-url 2020-11-23 15:58:23 -07:00
db.py Support SQL Alchemy 2.0 2023-11-16 09:53:38 -05:00
dbsupport.py Attach comments to files 2015-05-27 08:34:04 -07:00
gitrepo.py Handle binary data in diffs 2020-02-20 09:45:34 -08:00
keymap.py Add WIP support 2020-12-18 11:02:33 -08:00
mywid.py Make TextButtons have a cursor 2021-10-08 18:12:51 -07:00
palette.py Highlight WIP state in change view 2021-03-26 07:44:48 -07:00
requestsexceptions.py Handle SNIMissingWarning requests exception 2016-05-11 11:37:19 -07:00
sync.py Add WIP support 2020-12-18 11:02:33 -08:00
version.py Add user-agent and version 2014-08-30 14:55:53 -07:00