Releases: jdobes/lunch
v1.5.0
v1.4.0
v1.3.0
v1.2.1
v1.2.0
v1.1.0
v1.0.1
v1.0.0
v1.0.0 (2024-07-09)
Feature
Fix
- fix(restaurants): Rubin from their site (
de46d69
)
Unknown
-
hostname has to resolvable, and some real value is only needed in local env (
1317faa
) -
add Moravia
-
add more empty states (
4481768
) -
parse jeanpauls from pdf (
7ade9c1
) -
filter out empty responses from menicka (
c29a48b
) -
sesamo stopped publishing to website, use facebook to get latest menu
unfortunately the format is different every week (689cd75
)
- don't clear the menu when it's removed from the page on the same day
remove it the next day (1f2208a
)
-
add http proxy support (
98f7165
) -
switch to firefox for playwright
chromium doesn't seem to run in k3s on arm64, this is easiest workaround
can't use distro firefox because playwright works only with custom firefox build (da0c35e
)
-
add qwerty (
4166d65
) -
simplify multi-arch build - build react app assets once
build final image without node bloat (881c5bc
)
-
diacritics (
5935026
) -
build and push images (
b9cb94f
) -
add restaurants near tpb (
8c29828
) -
tzdata need to now explicitly required otherwise apscheduler initialization fails (
47ab2df
) -
fix roayal nepal (
a617895
) -
fix nepal (
98e4fc2
) -
fix portoriko and padthai (
bd12915
) -
Drop u Hrebicku as it got closed (
b74dc46
) -
fix sesamo (
d07cf44
) -
remove zomato (
eb13202
) -
change to cron scheduler (
9b22bb6
) -
upgrade to MUI 5 (
84b4920
) -
Fix nepalese restaurant namings (
0f0e661
) -
add royal nepal (
cfbe4e5
) -
add jeanpauls and sesamo (
923c7d2
) -
remove alergens (
5759b30
) -
add uhrebicku (
5f94d83
) -
add podman build instructions (
caad4f5
) -
update velorex name (
e575b78
) -
Update velorex.py (
f7e8ccc
) -
delete taste of india (
286c6cd
) -
add docker-compose (
f0c9d20
) -
fix nepal (
62540c8
) -
migrate many restaurants to menicka (
1d60fc4
) -
delete liquid bread (
d16aefa
) -
fix timestamp (
d7f1859
) -
update deps (
10a287d
) -
release (
f11da9a
) -
better fix (
672d3d9
) -
fix nepal (
75c4bd8
) -
fix missing function in python 3.6 (
fb8061c
) -
no need to do in this svc (
3eccfcd
) -
setup nginx proxy and podman pod to make routing to web and api container work (
ffa314b
) -
show warning in dev env (
a861f3a
) -
free some space (
31da642
) -
fix build errors (
6ceeacd
) -
run with -it until permissions are fixed
https://bugzilla.redhat.com/show_bug.cgi?id=1786449 (d6f5a7a
)
-
reduce size using ubi-minimal (
d58df79
) -
fix readme (
c34a560
) -
split services (need to resolve nginx logging yet) (
ac2d926
) -
update deps (
4f38fc6
) -
switch to centos 8 and reduce image size (
c2996bb
) -
fix velorex (
b3956e1
) -
fix parsers (
808c174
) -
add timestamp (
5dc66b5
) -
continue parsing other modules in case of exception (
32e1aa2
) -
Bump eslint-utils from 1.4.0 to 1.4.3 in /web
Bumps eslint-utils from 1.4.0 to 1.4.3.
Signed-off-by: dependabot[bot] <[email protected]> (8f150eb
)
-
fix liquid bread (
6741846
) -
fix purkynka (
27401e2
) -
use a more precise name (
788c5b6
) -
add taste of india (
508df65
) -
add liquid bread (
940e2df
) -
add comment (
2fd2c0a
) -
add purkynka (
febf9ec
) -
add nepal (
6496706
) -
skip earlier days while syncing and remove empty lines (
e26abb8
) -
parse zomato restaurants (
f442bb6
) -
replace newlines with <br/> (
2e3f672
) -
set utf-8 encoding, it's not set by default (
8e8d46f
) -
define API url if running UI using npm start (
4f81fd8
) -
fetch both APIs at once, combine re...