Commit Graph

12 Commits

Author SHA256 Message Date
Hadrian Burkhardt 9e37940334 linting 2023-12-11 21:05:26 +01:00
Hadrian Burkhardt 58a53e608f builder added, removed old files 2023-12-11 21:05:26 +01:00
Hadrian Burkhardt f714fc4c79 update for new parsing url swp_ 2023-12-11 21:05:26 +01:00
f4lco c308118e8f Python 3.11 2022-11-01 23:23:03 +01:00
f4lco d2837df10b Replace werkzeug.contrib.SimpleCache with cachetools (#7, fixes #12) 2020-04-23 17:41:35 +02:00
f4lco 5960dd2ebd Fix minor Python 3 renames and deprecations (#7) 2020-04-23 17:38:29 +02:00
f4lco b86284054f Add PyLint 2019-01-27 20:45:51 +01:00
Falco Duersch 57c75b02e5 Integrate pycodestyle 2019-01-27 19:18:53 +01:00
f4lco 30e239c5fe Exclude application init from coverage measurement (main, BASE_URL) 2019-01-27 18:57:41 +01:00
Kai Fabian 5adf85ab65 feature/metafeeds: Support for canteen meta feeds and index feed (#2)
* feature/metafeeds: Restructured API, splitted menu and meta feed

* feature/metafeeds: add field 'key' to Canteen

* feature/metafeeds: added helper function for reverse urls

* feature/metafeeds: added menu feed url to meta feed

* feature/metafeeds: added missing test

(added: testing meta feed rendering in retrievaltest)

* feature/metafeeds: added feed index page

* whitespace fix

* feature/metafeeds: added alias urls

* feature/metafeeds: moved meta feed default url

* feature/metafeeds: moved index generation to views

* feature/metafeeds: inlined builder instance creation

* feature/metafeeds: removed unused 'menu' parameter

* feature/metafeeds: replaced 'reverse' module with Flask's url_for

* feature/metafeeds: removed unused import

* feature/metafeeds: removed unused function parameters

* feature/metafeeds: moved menu feed url generation to views.py

* feature/metafeeds: cleanup debug prints

removing debug prints that should never have been committed.
2018-10-22 09:16:14 +02:00
Kai Fabian 0653c75e43 Dockerfile for automated docker deployment (#1)
* Initial Dockerfile

* Dockerfile: install without caching in production

* dockerfile: added ARG/ENV for deployment dir

* dockerfile: removed unnecessary tinkering with PYTHONPATH

* dockerfile: added ARG/ENV for listening port

* dockerfile: added cleanup of tests and makefile

* dockerfile: added health check
2018-10-21 19:22:15 +02:00
Falco Duersch e0b88bbc87 OpenMensa parser for STW Potsdam after canteen website redesign 2018-09-19 17:32:49 +02:00