vabene1111
|
b5e0055876
|
Merge branch 'develop' into feature/vue3
# Conflicts:
# cookbook/views/api.py
# vue/src/utils/models.js
|
2024-08-20 11:54:19 +02:00 |
|
vabene1111
|
f6f6754669
|
removed validators library and improved url validation
|
2024-08-20 11:45:23 +02:00 |
|
vabene1111
|
0e44243e55
|
Merge branch 'develop' into feature/vue3
# Conflicts:
# recipes/settings.py
# requirements.txt
|
2024-08-01 15:03:40 +02:00 |
|
smilerz
|
a02582e9f8
|
rebase
|
2024-07-09 08:01:39 -05:00 |
|
smilerz
|
a047d36bf1
|
update tests to reflect API changes
|
2024-04-24 12:26:05 -05:00 |
|
smilerz
|
dd3f38fe75
|
Merge remote-tracking branch 'upstream/feature/vue3' into feature/vue3
|
2024-04-23 09:47:09 -05:00 |
|
smilerz
|
2847721584
|
update tests to reflect pagination and API changes
|
2024-04-23 09:18:48 -05:00 |
|
smilerz
|
f06b3e8af0
|
add enum to filters that have Choice fields
|
2024-04-18 16:25:02 -05:00 |
|
smilerz
|
8412aa19fb
|
paginate all list endpoints or explicitly mark as pagination_disabled
|
2024-04-18 15:18:51 -05:00 |
|
smilerz
|
f401b0f635
|
add test to validate all list endpoints are paginated
add test to valoidate that all endpoints have a schema
|
2024-04-18 10:52:41 -05:00 |
|
vabene1111
|
849856df26
|
Merge branch 'develop' into feature/vue3
# Conflicts:
# cookbook/views/api.py
|
2024-04-14 21:24:43 +02:00 |
|
smilerz
|
1700b9c531
|
change test_automations to use scrape_html
remove reliance on custom text_scraper class
changed url on test case to generic wildmode vs specific site
|
2024-04-12 09:20:56 -05:00 |
|
smilerz
|
975ad34672
|
Revert "tests for pk only nested serializer"
This reverts commit 714242b6df.
|
2024-04-12 07:02:57 -05:00 |
|
smilerz
|
714242b6df
|
tests for pk only nested serializer
|
2024-04-11 17:36:24 -05:00 |
|
vabene1111
|
8398193a51
|
Merge branch 'develop' into feature/vue3
|
2024-04-05 21:18:06 +02:00 |
|
vabene1111
|
c031db9019
|
downgraded recipe scrapers to pass tests for now
|
2024-04-05 21:18:01 +02:00 |
|
smilerz
|
f560365ded
|
stub out schema completeness tests
|
2024-04-05 08:15:01 -05:00 |
|
smilerz
|
e99ff005d6
|
added test to check for API pagination
|
2024-03-28 17:39:06 -05:00 |
|
smilerz
|
0f5d37fc7c
|
apply PK only update to NestedWritableSerializer
|
2024-03-27 08:38:36 -05:00 |
|
smilerz
|
a047613edb
|
enabled entire test_recipe_full_text_search unit tests
|
2024-03-21 08:56:45 -05:00 |
|
vabene1111
|
54c5655b85
|
SLE's dont need to belong to a shopping list
|
2024-02-28 20:21:03 +01:00 |
|
Mikhail Epifanov
|
3e641e4d28
|
Merge remote-tracking branch 'origin/develop' into HomeAssistantConnector
# Conflicts:
# cookbook/forms.py
# requirements.txt
|
2024-02-20 09:18:19 +01:00 |
|
vabene1111
|
28479e96e9
|
improved property system to differentiate between unknown and zero
|
2024-02-18 11:26:16 +01:00 |
|
Mikhail Epifanov
|
1dc9244ac2
|
dont use timezone in test
|
2024-02-06 00:47:46 +01:00 |
|
Mikhail Epifanov
|
074244ee12
|
add timeout to async test
|
2024-02-05 23:35:39 +01:00 |
|
Mikhail Epifanov
|
247907ef25
|
move from signals to apps, add dedicated feature docs, add config toggle to menu item, undo unnecessary changes
|
2024-02-05 23:26:33 +01:00 |
|
Mikhail Epifanov
|
5f9d59317b
|
Merge branch 'develop' into HomeAssistantConnector
|
2024-01-17 22:55:21 +01:00 |
|
vabene1111
|
bb52f8902d
|
added max spaces per user + added custom app name + fixed theming tests
|
2024-01-15 07:41:51 +08:00 |
|
vabene1111
|
35eff630ff
|
updated theming tests
|
2024-01-14 15:39:02 +08:00 |
|
vabene1111
|
2ba2b97f9c
|
moved manifest to use main theming function
|
2024-01-14 08:40:05 +08:00 |
|
Mikhail Epifanov
|
9cf3bdd5f2
|
write some simple tests
|
2024-01-12 23:13:53 +01:00 |
|
vabene1111
|
71e5484f0c
|
test for theming function + sticky nav
|
2024-01-07 22:34:59 +08:00 |
|
smilerz
|
e89c1742fb
|
remove deprecated django.db.backends.postgresql_psycopg2
|
2023-10-30 21:42:57 -05:00 |
|
smilerz
|
1f0cd58d7d
|
remove unused imports, variables and commented code
from tests
|
2023-09-13 13:08:26 -05:00 |
|
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 |
|
vabene1111
|
aeb944b281
|
dont show properties if no reference amout is given
|
2023-05-26 15:32:55 +02:00 |
|
vabene1111
|
3302dacdc3
|
properties structure imporioved
|
2023-05-25 16:13:16 +02:00 |
|
vabene1111
|
2a5cba0178
|
improvements to property calculation
|
2023-05-07 00:30:32 +02:00 |
|
vabene1111
|
9a77089c6d
|
improved unit conversion and tests
|
2023-05-06 23:57:45 +02:00 |
|
vabene1111
|
19f5da77b2
|
cleanup migrations, remove pint to speed up base conversion and calculate properties on converted ingredients
|
2023-05-06 22:21:27 +02:00 |
|
vabene1111
|
60f31608b9
|
added recipe properties
|
2023-05-06 19:14:25 +02:00 |
|
vabene1111
|
89e3e85d1e
|
Merge branch 'develop' into feature/unit-conversion
# Conflicts:
# requirements.txt
|
2023-04-30 21:51:56 +02:00 |
|
smilerz
|
595de0c5a1
|
fixed pytests
|
2023-04-22 17:56:01 -05:00 |
|
smilerz
|
8c3195937b
|
fix food tests
|
2023-04-21 13:14:23 -05:00 |
|
vabene1111
|
25c914606e
|
improved converters and helpers
|
2023-04-02 10:54:57 +02:00 |
|
vabene1111
|
44cb2d9807
|
improved tests and limited conversion to existing units
|
2023-04-02 10:05:28 +02:00 |
|
vabene1111
|
7e350b2f90
|
improved property calculator
|
2023-03-25 07:59:07 +01:00 |
|
vabene1111
|
6d5592c1be
|
basic food property calculation
|
2023-03-25 07:46:06 +01:00 |
|
vabene1111
|
cb518a0cca
|
many more unit conversions
|
2023-03-16 17:07:46 +01:00 |
|
vabene1111
|
6efe4ab08d
|
base unit conversions
|
2023-03-15 17:30:23 +01:00 |
|