Joakim Hellsén TheLovinator
TheLovinator synced commits to renovate/astral-sh-setup-uv-digest at TheLovinator/discord-reminder-bot from mirror 2025-07-23 21:13:28 +02:00
TheLovinator synced new reference renovate/astral-sh-setup-uv-digest to TheLovinator/discord-reminder-bot from mirror 2025-07-23 21:13:28 +02:00
TheLovinator synced commits to master at TheLovinator/discord-reminder-bot from mirror 2025-07-23 21:13:28 +02:00
c5de3bfe71 Update actions/checkout digest to 8edcb1b (#140)
7025fafb72 Update astral-sh/setup-uv digest to 23482a3 (#139)
Compare 2 commits »
TheLovinator synced commits to master at TheLovinator/wutheringwaves from mirror 2025-07-23 19:43:28 +02:00
3cfffdecc8 Updated files: README.md, articles/2967.json, articles_all.xml, articles_latest.xml, html/2967.html
TheLovinator synced commits to master at TheLovinator/wutheringwaves from mirror 2025-07-23 11:33:28 +02:00
aa373ac837 Updated files: README.md, articles/2963.json, articles_all.xml, articles_latest.xml, html/2963.html
2a5436dc75 Updated files: README.md, articles/2936.json, articles/2943.json, articles/2950.json, articles/2957.json, articles_all.xml, articles_latest.xml, html/2936.html, html/2943.html, html/2950.html, html/2957.html
Compare 2 commits »
TheLovinator synced commits to master at TheLovinator/discord-reminder-bot from mirror 2025-07-23 05:03:27 +02:00
453a44f125 Update python:3.13-slim Docker digest to 1020ca4 (#138)
TheLovinator synced commits to master at TheLovinator/discord-reminder-bot from mirror 2025-07-22 20:53:28 +02:00
1cdbcf1d96 Update python:3.13-slim Docker digest to 9248661 (#137)
TheLovinator synced commits to master at TheLovinator/wutheringwaves from mirror 2025-07-22 19:13:29 +02:00
0d79c38323 Updated files: README.md, articles/2927.json, articles_all.xml, articles_latest.xml, html/2927.html
TheLovinator synced commits to master at TheLovinator/discord-reminder-bot from mirror 2025-07-22 12:43:28 +02:00
e930a3bd9b Update python:3.13-slim Docker digest to 97fe872 (#136)
3a340d622f Update python:3.13-slim Docker digest to ed8ae2e (#135)
Compare 2 commits »
TheLovinator synced commits to master at TheLovinator/wutheringwaves from mirror 2025-07-20 10:33:27 +02:00
5502d4a466 Updated files: README.md, articles/2907.json, articles_all.xml, articles_latest.xml, html/2907.html
TheLovinator synced commits to master at TheLovinator/wutheringwaves from mirror 2025-07-19 10:03:29 +02:00
4015d57a92 Updated files: README.md, articles/2906.json, articles_all.xml, articles_latest.xml, html/2906.html
3ca7c5de64 Updated files: README.md, articles/2908.json, articles_all.xml, articles_latest.xml, html/2908.html
Compare 2 commits »
TheLovinator synced commits to master at TheLovinator/discord-reminder-bot from mirror 2025-07-19 03:23:28 +02:00
c665ea9ea9 Add Sentry log filtering to reduce noise in error reporting
c8d7e059b2 Refactor Sentry integration: move initialization to RemindBotClient and enhance error context logging
a99c381bec Enhance message sending reliability by adding a delay before sending and improving error logging for bot state issues
c3161c2e0a Update dependencies: aiohttp to 3.12.14, certifi to 2025.7.14, orjson to 3.11.0, and sentry-sdk to 2.33.0
Compare 6 commits »
TheLovinator synced commits to master at TheLovinator/discord-reminder-bot from mirror 2025-07-18 19:13:29 +02:00
4f08d4b73f Update astral-sh/setup-uv digest to 4ac06a0 (#134)
TheLovinator synced commits to master at TheLovinator/wutheringwaves from mirror 2025-07-18 17:53:28 +02:00
57cb517482 Updated files: README.md, articles/2901.json, articles_all.xml, articles_latest.xml, html/2901.html
TheLovinator synced commits to master at TheLovinator/discord-reminder-bot from mirror 2025-07-18 03:03:27 +02:00
478138242d Update astral-sh/setup-uv digest to 05273c1 (#133)
TheLovinator synced commits to master at TheLovinator/discord-reminder-bot from mirror 2025-07-15 18:03:28 +02:00
eaa231bf5a Update astral-sh/setup-uv digest to c893ac1 (#132)
TheLovinator synced commits to master at TheLovinator/wutheringwaves from mirror 2025-07-13 07:43:28 +02:00
529b1a9cd4 Update XML links to use GitHub raw URLs and format Python code for consistency
4c8d92aab6 Update RSS feed links in README.md to use GitHub raw URLs
0cfee08138 Add .gitattributes to mark generated files and folders for linguist
Compare 3 commits »
TheLovinator synced commits to master at TheLovinator/discord-reminder-bot from mirror 2025-07-10 16:03:29 +02:00
e1910d6cf8 Update astral-sh/setup-uv digest to a905f00 (#131)
TheLovinator pushed to master at TheLovinator/discord-rss-bot 2025-06-25 05:41:59 +02:00
fdd8e19aa3 Update pre-commit hook versions for uv-pre-commit and ruff
2ef03c8b45 Fix formatting of tags in /custom
Compare 2 commits »
TheLovinator pushed to master at TheLovinator/postgres-handholder 2025-06-18 06:25:41 +02:00
a856fb73f7 Initial Django project setup for Postgres cluster management - Created Django project structure with postgres_handholder main app - Added clusters, backups, and monitoring apps - Implemented comprehensive models for PostgresCluster, PostgresInstance, ClusterUser, ClusterDatabase - Added forms and views for cluster management - Created Bootstrap 5 templates with modern UI - Added Docker and Docker Compose configuration - Included Celery for background tasks - Added comprehensive requirements.txt with all dependencies - Updated README with installation and usage instructions - Added environment configuration example - Set up proper URL routing and app structure