Commit Graph

547 Commits

Author SHA1 Message Date
fece7e9bd6 fixed food create 2024-02-19 19:57:56 +01:00
b109e28b0c almost all unit conversion working 2024-02-19 17:20:04 +01:00
33ac00e294 improved importer functions unit and category 2024-02-19 09:41:45 +01:00
3a349b1bd2 use ID in unit food import 2024-02-18 21:38:52 +01:00
f085e7ff2f fixed merging issue 2024-02-18 21:35:16 +01:00
ac68fd30ae fixed two more import errors 2024-02-18 21:30:02 +01:00
7c1de82c8a what you get for not testing locally 2024-02-18 18:12:24 +01:00
7bc567ab95 name uniquness checking for food import 2024-02-18 18:01:59 +01:00
bfb8c31329 fixed issue in open data importer 2024-02-18 17:51:01 +01:00
9e63c5321e fixed property calculation issues
- don't count ingredients without amounts as missing properties
- don't fail when property_amount is null
2024-02-18 17:45:56 +01:00
28479e96e9 improved property system to differentiate between unknown and zero 2024-02-18 11:26:16 +01:00
f57d2ca832 improved open data importer and fdc API 2024-02-18 08:50:50 +01:00
4869f9596a fixerd serving size parsing in property importer 2024-02-17 11:08:21 +01:00
9cf13e898c all types of unit conversion fixed 2024-02-17 10:10:09 +01:00
705fa18dd6 fixed open data property type and category 2024-02-17 08:43:41 +01:00
53e27d62e6 fixed open data import for units 2024-02-16 22:56:19 +01:00
3f19d94d2f Merge pull request #2937 from smilerz/automation_fix
regex replace not run on food if there are no food aliases
2024-02-11 09:31:15 +01:00
dc7db75963 regex replace not run on food if there are no food aliases 2024-02-06 11:14:47 -06:00
77f81523d0 lmiit SLE endpoint and always fitler for recent days 2024-01-29 09:02:11 +01:00
25c8f18b79 Merge pull request #2380 from RomRider/fix-1706
add: support to scale numbers/amounts in a recipe step
2024-01-28 09:18:19 +01:00
76b84898f6 lmit ingredient parser to 512 characters to prevent too complex computations 2023-12-16 09:08:50 +01:00
44d1cc3a30 Merge pull request #2802 from smilerz/automation_fixes
kw automation not applying during url import
2023-12-16 07:48:49 +01:00
ba5112e138 kw automation not applying during url import 2023-12-12 13:49:23 -06:00
46a50d7835 view and delete orphaned files
miscelaneous bug fixes discovered during testing
2023-12-10 07:54:37 -06:00
ecffe30062 dont show property warning for 0 values any more 2023-12-02 21:07:11 +01:00
f3e11e6358 fixed and improvements to property editor 2023-12-02 20:14:12 +01:00
11c8422fbb fixed youtube import and handle resize without ingredients 2023-12-02 18:45:34 +01:00
745c045f06 truncated long description 2023-11-30 16:24:24 -06:00
638dc845c0 Merge pull request #2682 from djstini/fix-import
open-data-import further duplicate handling
2023-11-27 19:56:19 +01:00
e89c1742fb remove deprecated django.db.backends.postgresql_psycopg2 2023-10-30 21:42:57 -05:00
1f72a3f62f open-data-import further duplicate handling 2023-10-13 12:50:59 +02:00
9d629b03b3 Update __init__.py 2023-10-12 10:44:59 -05:00
221c466c18 fixed recipe sage import and image procssing with pillow 10 2023-10-07 08:11:50 +02:00
429886e6a6 Merge branch 'develop' into feature/2402-make-now-count 2023-10-05 19:01:33 +02:00
1f0cd58d7d remove unused imports, variables and commented code
from tests
2023-09-13 13:08:26 -05:00
aba7f8db5c remove unused imports, variables and commented code in helpers 2023-09-13 09:29:48 -05:00
a0256b607e Squashed commit of the following:
commit f8f08ae337
Author: smilerz <smilerz@gmail.com>
Date:   Wed Sep 6 10:27:43 2023 -0500

    respect ignore_shopping flag
2023-09-12 09:47:55 -05:00
768a5ea237 Squashed commit of the following:
commit 36403ecbae
Author: smilerz <smilerz@gmail.com>
Date:   Fri Sep 1 12:04:04 2023 -0500

    update migration for new Automation Types

commit 4620ebaf30
Author: smilerz <smilerz@gmail.com>
Date:   Fri Sep 1 07:49:10 2023 -0500

    add Name and Instruction automation to YouTube importer

commit c907da84c1
Author: smilerz <smilerz@gmail.com>
Date:   Fri Sep 1 07:45:32 2023 -0500

    remove old commented automation code

commit 9b5e39415e
Author: smilerz <smilerz@gmail.com>
Date:   Fri Sep 1 07:37:36 2023 -0500

    test for automations applied during url import
    renamed TITLE_REPLACE to NAME_REPLACE

commit 2679a22464
Author: smilerz <smilerz@gmail.com>
Date:   Thu Aug 31 15:29:59 2023 -0500

    added tests for regex_replace

commit 8bae21025b
Author: smilerz <smilerz@gmail.com>
Date:   Thu Aug 31 13:51:46 2023 -0500

    updated Automation Modal and translations

commit 4120adc546
Author: smilerz <smilerz@gmail.com>
Date:   Thu Aug 31 13:12:41 2023 -0500

    applied regex_replace automation to food and unit automations
    updated automation documentation

commit 30c891abfc
Author: smilerz <smilerz@gmail.com>
Date:   Thu Aug 31 12:46:34 2023 -0500

    migrate regex_replace functions to AutomationEngine
    create TITLE_REPLACE, UNIT_REPLACE and FOOD REPLACE automation types
    create migration for new types

commit b8317c2c29
Author: smilerz <smilerz@gmail.com>
Date:   Wed Aug 30 20:44:40 2023 -0500

    move transpose words to AutomationEngine
    create tests for transpose words

commit 39253cfd02
Author: smilerz <smilerz@gmail.com>
Date:   Wed Aug 30 17:03:29 2023 -0500

    refactor never_unit automation to AutomationEngine
    create tests for never_unit

commit 7c0b8b151c
Author: smilerz <smilerz@gmail.com>
Date:   Wed Aug 30 11:21:06 2023 -0500

    update ingredient parser to use AutomationEngine for unt, keyword, food
    update test_ingredient_parser tests to accomodate changes

commit 8e1b8923af
Author: smilerz <smilerz@gmail.com>
Date:   Mon Aug 28 16:44:35 2023 -0500

    keyword and unit Automtations refactored to Automation Engine
    keyword and unit automation tests added

commit 52eb876a08
Author: smilerz <smilerz@gmail.com>
Date:   Mon Aug 28 15:03:19 2023 -0500

    food_alias tests added

commit a820b9c09e
Author: smilerz <smilerz@gmail.com>
Date:   Sat Aug 26 12:37:16 2023 -0500

    create AutomationEngine class
    create food_automation method
    refactor food automations to use AutomationEngine
2023-09-12 09:46:08 -05:00
73c6bfce44 Merge pull request #2595 from djstini/develop
#2514 Importing a community curated list leads to an error
2023-09-12 16:00:25 +02:00
83a52bd204 Merge pull request #2593 from BrainWart/issue-2261
allow signup for social accounts when the provider is set up
2023-09-12 15:50:32 +02:00
5d3f44ffee missing caches import 2023-09-07 13:53:30 -05:00
9ee4be621b remove facets and treeselect 2023-09-07 13:20:51 -05:00
4a1ec5adf7 fixed icon issues 2023-08-30 09:05:24 +02:00
b8959036bf allow signup for social accounts when the provider is set up
When a social provider is set up, the social account signup view is enabled. This seems to cover issue #2261, but it needs further testing.
2023-08-29 20:28:30 -04:00
b1aa70787c #2514 Importing a community curated list leads to an error 2023-08-28 22:06:49 +02:00
fde4ea8c4c filtered automations to tokens present 2023-08-25 08:01:56 -05:00
132815496c create Transpose Words automation 2023-08-25 08:01:26 -05:00
2f617aa40f fix incorrect variable in apply_transpose_words_automations 2023-08-25 07:54:07 -05:00
9b50ea4c22 make automation parameters case insensitive on search 2023-08-25 07:54:06 -05:00
cde8dd8b53 fixed defect in NEVER_UNIT automation 2023-08-25 07:54:06 -05:00