renovate[bot]
cb8213aa74
Update astral-sh/setup-uv digest to e92bafb ( #141 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-23 23:07:25 +00:00
renovate[bot]
c5de3bfe71
Update actions/checkout digest to 8edcb1b ( #140 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-23 17:56:54 +00:00
renovate[bot]
7025fafb72
Update astral-sh/setup-uv digest to 23482a3 ( #139 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-23 11:59:04 +00:00
renovate[bot]
453a44f125
Update python:3.13-slim Docker digest to 1020ca4 ( #138 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-22 21:10:35 +00:00
renovate[bot]
1cdbcf1d96
Update python:3.13-slim Docker digest to 9248661 ( #137 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-22 15:04:51 +00:00
renovate[bot]
e930a3bd9b
Update python:3.13-slim Docker digest to 97fe872 ( #136 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-22 07:57:32 +00:00
renovate[bot]
3a340d622f
Update python:3.13-slim Docker digest to ed8ae2e ( #135 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-22 03:33:13 +00:00
c665ea9ea9
Add Sentry log filtering to reduce noise in error reporting
2025-07-19 00:40:41 +02:00
c8d7e059b2
Refactor Sentry integration: move initialization to RemindBotClient and enhance error context logging
2025-07-18 23:03:49 +02:00
a99c381bec
Enhance message sending reliability by adding a delay before sending and improving error logging for bot state issues
2025-07-18 21:37:14 +02:00
bb752cd6cc
Merge branch 'master' of https://github.com/TheLovinator1/discord-reminder-bot
2025-07-18 21:24:10 +02:00
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
2025-07-18 21:24:04 +02:00
ca3c3bbb1b
Enhance error handling and logging in Discord message sending functions
...
- Added detailed bot state information to error messages when sending fails.
- Implemented early validation of bot readiness and closure in `send_to_discord`.
- Introduced `safe_send_to_discord` to manage bot state issues and prevent '_MissingSentinel' errors.
- Improved logging for better debugging of bot state and HTTP client status.
2025-07-18 21:23:35 +02:00
renovate[bot]
4f08d4b73f
Update astral-sh/setup-uv digest to 4ac06a0 ( #134 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-18 13:15:51 +00:00
renovate[bot]
478138242d
Update astral-sh/setup-uv digest to 05273c1 ( #133 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-17 23:33:42 +00:00
renovate[bot]
eaa231bf5a
Update astral-sh/setup-uv digest to c893ac1 ( #132 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-15 10:38:59 +00:00
renovate[bot]
e1910d6cf8
Update astral-sh/setup-uv digest to a905f00 ( #131 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-10 07:11:06 +00:00
4f5d62b30d
Merge branch 'master' of https://github.com/TheLovinator1/discord-reminder-bot
2025-07-07 06:02:20 +02:00
renovate[bot]
6edc70d6e1
Update astral-sh/setup-uv digest to d4219d1 ( #129 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Joakim Hellsén <tlovinator@gmail.com >
2025-07-07 04:00:16 +00:00
renovate[bot]
6f9a2cc995
Update docker/setup-qemu-action digest to 05340d1 ( #130 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Joakim Hellsén <tlovinator@gmail.com >
2025-07-07 04:00:02 +00:00
7c39f5fdc8
Merge branch 'master' of https://github.com/TheLovinator1/discord-reminder-bot
2025-07-07 05:57:23 +02:00
8237b3ac46
Add WEBHOOK_URL to environment variables in docker-compose.yml
2025-07-07 05:57:18 +02:00
renovate[bot]
2ff50ba2cd
Update actions/checkout digest to 09d2aca ( #128 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-07 03:55:54 +00:00
09cccd51cc
Update SQLITE_LOCATION environment variable path in Dockerfile
2025-07-07 05:41:24 +02:00
c7c761a8cd
Update Docker image reference to use GitHub Container Registry
2025-07-07 05:36:46 +02:00
e58dab8163
Refactor Dockerfile and docker-compose.yml to set environment variables directly and remove unused variables
2025-07-07 05:33:37 +02:00
1508147399
Go back to GitHub workflows
2025-07-07 05:14:13 +02:00
2f6f74c82f
Activate .gitea workflow
2025-07-07 04:57:19 +02:00
59edb2a41f
Merge pull request 'Rewrite bot' ( !1 ) from kewlrewrite into master
...
Reviewed-on: #1
2025-07-07 04:50:47 +02:00
fe559c41a9
Enhance missed job notifications with markdown timestamp and improve webhook function signature
2025-07-07 04:46:30 +02:00
d7ea1c9ec4
Improve message sent to Discord for missed reminder
2025-07-06 06:02:05 +02:00
9f2814a3d5
Add message modification support for interval and cron jobs in modals
2025-07-06 04:06:44 +02:00
4dde52ec04
Refactor reminder modification modals to support date, cron, and interval triggers
2025-07-06 02:28:36 +02:00
c6d8df3d80
Add helper functions and modal for modifying APScheduler jobs
2025-07-06 00:38:39 +02:00
77575b0934
Implement modal for modifying APScheduler jobs
2025-07-05 23:28:15 +02:00
e5c662ba20
Add job id to logger.error when failing to format the __getstate__ dictionary for Discord markdown
2025-07-05 04:00:57 +02:00
b97e8260ae
Debug with module instead of starting main.py
2025-07-05 03:51:25 +02:00
993a8fd6d9
Start scheduler after syncing commands
2025-07-04 23:39:26 +02:00
480b36ad85
Update Dockerfile to specify Python image digest and add support for build checks
2025-07-04 05:58:36 +02:00
679fedb099
Update Dockerfile to run the main module directly with Python
2025-07-04 02:03:25 +02:00
12f705418a
Log timezone; add more data to /remind list
2025-07-03 06:04:24 +02:00
865cd9ba6d
Refactor state generation functions for improved markdown formatting; simplify error messages and enhance UI job display
2025-07-02 23:40:32 +02:00
1cf10fc7a9
Update multidict package to version 6.6.3
2025-07-02 06:31:06 +02:00
9299ab800d
Refactor reminder job handling and improve UI formatting; add pagination for reminders
2025-07-02 06:30:53 +02:00
acf742c91c
Add Discord session ID to logs
2025-07-01 21:45:06 +02:00
fd826da6e4
Stuff and things
2025-07-01 20:10:29 +02:00
b87639910b
Update installation instructions and bump Python requirement to 3.13; remove Poetry and nox; update pre-commit hooks.
2025-06-29 04:24:25 +02:00
41c03e10f6
Comment out push, pull_request, and schedule triggers in workflow files
2025-04-12 14:23:39 +02:00
5ec31ba126
Add Nox to development dependencies and format dependency entries
2025-04-12 11:35:50 +02:00
52d8501ef2
Remove SECURITY.md
2025-04-12 11:34:53 +02:00