1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-03 00:23:13 +00:00
Commit graph

573 commits

Author SHA1 Message Date
e0206a7b89 chore: Change to python slim-bookworm 2024-07-20 07:40:43 -04:00
51f454bb49 Update docker-compose.prod.yml 2024-07-19 19:55:37 -04:00
e5443d75a8 Update docker-image.yml 2024-07-19 19:45:14 -04:00
d799138962 Update docker-image.yml 2024-07-19 19:30:40 -04:00
3c016a6ac3 Update and rename docker-hub-image.yml to docker-image.yml 2024-07-19 19:23:31 -04:00
bb8af7c4b4 Delete .github/workflows/docker-publish.yml 2024-07-19 19:15:01 -04:00
68d4d10ec3 Update docker-hub-image.yml 2024-07-19 19:14:51 -04:00
2cce838b30 Create docker-hub-image.yml 2024-07-19 18:55:46 -04:00
b967ac0821 Merge pull request #9 from wlinator/readme-info
Readme info
2024-07-19 18:03:09 -04:00
8ee973b71f Update README.md 2024-07-19 18:02:54 -04:00
f02edbdb86 Small tweaks to README file 2024-07-19 18:01:23 -04:00
ddd2e41cd8 refactor: Update README.md with self-hosting instructions and requirements 2024-07-19 18:00:15 -04:00
51343f0257 Merge pull request #8 from wlinator/tweaks
refactor
2024-07-19 17:29:37 -04:00
add9efde31 refactor: Update color scheme constants in lib/constants.py 2024-07-19 17:28:40 -04:00
82ffaf82d8 refactor: Update database.py to use pathlib for reading migration files among other changes 2024-07-19 17:26:49 -04:00
1993132f27 refactor: Update color scheme constants in lib/constants.py 2024-07-19 17:22:57 -04:00
8b277edd17 Merge pull request #7 from wlinator/deployment-refactor
Refactor development and production compose
2024-07-19 16:26:19 -04:00
652d7887ea More refactoring 2024-07-19 16:24:52 -04:00
ead332847e chore: Add database migrations and docker-compose.dev.yml 2024-07-19 16:14:28 -04:00
8da2b15b82 refactor: Update logger to use constants for title and version 2024-07-19 15:42:19 -04:00
e27037325e Change metadata to consts 2024-07-19 15:23:45 -04:00
d8bdc82927 Delete .github/workflows/docker-image.yml 2024-07-19 15:03:28 -04:00
57ee82ba23 Create docker-publish.yml 2024-07-19 14:53:58 -04:00
5887735d5e Create docker-image.yml 2024-07-19 14:34:31 -04:00
21729ed0bb Merge pull request #4 from tessjj/renovate/ruff-0.x-lockfile
fix(deps): update dependency ruff to v0.5.3
2024-07-19 09:50:09 -04:00
14535b686e fix(deps): update dependency ruff to v0.5.3 2024-07-19 13:48:28 +00:00
1763fee624 Merge pull request #3 from tessjj/renovate/configure
chore: Configure Renovate
2024-07-19 09:47:17 -04:00
3db22e4316 Add renovate.json 2024-07-19 13:44:42 +00:00
c3988522b0 Merge pull request #2 from tessjj/tessjj-patch-license
Update LICENSE
2024-07-19 09:22:00 -04:00
1475129a03 Update LICENSE 2024-07-19 09:21:52 -04:00
e3494f36f3 Refactor logger error message to use .env instead of creds.yaml 2024-07-17 08:49:10 -04:00
4488111b28 Sort all imports 2024-07-17 08:01:12 -04:00
c1ac1c172c Refactor JSON and YAML file handling for improved readability and performance 2024-07-17 07:55:54 -04:00
67c423fc7e Refactor: Code cleanup and consistency 2024-07-17 07:47:26 -04:00
6d85960fca Refactor interaction.py and config/__init__.py for code cleanup and consistency 2024-07-17 07:37:40 -04:00
4ad5685b6e Refactor container names in docker-compose.yml 2024-07-17 07:28:50 -04:00
e9bb5814fa refactor: Improve embed formatting on .daily 2024-07-17 07:26:53 -04:00
ea99afba6f Merge pull request 'yaml' (#93) from yaml into main
Reviewed-on: #93
2024-07-17 09:43:49 +00:00
4b48a281ea Refactor LumiBot class to add bot admin logging 2024-07-17 05:43:29 -04:00
49da036d5a chore: Update .env.example and lib/constants.py 2024-07-17 05:22:35 -04:00
10a45dd85c chore: Update pyproject.toml with python-dotenv and pyyaml dependencies 2024-07-16 15:53:42 -04:00
ecd3c5d14e chore: Update pyproject.toml with pyyaml dependency 2024-07-16 14:40:15 -04:00
0238d3c3ad Revert "chore: Update pyproject.toml with discord-anti-spam dependency"
This reverts commit 161fed3d94.
2024-07-16 13:47:16 -04:00
341369c368 chore: Update pyproject.toml with discord-anti-spam dependency 2024-07-16 13:33:47 -04:00
979c82f968 Merge pull request 'refactor: Improve error embed formatting' (#92) from refactor into main
Reviewed-on: #92
2024-07-16 17:17:20 +00:00
dd3ae5dfd5 refactor: Improve error embed formatting 2024-07-15 10:01:30 -04:00
134657a5f0 refactor: Improve error embed formatting
Refactor the error embeds in the `error.py` file to improve their formatting. The `description` field now uses multi-line strings for better readability. Additionally, the `set_footer` method has been updated to include appropriate icons and messages.
2024-07-15 08:36:18 -04:00
6ab9f3ace2 Merge branch 'main' of https://git.wlinator.org/Luminara/Lumi 2024-07-15 08:35:37 -04:00
705ca32c9f refactor: Improve Boost class embed formatting
Refactor the Boost class in the `boost.py` file to improve the formatting of the embed. The `description` field now includes the name of the member who boosted the server. Additionally, the `set_footer` method has been updated to include the total number of server boosts.
2024-07-15 08:34:24 -04:00
0879827d48 refactor: Remove unused moderation embeds 2024-07-15 08:34:03 -04:00