Hayden
c9852daf0e
chore: bump fastapi and recipes-scrapers ( #2765 )
2023-11-27 08:13:48 -09:00
FelicixAwe
79796ce4c2
chore: update recipe-scrapers version to the latest ( #2651 )
2023-10-17 17:14:25 +00:00
Hayden
db021023fb
chore:bump dependencies and fix errors ( #2601 )
...
* bump dependencies and fix errors
* fix depreciated arg
* properly handle validation errors
2023-10-07 13:02:15 -08:00
Michael Genson
2dfbe9f08d
feat: Improved Ingredient Matching ( #2535 )
...
* added normalization to foods and units
* changed search to reference new normalized fields
* fix tests
* added parsed food matching to backend
* prevent pagination from ordering when searching
* added extra fuzzy matching to sqlite ing matching
* added tests
* only apply search ordering when order_by is null
* enabled post-search fuzzy matching for postgres
* fixed postgres fuzzy search test
* idk why this is failing
* 🤦
* simplified frontend ing matching
and restored automatic unit creation
* tightened food fuzzy threshold
* change to rapidfuzz
* sped up fuzzy matching with process
* fixed units not matching by abbreviation
* fast return for exact matches
* replace db searching with pure fuzz
* added fuzzy normalization
* tightened unit fuzzy matching thresh
* cleaned up comments/var names
* ran matching logic through the dryer
* oops
* simplified order by application logic
2023-09-15 17:19:34 +00:00
Hayden
c60c63852b
chore: bump deps ( #2513 )
...
* bump dependencies
* run code-generator
* add direct dependency to text-unidecode
* fix dev dependencies group
2023-08-20 16:09:13 -08:00
Michael Genson
e55258c5be
fx: Nextcloud migration fails to parse null times ( #2485 )
...
* support null or custom strings
* made time parsing more robust using isodate
* bark bark
2023-08-09 18:52:49 -08:00
Michael Genson
c86406e027
fix: Omni Container /docs Proxy and PyYaml dependency ( #2457 )
...
* upgrade pyyaml to ^6.0.1
* add proxy routes for docs
2023-07-23 09:53:45 -08:00
Hayden
23786c1f5e
bump ruff and do fixes ( #2375 )
2023-05-05 14:43:23 -08:00
renovate[bot]
29956142e1
chore(deps): update dependency pytest-asyncio to ^0.21.0 ( #2290 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-04 11:28:30 -08:00
renovate[bot]
027fcbdcef
fix(deps): update dependency uvicorn to ^0.21.0 ( #2233 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-24 08:32:24 -08:00
Michael Genson
50f50b2b9a
Chore: Dev Container Settings ( #2253 )
...
* add isort line length to match black
* format settings
* disable formatting for vue files
2023-03-23 09:22:06 -08:00
renovate[bot]
f206583150
fix(deps): update dependency python-multipart to ^0.0.6 ( #2198 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-23 09:20:50 -08:00
renovate[bot]
6b63c751b1
fix(deps): update dependency fastapi to ^0.95.0 ( #2217 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-21 11:44:48 -08:00
Michael Genson
3118b0e423
feat: Migrate from Copy Me That ( #2212 )
...
* implemented copymethat migration
* added migration tree
* added translation support
* genericized example jpgs
* added test data
* fixed test archive
* switched recipe create to service
added test for timeline event creation
* linting
* lxml go brrr
2023-03-12 12:37:24 -08:00
renovate[bot]
796dcd9995
fix(deps): update dependency python-dotenv to v1 ( #2170 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-26 10:13:10 -09:00
Hayden
39012adcc1
chore: remove ignore with match statement support ( #2175 )
2023-02-24 19:13:16 -09:00
renovate[bot]
076410071c
chore(deps): update dependency ruff to ^0.0.252 ( #2155 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-23 09:30:02 -09:00
renovate[bot]
0a54285674
fix(deps): update dependency fastapi to ^0.92.0 ( #2128 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-19 15:48:33 -09:00
renovate[bot]
8e43fc6848
chore(deps): update dependency ruff to ^0.0.247 ( #2125 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-19 15:32:55 -09:00
renovate[bot]
7fe74cf997
fix(deps): update dependency aiofiles to v23 ( #2108 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-11 10:41:08 -09:00
renovate[bot]
f9ba7711ec
fix(deps): update dependency fastapi to ^0.91.0 ( #2106 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-11 10:21:56 -09:00
renovate[bot]
92662b3780
chore(deps): update dependency mypy to v1 ( #2101 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-11 10:11:25 -09:00
Hayden
9e77a9f367
prs-fleshgolem-2070: feat: sqlalchemy 2.0 ( #2096 )
...
* upgrade sqlalchemy to 2.0
* rewrite all db models to sqla 2.0 mapping api
* fix some importing and typing weirdness
* fix types of a lot of nullable columns
* remove get_ref methods
* fix issues found by tests
* rewrite all queries in repository_recipe to 2.0 style
* rewrite all repository queries to 2.0 api
* rewrite all remaining queries to 2.0 api
* remove now-unneeded __allow_unmapped__ flag
* remove and fix some unneeded cases of "# type: ignore"
* fix formatting
* bump black version
* run black
* can this please be the last one. okay. just. okay.
* fix repository errors
* remove return
* drop open API validator
---------
Co-authored-by: Sören Busch <fleshgolem@gmx.net >
2023-02-06 18:43:12 -09:00
Hayden
f3a26f864d
chore: update linters ( #2095 )
...
* update deps
* ruff auto-fixes
* refactor match statements where possible
2023-02-05 09:51:44 -09:00
renovate[bot]
28d24875a3
fix(deps): update dependency python-slugify to v8 ( #2069 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-28 16:06:27 -09:00
renovate[bot]
ed797ef8b2
chore(deps): update dependency ruff to ^0.0.237 ( #2035 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-28 15:47:22 -09:00
Sören
3415a9c310
Convert scraper to use async ( #1915 )
...
* add httpx depedency for async http requests
* rework scraper strategies to download recipe html asynchronously
* rework recipe_data_service to download recipe images asynchronously
* fix recipe_parser test, so it can use async results
* fix bulk import so that it also works with async scraper
* fix broken recipe_parser tests
* Fix issues found by scanners
* Add additional checks for ingredient and instruction count in test_create_by_url
* Revert changes in test recipe_data
Since we are checking ingredients and instructions in test_create_url now, these would fail with the stored html of recipe data
* Add explicit type annotation in recipe_data_service.largest_content_len
* Fix typo in annotation
2023-01-28 15:43:27 -09:00
renovate[bot]
f1a31ce33d
chore(deps): update dependency ruff to ^0.0.221 ( #2022 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-14 09:32:56 -09:00
renovate[bot]
7d94209f3e
chore(deps): update dependency ruff to ^0.0.215 ( #1996 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-08 08:04:58 -09:00
renovate[bot]
9774f17f64
fix(deps): update dependency fastapi to ^0.89.0 ( #1997 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-07 18:22:08 -09:00
renovate[bot]
fd71352a1b
chore(deps): update dependency mkdocs-material to v9 ( #1974 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-06 21:47:29 -09:00
renovate[bot]
e1bc009faf
chore(deps): update dependency ruff to ^0.0.212 ( #1987 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-06 21:41:10 -09:00
renovate[bot]
3b8684265b
chore(deps): update dependency ruff to ^0.0.210 ( #1985 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-04 11:33:30 -09:00
renovate[bot]
fcf680fe0b
chore(deps): update dependency ruff to ^0.0.209 ( #1975 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-03 16:53:06 -09:00
renovate[bot]
ab13e8e42e
fix(deps): update dependency aniso8601 to v9 ( #1971 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-01 15:44:19 -09:00
renovate[bot]
0700220418
fix(deps): update dependency python-slugify to v7 ( #1972 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-01 14:07:01 -09:00
Hayden
4d5550ad85
chore: mypy, ruff, extract, openapi, and recipes-scraper updates ( #1968 )
...
* bump ruff and mypy
* mypy fixes
* bump and fix openapi
* drop debug statement
* bump extruct
* bump recipes-scrapers
2023-01-01 13:47:27 -09:00
renovate[bot]
51cc034ef9
chore(deps): update dependency coverage to v7 ( #1959 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-01 11:53:51 -09:00
renovate[bot]
a71067e3ec
chore(deps): update dependency types-python-slugify to v6 ( #1962 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-01 11:29:49 -09:00
renovate[bot]
540ac0a36a
chore(deps): update dependency rich to v13 ( #1960 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-01 09:21:01 -08:00
Hayden
d9c39cc1d0
chore: bump aiofiles, dotenv, fastapi, pydantic, uvicorn ( #1944 )
...
* update aiofiles and dotenv
* bump fastapi and pydantic
* update testclient
* bump ruff and uvicorn
2022-12-30 11:44:54 -09:00
renovate[bot]
2e51a581f0
fix(deps): update dependency aiofiles to v0.8.0 ( #1926 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-30 11:12:25 -09:00
renovate[bot]
dc6cb5a0c3
fix(deps): update dependency tzdata to v2022 ( #1933 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-29 16:11:07 -09:00
renovate[bot]
befb922739
chore(deps): update dependency rich to v12 ( #1931 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-29 15:16:43 -09:00
renovate[bot]
36b6f1eecd
chore(deps): update dependency ruff to ^0.0.200 ( #1924 )
...
* chore(deps): update dependency ruff to ^0.0.200
* resolve ruff errors
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2022-12-29 14:48:32 -09:00
Hayden
3ae72cfda1
chore: fix poetry breaking changes ( #1921 )
...
* poetry stop breaking my things
* bump poetry version
* drop dependabot
2022-12-29 14:21:48 -09:00
Hayden
82dc586bac
chores: updates-and-linters ( #1868 )
...
* switch to ruff
* add ruff
* run ruff --fix
* update ruff
* resolve ruff errors
* drop isort from CI
* fix decorator order
2022-11-30 20:20:28 -09:00
Hayden
84c23765cd
fix: strict optional errors ( #1759 )
...
* fix strict optional errors
* fix typing in repository
* fix backup db files location
* update workspace settings
2022-10-23 13:04:04 -08:00
Hayden
0d953da5b0
fix: require python-dateutil in dependencies ( #1752 )
2022-10-22 10:44:32 -08:00
Hayden
0bb1b6500f
refactor: implement email with stdlib and drop email dependency ( #1746 )
...
* implement email with stdlib and drop dependency
* potentially provide in logs
2022-10-21 19:12:27 -08:00