mealie/tests
Hayden 476aefeeb0
refactor(backend): ♻️ cleanup HTTP service classes and remove database singleton (#687)
* refactor(backend): ♻️ cleanup duplicate code in http services

* refactor(backend): ♻️ refactor database away from singleton design

removed the database single and instead injected the session into a new Database class that is created during each request life-cycle. Now sessions no longer need to be passed into each method on the database

All tests pass, but there are likely some hidden breaking changes that were not discovered.

* fix venv

* disable venv cache

* fix install script

* bump poetry version

* postgres fixes

* revert install

* fix db initialization for postgres

* add postgres to docker

* refactor(backend): ♻️ cleanup unused and duplicate code in http services

* refactor(backend): remove sessions from arguments

* refactor(backend): ♻️ convert units and ingredients to use http service class

* test(backend):  add unit and food tests

* lint

* update tags

* re-enable cache

* fix missing fraction in db

* fix lint

Co-authored-by: hay-kot <hay-kot@pm.me>
2021-09-19 15:31:34 -08:00
..
data feature/additional-db (#371) 2021-05-01 13:35:57 -08:00
integration_tests refactor(backend): ♻️ cleanup HTTP service classes and remove database singleton (#687) 2021-09-19 15:31:34 -08:00
unit_tests feat(backend): rewrite mealplanner with simple api (#683) 2021-09-12 11:05:09 -08:00
utils refactor(backend): ♻️ cleanup HTTP service classes and remove database singleton (#687) 2021-09-19 15:31:34 -08:00
__init__.py v0.4.0 (#236) 2021-03-31 07:20:35 -08:00
app_routes.py [Feat] Migrate from Pages to Cookbooks (#664) 2021-08-31 18:51:34 -08:00
conftest.py feat(backend): start multi-tenant support (WIP) (#680) 2021-09-09 08:51:29 -08:00
pre_test.py feature/additional-db (#371) 2021-05-01 13:35:57 -08:00
test_config.py v0.4.0 (#236) 2021-03-31 07:20:35 -08:00