Vivek Prakash
dae51a8d3e
Update manual.md with required python version
...
The code written in https://github.com/TandoorRecipes/recipes/blob/develop/cookbook/connectors/connector_manager.py makes use of features introduced in Python 3.10, such as the structural pattern matching (match and case) and the union types with the pipe operator (|) which are not compatible with Python 3.9. That's why the minimum required python version for the manual installation should be python version 3.10.
2024-10-01 00:53:04 +05:30
supaeasy
d522534a12
Update connectors.md
...
Fixed errors in description:
- add / after api
- omit 'todo.' when adding HA-Entity
2024-09-30 14:17:18 +02:00
vabene1111
a3ee2fb69c
made food editor generic as well
2024-09-28 13:15:11 +02:00
vabene1111
143eafa24a
updated model editors to composable and base template
2024-09-28 13:07:46 +02:00
supaeasy
a38308a24a
Translated using Weblate (German)
...
Currently translated at 100.0% (570 of 570 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/de/
2024-09-27 13:58:36 +00:00
supaeasy
b981960221
Translated using Weblate (German)
...
Currently translated at 100.0% (488 of 488 strings)
Translation: Tandoor/Recipes Backend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-backend/de/
2024-09-27 13:58:35 +00:00
vabene1111
67fff17f06
composable for model editor functions WIP
2024-09-26 21:53:04 +02:00
vabene1111
5ada8e529c
changed access token editor to use generic model api
2024-09-26 21:22:19 +02:00
vabene1111
22a3654dfd
model select stuff
2024-09-26 16:05:54 +02:00
vabene1111
9a94c650da
model related stuff
2024-09-26 15:02:07 +02:00
vabene1111
ddaeb054d0
added v3 beta setting
2024-09-26 07:35:35 +02:00
nenormalniy
7d1461a752
Translated using Weblate (Russian)
...
Currently translated at 63.3% (361 of 570 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/ru/
2024-09-26 03:58:35 +00:00
vabene1111
0a3611b94a
use HTML 5 history mode for vue frontend
2024-09-25 16:45:11 +02:00
vabene1111
0db439c80d
fixed test for real
2024-09-25 16:44:57 +02:00
vabene1111
99103bc419
Revert "fixed space test to reflect new logic"
...
This reverts commit fcf9f30af0 .
2024-09-25 16:43:41 +02:00
vabene1111
fcf9f30af0
fixed space test to reflect new logic
2024-09-25 16:28:36 +02:00
vabene1111
beab927f64
more models and model select with new system
2024-09-25 16:23:02 +02:00
vabene1111
91f2f34cd3
improved generic type
2024-09-24 16:00:31 +02:00
Emmker
24a589fe41
Translated using Weblate (Greek)
...
Currently translated at 46.3% (226 of 488 strings)
Translation: Tandoor/Recipes Backend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-backend/el/
2024-09-23 21:58:37 +00:00
supaeasy
b1d28a46c3
Translated using Weblate (German)
...
Currently translated at 98.9% (483 of 488 strings)
Translation: Tandoor/Recipes Backend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-backend/de/
2024-09-23 21:58:37 +00:00
vabene1111
a44f61b507
WIP model list page, broke models system
2024-09-23 17:37:48 +02:00
vabene1111
fc567d2fbb
added some test code and python script for openapi generation
2024-09-23 14:05:27 +02:00
vabene1111
12e0c7fd7b
updated openapi generator
2024-09-23 13:57:37 +02:00
vabene1111
7e77e56e7f
updated api client for latest model change
2024-09-23 10:34:37 +02:00
vabene1111
46706c633e
Merge branch 'develop' into feature/vue3
2024-09-23 10:28:01 +02:00
vabene1111
6b376fbfbb
Merge pull request #3302 from mikhail5555/dont-log-sensitive-headers-in-err
...
Allow HomeAssistant Connector to work with Debug=False (and logging improvements)
2024-09-23 07:44:01 +02:00
vabene1111
c532b1f94f
Merge branch 'develop' into dont-log-sensitive-headers-in-err
2024-09-23 07:43:55 +02:00
vabene1111
26ab7f5580
Merge pull request #3305 from ehowe/develop
...
Make HomeAssistant description field optional
2024-09-23 07:37:34 +02:00
Emmker
72c638ca6f
Translated using Weblate (Greek)
...
Currently translated at 99.8% (569 of 570 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/el/
2024-09-22 21:31:53 +00:00
Georgii Bogdanov
5478b7d550
Translated using Weblate (Russian)
...
Currently translated at 62.9% (359 of 570 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/ru/
2024-09-22 21:31:52 +00:00
vabene1111
ea8ab582eb
all food editor functions implemented
2024-09-22 20:07:12 +02:00
vabene1111
73e4f22256
food editor WIP
2024-09-22 12:31:59 +02:00
vabene1111
a173e66a59
first draft of model list view and edit pages
2024-09-21 19:02:42 +02:00
vabene1111
cad75408c3
mealplan settings including meal type
2024-09-21 14:48:33 +02:00
vabene1111
cd93d9c697
basic meal plan settings
2024-09-21 14:17:13 +02:00
vabene1111
ce869950c3
space settings and message
2024-09-21 13:36:36 +02:00
vabene1111
55bd417105
settings and model dialogs
2024-09-21 12:46:54 +02:00
vabene1111
ed4592ae0c
api page + model edit dialog
2024-09-21 11:12:56 +02:00
vabene1111
7c30204dd7
basic model editor workflow done
2024-09-19 07:52:57 +02:00
Mikhail Epifanov
e6eacc48d6
update code so it also works in DEBUG=false
2024-09-17 22:25:08 +02:00
Bebbe K
0259e000e3
Translated using Weblate (Swedish)
...
Currently translated at 61.4% (300 of 488 strings)
Translation: Tandoor/Recipes Backend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-backend/sv/
2024-09-17 11:58:35 +00:00
Eugene Howe
eb0a95f594
Make HomeAssistant description field optional
2024-09-15 10:44:30 -04:00
Muck Péter
41ee8cf66f
Translated using Weblate (Hungarian)
...
Currently translated at 81.5% (465 of 570 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/hu/
2024-09-14 12:44:44 +00:00
Mikhail Epifanov
8c8834e6aa
dont log err.headers which can contain sensitive info
2024-09-13 22:36:05 +02:00
vabene1111
b52d61b6db
working on model editor
2024-09-12 07:58:12 +02:00
vabene1111
1bed90b804
start of model edit dialogs
2024-09-10 08:55:28 +02:00
vabene1111
5eabf6869d
api settings component
2024-09-09 18:54:43 +02:00
vabene1111
4ee5d348bf
fixed endpoint descriptions
2024-09-09 18:43:29 +02:00
vabene1111
252a7207f6
work on settings component
2024-09-09 18:41:25 +02:00
vabene1111
abc2dc8437
Merge branch 'develop' into feature/vue3
2024-09-09 17:18:39 +02:00