|
b91946abeb
|
fix(aurora): catch exceptions thrown inside of the expiry handler instead of just stopping the task
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 49s
|
2024-09-08 12:40:38 -04:00 |
|
|
d4fe97f247
|
fix(aurora): fixed retrieving a User object instead of a Member object
Actions / Build Documentation (MkDocs) (pull_request) Successful in 30s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 49s
|
2024-09-08 12:33:16 -04:00 |
|
|
9e21879a49
|
fix(aurora): fixed note's handler using cls.string where it should have been using cls.verb
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 50s
|
2024-08-24 19:21:49 -04:00 |
|
|
d600a10729
|
fix(aurora): don't try and use the attribute of a Member object when the object is a User object
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 51s
|
2024-08-24 19:13:01 -04:00 |
|
|
5934506c8a
|
fix(aurora): make silent an optional argument in Aurora.moderate()
Actions / Build Documentation (MkDocs) (pull_request) Successful in 31s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 55s
|
2024-08-23 14:54:06 -04:00 |
|
|
5459392d7e
|
fix(aurora): update the autologger method to use the new type registry
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 54s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
|
2024-08-23 14:43:43 -04:00 |
|
|
6560f98aef
|
feat(aurora): add [p]aurora info command
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 50s
|
2024-08-22 18:47:17 -04:00 |
|
|
fa8036291c
|
fix(aurora): bump version and change author key
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 49s
|
2024-08-22 17:54:36 -04:00 |
|
|
fadb3e1a9d
|
fix(aurora): make the moderation_id key in the moderation tables not nullable (NOT NULL )
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 49s
|
2024-08-22 17:52:50 -04:00 |
|
|
bc3ea67e1e
|
fix(aurora): pylint fixes
Actions / Build Documentation (MkDocs) (pull_request) Successful in 30s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 53s
|
2024-08-22 16:04:37 -04:00 |
|
|
43e82c9eb5
|
feat(aurora): minify export json to reduce file sizes
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 52s
|
2024-08-22 15:59:23 -04:00 |
|
|
320db1b692
|
fix(aurora): make sure that bans with durations are imported as tempbans
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 51s
|
2024-08-22 15:44:22 -04:00 |
|
|
fa27d12de5
|
feat(aurora): make all models compatible with repr
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 51s
|
2024-08-22 15:33:36 -04:00 |
|
|
794ce56040
|
misc(aurora): changed a docstring
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 51s
|
2024-08-22 12:33:30 -04:00 |
|
|
064784c9d7
|
fix(aurora): fixed the Note moderation type handler using cls.string instead of cls.verb
Actions / Build Documentation (MkDocs) (pull_request) Successful in 30s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 54s
|
2024-08-22 12:26:42 -04:00 |
|
|
101d364241
|
misc(aurora): remove a useless logging call
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 52s
|
2024-08-21 17:21:54 -04:00 |
|
|
cd3d3c7733
|
fix(aurora): make sure the bot key does not exist in the Change.from_dict() data dictionary
Actions / Build Documentation (MkDocs) (pull_request) Successful in 30s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 54s
|
2024-08-21 15:16:40 -04:00 |
|
|
4d2004ed93
|
fix(aurora): fix changes not being imported
|
2024-08-21 15:16:10 -04:00 |
|
|
a3ad38f338
|
misc(aurora): improved Change.from_dict()
|
2024-08-21 15:15:50 -04:00 |
|
|
64758686bb
|
misc(aurora): simplified AuroraGuildModel a bit
Actions / Build Documentation (MkDocs) (pull_request) Successful in 31s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 52s
|
2024-08-21 14:49:47 -04:00 |
|
|
fce4001152
|
fix(aurora): hopefully fixed changes not being imported
|
2024-08-21 14:48:56 -04:00 |
|
|
90be42769c
|
Merge branch 'main' into aurora-pydantic
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 52s
|
2024-08-21 14:37:16 -04:00 |
|
|
b4a54d214d
|
misc(poetry): add sqlite-web dev dependency
Actions / Build Documentation (MkDocs) (push) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (push) Successful in 50s
|
2024-08-21 14:31:49 -04:00 |
|
|
8479dcdd48
|
fix(aurora): fixed a bug in the Aurora importer that prevented new imports from being imported
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 4s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
|
2024-08-21 14:15:25 -04:00 |
|
|
260438f397
|
misc(poetry): update to red 3.5.12
Actions / Build Documentation (MkDocs) (push) Successful in 32s
Actions / Lint Code (Ruff & Pylint) (push) Successful in 45s
|
2024-08-21 00:17:48 -04:00 |
|
|
797793b970
|
feat(aurora): add _obj to the partial models
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-08-19 17:57:26 -04:00 |
|
|
5d22e67864
|
fix(aurora): don't mutate a list while iterating through it
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-08-19 17:53:15 -04:00 |
|
|
7c86d862cf
|
fix(aurora): fixed a TypeError
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-08-19 17:52:18 -04:00 |
|
|
edbc950741
|
fix(aurora): remove empty lines in changes_factory and fix timestamp formatting
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-08-19 17:50:52 -04:00 |
|
|
709042f057
|
fix(aurora): fixed an AttributeError in changes_factory
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
|
2024-08-19 17:46:05 -04:00 |
|
|
1c3b9377b5
|
fix(aurora): catch a ValueError in changes_factory
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-08-19 17:45:02 -04:00 |
|
|
891b36ccaa
|
fix(aurora): fixed another syntax error in changes_factory
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-08-19 17:42:25 -04:00 |
|
|
9be187e4aa
|
fix(aurora): fixed a SyntaxError in changes_factory
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
|
2024-08-19 17:41:41 -04:00 |
|
|
ec082b58ad
|
fix(aurora): make changes_factory support changes properly
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
|
2024-08-19 17:40:52 -04:00 |
|
|
b0509d748c
|
fix(aurora): fixed a 403 forbidden error in some moderation type handlers when moderating someone with the administrator permission
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 42s
|
2024-08-19 17:23:53 -04:00 |
|
|
29f393fa89
|
fix(aurora): fix an attributeerror when editing a case type that doesn't use durations
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-08-19 17:21:33 -04:00 |
|
|
0c2cde1a78
|
fix(aurora): changed how moderation changes are added. only log the information that is actually changed, and not everything
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-08-19 17:19:01 -04:00 |
|
|
dc407c1125
|
fix(aurora): fixed the jsonencoder converting timedeltas to strings using str()
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-08-19 14:49:04 -04:00 |
|
|
3d3036f9b6
|
fix(aurora): convert timedeltas to strings before creating changes from them
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 42s
|
2024-08-19 14:46:08 -04:00 |
|
|
3e484e1ae5
|
fix(aurora): fixed /edit command not setting the moderation's duration properly
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 42s
|
2024-08-19 14:37:47 -04:00 |
|
|
5cd0ef61cb
|
fix(aurora): fixed an error in the /edit command
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-08-19 14:33:11 -04:00 |
|
|
46c1cf53bf
|
fix(aurora): fixed most of the moderation handlers having improper error handling for incorrect durations
Actions / Build Documentation (MkDocs) (pull_request) Successful in 31s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 44s
|
2024-08-19 14:24:25 -04:00 |
|
|
7b3608e264
|
fix(aurora): fixed a keyerror in the message_factory function and cleaned up some other problems
Actions / Build Documentation (MkDocs) (pull_request) Successful in 37s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 56s
|
2024-08-19 03:55:08 -04:00 |
|
|
ac7d950aaa
|
fix(aurora): added temporary debug logging
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-08-14 16:05:20 -04:00 |
|
|
8cbe9d94cf
|
fix(aurora): pass interaction instead of interaction.client to the duration_edit_handler
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 39s
|
2024-08-14 15:59:09 -04:00 |
|
|
ec508a92e3
|
fix(aurora): fixed a typeerror in /edit
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 40s
|
2024-08-14 15:57:53 -04:00 |
|
|
4a4f24bb8f
|
fix(aurora): don't continue banning someone if they're already banned
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 39s
|
2024-08-14 15:46:27 -04:00 |
|
|
9ae7607015
|
fix(aurora): fixed the Moderation.update() method again
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 41s
|
2024-08-14 15:26:55 -04:00 |
|
|
b0c9656758
|
fix(aurora): awaited a coroutine
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 42s
|
2024-08-14 15:23:40 -04:00 |
|
|
7854af8ec0
|
fix(aurora): fixed the /edit command failing again
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 42s
|
2024-08-14 15:23:05 -04:00 |
|