TandoorRecipes/cookbook/helper
smilerz 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
..
scrapers #1552 use instructions_list() instead of instructions() and move Thermomix-Handling to clean_instruction_string() 2023-01-15 12:55:03 +01:00
__init__.py made it possible to disable signup 2021-01-24 16:41:25 +01:00
AllAuthCustomAdapter.py allow signup for social accounts when the provider is set up 2023-08-29 20:28:30 -04:00
automation_helper.py Squashed commit of the following: 2023-09-12 09:46:08 -05:00
cache_helper.py improvements to property calculation 2023-05-07 00:30:32 +02:00
context_processors.py new settings page finished 2022-08-05 16:54:53 +02:00
CustomStorageClass.py enable caching for signed s3 urls 2021-06-05 13:43:10 +02:00
CustomTestRunner.py fixed normal django test running with scopes 2021-02-25 22:19:51 +01:00
dal.py ingredients and helpers 2021-02-20 21:26:16 +01:00
HelperFunctions.py construct values in queryset instead of serializer methods 2022-01-11 07:24:59 -06:00
image_processing.py added additonal verification of imported images 2023-06-20 13:35:34 +02:00
ingredient_parser.py Squashed commit of the following: 2023-09-12 09:46:08 -05:00
mdx_attributes.py custom scraper fails safe 2021-04-16 09:02:03 -05:00
mdx_urlize.py fixed urlize markdown 3.4 compatibility 2022-11-24 22:29:29 +01:00
open_data_importer.py #2514 Importing a community curated list leads to an error 2023-08-28 22:06:49 +02:00
permission_config.py helper/permissions_config 2021-01-10 13:47:23 +01:00
permission_helper.py change guest recipe permission 2023-07-18 10:54:20 +02:00
property_helper.py fixed icon issues 2023-08-30 09:05:24 +02:00
recipe_search.py remove facets and treeselect 2023-09-07 13:20:51 -05:00
recipe_url_import.py Squashed commit of the following: 2023-09-12 09:46:08 -05:00
scope_middleware.py fixed scoping and permissions for tokens 2022-08-04 18:33:45 +02:00
shopping_helper.py remove facets and treeselect 2023-09-07 13:20:51 -05:00
template_helper.py removed dependency and upgraded bleach clean 2023-08-16 07:22:09 +02:00
unit_conversion_helper.py improved unit conversion and tests 2023-05-06 23:57:45 +02:00