Commit graph

71 commits

Author SHA1 Message Date
bc3ea67e1e
fix(aurora): pylint fixes 2024-08-22 16:04:37 -04:00
fa27d12de5
feat(aurora): make all models compatible with repr 2024-08-22 15:33:36 -04:00
9ae7607015
fix(aurora): fixed the Moderation.update() method again 2024-08-14 15:26:55 -04:00
5fc6d0eb6a
fix(aurora): fixed Moderation.update() not converting the duration timedelta to the correct kind of string 2024-08-14 15:08:37 -04:00
48d2f8b416
fix(aurora): fixed debug logging 2024-08-14 14:37:32 -04:00
1275b8e99a
fix(aurora): revert a stupid change 2024-08-13 16:36:15 -04:00
71840cc148
misc(aurora): added a temporary logging call 2024-08-13 16:31:00 -04:00
f5aa9f2b20
fix(aurora): fixed a programmingError when using all 2024-08-13 16:26:14 -04:00
233e6ac908
feat(aurora): added expired argument to the /history command 2024-08-13 14:25:03 -04:00
cbd82f8572
fix(aurora): minor changes to the aurora importer and also fixed a bug in the Moderation.get_latest method 2024-08-12 18:50:07 -04:00
cb424ed722
fix(aurora): fixed another OperationalError 2024-08-10 13:44:18 -04:00
f3246366ff
fix(aurora): fixed Moderation.get_latest() breaking when using only before and after, and no other kwargs 2024-08-10 13:42:15 -04:00
14750787b2
fix(aurora): cast timestamps to integers 2024-08-10 13:34:15 -04:00
14dc256919
fix(aurora); log when Modereation.execute() fails with an operationalerror 2024-08-10 13:32:37 -04:00
1a3af342df
feat(aurora): allow for querying moderation history by date (before/after) 2024-08-10 13:17:16 -04:00
7f0bd8c1a8
fix(aurora): fixed the Moderation.update() method being broken 2024-07-12 16:33:00 -04:00
e2b0fc999a
feat(aurora): finishing up moderation handlers 2024-07-12 15:22:24 -04:00
6d0d79c6c7
fix(aurora): properly skip over case 0 2024-07-06 13:15:06 -04:00
13874dd4f0
fix(aurora): add a debug logging statement 2024-07-06 13:12:47 -04:00
0c628cf2a2
fix(aurora): fixed a TypeError 2024-07-06 12:27:59 -04:00
bf945ec9f1
fix(aurora): fixed some stuff up 2024-07-06 12:23:06 -04:00
b85932c338
feat(aurora): use resolve handlers 2024-07-06 12:15:39 -04:00
08512d0dad
feat(aurora): use the type_registry in the Moderation object 2024-07-06 12:03:49 -04:00
134e787c42
fix(aurora): fixed the Moderation.get_target method trying to get a channel object from a user id 2024-07-06 11:58:46 -04:00
0bcbcd6c0c
feat(aurora): bunch of changes 2024-06-08 20:12:22 -04:00
f6a42b97d9
misc(aurora): various model changes 2024-06-05 23:13:23 -04:00
e988917319
feat(aurora): added a return_obj parameter to Moderation.execute() 2024-06-05 01:31:40 -04:00
d07e5ed804
misc(aurora): changing around some logging levels 2024-06-05 01:12:49 -04:00
ca4510d3a5
fix(aurora): why was I CLOSING THE CONNECTION THERE 😭 2024-06-05 01:01:17 -04:00
fe5823b637
fix(aurora): awaited a coroutine 2024-06-05 00:41:41 -04:00
3383e84221
fix(aurora): fixed some issues with aiosqlite 2024-06-05 00:39:56 -04:00
5cbf4e7e47
feat(aurora): migrated to aiosqlite 2024-06-05 00:14:43 -04:00
027144f35d
fix(aurora): pylint fixes 2024-06-04 23:55:55 -04:00
ff34310113
fix(aurora): fixed a valueerror 2024-06-04 16:52:19 -04:00
3d2dabae08
fix(aurora): fixed a typeerror 2024-06-04 16:50:33 -04:00
3fdc54b7cb
fix(aurora): get_next_case_number now only retrieves the first entry in the sql database (using LIMIT 1) 2024-06-04 16:37:28 -04:00
b252343dc0
misc(aurora): allow Moderation.log() to skip returning the class object 2024-06-04 16:35:18 -04:00
720e100a20
fix(aurora): removed some logging statements 2024-06-04 15:52:23 -04:00
ff66006b8a
misc(aurora): add more logging 2024-06-04 15:43:15 -04:00
fdb96539c3
fix(aurora): removed a useless debug statement 2024-06-04 15:39:16 -04:00
3168c42787
fix(aurora): fixed a pydantic ValidationError 2024-06-04 15:36:38 -04:00
0a207b66e4
fix(aurora): fixed an error with timedelta formatting 2024-06-04 15:22:50 -04:00
5151f65317
fix(aurora): added more to the debugging statement 2024-06-04 14:59:57 -04:00
0089625ef3
fix(aurora): add a debug statement 2024-06-04 14:56:51 -04:00
21fa3d9eb0
feat(aurora): added an __int__ dunder method to the moderation model 2024-06-04 12:44:58 -04:00
38180f5ccd
fix(aurora): fixed an sql operation error 2024-06-04 12:29:24 -04:00
a10af37f14
feat(aurora): add support for OFFSET in Moderation.get_latest() 2024-06-04 12:23:12 -04:00
9b0f977016
feat(aurora): moved get_next_case_number() into the Moderation class, along with removing from_sql and get_all_cases. also added some other classmethods to replace those.
also modified message_factory and its calls to add a new kwarg
2024-06-04 00:04:11 -04:00
460d5a31fc
feat(aurora): allow the Moderation.execute() classmethod to accept a cursor, to prevent opening a new database connection on every call 2024-06-03 23:48:21 -04:00
bbe8b281d1
misc(aurora): changed two typehints in aurora.utilities.utils and added other typehints 2024-06-03 23:46:22 -04:00