Aurora Configuration Rewrite #15

Merged
cswimr merged 73 commits from aurora-config-rewrite into main 2024-01-16 11:19:08 -06:00
Owner

Completely overhauling Aurora's configuration system to use a menu approach instead of a billion different subcommands.

Completely overhauling Aurora's configuration system to use a menu approach instead of a billion different subcommands.
cswimr added this to the Aurora Release milestone 2024-01-13 09:45:22 -06:00
cswimr added the
enhancement
label 2024-01-13 09:45:22 -06:00
cswimr self-assigned this 2024-01-13 09:45:22 -06:00
cswimr added 1 commit 2024-01-13 09:45:22 -06:00
feat(aurora): starting work on the config rewrite
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s
c42b4eca2d
cswimr added 1 commit 2024-01-13 09:47:31 -06:00
fix(docs): mark old configuration page as outdated
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 14s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
1a46ca33b0
cswimr added 2 commits 2024-01-15 00:59:01 -06:00
misc(aurora): renamed configuration commands
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 17s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
ad9675e60e
cswimr added 1 commit 2024-01-15 01:00:56 -06:00
fix(aurora): fixed _core function using avatar_url instead of display_avatar.url
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
d99df7f898
cswimr added 1 commit 2024-01-15 01:07:09 -06:00
fix(aurora): fixed TypeError in embed _overrides function
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
a373f63756
cswimr added 2 commits 2024-01-15 01:09:48 -06:00
fix(aurora): fixed embed fields being inline
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 14s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
bb3da8d03b
cswimr added 1 commit 2024-01-15 05:49:23 -06:00
fix(aurora): pylint fixes
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
166f5bc1ea
cswimr added 1 commit 2024-01-15 05:51:57 -06:00
fix(aurora): pylint fix
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 17s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s
606cd76ec4
cswimr changed title from WIP: Configuration Rewrite to WIP: Aurora Configuration Rewrite 2024-01-15 05:53:01 -06:00
cswimr added 1 commit 2024-01-15 08:03:06 -06:00
feat(aurora): splitting out the role configuration into different commands
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
e28e32d0c0
cswimr added 1 commit 2024-01-15 08:04:53 -06:00
fix(aurora): fixed command decorator
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s
a475a51910
cswimr added 1 commit 2024-01-15 08:06:05 -06:00
fix(aurora): fixed typeerror
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 14s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 13s
8fe8800853
cswimr added 1 commit 2024-01-15 08:07:02 -06:00
Revert "fix(aurora): fixed typeerror"
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s
de5f21eb20
This reverts commit 8fe8800853.
cswimr added 1 commit 2024-01-15 08:08:31 -06:00
fix(aurora): fixed incorrect import name
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s
e27349a2ab
cswimr added 1 commit 2024-01-15 08:11:12 -06:00
fix(aurora): fixed absent abstractmethods in mixin class
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 10s
fb9ee7381d
cswimr added 2 commits 2024-01-15 08:13:35 -06:00
fix(aurora): fixed UnboundLocalError in configuration.embed._addrole
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
a7dc1400c4
cswimr added 1 commit 2024-01-15 08:29:17 -06:00
misc(aurora): added docstrings/modified docstrings for some of the config commands
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 14s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
b86a91882f
cswimr added 1 commit 2024-01-15 08:38:40 -06:00
feat(docs): updated configuration page
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 14s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s
74a857ca30
cswimr added 1 commit 2024-01-15 08:39:21 -06:00
fix(docs): warn --> warning
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 14s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
ebccec54bf
cswimr added 1 commit 2024-01-15 08:58:55 -06:00
feat(aurora): adding the first parts of menu configs
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 16s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s
14705efddd
cswimr added 1 commit 2024-01-15 09:01:22 -06:00
fix(aurora): fixed circular import
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 14s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 10s
900eb16aa9
cswimr added 1 commit 2024-01-15 09:09:03 -06:00
fix(aurora): hopefully fixed erroring views
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
a5b0055256
cswimr added 1 commit 2024-01-15 09:20:49 -06:00
fix(aurora): possibly fixed editing the config menu on settings change
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
a7f6cff625
cswimr added 1 commit 2024-01-15 09:22:38 -06:00
fix(aurora): you can no longer change other people's overrides
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 14s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s
1e9a6abe74
cswimr added 1 commit 2024-01-15 09:24:19 -06:00
fix(aurora): followup.send instead of response.send_message
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
acf2484cbb
cswimr added 1 commit 2024-01-15 09:25:10 -06:00
fix(aurora): applied previous commit's fix to the other buttons
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
ffcaeec653
cswimr added 1 commit 2024-01-16 04:31:13 -06:00
feat(aurora): moving to select menus for user overrides
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 18s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 13s
7ae16ea258
cswimr added 1 commit 2024-01-16 04:33:37 -06:00
fix(aurora): fixed override embed erroring
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
98a2c463b9
cswimr added 1 commit 2024-01-16 04:36:04 -06:00
fix(aurora): fixed bad request
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 14s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s
a43f3de8bc
cswimr added 1 commit 2024-01-16 04:39:03 -06:00
fix(aurora): fixed setting overrides not working
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 14s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
219b18e34b
cswimr added 1 commit 2024-01-16 04:42:14 -06:00
fix(aurora): fix boolean conversion in override menu
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 14s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
c0ab9e89f3
cswimr added 1 commit 2024-01-16 04:57:24 -06:00
feat(aurora): added configuration options for all of the user overrides
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 16s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
c55cb53a41
cswimr added 1 commit 2024-01-16 04:58:35 -06:00
fix(aurora): fixed incorrect decorator
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 14s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 10s
fe50eddc25
cswimr added 1 commit 2024-01-16 04:59:04 -06:00
fix(aurora): fixed incorrect decorator (again)
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 14s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
b53ca9cac4
cswimr added 1 commit 2024-01-16 05:00:47 -06:00
fix(aurora): fixed width error
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 14s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s
6d7b551f25
cswimr added 1 commit 2024-01-16 05:04:30 -06:00
fix(aurora): fixed width error
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
045af7788b
cswimr added 1 commit 2024-01-16 05:11:42 -06:00
fix(aurora): changed a whole bunch of stuff in the user override config menu
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 16s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 13s
56857554e9
cswimr added 2 commits 2024-01-16 05:20:23 -06:00
fix(aurora): use elif instead of if
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 16s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s
4795fac5ac
cswimr added 1 commit 2024-01-16 05:24:42 -06:00
fix(aurora): fixing some stuff relating to embed generation
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
0bf6143bf3
cswimr added 1 commit 2024-01-16 05:28:53 -06:00
fix(aurora): fixed overrides embed
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 16s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s
7c6322041d
cswimr added 1 commit 2024-01-16 05:30:01 -06:00
fix(aurora): fixed formatting in overrides embed
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 14s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
aaf6fcaa37
cswimr added 1 commit 2024-01-16 05:30:54 -06:00
fix(aurora): fixed list formatting in overrides embed
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
d83e1bf731
cswimr added 1 commit 2024-01-16 05:31:19 -06:00
fix(aurora): fixed list formatting for real this time
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 14s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s
f97f010dec
cswimr added 1 commit 2024-01-16 05:50:10 -06:00
feat(aurora): added aurora settings guild command
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
45286ded55
cswimr added 1 commit 2024-01-16 05:53:24 -06:00
fix(aurora): fixed guild command
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 14s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
3cbc8a744c
cswimr added 1 commit 2024-01-16 05:56:07 -06:00
fix(aurora): fix embed formatting for addrole/immunity
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 14s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 16s
a88a3dbf65
cswimr added 1 commit 2024-01-16 06:57:45 -06:00
feat(aurora): added views for addrole and immunity
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 18s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 13s
13e82f8768
cswimr added 1 commit 2024-01-16 06:58:20 -06:00
fix(aurora): awaited two coroutines
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
4a262dc6a1
cswimr added 1 commit 2024-01-16 06:59:17 -06:00
fix(aurora): use views for views instead of embeds
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
4226f1a14c
cswimr added 1 commit 2024-01-16 07:00:01 -06:00
fix(aurora): rename configuration value
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
89a3e958b2
cswimr added 1 commit 2024-01-16 07:03:52 -06:00
fix(aurora): fixed a few errors in addrole/immune
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
d8def3cfc8
cswimr added 1 commit 2024-01-16 07:04:45 -06:00
fix(aurora): fixed the addrole embed generator having an outdated config variable name
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 14s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 10s
4788f3189c
cswimr added 1 commit 2024-01-16 07:06:52 -06:00
fix(aurora): fixed some errors
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 14s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s
464fa9f97a
cswimr added 2 commits 2024-01-16 07:11:28 -06:00
fix(aurora): fixed an error in the immune embed generator
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
630381328b
cswimr added 1 commit 2024-01-16 07:13:51 -06:00
fix(aurora): fixed another error in the immune embed generator
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s
a4a0ec924a
cswimr added 1 commit 2024-01-16 07:39:14 -06:00
feat(aurora): allow setting multiple immune roles at once
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s
2037f385d1
cswimr added 1 commit 2024-01-16 07:43:24 -06:00
feat(aurora): added previous commit's functionality to addrole and fixed some bugs
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 14s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
fecde10b1c
cswimr added 1 commit 2024-01-16 07:44:21 -06:00
fix(aurora): changed color of close buttons to gray instead of red
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s
4d8aa465b1
cswimr added 2 commits 2024-01-16 08:02:12 -06:00
feat(aurora): added configuration menu for guild
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s
3d4b6800a5
cswimr added 1 commit 2024-01-16 08:03:59 -06:00
fix(aurora): changed up the guild embed a bit
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 16s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
78a5103b1f
cswimr added 1 commit 2024-01-16 08:06:53 -06:00
misc(aurora): moved log_channel to the bottom of the guild view
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 16s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s
fc86db94da
cswimr added 1 commit 2024-01-16 08:09:00 -06:00
fix(aurora): pylint fixes
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 16s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 13s
3b8506cba8
cswimr added 1 commit 2024-01-16 08:23:47 -06:00
feat(aurora): merged all of the changes made in the configuration rewrite into the codebase of the cog itself
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 17s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 13s
46a290aad3
cswimr added 1 commit 2024-01-16 08:26:56 -06:00
fix(aurora): pylint fixes
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 16s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s
950d4abf6a
cswimr added 1 commit 2024-01-16 08:54:20 -06:00
fix(aurora): fixed incorrect example usage for [p]aurora timedelta
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 17s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 13s
a7d8a20c57
cswimr added 1 commit 2024-01-16 09:23:58 -06:00
feat(docs): updated configuration docs with all of the new text commands
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s
eb79025d2a
cswimr added 1 commit 2024-01-16 09:24:25 -06:00
fix(docs): removed some inline html
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s
b9ca8d32d3
cswimr changed title from WIP: Aurora Configuration Rewrite to Aurora Configuration Rewrite 2024-01-16 09:51:44 -06:00
cswimr added 1 commit 2024-01-16 09:51:49 -06:00
Merge branch 'main' into aurora-config-rewrite
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 16s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s
5da523d0c4
cswimr merged commit 860eccb52a into main 2024-01-16 11:19:08 -06:00
cswimr deleted branch aurora-config-rewrite 2024-01-16 11:19:08 -06:00
Sign in to join this conversation.
No description provided.