HotReload Cog #49

Merged
cswimr merged 8 commits from hotreload into main 2025-01-25 18:51:28 -05:00

8 commits

Author SHA1 Message Date
2aabf411b5
Merge branch 'main' into hotreload
Some checks failed
Actions / Build Documentation (MkDocs) (push) Has been skipped
Actions / Build Documentation (MkDocs) (pull_request) Has been skipped
Actions / Lint Code (Ruff & Pylint) (push) Failing after 43s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 44s
2025-01-25 18:50:41 -05:00
4d0d4cae2e
feat(hotreload): release 1.0.0
Some checks failed
Actions / Build Documentation (MkDocs) (push) Has been skipped
Actions / Lint Code (Ruff & Pylint) (push) Failing after 43s
Actions / Build Documentation (MkDocs) (pull_request) Has been skipped
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 44s
2025-01-25 23:48:26 +00:00
ada949b486
feat(devcontainer): initialize redbot instance in postCreateCommand
Some checks failed
Actions / Build Documentation (MkDocs) (push) Has been skipped
Actions / Lint Code (Ruff & Pylint) (push) Failing after 42s
2025-01-25 22:51:38 +00:00
a82d3490e7
feat(vscode): add --dev argument to redbot args 2025-01-25 22:51:38 +00:00
cf7bc48f2f
chore(vscode): add -vvv argument to launch & debug 2025-01-25 22:51:38 +00:00
549519782a
fix(devcontainer): chown workspace directory
for some reason, the default `.data` mount is not owned by the `vscode` user (on my system at least), so we `chown` it to ensure that `uv run redbot-setup` can write to the directory.
2025-01-25 22:51:38 +00:00
cbd4f6dfcc
fix(devcontainer): ensure pip is installed in the devcontainer
this is being done because Red-DiscordBot requires pip to be installed to function, but does not declare it as a dependency. this is only a problem when uv is being used to install dependencies in an environment where pip is not present. so, we ensure pip is present!
2025-01-25 22:51:38 +00:00
bf907ac0e1
feat(hotreload): init
Some checks failed
Actions / Build Documentation (MkDocs) (push) Has been skipped
Actions / Lint Code (Ruff & Pylint) (push) Failing after 40s
2025-01-25 22:46:59 +00:00