TowyTowy
95277e0e6b
fix: truncate scraped recipe slug to filesystem-safe length ( #7862 )
...
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-07-17 18:37:19 +00:00
Michael Genson
c3f87736d0
feat: In-app AI Provider Configuration ( #7650 )
2026-05-23 11:13:10 -05:00
Sebastian
449e3baa07
fix: restore recipe notes during JSON import ( #7017 )
...
Co-authored-by: Michael Genson <genson.michael@gmail.com >
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com >
2026-03-26 15:04:59 -05:00
Michael Genson
23c7bd7e3d
feat: Customize Ingredient Plural Handling ( #7057 )
2026-02-12 19:07:23 -06:00
Joey
f2cc8dc922
fix: handle numeric recipeCategory from LLM/site to prevent import failure ( #7026 )
2026-02-07 19:47:44 +00:00
Michael Genson
42eef17cfb
fix: Make String Cleaner More Robust ( #6032 )
2025-08-27 14:19:43 +00:00
gpotter@gmail.com
795c2cf575
fix: Allow scraping calories as number ( #4854 )
...
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com >
2025-01-07 15:55:59 +00:00
Michael Genson
327da02fc8
feat: Structured Yields ( #4489 )
...
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com >
2024-11-20 08:46:27 -06:00
Michael Genson
bcd0fcc920
feat: Improve Recipe Imports with Cleaner ( #4517 )
2024-11-13 15:30:50 +00:00
Tom Brennan
02c0fe993b
feat: adding the rest ofthe nutrition properties from schema.org ( #4301 )
2024-10-13 15:04:29 +02:00
Michael Genson
3a30b3216e
fixed tests
2023-12-09 17:19:27 +00:00
Michael Genson
05e2566c35
fix: recipe scraper image cleaning ( #2139 )
...
* updated image cleaner
enabled image cleaner
added case for nested image dicts
* refactored image cleaner to return a list of urls
2023-02-19 15:43:52 -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
89d0cae51d
refactor: rewrite cleaner functions for parsing recipe dicts ( #1743 )
...
* rewrite cleaner functions
* unify verbage
* try importing dep during check
* fix syntax
* allow override defaults
* satisfy mypy
2022-11-10 15:16:51 -09:00