Commit Graph

863 Commits

Author SHA1 Message Date
Alexei Pesic
c8655c3a50 Fix error message (#101) 2021-01-19 20:19:03 -09:00
Hayden
81fc0c6cb2 bug: mongo updates fail #99 2021-01-19 16:59:26 -09:00
Hayden
2338f017ed notes hot fix 2021-01-18 12:54:27 -09:00
Hayden
d0faa52cfd webscraper hotfix 2021-01-18 08:19:45 -09:00
Hayden
88dfd40b8d Release v0.1.0 Candidate (#85)
* Changed uvicorn port to 80

* Changed port in docker-compose to match dockerfile

* Readded environment variables in docker-compose

* production image rework

* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available

* fixed instrucitons on parse

* add last_recipe

* automated testing

* roadmap update

* Sqlite (#75)

* file structure

* auto-test

* take 2

* refactor ap scheduler and startup process

* fixed scraper error

* database abstraction

* database abstraction

* port recipes over to new schema

* meal migration

* start settings migration

* finale mongo port

* backup improvements

* migration imports to new DB structure

* unused import cleanup

* docs strings

* settings and theme import logic

* cleanup

* fixed tinydb error

* requirements

* fuzzy search

* remove scratch file

* sqlalchemy models

* improved search ui

* recipe models almost done

* sql modal population

* del scratch

* rewrite database model mixins

* mostly grabage

* recipe updates

* working sqllite

* remove old files and reorganize

* final cleanup

Co-authored-by: Hayden <hay-kot@pm.me>

* Backup card (#78)

* backup / import dialog

* upgrade to new tag method

* New import card

* rename settings.py to app_config.py

* migrate to poetry for development

* fix failing test

Co-authored-by: Hayden <hay-kot@pm.me>

* added mkdocs to docker-compose

* Translations (#72)

* Translations + danish

* changed back proxy target to use ENV

* Resolved more merge conflicts

* Removed test in translation

* Documentation of translations

* Updated translations

* removed old packages

Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>

* fail to start bug fixes

* feature: prep/cook/total time slots (#80)

Co-authored-by: Hayden <hay-kot@pm.me>

* missing bind attributes

* Bug fixes (#81)

* fix: url remains after succesful import

* docs: changelog + update todos

* arm image

* arm compose

* compose updates

* update poetry

* arm support

Co-authored-by: Hayden <hay-kot@pm.me>

* dockerfile hotfix

* dockerfile hotfix

* Version Release Final Touches (#84)

* Remove slim

* bug: opacity issues

* bug: startup failure with no database

* ci/cd on dev branch

* formatting

* v0.1.0 documentation

Co-authored-by: Hayden <hay-kot@pm.me>

* db init hotfix

* bug: fix crash in mongo

* fix mongo bug

* fixed version notifier

* finale changelog

Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me>
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com>
Co-authored-by: kentora <kentora@kentora.dk>
2021-01-17 22:22:54 -09:00
Hayden
082448c6dc upload nextcloud data from UI 2021-01-09 18:55:26 -09:00
Hayden
af87045037 nextcloud migration 2021-01-09 18:04:53 -09:00
Hayden
caad1acd76 removed prints 2021-01-09 12:57:34 -09:00
Hayden
f73437df4f removed unused import 2021-01-09 12:56:58 -09:00
Hayden
b8f7b58da3 backup bug 2nd try 2021-01-09 12:02:02 -09:00
Hayden
12c78ee2c4 backup bug fix 2021-01-09 11:40:06 -09:00
Hayden
79f957eb8c documentation updates 2021-01-08 22:57:59 -09:00
Hayden
86c1fd8e9d recipe extras 2021-01-08 19:30:54 -09:00
Hayden
48a251fd9d remove fail on image 2021-01-08 18:05:18 -09:00
Hayden
7292fb7344 improve image return speed 2021-01-08 17:38:53 -09:00
Hayden
c6206f52e4 startup bug 2021-01-08 17:30:57 -09:00
Hayden
c8588406d2 remove unused import 2021-01-08 17:30:48 -09:00
Hayden
fef8ad540a file reorganize 2021-01-08 17:09:03 -09:00
Hayden
c859f7bbbf documentation updates 2021-01-07 21:45:06 -09:00
Hayden
12f7ed46ea removed broken response models 2021-01-07 21:13:31 -09:00
Hayden
3cb7c9c0b2 fixed response models 2021-01-07 20:41:09 -09:00
Hayden
36db9f2e86 api documentation 2021-01-07 19:54:49 -09:00
Hayden
53b4717810 api documentation 2021-01-07 19:54:31 -09:00
Hayden
f412c3dd5b added env variable 2021-01-07 19:54:17 -09:00
Hayden
df0d7c9ac5 api documentation 2021-01-07 19:51:11 -09:00
Hayden
048114f2f2 imrpove api docs 2021-01-07 15:25:01 -09:00
Richard Mitic
8ab1bdeb4a Fix bug in instruction normalization 2021-01-06 18:37:35 +01:00
Hayden
fba3ed68fa support empty meal-plans 2021-01-05 17:36:53 -09:00
Hayden
2f30d28138 abstract dictionary assignemnt into a function 2021-01-05 17:08:33 -09:00
Hayden
ec3f65576d restructure folders 2021-01-05 17:08:04 -09:00
Hayden
88afaa7c61 Merge pull request #35 from richardmitic/scraper_fixes
Normalize recipe instructions, yield, and image url
2021-01-05 13:35:34 -09:00
Richard Mitic
96b9f74f84 Normalize recipe instructions, yield, and image url
Including tests and example recipe data.
2021-01-05 22:19:32 +01:00
Hayden
06ffa16a44 confirmation text color - white 2021-01-05 10:00:48 -09:00
Kevin Grossmann
85e6eebda9 Merge branch 'dev' into master 2021-01-05 19:02:08 +01:00
Kevin Grossmann
75bef08c7c Mount Vue Frontend only in production 2021-01-05 14:14:55 +01:00
Hayden
1aa9cbeebb Confirmation.vue start 2021-01-04 16:49:03 -09:00
Hayden
b0abc9e082 no folder crash error 2021-01-03 14:53:16 -09:00
Hayden
8c1b33ad0b scraper route update 2021-01-03 14:37:42 -09:00
Hayden
bc9e5692fa fix not updating bug 2021-01-03 14:34:00 -09:00
Hayden
db30daceef contribution framework updates 2021-01-03 14:25:38 -09:00
Hayden
adbc126ef5 documentation 2021-01-03 13:54:29 -09:00
Hayden
e2427f3b84 Merge branch 'master' of https://github.com/hay-kot/mealie into 0.1.0 2021-01-03 12:25:10 -09:00
Hayden
2194fe66bd cleanup 2021-01-03 12:23:00 -09:00
Hayden
9fe9663ab0 clean up repo 2021-01-03 12:22:14 -09:00
Hayden
5b679087e2 better validation on update 2021-01-03 12:12:03 -09:00
Hayden
7509c2c14c url parser improvements 2021-01-03 12:11:49 -09:00
Hayden
80ac39c87d new env variables 2021-01-03 12:11:36 -09:00
Hayden
d229b6c8ef render all templates on auto backup 2021-01-03 12:11:00 -09:00
Hayden
6e18fcdf76 info default theme color 2021-01-03 12:10:02 -09:00
Hayden
a2e278b344 new env variables 2021-01-03 12:09:40 -09:00