|
97406e7bac
|
feat(aurora): updated phx-class-registry to ^5.0.0 and fixed some typos
Actions / Build Documentation (MkDocs) (pull_request) Successful in 30s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 54s
|
2024-09-20 14:49:28 -04:00 |
|
|
1c941462df
|
feat(aurora): log how many errors occured in the handle_expiry task
Actions / Build Documentation (MkDocs) (pull_request) Successful in 39s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 48s
|
2024-09-08 12:47:01 -04:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
de4c789fea
|
fix(aurora): don't use deepcopy
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 41s
|
2024-08-14 15:21:07 -04:00 |
|
|
51f165c480
|
fix(aurora): fixed /edit command not properly storing the data from the old moderation
Actions / Build Documentation (MkDocs) (pull_request) Successful in 30s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 43s
|
2024-08-14 15:14:22 -04:00 |
|
|
001fccfe34
|
fix(aurora): pylint fixes
Actions / Build Documentation (MkDocs) (pull_request) Successful in 32s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 51s
|
2024-08-14 00:06:48 -04:00 |
|
|
fb92cdc08c
|
fix(aurora): fixed a bug in removerole
Actions / Build Documentation (MkDocs) (pull_request) Successful in 30s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 47s
|
2024-08-14 00:04:25 -04:00 |
|
|
123cd188dc
|
fix(aurora): fixed addrole and removerole *again*
Actions / Build Documentation (MkDocs) (pull_request) Successful in 31s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 48s
|
2024-08-14 00:02:48 -04:00 |
|
|
871cabfb71
|
fix(aurora): fixed addrole and removerole again
Actions / Build Documentation (MkDocs) (pull_request) Successful in 30s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 48s
|
2024-08-14 00:01:13 -04:00 |
|
|
6aaef7d3b2
|
fix(aurora): fixed removerole and addrole being broken if used without a duration set
Actions / Build Documentation (MkDocs) (pull_request) Successful in 33s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 49s
|
2024-08-13 23:59:36 -04:00 |
|
|
86c0cadd82
|
fix(aurora): don't pass key
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-08-13 16:39:36 -04:00 |
|
|
6c7cdd4e5e
|
fix(aurora): fixed all type
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
|
2024-08-13 16:38:20 -04:00 |
|
|
1a20ae30de
|
feat(aurora): add autocomplete entry for all
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
|
2024-08-13 16:23:35 -04:00 |
|
|
3d8050d3b9
|
fix(aurora): fixed a minor bug with autocomplete
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 39s
|
2024-08-13 16:08:16 -04:00 |
|
|
a5e3a11479
|
fix(aurora): set a default argument for the resolve command's string parameter
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
|
2024-08-13 15:11:39 -04:00 |
|
|
48259df18f
|
misc(aurora): move moderate() into the Aurora cog class
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-08-13 15:09:49 -04:00 |
|
|
233e6ac908
|
feat(aurora): added expired argument to the /history command
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-08-13 14:25:03 -04:00 |
|
|
448ac6792e
|
fix(aurora): fixed some expiry_handler() methods fetching the user object but not putting it into a variable
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 39s
|
2024-08-13 14:18:25 -04:00 |
|
|
a6124dd9ca
|
fix(aurora): fixed a TypeError whenever an expiry_handler function is called
Actions / Build Documentation (MkDocs) (pull_request) Successful in 33s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 48s
|
2024-08-13 01:26:50 -04:00 |
|
|
ad063062fb
|
feat(aurora): add autocomplete to /history 's types argument
Actions / Build Documentation (MkDocs) (pull_request) Successful in 31s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 45s
|
2024-08-13 01:22:18 -04:00 |
|
|
830237938a
|
fix(aurora): pylint fix
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 47s
|
2024-08-13 00:41:25 -04:00 |
|
|
e559db9f10
|
feat(aurora): moved the converter commands to their own convert command group
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
|
2024-08-12 20:46:40 -04:00 |
|
|
9e2bcf9b00
|
feat(aurora): added datetime command
|
2024-08-12 20:44:12 -04:00 |
|
|
7c8aaba309
|
misc(aurora): version bump
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 40s
|
2024-08-12 20:33:47 -04:00 |
|
|
c82aa6a0f5
|
fix(aurora): catch an attribute error
|
2024-08-12 20:33:37 -04:00 |
|
|
10cfeeefcd
|
fix(aurora): awaited a coroutine
|
2024-08-12 20:32:14 -04:00 |
|
|
85dbb6cc88
|
fix(aurora): export all moderation types
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 42s
|
2024-08-12 19:45:14 -04:00 |
|
|
8bb9223054
|
misc(aurora): updated my own name
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 40s
|
2024-08-12 18:57:48 -04:00 |
|
|
1bc6412b07
|
misc(aurora): version bump to 3.0.0-indev1
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 42s
|
2024-08-12 18:56:57 -04:00 |
|
|
cbd82f8572
|
fix(aurora): minor changes to the aurora importer and also fixed a bug in the Moderation.get_latest method
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 42s
|
2024-08-12 18:50:07 -04:00 |
|
|
8822d1714e
|
misc(aurora): make show_in_history default to True
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 41s
|
2024-08-12 18:18:34 -04:00 |
|