Commit Graph

78 Commits

Author SHA1 Message Date
13c35dc7ef Update dependency sqlalchemy to v2.0.8 2023-03-31 23:36:07 +00:00
8caf106e5a Lock file maintenance 2023-03-27 00:41:46 +00:00
7826960a1b Update dependency dateparser to v1.1.8 2023-03-23 15:27:33 +00:00
7f1b6b77a9 Update dependency sqlalchemy to v2 2023-03-20 03:59:24 +00:00
c5b733236c Merge remote-tracking branch 'origin/master' 2023-03-20 04:58:31 +01:00
73df048d43 Install py-interactions from PyPI instead of git and remove wait-for 2023-03-20 04:35:37 +01:00
08e6c98b5b Lock file maintenance 2023-03-20 02:43:45 +00:00
2df11adb16 Merge remote-tracking branch 'origin/master' 2023-03-20 02:17:34 +01:00
52cde8696c Lock file maintenance 2023-03-19 23:12:43 +00:00
11d9f2c2a5 Use Ruff and fix all its warnings and errors 2023-03-19 00:54:55 +01:00
ec2978b529 Update dependency sqlalchemy to v1.4.47 2023-03-18 18:19:59 +00:00
f5109819bc Lock file maintenance 2023-03-12 23:27:57 +00:00
91d180d13d Lock file maintenance 2023-03-05 23:29:01 +00:00
530ccb48d0 Lock file maintenance 2023-02-27 00:28:37 +00:00
54a7a671f7 Update dependency python-dotenv to v1 2023-02-24 12:50:44 +00:00
4ba4b903f7 Lock file maintenance 2023-02-20 00:51:29 +00:00
df14a4981c Lock file maintenance 2023-02-13 03:13:38 +00:00
500b5ee33e Lock file maintenance 2023-02-06 00:57:25 +00:00
c2fa3a558d Lock file maintenance 2023-01-29 23:45:43 +00:00
1ca7d12b34 Lock file maintenance 2023-01-23 00:11:34 +00:00
131d692cff Lock file maintenance 2023-01-16 03:39:44 +00:00
74283e40fa Lock file maintenance 2023-01-15 23:52:02 +00:00
15e0b5ec76 Lock file maintenance 2023-01-09 00:50:05 +00:00
dea97e21bd Lock file maintenance 2023-01-02 00:53:24 +00:00
662e27589d Lock file maintenance 2022-12-25 23:41:32 +00:00
9ef8f2f07d Lock file maintenance 2022-12-18 23:30:52 +00:00
ddb6eedc45 👨🏻‍🌾Update dependencies 2022-12-13 00:21:52 +01:00
9829404df2 Lock file maintenance 2022-12-12 01:28:18 +00:00
c06ba75216 Lock file maintenance 2022-12-04 23:42:09 +00:00
7a24d72e2f Lock file maintenance 2022-11-27 23:06:27 +00:00
f36d049fcb Update dependency discord-webhook to v1 2022-11-21 23:17:22 +00:00
cea3cce72e Lock file maintenance 2022-11-21 02:10:05 +00:00
b40daa04ba Lock file maintenance 2022-11-14 01:50:02 +00:00
ae82f6db24 Lock file maintenance 2022-11-07 00:30:10 +00:00
9425d2c087 Lock file maintenance 2022-10-31 03:29:34 +00:00
ecf237e64c Update poetry.lock 2022-10-31 01:27:57 +01:00
17eada7e29 Send errors and missed reminders to webhook
New environment variable that you need to use for this to work.
2022-10-31 01:24:32 +01:00
e248238091 Uncapitalize dependencies 2022-10-29 17:35:19 +02:00
7d9b8e25d4 Format code 2022-10-29 15:54:27 +02:00
0d322d96cd Update poetry.lock 👨🏻‍🌾 2022-10-25 23:22:36 +02:00
2f747e9b0b Lock file maintenance 2022-10-23 23:47:51 +00:00
be7b37b160 Lock file maintenance 2022-10-16 23:17:49 +00:00
c18168fe8e Lock file maintenance 2022-10-09 22:38:08 +00:00
d914967104 Lock file maintenance 2022-10-03 01:40:12 +00:00
2ea3c8c8b5 Remove dev dependencies 2022-09-29 07:29:22 +02:00
378d96b27f Update dependency mypy to ^0.981 2022-09-29 05:22:16 +00:00
a9712ec293 Lock file maintenance 2022-09-27 06:48:14 +00:00
dfa6c1c16e Fix race condition when reconnecting 2022-09-19 16:26:29 +02:00
39a691678e Update git for discord-py-interactions (4.3.2rc1 47c4e83 -> 4.3.2rc1 b6bac06) 2022-09-18 22:56:17 +02:00
21be6c00b3 Use modern Discord Ui stuff, fix time zones and, fix Dockerfile
Changes:
Use buttons, pagination and modals instead of old text-based stuff
Fix time zones (Closes #23)
Fix Dockerfile
Replace Discord.py with discord-py-interactions
Default time zone is now UTC instead of Europe/Stockholm

Replace
  /remind resume
  /remind pause
  /remind remove
  /remind modify
with
  /remind list
2022-09-17 22:23:43 +02:00