No description
This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 98%
  • Mako 1.3%
  • Dockerfile 0.7%
Find a file
Chris Pressland 8fa34734b1
All checks were successful
ci / test (push) Successful in 58s
ci / release_staging (push) Has been skipped
ci / release (production) (push) Has been skipped
ci / release (staging) (push) Has been skipped
Add auth for Azure DevOps
2024-04-24 16:37:12 +03:00
.github/workflows Fix oops 2024-03-14 12:29:52 +02:00
alembic Fix a sqlalchemy connection issue 2022-10-05 22:50:46 +01:00
app bump up version 2024-03-14 12:29:52 +02:00
.coveragerc Improve database connection resilience 2019-10-28 17:33:20 +00:00
.gitignore Migration to Bink Ubuntu 2020-06-29 10:05:29 +01:00
alembic.ini refactor tests and alembic settings 2015-09-14 16:08:22 +01:00
Dockerfile Remove Linkerd from Dockerfile, Update CI 2024-03-13 17:52:11 +02:00
Pipfile dependabot requested updates 2024-03-14 12:29:52 +02:00
Pipfile.lock dependabot requested updates 2024-03-14 12:29:52 +02:00
README.md Python 3.10, Remove Unused Libs, Upgrade to Flask 2.0 2022-10-05 22:17:17 +01:00
renovate.json Add auth for Azure DevOps 2024-04-24 16:37:12 +03:00
settings.py dependabot requested updates 2024-03-14 12:29:52 +02:00
setup.py Updated dependencies 2021-09-09 17:19:26 +00:00
tox.ini Python 3.10, Remove Unused Libs, Upgrade to Flask 2.0 2022-10-05 22:17:17 +01:00
wsgi.py add flake8 2015-11-19 11:40:32 +00:00

Hades

Persistence service for transactions and balances.

Database migrations

  • adjust the model

    $ alembic revision --autogenerate $ alembic upgrade head