Moritz Hölting moritz
moritz synced commits to main at moritz/mensa-upb-api from mirror 2026-01-07 16:10:24 +01:00
146faa015b fix removing all past items because of trying to scrape past
moritz synced commits to main at moritz/mensa-upb-api from mirror 2026-01-06 07:50:23 +01:00
975193ff65 decrease docker image size by using alpine
bd22aeba67 consolidate scraper and refresh logic, and improve OpenAPI documentation
Compare 2 commits »
moritz synced commits to main at moritz/mensa-upb-api from mirror 2026-01-05 23:40:25 +01:00
15d321069b feat: consolidate scraper and refresh logic, and improve OpenAPI documentation
moritz synced commits to main at moritz/mensa-upb-api from mirror 2026-01-03 06:30:24 +01:00
3ff708540a fix refreshing canteens when menu is empty
moritz synced commits to main at moritz/mensa-upb-api from mirror 2025-12-19 01:00:25 +01:00
c56fe5a8a8 only update outdated db entries
moritz synced commits to main at moritz/mensa-upb-api from mirror 2025-12-18 16:50:24 +01:00
8a1df4946d add endpoint for earliest saved meal
moritz synced commits to main at moritz/mensa-upb-api from mirror 2025-12-18 00:40:23 +01:00
6f4700e021 fix price history missing entries
moritz synced commits to main at moritz/mensa-upb-api from mirror 2025-12-17 16:30:25 +01:00
83026cfcac refresh canteens with missing entries
moritz synced commits to main at moritz/mensa-upb-api from mirror 2025-12-16 16:10:24 +01:00
340258e461 add endpoints for price history and nutrients
moritz synced commits to main at moritz/mensa-upb-api from mirror 2025-12-15 23:50:24 +01:00
8e3dd731c5 scrape nutritional values
4729c1afab web api automatically refreshes outdated
Compare 2 commits »
moritz synced commits to main at moritz/portfolio-webpage from mirror 2025-12-14 22:50:24 +01:00
78b5162670 add blog post on limitations of the random oracle model (bachelor's thesis)
moritz synced commits to develop at moritz/shulkerscript-webpage from mirror 2025-10-14 21:10:25 +02:00
b6c6dcc0f4 add while loop and member access
moritz synced commits to feature/variables at moritz/shulkerscript-lang from mirror 2025-10-14 17:40:25 +02:00
9ead94a6b9 allow function calls in template strings, update changelog
moritz synced commits to feature/variables at moritz/shulkerscript-lang from mirror 2025-10-08 15:10:25 +02:00
389d791ac1 implement comptime while loops
moritz synced commits to develop at moritz/shulkerscript-webpage from mirror 2025-10-02 18:10:23 +02:00
0d432e8bc7 update shulkerscript version in playground
moritz synced commits to develop at moritz/shulkerscript-webpage from mirror 2025-09-29 17:00:24 +02:00
e55cec1739 update shulkerscript grammar
1d88e4c0df start with first variable docs
62406c9846 add 0.2.0 features from changelog to syntax, update dependencies for online playground
da7a8ddd71 automatically switch to linux/mac if detected
de85fce893 update dependencies
Compare 6 commits »
moritz synced commits to feature/variables at moritz/shulkerscript-lang from mirror 2025-09-17 16:20:25 +02:00
e367920922 transpile comptime value to data location
moritz synced commits to develop at moritz/shulkerscript-webpage from mirror 2025-09-17 04:20:28 +02:00
f0f757a12b start with first variable docs
moritz synced commits to feature/variables at moritz/shulkerscript-lang from mirror 2025-09-17 00:00:26 +02:00
0f6d9b301f check that assignments to comptime variables are only done in comptime conditionals
moritz synced commits to feature/variables at moritz/shulkerscript-lang from mirror 2025-09-11 22:10:25 +02:00
7f276a4139 implement basic while loop