smilerz
|
b83f3a291b
|
update documentation
|
2024-04-24 12:23:35 -05:00 |
|
smilerz
|
e4ff6ed732
|
adding TZ to default .env.template
|
2024-04-24 12:16:53 -05:00 |
|
smilerz
|
a67b084b52
|
regenerate API
|
2024-04-23 10:35:45 -05:00 |
|
smilerz
|
dd3f38fe75
|
Merge remote-tracking branch 'upstream/feature/vue3' into feature/vue3
|
2024-04-23 09:47:09 -05:00 |
|
smilerz
|
3184deb00e
|
change reset_food_inheritance from GET to POST
|
2024-04-23 09:32:18 -05:00 |
|
smilerz
|
2847721584
|
update tests to reflect pagination and API changes
|
2024-04-23 09:18:48 -05:00 |
|
vabene1111
|
894a298f45
|
maybe better without vueform ?
|
2024-04-22 20:48:46 +02:00 |
|
vabene1111
|
17610663c1
|
playing with vueform
|
2024-04-22 20:18:09 +02:00 |
|
vabene1111
|
12cf9da8fc
|
fixed api client generation
|
2024-04-22 19:33:09 +02:00 |
|
vabene1111
|
c47e46263c
|
mostly composition now
|
2024-04-21 16:06:28 +02:00 |
|
vabene1111
|
e040a10096
|
moved many compoents to composition API
|
2024-04-21 15:58:31 +02:00 |
|
vabene1111
|
ce6c43fb62
|
shopping stuff
|
2024-04-21 11:49:07 +02:00 |
|
vabene1111
|
faf025d2c4
|
first shopping items showing
|
2024-04-21 11:42:49 +02:00 |
|
vabene1111
|
8e50742372
|
meal plan improvements
|
2024-04-21 08:07:47 +02:00 |
|
vabene1111
|
b0533f2f9b
|
Merge branch 'develop' into feature/vue3
# Conflicts:
# requirements.txt
|
2024-04-21 07:15:46 +02:00 |
|
smilerz
|
fd0d5813fb
|
update SpaceFilterSerializer to handle both lists and QuerySets
|
2024-04-19 09:00:19 -05:00 |
|
smilerz
|
8cd79cdc20
|
update SpaceFilterSerializer to reflect paginated ViewSets provide
a list instead of a queryset
|
2024-04-19 08:37:27 -05:00 |
|
smilerz
|
d3abe4db3e
|
updated tests to reflect API changes in pagination
|
2024-04-19 07:43:29 -05:00 |
|
vabene1111
|
b7e23df4c2
|
Merge pull request #3115 from TandoorRecipes/dependabot/pip/aiohttp-3.9.4
Bump aiohttp from 3.9.3 to 3.9.4
|
2024-04-19 07:31:52 +02:00 |
|
smilerz
|
71765f3542
|
change function based views to @api_view
implement schemas on all @api_view
|
2024-04-18 17:52:29 -05:00 |
|
smilerz
|
1e326fe414
|
remove apis no longer in use
|
2024-04-18 17:52:04 -05:00 |
|
smilerz
|
f06b3e8af0
|
add enum to filters that have Choice fields
|
2024-04-18 16:25:02 -05:00 |
|
smilerz
|
4edd729850
|
add schema parameters for all list endpoinst with filters
|
2024-04-18 15:55:16 -05:00 |
|
smilerz
|
8412aa19fb
|
paginate all list endpoints or explicitly mark as pagination_disabled
|
2024-04-18 15:18:51 -05:00 |
|
dependabot[bot]
|
fce57f7f03
|
Bump aiohttp from 3.9.3 to 3.9.4
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to 3.9.4.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4)
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-18 16:18:46 +00:00 |
|
smilerz
|
5f0eb73927
|
regenerate vue typescript API
|
2024-04-18 10:59:05 -05:00 |
|
smilerz
|
fd8411b475
|
regenerate fetch API
|
2024-04-18 10:56:15 -05:00 |
|
smilerz
|
f312f6028d
|
ensure that all schema fields are typed correctly
|
2024-04-18 10:54:45 -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
|
7eaa33ac69
|
Merge pull request #3113 from TandoorRecipes/dependabot/pip/gunicorn-22.0.0
Bump gunicorn from 21.2.0 to 22.0.0
|
2024-04-18 09:38:53 +02:00 |
|
dependabot[bot]
|
7ce2c042c3
|
Bump gunicorn from 21.2.0 to 22.0.0
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0)
---
updated-dependencies:
- dependency-name: gunicorn
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-17 02:51:06 +00:00 |
|
vabene1111
|
e22c89a0e9
|
basics of drag and drop
|
2024-04-15 21:03:24 +02:00 |
|
vabene1111
|
e5691d0e98
|
meal plan style improvements
|
2024-04-15 20:12:50 +02:00 |
|
vabene1111
|
4266029e84
|
somewhat broken initial meal plan version
|
2024-04-14 22:23:45 +02:00 |
|
vabene1111
|
849856df26
|
Merge branch 'develop' into feature/vue3
# Conflicts:
# cookbook/views/api.py
|
2024-04-14 21:24:43 +02:00 |
|
vabene1111
|
371d8a76b8
|
added flake8 watcher
|
2024-04-14 18:58:52 +02:00 |
|
vabene1111
|
7f63451b9a
|
Merge pull request #3095 from Manon-ds/fixRounding
fix: rounding units
|
2024-04-14 18:21:28 +02:00 |
|
vabene1111
|
ee8237d493
|
Merge pull request #3101 from tooboredtocode/develop
improve docker run speed
|
2024-04-14 18:20:06 +02:00 |
|
vabene1111
|
91d3c43422
|
Merge pull request #3109 from smilerz/recipe_scrapers
Compatible with recipe_scrapers v15
|
2024-04-14 18:15:20 +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
|
7133249f4b
|
update recipe_scrapers to use scrape_html
scrape_me has been deprecated
|
2024-04-12 08:11:59 -05:00 |
|
smilerz
|
ab9ea87549
|
upgrade recipe-scrapers
|
2024-04-12 08:11:58 -05:00 |
|
smilerz
|
975ad34672
|
Revert "tests for pk only nested serializer"
This reverts commit 714242b6df.
|
2024-04-12 07:02:57 -05:00 |
|
smilerz
|
6cb6861228
|
Revert "Revert "moved prettier configuration to .prettierrc""
This reverts commit cc24964368.
|
2024-04-12 07:02:42 -05:00 |
|
smilerz
|
cc24964368
|
Revert "moved prettier configuration to .prettierrc"
This reverts commit c33c4ed79b.
|
2024-04-11 18:24:44 -05:00 |
|
smilerz
|
714242b6df
|
tests for pk only nested serializer
|
2024-04-11 17:36:24 -05:00 |
|
vabene1111
|
e398fc0b38
|
Merge branch 'develop' into feature/vue3
# Conflicts:
# .gitignore
# docs/contribute.md
# recipes/settings.py
# requirements.txt
|
2024-04-11 18:00:42 +02:00 |
|
smilerz
|
c33c4ed79b
|
moved prettier configuration to .prettierrc
|
2024-04-11 07:27:22 -05:00 |
|
vabene1111
|
971f8f3dad
|
Merge pull request #3102 from smilerz/yapf_prettier
Yapf prettier
|
2024-04-11 07:46:12 +02:00 |
|
vabene1111
|
ca5fda7927
|
added property type delete admin
|
2024-04-10 20:04:17 +02:00 |
|