Hayden
4c594a48dc
wip: pagination-repository ( #1316 )
...
* bump mypy
* add pagination + refactor generic repo
* add pagination test
* remove all query object
2022-05-30 10:30:54 -08:00
Hayden
68f7efc177
fix #1144 ( #1207 )
...
* fix #1144
* fix type checks
* refactor test routes package
* fix #1208
* unify test routes into module
2022-05-07 20:08:04 -08:00
Hayden
3c2744a3da
improve developer tooling (backend) ( #1051 )
...
* add basic pre-commit file
* add flake8
* add isort
* add pep585-upgrade (typing upgrades)
* use namespace for import
* add mypy
* update ci for backend
* flake8 scope
* fix version format
* update makefile
* disable strict option (temporary)
* fix mypy issues
* upgrade type hints (pre-commit)
* add vscode typing check
* add types to dev deps
* remote container draft
* update setup script
* update compose version
* run setup on create
* dev containers update
* remove unused pages
* update setup tips
* expose ports
* Update pre-commit to include flask8-print (#1053 )
* Add in flake8-print to pre-commit
* pin version of flake8-print
* formatting
* update getting strated docs
* add mypy to pre-commit
* purge .mypy_cache on clean
* drop mypy
Co-authored-by: zackbcom <zackbcom@users.noreply.github.com >
2022-03-15 15:01:56 -08:00
Matthias Bilger
e109391e9a
Added validators for users and recipes ( #1052 )
...
* Added validators for users and recipes
provide a simple get api, allowing to test for existence of
- user by username
- recipe by slug
- group by name (not tested yet)
* updated formatting
* Use group_id+slug for recipes, use ValidationRespone
* Fixed Flake8 errors and warnings
* add missing field for TestUser init
2022-03-15 14:28:42 -08:00
Hayden
74e13682cb
Refactor/define repository layer ( #883 )
...
* move data access layer
* rename dal -> repo
2021-12-18 20:52:36 -09:00