Commit Graph

274 Commits

Author SHA1 Message Date
b49393357a fixed tests 2022-09-21 16:54:41 +02:00
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
3f77b73a61 add multiple API tokens per user, removes old API tokens 2022-08-04 17:24:54 +02:00
ce1f55ffd1 settings wip 2022-07-15 17:12:01 +02:00
7fdc9c7cb8 added sharing permission test 2022-07-14 10:30:45 +02:00
e91790f5ac added ability to mark recipes as private 2022-07-13 15:46:39 +02:00
8d568526be Fixes #1857 2022-06-29 05:15:22 -07:00
e7de6f62b6 fixed permissions and tests 2022-06-14 16:20:37 +02:00
deeed4b65b testes and fixes for space, userspace and invitelink apis 2022-06-09 22:02:58 +02:00
30e4ee855c switch space method signature change and test 2022-06-09 18:18:57 +02:00
2ab1560aed fixed user name api filter 2022-06-09 17:31:17 +02:00
d5b7d440fe fixed user preference api endpoint 2022-06-08 17:48:23 +02:00
e368488933 deprecated all old vue stuff and working on tests 2022-06-07 20:08:32 +02:00
e2b887b449 lots of fixes and stuff 2022-06-06 18:21:15 +02:00
151461508f multi space membership basics 2022-05-31 17:38:12 +02:00
876bd49ee5 Merge pull request #1793 from smilerz/url_import_test
fixed spuce eats test
2022-05-18 16:25:30 +02:00
f872f994f1 fixed import failure with leading commas in input strings 2022-05-18 15:29:03 +02:00
37e215a4ea fixed spuce eats test 2022-05-11 14:18:14 -05:00
69a23f34b4 updated tests ingredient pagination 2022-04-23 18:54:23 +02:00
e2ab3a0efb fixed ingredient parser length issues 2022-04-23 14:15:06 +02:00
e0b7d1a8f0 added support for unit/amount at end of ingredient 2022-04-23 13:53:04 +02:00
012a1a7915 ingredient parser produces expected results again 2022-04-23 13:03:15 +02:00
9b132e71f2 screw up ingredient parser 2022-04-23 01:21:13 +02:00
9adc1f7266 small fixes and tests 2022-04-22 22:27:17 +02:00
e52054e732 retain original text when parsing ingredients 2022-02-21 09:47:27 -06:00
6b5a099ba0 removed case insensitive get_or_create for units 2022-02-17 12:49:41 -06:00
8fa00b50b1 added update_at filter 2022-02-14 15:13:34 -06:00
bf54680178 more recipe search tests 2022-02-13 13:53:07 -06:00
baa2aa51da more recipe search tests 2022-02-09 16:18:45 -06:00
c2961eede4 stub out receip search tests 2022-02-08 20:23:49 -06:00
b3a830c319 fix missing pill when loading CustomFilter 2022-02-08 11:41:57 -06:00
286c6344ec Merge branch 'feature/custom_filters' into feature/custom_filtersv2 2022-02-07 17:47:53 -06:00
1be5889923 tests for makenow filter 2022-02-07 17:46:04 -06:00
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
d6af318c21 tests for single food reset inherit and additional inheritted fields 2022-02-07 09:16:48 -06:00
969df37e28 fixed sharing and added additional tests 2022-02-07 15:43:06 +01:00
0dbb9457a1 fixed test 2022-02-07 14:41:36 +01:00
6ef25b604b add food substitutions 2022-02-03 15:04:46 -06:00
d45e3b8e60 some tweaks for new exporter 2022-02-03 18:00:02 +01:00
a7796cbf5c fix shopping list sharing 2022-01-29 11:59:06 -06:00
e2f8f29ec8 refactor list_from_recipe as class RecipeShoppingEditor 2022-01-29 10:28:01 -06:00
9e9a61e94e changed tests to support removed step type 2022-01-18 22:50:02 +01:00
2c76fb7b69 make food onhand when complete shopping entry 2022-01-05 15:20:10 -06:00
214db80dac add category context menu 2022-01-05 15:20:10 -06:00
79b4bc387e change ingore_inherit to inherit_fields 2021-12-30 12:54:39 -06:00
3fafd43e58 merge ignore shopping with onhand 2021-12-29 16:32:19 -06:00
c43b8e91da Fix after rebase 2021-12-28 12:05:14 -06:00
279faadf46 pytest create recipe with ingredient as header 2021-12-28 12:03:36 -06:00
b4510a2cc1 fix categories in supermarket edit modal 2021-12-28 12:03:35 -06:00
682f4a4297 fix post_save signal for sqlite 2021-12-28 12:03:35 -06:00