Aurora Configuration Rewrite #15

Merged
cswimr merged 73 commits from aurora-config-rewrite into main 2024-01-16 12:19:08 -05: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 10:45:22 -05:00
cswimr added the
enhancement
label 2024-01-13 10:45:22 -05:00
cswimr self-assigned this 2024-01-13 10:45:22 -05:00
cswimr added 1 commit 2024-01-13 10:45:22 -05: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 10:47:31 -05: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 01:59:01 -05: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 02:00:56 -05: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 02:07:09 -05: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 02:09:48 -05: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 06:49:23 -05: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 06:51:57 -05: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 06:53:01 -05:00
cswimr added 1 commit 2024-01-15 09:03:06 -05: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 09:04:53 -05: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 09:06:05 -05: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 09:07:02 -05: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 09:08:31 -05: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 09:11:12 -05: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 09:13:35 -05: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 09:29:17 -05: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 09:38:40 -05: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 09:39:21 -05: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 09:58:55 -05: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 10:01:22 -05: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 10:09:03 -05: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 10:20:49 -05: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 10:22:38 -05: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 10:24:19 -05: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 10:25:10 -05: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 05:31:13 -05: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 05:33:37 -05: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 05:36:04 -05: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 05:39:03 -05: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 05:42:14 -05: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 05:57:24 -05: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 05:58:35 -05: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 05:59:04 -05: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 06:00:47 -05: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 06:04:30 -05: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 06:11:42 -05: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 06:20:23 -05: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 06:24:42 -05: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 06:28:53 -05: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 06:30:01 -05: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 06:30:54 -05: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 06:31:19 -05: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 06:50:10 -05: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 06:53:24 -05: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 06:56:07 -05: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 07:57:45 -05: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 07:58:20 -05: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 07:59:17 -05: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 08:00:01 -05: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 08:03:52 -05: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 08:04:45 -05: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 08:06:52 -05: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 08:11:28 -05: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 08:13:51 -05: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 08:39:14 -05: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 08:43:24 -05: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 08:44:21 -05: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 09:02:12 -05: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 09:03:59 -05: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 09:06:53 -05: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 09:09:00 -05: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 09:23:47 -05: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 09:26:56 -05: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 09:54:20 -05: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 10:23:58 -05: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 10:24:25 -05: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 10:51:44 -05:00
cswimr added 1 commit 2024-01-16 10:51:49 -05: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 12:19:08 -05:00
cswimr deleted branch aurora-config-rewrite 2024-01-16 12:19:08 -05:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: cswimr/SeaCogs#15
No description provided.