|
e2b0fc999a
|
feat(aurora): finishing up moderation handlers
Actions / Build Documentation (MkDocs) (pull_request) Failing after 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 46s
|
2024-07-12 15:22:24 -04:00 |
|
|
9faf1b027c
|
misc(aurora): typehints
Actions / Build Documentation (MkDocs) (pull_request) Failing after 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
|
2024-07-06 13:39:01 -04:00 |
|
|
6d0d79c6c7
|
fix(aurora): properly skip over case 0
Actions / Build Documentation (MkDocs) (pull_request) Failing after 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 37s
|
2024-07-06 13:15:06 -04:00 |
|
|
13874dd4f0
|
fix(aurora): add a debug logging statement
Actions / Build Documentation (MkDocs) (pull_request) Failing after 25s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 38s
|
2024-07-06 13:12:47 -04:00 |
|
|
aae4370868
|
misc(aurora): fixed an incorrect string
Actions / Build Documentation (MkDocs) (pull_request) Failing after 25s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-07-06 13:10:47 -04:00 |
|
|
37bae2eeb3
|
fix(aurora): add a softban type
Actions / Build Documentation (MkDocs) (pull_request) Failing after 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
|
2024-07-06 13:10:09 -04:00 |
|
|
8f0425456c
|
feat(aurora): boilerplate for all currently added moderation types
Actions / Build Documentation (MkDocs) (pull_request) Failing after 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
|
2024-07-06 13:03:59 -04:00 |
|
|
0c628cf2a2
|
fix(aurora): fixed a TypeError
Actions / Build Documentation (MkDocs) (pull_request) Failing after 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 39s
|
2024-07-06 12:27:59 -04:00 |
|
|
bf945ec9f1
|
fix(aurora): fixed some stuff up
Actions / Build Documentation (MkDocs) (pull_request) Failing after 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 42s
|
2024-07-06 12:23:06 -04:00 |
|
|
54ac77ceb9
|
fix(aurora): fix `__str__() method of the Type` class
Actions / Build Documentation (MkDocs) (pull_request) Failing after 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 39s
|
2024-07-06 12:16:15 -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
Actions / Build Documentation (MkDocs) (pull_request) Failing after 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
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
Actions / Build Documentation (MkDocs) (pull_request) Failing after 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 42s
|
2024-07-06 11:58:46 -04:00 |
|
|
dd89bfaf34
|
fix(aurora): checking against the wrong bool value for silent
Actions / Build Documentation (MkDocs) (pull_request) Failing after 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 39s
|
2024-07-06 11:52:19 -04:00 |
|
|
ee49d5b10c
|
misc(aurora): make target_type lowercase
|
2024-07-06 11:50:59 -04:00 |
|
|
f2a88cbf94
|
fix(aurora): fixed an AttributeError
Actions / Build Documentation (MkDocs) (pull_request) Failing after 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
|
2024-07-06 11:46:13 -04:00 |
|
|
9f068bba6f
|
feat(aurora): starting on the updated moderation type system
Actions / Build Documentation (MkDocs) (pull_request) Failing after 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
|
2024-07-06 11:30:37 -04:00 |
|
|
87942213a5
|
fix(aurora): typehints
|
2024-06-11 03:17:38 -04:00 |
|
|
60d4afc6f3
|
fix(aurora): fixed AuroraBaseModel.to_json() not using AuroraBaseModel.dump()
|
2024-06-11 03:11:45 -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
Actions / Build Documentation (MkDocs) (pull_request) Successful in 30s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 49s
|
2024-06-04 23:55:55 -04:00 |
|
|
0d64e3f652
|
misc(aurora): convert Change.from_dict() to use utils.timedelta_from_string()
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 48s
|
2024-06-04 23:52:35 -04:00 |
|
|
ce48c1e889
|
fix(aurora): fixed a valueerror
Actions / Build Documentation (MkDocs) (pull_request) Successful in 30s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 47s
|
2024-06-04 16:55:29 -04:00 |
|
|
ff34310113
|
fix(aurora): fixed a valueerror
Actions / Build Documentation (MkDocs) (pull_request) Successful in 31s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 47s
|
2024-06-04 16:52:19 -04:00 |
|
|
3d2dabae08
|
fix(aurora): fixed a typeerror
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 47s
|
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 )
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 43s
|
2024-06-04 16:37:28 -04:00 |
|
|
b252343dc0
|
misc(aurora): allow Moderation.log() to skip returning the class object
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 44s
|
2024-06-04 16:35:18 -04:00 |
|
|
720e100a20
|
fix(aurora): removed some logging statements
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 47s
|
2024-06-04 15:52:23 -04:00 |
|
|
ff66006b8a
|
misc(aurora): add more logging
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 50s
|
2024-06-04 15:43:15 -04:00 |
|
|
fdb96539c3
|
fix(aurora): removed a useless debug statement
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 44s
|
2024-06-04 15:39:16 -04:00 |
|
|
7a664ce9c3
|
fix(aurora): make Change.reason optional
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 44s
|
2024-06-04 15:37:58 -04:00 |
|
|
3168c42787
|
fix(aurora): fixed a pydantic ValidationError
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 44s
|
2024-06-04 15:36:38 -04:00 |
|
|
5d53eec2f1
|
fix(aurora): fixed a valueerror in the Change.from_dict() method
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 43s
|
2024-06-04 15:32:59 -04:00 |
|
|
0a207b66e4
|
fix(aurora): fixed an error with timedelta formatting
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 43s
|
2024-06-04 15:22:50 -04:00 |
|
|
5151f65317
|
fix(aurora): added more to the debugging statement
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 43s
|
2024-06-04 14:59:57 -04:00 |
|
|
0089625ef3
|
fix(aurora): add a debug statement
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 43s
|
2024-06-04 14:56:51 -04:00 |
|
|
21fa3d9eb0
|
feat(aurora): added an __int__ dunder method to the moderation model
Actions / Build Documentation (MkDocs) (pull_request) Successful in 30s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 46s
|
2024-06-04 12:44:58 -04:00 |
|
|
38180f5ccd
|
fix(aurora): fixed an sql operation error
Actions / Build Documentation (MkDocs) (pull_request) Successful in 30s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 46s
|
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 |
|
|
22f9ce52d1
|
fix(aurora): fixed a typeerror
Actions / Build Documentation (MkDocs) (pull_request) Successful in 42s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 1m11s
|
2024-06-03 00:55:56 -04:00 |
|