10 Commits

Author SHA1 Message Date
forust fb43306571 Fix all lint issues: Dockerfiles (DL3015/DL3013/DL4006) + Ruff (173→0 errors)
lint / prettier (push) Successful in 8s
lint / ruff (push) Successful in 5s
lint / yamllint (push) Successful in 7s
lint / hadolint (push) Failing after 4s
validate / yaml (push) Successful in 5s
validate / k8s (push) Successful in 5s
Dockerfile fixes:
- edu_master/phpsessid-bot: add --no-install-recommends, pin pip versions
- edu_master/webinar-checker: pin pip versions with --no-cache-dir
- userbot: add SHELL with pipefail for pipe operations

Ruff fixes (173 → 0):
- W293/W291/W292: whitespace clean via ruff format
- N806: camelCase → snake_case (anilist, safone, hearts, flux, etc.)
- ARG001/ARG002: prefix unused params with _
- SIM115: use context managers for file I/O
- SIM117: combine nested with statements
- S608: noqa on SQL f-strings (module name is validated)
- E402/N812/N817: import fixes
- B023: pass loop variable as argument
- I001: auto-sorted imports
- syntax: fixed = vs == in dtek_notif/main.py
2026-06-21 22:01:51 +02:00
forust a68c01a68f chore: add gitea container registry compose support for localy builded apps
Deploy to Server / deploy (push) Has been cancelled
2026-06-07 14:37:57 +02:00
forust 45021933a6 feat: add LICENSE file with Mozilla Public License Version 2.0 2025-11-17 19:05:03 +01:00
forust dda346b1f7 downgrade to python:3.9 docker image 2025-11-15 23:31:02 +01:00
forust 20086ec8de fix: update parsing logic for half-hours and improve disconnection status handling 2025-11-15 22:37:07 +01:00
forust 4bbe94c91b Renamed dtek-bot's dockercompose for easy access
Updated parser logic for updated site version
2025-11-13 14:22:59 +01:00
forust 6370ad4cb2 Refactor Dockerfile and main.py for improved environment variable handling and logging; update requirements.txt for package specifications 2025-11-12 23:37:08 +01:00
forust 7ca26b77a7 Enhance schedule formatting and error handling in DTEK notification bot
v2
2025-11-12 18:23:53 +01:00
forust c820aac02c Add main keyboard and enhance schedule formatting in DTEK notification bot
FOR HISTORY
2025-11-12 18:01:42 +01:00
forust b598006266 Add DTEK notification bot with Docker configuration and requirements 2025-11-12 13:37:28 +01:00