Kn
a6c0dba684
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (568 of 568 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/sv/
2024-03-10 06:12:01 +00:00
Kn
7986d9c8f3
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (371 of 371 strings)
Translation: Tandoor/Recipes Backend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-backend/sv/
2024-03-10 06:12:01 +00:00
vabene1111
02523f5325
fixed duplicate operation ID for plan-ical endpoint
2024-03-09 12:54:49 +01:00
vabene1111
36887b3488
added open data slug to shopping category form
2024-03-09 12:36:24 +01:00
vabene1111
bb77f80abf
fixed shopping category headers showing when only containing delayed entries
2024-03-09 07:56:22 +01:00
vabene1111
9c92e0f4c0
fixed deleteting the selected supermarket in shopping breaking page
2024-03-09 07:47:33 +01:00
vabene1111
a6e8fa8ddf
Merge branch 'develop' of https://github.com/TandoorRecipes/recipes into develop
2024-03-09 07:44:36 +01:00
vabene1111
37fb0418ac
fixed default page setting and made PWA respect that setting
2024-03-09 07:44:32 +01:00
vabene1111
2264050d40
Merge pull request #3027 from richid/system-pg-version-fix
...
bug: Fix decimal.InvalidOperation on /system for some PG versions
2024-03-09 07:32:23 +01:00
vabene1111
aebc4a45ff
fixed boot script for systems that dont support ipv6
2024-03-09 07:31:28 +01:00
Enric Bergadà
f061e02a95
Translated using Weblate (Catalan)
...
Currently translated at 14.0% (80 of 568 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/ca/
2024-03-08 23:19:57 +00:00
Enric Bergadà
952d50d8dd
Translated using Weblate (Catalan)
...
Currently translated at 85.5% (419 of 490 strings)
Translation: Tandoor/Recipes Backend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-backend/ca/
2024-03-08 23:19:56 +00:00
Rich Schumacher
3489216daf
bug: Fix decimal.InvalidOperation on /system for some PG versions
...
In https://github.com/TandoorRecipes/recipes/pull/2730 the /system page was improved to warn the user if the version of Postgres they are using is out of date and should be updated. The current code attempts to determine the major versions by replacing `00` with `.` and then converting to a `Decimal`. Unfortunately, it appears the only value this method _does not_ work for are initial releases of major versions, like `16.0.0`.
For reference, either Postgres or the PsyCog driver represents the semver values but without the dots, so `16.0.0` becomes `1600000`.
This change removes the string replace and Decimal conversion in favor of using the divmod() function. In this application it will return a tuple with the first element being the major version of Postgres. This is then used as before to compare against deprecated versions.
2024-03-07 20:47:40 -05:00
Enric Bergadà
8e9285a24e
Added translation using Weblate (Catalan)
2024-03-07 22:49:50 +00:00
Michel Blankenstein
8f55e15767
Translated using Weblate (Dutch)
...
Currently translated at 91.3% (518 of 567 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/nl/
2024-03-05 22:19:58 +00:00
Jan
f2ce164a1e
Translated using Weblate (German)
...
Currently translated at 99.1% (562 of 567 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/de/
2024-03-05 22:19:58 +00:00
Jocelin Lebreton
bfdd5a8bfc
Translated using Weblate (French)
...
Currently translated at 96.5% (473 of 490 strings)
Translation: Tandoor/Recipes Backend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-backend/fr/
2024-03-05 22:19:58 +00:00
vabene1111
d104974ca8
downgraded home assistant api libnrary
2024-03-05 12:33:02 +01:00
vabene1111
b1a7212fce
upgrade container base
2024-03-05 10:36:59 +01:00
vabene1111
eaee474cb7
updated wheel and setuptools rust
2024-03-05 10:34:48 +01:00
vabene1111
64f5b9ad1f
Merge pull request #2931 from ambroisie/declarative-media-root
...
add ability to set 'MEDIA_ROOT'
2024-03-05 09:04:50 +01:00
vabene1111
c23df3d474
better shopping placeholder
2024-03-05 08:54:40 +01:00
vabene1111
0f06506f18
fixed device setting supermarkt refresh
2024-03-05 08:39:45 +01:00
vabene1111
56223df80b
updated translations
2024-03-05 07:45:43 +01:00
Jocelin Lebreton
fe581e538f
Translated using Weblate (French)
...
Currently translated at 95.2% (540 of 567 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/fr/
2024-03-03 23:19:58 +00:00
M Ugur
88efe7ac8e
Translated using Weblate (Turkish)
...
Currently translated at 6.5% (32 of 490 strings)
Translation: Tandoor/Recipes Backend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-backend/tr/
2024-03-03 23:19:58 +00:00
Jocelin Lebreton
be999c726b
Translated using Weblate (French)
...
Currently translated at 96.5% (473 of 490 strings)
Translation: Tandoor/Recipes Backend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-backend/fr/
2024-03-03 23:19:58 +00:00
Bruno BELANYI
857d287233
add ability to set 'MEDIA_ROOT'
2024-03-02 14:33:06 +00:00
vabene1111
02ceacd232
Merge pull request #3020 from smilerz/coverage
...
removed action Publish Results
2024-03-01 22:04:42 +01:00
smilerz
d42308281c
remove timeout value on CI action
2024-03-01 14:32:25 -06:00
smilerz
1f09f778c7
removed action Publish Results
2024-03-01 14:13:27 -06:00
vabene1111
2304ec0633
Merge pull request #3016 from smilerz/coverage
...
Coverage
2024-03-01 19:22:27 +01:00
smilerz
fe358eab16
remove coverage badge from README
2024-03-01 07:59:09 -06:00
Einir Einisson
e656a2da8c
Translated using Weblate (Icelandic)
...
Currently translated at 3.1% (18 of 567 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/is/
2024-03-01 11:19:57 +00:00
vabene1111
2f3beb4f13
Merge pull request #3012 from TandoorRecipes/dependabot/npm_and_yarn/vue/codemirror/lang-markdown-6.2.4
...
Bump @codemirror/lang-markdown from 6.2.3 to 6.2.4 in /vue
2024-03-01 07:35:19 +01:00
dependabot[bot]
641e65c7ab
Bump @codemirror/lang-markdown from 6.2.3 to 6.2.4 in /vue
...
Bumps [@codemirror/lang-markdown](https://github.com/codemirror/lang-markdown ) from 6.2.3 to 6.2.4.
- [Changelog](https://github.com/codemirror/lang-markdown/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/lang-markdown/compare/6.2.3...6.2.4 )
---
updated-dependencies:
- dependency-name: "@codemirror/lang-markdown"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-01 06:34:35 +00:00
vabene1111
d04075732e
Merge pull request #3004 from c0mputerguru/ical-default-dates
...
Support unspecified to/from dates for fetching meal plan ical
2024-03-01 07:33:02 +01:00
vabene1111
678d0dff3a
Merge pull request #3014 from TandoorRecipes/dependabot/npm_and_yarn/vue/codemirror/commands-6.3.3
...
Bump @codemirror/commands from 6.3.2 to 6.3.3 in /vue
2024-03-01 07:31:12 +01:00
dependabot[bot]
ca068a3ae0
Bump @codemirror/commands from 6.3.2 to 6.3.3 in /vue
...
Bumps [@codemirror/commands](https://github.com/codemirror/commands ) from 6.3.2 to 6.3.3.
- [Changelog](https://github.com/codemirror/commands/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/commands/compare/6.3.2...6.3.3 )
---
updated-dependencies:
- dependency-name: "@codemirror/commands"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-01 00:24:22 +00:00
dependabot[bot]
cf61de0dba
Bump gunicorn from 20.1.0 to 21.2.0
...
Bumps [gunicorn](https://github.com/benoitc/gunicorn ) from 20.1.0 to 21.2.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases )
- [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...21.2.0 )
---
updated-dependencies:
- dependency-name: gunicorn
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-01 00:05:19 +00:00
dependabot[bot]
29a937c44d
Bump django-cors-headers from 4.2.0 to 4.3.1
...
Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers ) from 4.2.0 to 4.3.1.
- [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.2.0...4.3.1 )
---
updated-dependencies:
- dependency-name: django-cors-headers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-01 00:04:56 +00:00
smilerz
c597aed956
updated branch info
2024-02-29 11:13:25 -06:00
smilerz
7e6f3ad92b
add badges to README
...
publish reports to gh-pages
2024-02-29 11:13:06 -06:00
smilerz
b2c5e3d5e7
Pytest and Coverage Reports
2024-02-29 11:12:19 -06:00
smilerz
9344bf80da
added coverage
...
added pytest reporting
updated Github Action CI/CD to write coverage output to docs
updated GA CI/CD to generate test and coverage badges
2024-02-29 11:11:41 -06:00
smilerz
b78597fa52
updated link to Dependabot documentation
2024-02-29 11:09:52 -06:00
smilerz
75b7397343
created Development dependencies in requirements.txt
...
exclude installing Dev libraries in Dockerfile
2024-02-29 11:09:46 -06:00
Anand Patel
7b506ff903
Remove unnecessary imports in meal plan ical test.
2024-02-29 16:13:17 +00:00
c0mputerguru
23a6efbb05
Merge branch 'TandoorRecipes:develop' into ical-default-dates
2024-02-29 08:07:21 -08:00
vabene1111
701f631c5f
Merge pull request #2998 from TandoorRecipes/dependabot/npm_and_yarn/vue/workbox-expiration-7.0.0
...
Bump workbox-expiration from 6.6.1 to 7.0.0 in /vue
2024-02-29 16:52:01 +01:00