smilerz
b711ee5257
update User factory to make username unique
2023-04-24 07:33:47 -05:00
smilerz
c7b6253e04
fixed food tree search filter tests
2023-04-24 07:01:28 -05: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
d1d568a9d3
fixed import view step editor
2023-01-19 19:12:25 +01:00
vabene1111
274b17a860
improved unit factory and run CI on PR
2023-01-16 21:20:16 +01:00
vabene1111
388f2f441f
tests
2023-01-06 22:35:14 +01:00
vabene1111
11e8af4c46
comment out broken test
2023-01-06 22:12:59 +01:00
vabene1111
6b59f53273
test wip but not working
2023-01-04 17:27:15 +01:00
vabene1111
6176eeb024
basics
2023-01-03 23:12:00 +01:00
Niklas Schwarz
9994b6f9c2
Add plural name for unit and food
...
Add an optional plural name for unit and food.
Additional options to show always the plural name for unit and food
for an ingredient is added.
2022-11-11 18:15:57 +01:00
vabene1111
24f331c208
improved ingredient parser handling of amount unit without space
2022-11-09 14:24:12 +01:00
vabene1111
327c83ce32
improved share link tests
2022-10-31 14:30:39 +01:00
vabene1111
3371102e64
improved and added tests for share link creation
2022-10-31 14:24:41 +01:00
vabene1111
b49393357a
fixed tests
2022-09-21 16:54:41 +02:00
Andrew Jayne
cffa731106
fix: ingredient parsing for non-latin languages
...
Before this change the ingredient string for non-latin
languages was not being parsed into the correct amount
or units when the food is found at the start of the
ingredient string.
This was because the regex being used was restricted to
latin characters.
With this change the amount and units are correctly
parsed from such a string.
Fixes https://github.com/TandoorRecipes/recipes/issues/1983
2022-08-07 21:37:59 +01:00
vabene1111
3f77b73a61
add multiple API tokens per user, removes old API tokens
2022-08-04 17:24:54 +02:00
vabene1111
ce1f55ffd1
settings wip
2022-07-15 17:12:01 +02:00
vabene1111
7fdc9c7cb8
added sharing permission test
2022-07-14 10:30:45 +02:00
vabene1111
e91790f5ac
added ability to mark recipes as private
2022-07-13 15:46:39 +02:00
Joshua Bonnett
8d568526be
Fixes #1857
2022-06-29 05:15:22 -07:00
vabene1111
e7de6f62b6
fixed permissions and tests
2022-06-14 16:20:37 +02:00
vabene1111
deeed4b65b
testes and fixes for space, userspace and invitelink apis
2022-06-09 22:02:58 +02:00
vabene1111
30e4ee855c
switch space method signature change and test
2022-06-09 18:18:57 +02:00
vabene1111
2ab1560aed
fixed user name api filter
2022-06-09 17:31:17 +02:00
vabene1111
d5b7d440fe
fixed user preference api endpoint
2022-06-08 17:48:23 +02:00
vabene1111
e368488933
deprecated all old vue stuff and working on tests
2022-06-07 20:08:32 +02:00
vabene1111
e2b887b449
lots of fixes and stuff
2022-06-06 18:21:15 +02:00
vabene1111
151461508f
multi space membership basics
2022-05-31 17:38:12 +02:00
vabene1111
876bd49ee5
Merge pull request #1793 from smilerz/url_import_test
...
fixed spuce eats test
2022-05-18 16:25:30 +02:00
vabene1111
f872f994f1
fixed import failure with leading commas in input strings
2022-05-18 15:29:03 +02:00
smilerz
37e215a4ea
fixed spuce eats test
2022-05-11 14:18:14 -05:00
vabene1111
69a23f34b4
updated tests ingredient pagination
2022-04-23 18:54:23 +02:00
vabene1111
e2ab3a0efb
fixed ingredient parser length issues
2022-04-23 14:15:06 +02:00
vabene1111
e0b7d1a8f0
added support for unit/amount at end of ingredient
2022-04-23 13:53:04 +02:00
vabene1111
012a1a7915
ingredient parser produces expected results again
2022-04-23 13:03:15 +02:00
vabene1111
9b132e71f2
screw up ingredient parser
2022-04-23 01:21:13 +02:00
vabene1111
9adc1f7266
small fixes and tests
2022-04-22 22:27:17 +02:00
smilerz
e52054e732
retain original text when parsing ingredients
2022-02-21 09:47:27 -06:00
smilerz
6b5a099ba0
removed case insensitive get_or_create for units
2022-02-17 12:49:41 -06:00
smilerz
8fa00b50b1
added update_at filter
2022-02-14 15:13:34 -06:00
smilerz
bf54680178
more recipe search tests
2022-02-13 13:53:07 -06:00
smilerz
baa2aa51da
more recipe search tests
2022-02-09 16:18:45 -06:00
smilerz
c2961eede4
stub out receip search tests
2022-02-08 20:23:49 -06:00
smilerz
b3a830c319
fix missing pill when loading CustomFilter
2022-02-08 11:41:57 -06:00
smilerz
286c6344ec
Merge branch 'feature/custom_filters' into feature/custom_filtersv2
2022-02-07 17:47:53 -06:00
smilerz
1be5889923
tests for makenow filter
2022-02-07 17:46:04 -06:00
vabene1111
4c5994ee7f
Merge branch 'develop' into feature/custom_filters
...
# Conflicts:
# cookbook/serializer.py
# cookbook/views/api.py
# vue/src/utils/openapi/api.ts
2022-02-07 18:56:19 +01:00
smilerz
d6af318c21
tests for single food reset inherit and additional inheritted fields
2022-02-07 09:16:48 -06:00
vabene1111
969df37e28
fixed sharing and added additional tests
2022-02-07 15:43:06 +01:00