Commit Graph

  • 3412a5ccaa feat: enhance message handling with content pattern matching and update environment configuration main zwitschi 2026-05-10 14:24:07 +02:00
  • 915c55d7ed feat: remove pip installation command from nixpacks configuration zwitschi 2026-05-10 13:44:39 +02:00
  • 788f3ea6b7 feat: remove deployment step from Docker workflow and add nixpacks configuration zwitschi 2026-05-10 13:31:30 +02:00
  • 0952c21c7b feat: update dashboard port from 8080 to 8420 in configuration and documentation zwitschi 2026-05-10 13:24:49 +02:00
  • f88f60a019 feat: add functions to check and update 4:20 timezone cache zwitschi 2026-05-10 13:06:31 +02:00
  • 565c4078bb feat: enhance color handling in templates and dashboard with hex support zwitschi 2026-05-10 12:55:39 +02:00
  • 8f8c3655db refactor: replace pandas with csv module for timezone data loading zwitschi 2026-05-10 12:43:11 +02:00
  • 584231b0df chore: remove unused numpy and pandas dependencies from requirements zwitschi 2026-05-10 12:37:31 +02:00
  • a4c92470b6 feat: add maintenance module for message deletion and related utilities feat: implement tests for maintenance functions and dashboard interactions feat: add timezone and country tests for thctime module zwitschi 2026-05-10 12:36:02 +02:00
  • 01d94376d4 feat: implement timezone and country data handling in thctime module zwitschi 2026-05-10 12:20:40 +02:00
  • 3f5630da2c fix: update dashboard host to allow external access zwitschi 2026-05-10 12:07:32 +02:00
  • 6bae1e2f66 feat: add HTML template rendering and test notification functionality zwitschi 2026-05-10 12:01:25 +02:00
  • 1dcd80a8bb feat: add testing job to build-container workflow and remove redundant push trigger from test-application workflow zwitschi 2026-05-10 11:34:27 +02:00
  • c15e9bbd7c fix: improve logging and pagination logic in delete_old_messages function zwitschi 2026-05-10 11:32:24 +02:00
  • 4eecfc4aff refactor: remove test cases for dashboard functionality zwitschi 2026-05-10 09:24:31 +02:00
  • ce5b31485c refactor: remove dashboard startup function and adjust message deletion schedule zwitschi 2026-05-10 09:18:18 +02:00
  • d2372a98fa fix: reorder Docker commands to ensure proper image pull before container stop and removal zwitschi 2026-05-09 22:22:46 +02:00
  • 0c6e4c7235 feat: enable scheduled notifications for reminders and specific messages zwitschi 2026-05-09 22:19:43 +02:00
  • 61473c5dee fix: update embed message for unknown notification type and clean up related test zwitschi 2026-05-09 22:16:20 +02:00
  • e30920067f feat: Add dashboard support and enhance Discord webhook functionality zwitschi 2026-05-09 21:59:52 +02:00
  • 983c7cde9d refactor: remove Docker image verification and cleanup steps from build-container workflow zwitschi 2025-10-05 16:08:43 +02:00
  • 08069d660d fix: no teardown/cleanup needed zwitschi 2025-10-05 16:07:57 +02:00
  • c1568e540f feat: add test workflow and implement unit tests for main functionality zwitschi 2025-10-05 16:03:41 +02:00
  • 8a47dab3d1 feat: add portainer deployment step to build-container workflow changing action to run deployment only on push to main branch zwitschi 2025-10-05 15:58:57 +02:00
  • f19359cbee refactor: streamline message handling and embed creation zwitschi 2025-10-05 11:47:39 +02:00
  • ab33cbe005 remove service image on own server zwitschi 2025-10-04 19:23:36 +02:00
  • 44e60fd535 Merge pull request 'adding country list' (#1) from feat/country-list into main zwitschi 2025-10-04 18:20:35 +02:00
  • 36a7b8bcf1 adding country list zwitschi 2025-10-04 18:18:26 +02:00
  • 5b81106015 replace image zwitschi 2025-10-03 19:43:15 +02:00
  • 043dd05304 increase GIF limit in search_tenor and optimize image retrieval in get_message zwitschi 2025-09-23 15:26:51 +02:00
  • 145a8be442 cleanup build action zwitschi 2025-09-21 16:15:59 +02:00
  • 3f854f2080 docker-compose update zwitschi 2025-09-21 16:14:07 +02:00
  • 8904da50dc fixing main and build updates zwitschi 2025-09-21 16:12:03 +02:00
  • 3c5dcc6ac2 better messages zwitschi 2025-09-21 15:50:27 +02:00
  • c9603be9bd full image name according to [naming convention](https://docs.gitea.com/usage/packages/container#image-naming-convention) zwitschi 2025-09-19 21:30:40 +02:00
  • a31744704f fixing deploy workflow zwitschi 2025-09-19 21:23:52 +02:00
  • 4b6ecf1726 switching to alpine and using git.allucanget.biz docker registry zwitschi 2025-09-19 21:18:02 +02:00
  • 118269935d fix demo action runner zwitschi 2025-09-19 19:03:11 +02:00
  • 054ac79984 demo workflow zwitschi 2025-09-19 18:59:50 +02:00
  • ff18be85ad stricter timing zwitschi 2025-09-17 21:24:10 +02:00
  • 3c5fafadaa main function tweaks zwitschi 2025-09-17 21:19:28 +02:00
  • b652dc748c Merge branch 'main' of https://git.allucanget.biz/zwitschi/thc-webhook zwitschi 2025-09-17 20:51:06 +02:00
  • f1b831b2ca adding halftime zwitschi 2025-09-17 20:51:04 +02:00
  • b8cb3aa71e Delete .github/copilot-instructions.md zwitschi 2025-09-17 20:44:31 +02:00
  • b5fa028b92 updating ignores zwitschi 2025-09-17 20:43:17 +02:00
  • fb84af03d4 adding docker compose file extending instructions to run docker in README zwitschi 2025-09-14 15:01:44 +02:00
  • 262d5fca91 adding Dockerfile and ignores georg.sinn-schirwitz 2025-09-08 12:39:46 +02:00
  • 443159ec86 adding .env.example georg.sinn-schirwitz 2025-09-08 12:39:36 +02:00
  • 234c99f1a9 adding service file for systemd georg.sinn-schirwitz 2025-09-07 16:42:25 +02:00
  • fbe4e2f487 initial commit georg.sinn-schirwitz 2025-09-06 14:01:06 +02:00