Joakim Hellsén TheLovinator
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
TheLovinator created repository TheLovinator/postgres-handholder 2025-06-18 06:03:48 +02:00
TheLovinator pushed to master at TheLovinator/compose 2025-06-18 06:01:11 +02:00
b0b663b7d8 dev: add dev tools, pre-commit, Makefile, contributing, changelog, CI, and fix python version
TheLovinator pushed to master at TheLovinator/compose 2025-06-18 05:05:55 +02:00
2557aacd5d Refactor DockerComposeManager usage in basic_example and enhance error handling for service, network, config, and secret management
c8e262a736 Remove copyright header and ensure flexibility in VolumeConfig by allowing extra fields
Compare 2 commits »
TheLovinator pushed to master at TheLovinator/compose 2025-06-18 04:44:20 +02:00
6a70beb156 Enhance configuration classes with detailed docstrings and improve YAML saving functionality in DockerComposeManager
TheLovinator pushed to master at TheLovinator/compose 2025-06-18 04:41:55 +02:00
2996016aee Add logging to basic_example and update PostgreSQL database name
2e000017e4 Enhance DockerComposeManager with detailed service, volume, and network configurations using Pydantic models
Compare 2 commits »
TheLovinator pushed to master at TheLovinator/compose 2025-06-18 04:14:57 +02:00
f0ee0bcac6 Implement volume and network management methods in DockerComposeManager and enhance service creation with additional parameters
TheLovinator pushed to master at TheLovinator/compose 2025-06-18 03:55:52 +02:00
be43c468a4 Refactor pyproject.toml and enhance DockerComposeManager with type hints