Skip to content
Open
Show file tree
Hide file tree
Changes from 155 commits
Commits
Show all changes
659 commits
Select commit Hold shift + click to select a range
0c2b8b6
feat(config): implement new configuration system with modular structure
kzndotsh Oct 7, 2025
ea23f5b
refactor(onboarding): remove onboarding service and related components
kzndotsh Oct 7, 2025
e7c897a
feat(member_count): add member count command to display server statis…
kzndotsh Oct 7, 2025
782bc8c
refactor(event_handler): update guild onboarding process to directly …
kzndotsh Oct 7, 2025
b132c80
feat(constants): add config priority to cog loading priorities
kzndotsh Oct 7, 2025
81d7d06
refactor(tests): rename GuildPermissionController to GuildPermissionR…
kzndotsh Oct 7, 2025
e01ca1b
refactor(app): enhance documentation and improve lifecycle management
kzndotsh Oct 14, 2025
da1d707
refactor(base_cog): enhance documentation and improve command usage g…
kzndotsh Oct 14, 2025
b2cc22c
refactor(bot): enhance documentation and improve lifecycle management
kzndotsh Oct 14, 2025
47be5f6
refactor(cog_loader): enhance documentation and improve cog loading p…
kzndotsh Oct 14, 2025
2f37ddd
refactor(permission_system): enhance documentation and improve permis…
kzndotsh Oct 14, 2025
82f801c
refactor(guild_permissions): remove unused fields and simplify permis…
kzndotsh Oct 15, 2025
654f080
refactor(prefix_manager): enhance documentation and improve prefix ma…
kzndotsh Oct 15, 2025
dfa2e5c
refactor(config): simplify rank and permission handling in configurat…
kzndotsh Oct 15, 2025
4923657
refactor(db): remove deprecated migration commands from DatabaseCLI
kzndotsh Oct 15, 2025
a0c125b
refactor(poll): remove hard-coded poll channel functionality
electron271 Oct 15, 2025
0fbbd7e
refactor: move harmful command detection into its own plugin
electron271 Oct 15, 2025
b94ac91
refactor(deepfry): add gif support and improve image compatibility
electron271 Oct 15, 2025
719f58c
style: auto fixes from pre-commit hooks
pre-commit-ci[bot] Oct 15, 2025
203894e
refactor(db): enhance DatabaseCLI with improved command structure and…
kzndotsh Oct 15, 2025
4608d3c
refactor(db): enhance database setup service with migration handling
kzndotsh Oct 15, 2025
d1f1eab
refactor(migrations): update migration script template with dynamic p…
kzndotsh Oct 15, 2025
ab7c510
refactor(migrations): streamline migration script by removing unused …
kzndotsh Oct 15, 2025
f5cbd7b
refactor(migrations): remove obsolete migration scripts and related f…
kzndotsh Oct 15, 2025
299504d
refactor(db): simplify database service architecture by removing sync…
kzndotsh Oct 15, 2025
6b9e586
test(cli): add comprehensive integration tests for database CLI commands
kzndotsh Oct 15, 2025
51214d8
refactor(db): update DatabaseCLI documentation and commands for table…
kzndotsh Oct 15, 2025
f929a0b
refactor(cog_loader): enhance cog validation by adding AST-based setu…
kzndotsh Oct 15, 2025
387691e
chore: add docstring linting and coverage using pydoclint, pydocstyle…
electron271 Oct 15, 2025
61b3b6f
style: auto fixes from pre-commit hooks
pre-commit-ci[bot] Oct 15, 2025
471c6c5
style: update docstrings to follow numpy convention
electron271 Oct 15, 2025
2372693
style: auto fixes from pre-commit hooks
pre-commit-ci[bot] Oct 15, 2025
a144e28
chore: add configurations for pydoclint and docstr-coverage
electron271 Oct 15, 2025
7b306f9
revert: remove old unused "Note" database table
electron271 Oct 16, 2025
5747727
chore: convert assets to avif/webp
electron271 Oct 16, 2025
482bd17
feat(migrations): enhance Alembic migration environment with comprehe…
kzndotsh Oct 16, 2025
98cd444
feat(migrations): add initial schema migration for guild management
kzndotsh Oct 16, 2025
41207da
refactor(database): update session method signature and clean up unus…
kzndotsh Oct 16, 2025
ed46908
refactor(tracing): migrate tracing utilities to a dedicated module an…
kzndotsh Oct 16, 2025
bf01676
fix(tests): remove unused test file and update expected tables in dat…
kzndotsh Oct 16, 2025
3884bd3
refactor(database): streamline table count and migration count querie…
kzndotsh Oct 16, 2025
7dc649f
chore: remove migrations directory from exclusion list in pyproject.toml
kzndotsh Oct 16, 2025
c2323fc
chore(dependencies): update package versions in uv.lock
kzndotsh Oct 16, 2025
2f2b974
chore(dependencies): update pre-commit hook versions
kzndotsh Oct 16, 2025
e4dc814
refactor(tty_roles): move tty roles into plugins directory
electron271 Oct 16, 2025
30e6b88
refactor(dev): update emoji command alias for consistency
kzndotsh Oct 16, 2025
56405d4
fix(eval): remove delete_after parameter from ctx.reply for improved …
kzndotsh Oct 16, 2025
0bc6ab4
refactor(avatar): remove description from avatar command for clarity
kzndotsh Oct 16, 2025
a84abdf
refactor(encode_decode): remove unused comment to enhance code clarity
kzndotsh Oct 16, 2025
3fcc01a
refactor(guild): rename membercount command to member_count for consi…
kzndotsh Oct 16, 2025
e5e9725
refactor(level): format level command parameters for improved readabi…
kzndotsh Oct 16, 2025
899b579
refactor(levels): remove unused comment to enhance code clarity
kzndotsh Oct 16, 2025
dbd8765
refactor(ping): remove unused comment to enhance code clarity
kzndotsh Oct 16, 2025
49fc7af
refactor(wiki): remove unused comment to enhance code clarity
kzndotsh Oct 16, 2025
c17774c
refactor(remindme): update time format documentation for clarity
kzndotsh Oct 16, 2025
6f81331
refactor(cog_loader): simplify cog loading logging
electron271 Oct 16, 2025
21868ae
feat(emoji_manager): add .avif to valid emoji extensions
electron271 Oct 16, 2025
56565a1
fix: convert emojis to png to follow discord limitations
electron271 Oct 16, 2025
2e47890
fix: fix extremely bad issue in communication service
electron271 Oct 16, 2025
b0113bd
fix(random): truncate dice side count in embed to 50 chars
electron271 Oct 17, 2025
66b85dc
refactor(case_controller): enhance case creation and expiration handling
kzndotsh Oct 17, 2025
691d82b
fix(cases): properly sort cases
electron271 Oct 17, 2025
e82d704
fix(moderation_coordinator): increase DM timeout from 3 to 15 seconds
electron271 Oct 17, 2025
d73cb9d
fix(cases): disable delete_on_timeout on cases view
electron271 Oct 17, 2025
db8bf92
refactor(case_controller): enhance case processing and logging
kzndotsh Oct 17, 2025
bb8de41
refactor(tempban): improve documentation and logging for temporary ba…
kzndotsh Oct 17, 2025
94548bb
fix(database): make datetime database columns timezone aware
electron271 Oct 17, 2025
a5450ea
refactor(database): simplify created_at and updated_at fields in Base…
electron271 Oct 17, 2025
343c309
refactor(cli): rename "test" command to "tests" to fix conflict with …
electron271 Oct 17, 2025
cfe1e0b
refactor(flags): implement boolean flags with no flag annotation usin…
electron271 Oct 17, 2025
d306251
feat(plugins): add new plugins for image processing, facts, and role …
kzndotsh Oct 17, 2025
641f6cd
docs(flags): update documentation to include source reference for Tux…
kzndotsh Oct 17, 2025
eb193dd
refactor(file_utils): enhance get_extension_from_path function with i…
kzndotsh Oct 17, 2025
81ac50f
refactor: cog_loader added getting cogs for erorrs
meatharvester Oct 17, 2025
078a3cb
refactor(moderation): enhance moderation action execution with additi…
kzndotsh Oct 17, 2025
1405277
feat(event): add listener to automatically deny view permissions for …
kzndotsh Oct 17, 2025
bb3d5e5
feat(moderation): add additional aliases for view and modify commands…
kzndotsh Oct 17, 2025
57b5c8f
refactor(tests): remove obsolete fact module integration tests from H…
kzndotsh Oct 17, 2025
3940102
refactor: cleaned up unloading cogs and git plugin
meatharvester Oct 17, 2025
5ccbfc3
fix: new roles and comments in rolecount.py
meatharvester Oct 17, 2025
4e4ecad
fix(bulk): update rowcount handling for SQLAlchemy 2.0 compatibility
kzndotsh Oct 17, 2025
c406c6b
refactor(db): improve documentation and add detailed docstrings for D…
kzndotsh Oct 17, 2025
17b2496
refactor(docs): enhance documentation across multiple modules with de…
kzndotsh Oct 17, 2025
c9f38e6
refactor(docs): update .docstr.yaml with comprehensive configuration …
kzndotsh Oct 17, 2025
cc660c7
refactor: cleaned up encode/decode
meatharvester Oct 17, 2025
7645503
refactor(docs): enhance documentation with detailed docstrings across…
kzndotsh Oct 17, 2025
5cda990
refactor: update return value in BaseCog to improve clarity
kzndotsh Oct 18, 2025
6cf2eb4
refactor(config): enhance configuration management with multi-format …
kzndotsh Oct 18, 2025
b4cb4e0
chore: re-enable D1XX formatting rules and add all docstrings
electron271 Oct 18, 2025
e825b48
chore: update .gitignore to include config files
electron271 Oct 18, 2025
527ec7a
refactor(config): streamline configuration files and enhance loading …
kzndotsh Oct 18, 2025
82f6381
refactor(docs): update README for improved clarity and organization
kzndotsh Oct 19, 2025
1d530fd
refactor(docs): improve README layout for metrics and contributors se…
kzndotsh Oct 19, 2025
fef8839
refactor(docs): adjust alignment and headings in README metrics and c…
kzndotsh Oct 19, 2025
b0f0adc
refactor(docs): update headings and captions in README for consistency
kzndotsh Oct 19, 2025
f7c6e75
refactor(docker): rename Dockerfile to Containerfile and update relat…
kzndotsh Oct 19, 2025
61ce19b
fix(ci): include Containerfile in hadolint configuration
kzndotsh Oct 19, 2025
c2cb651
fix(ci): update Docker workflow conditions and build settings
kzndotsh Oct 19, 2025
2f2f64c
chore(ci): add checkout step to Docker workflow
kzndotsh Oct 19, 2025
a9af7a6
refactor(database): enhance database service architecture and improve…
kzndotsh Oct 19, 2025
c6a526a
refactor(cogs): improve configuration handling and logging in BaseCog
kzndotsh Oct 19, 2025
e969c61
refactor(help): replace CONST with specific constants for embed color…
kzndotsh Oct 19, 2025
6c8a323
feat(features): add multiple new services for enhanced Discord bot fu…
kzndotsh Oct 19, 2025
3062943
refactor(moderation): streamline service initialization and enhance d…
kzndotsh Oct 19, 2025
0c14c54
refactor(constants): replace CONST references with specific constants…
kzndotsh Oct 19, 2025
96b2dcb
refactor(embeds): replace CONST references with EMBED_COLORS and EMBE…
kzndotsh Oct 19, 2025
5f5d81a
refactor(loaders): introduce abstract base class for file-based confi…
kzndotsh Oct 19, 2025
001ce46
refactor(mail): replace CONST.HTTP_OK with specific HTTP_OK constant …
kzndotsh Oct 19, 2025
859fc6f
refactor(hot_reload): replace CONST references with specific constant…
kzndotsh Oct 19, 2025
0211b33
refactor(moderation): introduce ModerationServiceFactory for centrali…
kzndotsh Oct 19, 2025
846e9e0
refactor(godbolt): replace CONST references with specific HTTP status…
kzndotsh Oct 19, 2025
0f97a37
refactor(http_client): enhance documentation and lifecycle management…
kzndotsh Oct 19, 2025
fd93d27
refactor(constants): reorganize and expand constants for improved cla…
kzndotsh Oct 19, 2025
44f13df
refactor(database_service): replace AsyncDatabaseService with Databas…
kzndotsh Oct 19, 2025
7e4dece
refactor(extensions): remove prisma extension as we no longer use prisma
electron271 Oct 19, 2025
c7635b3
refactor(moderation): streamline jail role management and error handling
kzndotsh Oct 20, 2025
dd18968
feat(logging): integrate loguru for enhanced logging across various m…
kzndotsh Oct 20, 2025
ce61929
feat(tests): add integration tests for jail and unjail system
kzndotsh Oct 20, 2025
e60f8c0
refactor(logging): enhance logging configuration and integration
kzndotsh Oct 20, 2025
ca425da
refactor(logging): remove redundant debug logging verification
kzndotsh Oct 20, 2025
65efcb7
feat(dev): enhance tool command execution with stderr output option
kzndotsh Oct 20, 2025
7b79081
feat(docs): update parameter documentation across multiple modules
kzndotsh Oct 20, 2025
f08821f
chore(docs): enhance function documentation across multiple modules
kzndotsh Oct 20, 2025
5261f3b
fix(docs): correct critical documentation inaccuracies
kzndotsh Oct 21, 2025
c2514f0
docs: init base docs structure
kzndotsh Oct 21, 2025
ca27b8e
style: auto fixes from pre-commit hooks
pre-commit-ci[bot] Oct 21, 2025
945bb79
fix(app): improve bot startup logging for better shutdown clarity
kzndotsh Oct 21, 2025
7099e12
feat(styles): introduce comprehensive CSS modules for Tux documentation
kzndotsh Oct 21, 2025
0262db8
feat(docs): revamp homepage and enhance documentation structure
kzndotsh Oct 21, 2025
7dd02a3
feat(dev): implement automatic cog path resolution for loading commands
kzndotsh Oct 21, 2025
faa2232
chore(pre-commit): update ruff-pre-commit hooks to version 0.14.1
kzndotsh Oct 21, 2025
6fe1887
refactor(tests): rename 'run' command to 'all' and update correspondi…
kzndotsh Oct 21, 2025
1e8803b
docs: update deployment navigation to indicate future consolidation i…
electron271 Oct 22, 2025
6558b07
style: adjust heading font sizes for improved readability
electron271 Oct 22, 2025
ee9c532
fix: oops
electron271 Oct 22, 2025
873d436
feat: enhance cases command to view specific moderation cases by numb…
electron271 Oct 22, 2025
9c20e10
feet: make moderation coordinator embed style consistent to standard …
electron271 Oct 22, 2025
3e1e709
docs: streamline code execution documentation by removing redundant e…
kzndotsh Oct 22, 2025
14afbdc
refactor(docker_cli): comment out test command and its implementation…
kzndotsh Oct 22, 2025
01a9e86
refactor(permission_system): rename permission-related classes and up…
kzndotsh Oct 22, 2025
95b5ae5
refactor(permission_system): update test fixtures and integration tes…
kzndotsh Oct 22, 2025
1a8ac9a
refactor: clean up dead code
electron271 Oct 22, 2025
c03f9cb
refactor: standardize ID field naming across models and controllers
kzndotsh Oct 22, 2025
74cb5dc
refactor: remove outdated documentation files
kzndotsh Oct 22, 2025
37d664f
chore: update Python version and coverage threshold in CI configuration
kzndotsh Oct 22, 2025
56d458d
chore: update Python version to 3.13.8 in CI and workflow configurations
kzndotsh Oct 22, 2025
e2f4207
ci: finalize GitHub workflows before v0.1.0 merge to main
kzndotsh Oct 22, 2025
5f437db
fix(ci): use uv for docs dependencies installation
kzndotsh Oct 22, 2025
d8f8622
fix(ci): simplify docs workflow for Cloudflare Workers integration
kzndotsh Oct 22, 2025
4b81392
feat(docs): add Cloudflare Workers wrangler config
kzndotsh Oct 22, 2025
79e5837
feat(docs): enhance Wrangler CLI integration for Cloudflare Workers
kzndotsh Oct 22, 2025
c8d918f
feat(docs): add Wrangler CLI commands to docs script
kzndotsh Oct 22, 2025
0990b28
chore(docs): update documentation structure and styling
kzndotsh Oct 22, 2025
c1e1d57
feat(docs): enhance documentation navigation and fix links
kzndotsh Oct 22, 2025
23b5bf0
chore(flake): simplify project description in flake.nix
kzndotsh Oct 22, 2025
80841a3
chore(todos): remove outdated TODO.md
kzndotsh Oct 23, 2025
f147ec7
chore(config): add log level configuration to example files
kzndotsh Oct 23, 2025
7513edb
chore(docs): update configuration documentation to include log level
kzndotsh Oct 23, 2025
3b8fcdc
docs: update README for improved clarity and structure
kzndotsh Oct 23, 2025
879afe9
docs: restructure README for improved presentation and clarity
kzndotsh Oct 23, 2025
c098a54
docs: update README to enhance clarity and structure
kzndotsh Oct 23, 2025
1b506a5
docs: refine README formatting for consistency and clarity
kzndotsh Oct 23, 2025
f954d87
docs: add quick links section to README for improved navigation
kzndotsh Oct 23, 2025
a92d3c9
docs: update README to improve structure and visual appeal
kzndotsh Oct 23, 2025
7cddcbc
docs: enhance README with table format for quick links
kzndotsh Oct 23, 2025
f856bf2
docs: update README to enhance layout and accessibility
kzndotsh Oct 23, 2025
f1dd299
docs: update wrangler.toml to modify build command
kzndotsh Oct 23, 2025
56b41e1
docs: restructure documentation for improved organization and clarity
kzndotsh Oct 30, 2025
07a1271
docs: add abbreviations reference for improved clarity and understanding
kzndotsh Oct 30, 2025
4298c0f
docs: remove home.html and add new main layout and partials for impro…
kzndotsh Oct 30, 2025
404d598
docs: add comprehensive documentation for Tux project
kzndotsh Oct 30, 2025
6924d77
chore: update VSCode settings for improved YAML support
kzndotsh Oct 30, 2025
7368b0e
docs: update mkdocs.yml for enhanced documentation structure and feat…
kzndotsh Oct 30, 2025
4e89fbc
refactor: enhance configuration generation process with CLI integration
kzndotsh Oct 30, 2025
695a5e1
feat: add semantic versioning utilities and build metadata generation
kzndotsh Oct 30, 2025
133aa51
chore: update dependencies in pyproject.toml for improved functionali…
kzndotsh Oct 30, 2025
afe6380
chore: update markdownlint and pre-commit configurations, add changel…
kzndotsh Oct 30, 2025
11303a7
docs: overhaul documentation rules and structure for Tux project
kzndotsh Oct 31, 2025
bbaf4a9
style: enhance CSS for improved readability and layout
kzndotsh Oct 31, 2025
0d71f0b
docs: update documentation structure and content for Tux project
kzndotsh Oct 31, 2025
3814a7e
fix: update markdownlint configuration to disable code block inclusion
kzndotsh Oct 31, 2025
4fd81d8
docs: add comprehensive AGENTS.md documentation for Tux project
kzndotsh Oct 31, 2025
18c3b0b
docs: add TODO.md for plugin system and documentation improvements
kzndotsh Oct 31, 2025
63f5f65
feat: add schema validation command and enhance database setup
kzndotsh Oct 31, 2025
88fd23b
docs: update rules documentation for clarity and reference
kzndotsh Oct 31, 2025
79f0372
feat: enhance database schema validation in DatabaseService
kzndotsh Oct 31, 2025
423b16e
docs: add best practices documentation for Tux development
kzndotsh Oct 31, 2025
e44e2e6
docs: enhance best practices documentation and update mkdocs configur…
kzndotsh Oct 31, 2025
42b1a09
docs: update installation documentation for Tux
kzndotsh Nov 10, 2025
94d1d12
docs: add comprehensive rules documentation for Discord.py Components V2
kzndotsh Nov 10, 2025
7e4f3a1
feat: improve database migration handling and setup process
kzndotsh Nov 10, 2025
f7027bf
feat: enhance signal handling and bot connection management
kzndotsh Nov 10, 2025
342274b
refactor: rename setup task method for clarity
kzndotsh Nov 10, 2025
2985610
refactor: update permission rank system to a 0-10 hierarchy
kzndotsh Nov 10, 2025
864215e
refactor: adjust permission rank range to 0-10
kzndotsh Nov 10, 2025
d846116
feat: add asynchronous database connectivity test method
kzndotsh Nov 10, 2025
f0475f2
feat: add configuration constants for dashboard features
kzndotsh Nov 10, 2025
53d2b9c
feat: enhance error message for unconfigured commands
kzndotsh Nov 10, 2025
35866f7
refactor: replace ASCII art variable in banner.py
kzndotsh Nov 10, 2025
a254be0
feat: improve bot shutdown handling and exit codes
kzndotsh Nov 10, 2025
496e3a8
feat: add initial database schema migration
kzndotsh Nov 10, 2025
78856cf
feat: implement modular configuration management system
kzndotsh Nov 10, 2025
513ac53
feat: enhance documentation and restructure configuration references
kzndotsh Nov 10, 2025
3d2e06b
chore: update dependencies in configuration files
kzndotsh Nov 10, 2025
8118397
feat: add comprehensive database and tech stack documentation
kzndotsh Nov 10, 2025
cade91d
feat: update documentation structure and enhance content clarity
kzndotsh Nov 10, 2025
c526f3a
feat: add new features to user documentation
kzndotsh Nov 10, 2025
4e23b04
feat: expand user documentation structure in SUMMARY.md
kzndotsh Nov 10, 2025
d70c627
feat: enhance documentation layout and content clarity
kzndotsh Nov 10, 2025
2d5fd0e
feat: restructure documentation for improved navigation and clarity
kzndotsh Nov 10, 2025
efbb2e3
refactor: remove unused columns from Guild model and migration script
kzndotsh Nov 10, 2025
8b9b7a1
feat: update TuxApp run methods to return exit codes
kzndotsh Nov 10, 2025
caa1fa1
fix: improve error handling in emoji cache initialization
kzndotsh Nov 10, 2025
7261045
fix: clean up whitespace and improve Markdown file handling
kzndotsh Nov 10, 2025
ce7e6ce
chore: update commitlint configuration for improved commit message st…
kzndotsh Nov 10, 2025
b9debc8
feat: add initial database schema migration for guild management
kzndotsh Nov 10, 2025
a36cdce
feat: enhance CLI options for database and development commands
kzndotsh Nov 10, 2025
64e60f1
chore: update volume mounts in Docker Compose configuration
kzndotsh Nov 10, 2025
f6a57a5
chore: remove unused configuration files and update versioning
kzndotsh Nov 10, 2025
83f60b0
chore: remove adminer theme CSS file
kzndotsh Nov 10, 2025
66a77b2
docs: update README to enhance feature descriptions and add new sections
kzndotsh Nov 10, 2025
aaed755
docs: streamline README content and enhance feature descriptions
kzndotsh Nov 10, 2025
7699788
docs: update README for clarity and accuracy in licensing information
kzndotsh Nov 10, 2025
8bffcdc
docs: clean up ai-generated inaccuracies
electron271 Nov 11, 2025
16e6fa1
docs: add best practices for namespace packages and __all__ declaration
kzndotsh Nov 11, 2025
a1461ab
docs: update core concepts documentation for clarity and structure
kzndotsh Nov 11, 2025
a79556d
docs: reorganize developer guides and remove outdated content
kzndotsh Nov 11, 2025
f34ef9a
docs: update tutorials section with new content and structure
kzndotsh Nov 11, 2025
dcbf9c1
docs: enhance content structure and styling in partials
kzndotsh Nov 11, 2025
6de3df7
chore: update project configuration and improve error handling
kzndotsh Nov 11, 2025
caa03b1
docs: update developer index and enhance documentation structure
kzndotsh Nov 11, 2025
8fb7aa2
docs: update best practices documentation for async programming, cach…
kzndotsh Nov 11, 2025
8c1b26f
chore: update pre-commit configuration by removing pyupgrade hook
kzndotsh Nov 11, 2025
b48d3e9
chore: remove deployment workflow template from GitHub Actions
kzndotsh Nov 11, 2025
572f26c
docs: update tutorials with new content and structure
kzndotsh Nov 11, 2025
b97c777
docs: enhance README and update package versions in uv.lock
kzndotsh Nov 11, 2025
f0d455e
chore: update CHANGELOG with comprehensive feature and system enhance…
kzndotsh Nov 11, 2025
9eab851
docs: update issue templates for bug and feature reports
kzndotsh Nov 11, 2025
cdb9ca7
docs: enhance contributing guidelines with detailed workflows and set…
kzndotsh Nov 11, 2025
9115389
docs: improve pull request template for clarity and organization
kzndotsh Nov 11, 2025
4faf723
chore: update Renovate configuration for enhanced dependency management
kzndotsh Nov 11, 2025
dfca134
docs: update security contact information in SECURITY.md
kzndotsh Nov 11, 2025
0403e7d
chore: enhance Renovate configuration and pre-commit setup
kzndotsh Nov 11, 2025
560830c
fix: update working directory for build command in wrangler.toml
kzndotsh Nov 11, 2025
cd567b9
docs: update background color in mkdocs configuration
kzndotsh Nov 11, 2025
7ebb3ba
docs: update wrangler.toml for static asset configuration and build c…
kzndotsh Nov 12, 2025
9279b61
docs: update asset paths in mkdocs.yml and wrangler.toml
kzndotsh Nov 12, 2025
1758527
docs: refine mkdocs.yml and wrangler.toml configurations
kzndotsh Nov 12, 2025
f381d66
docs: update mkdocs.yml and material.css for consistency and readability
kzndotsh Nov 12, 2025
5097611
docs: update mkdocs.yml and content structure for improved navigation…
kzndotsh Nov 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@ coverage:
# BOT COMMANDS AND FEATURES (High standards - 75% target)
# User-facing commands and Discord integrations
# High standards because these directly impact user experience
cogs:
modules:
target: 75%
threshold: 2%
informational: true # Don't block PRs while building up test suite
flags:
- unit
paths:
- tux/cogs/**/* # All command cogs and Discord slash commands
- tux/modules/**/* # All command modules and Discord slash commands
only_pulls: true

# UTILITIES AND HELPERS (Moderate standards - 70% target)
Expand Down Expand Up @@ -366,10 +366,10 @@ component_management:
# User-facing Discord commands and integrations
- unit
- database
- component_id: cogs
- component_id: modules
name: Bot Commands & Features
paths:
- tux/cogs/**/* # All command cogs organized by category
- tux/modules/**/* # All command modules organized by category
flag_regexes:
- unit

Expand Down
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ indent_size = 4
indent_size = 4

# Lock files (read-only, preserve formatting)
[{poetry.lock,package-lock.json,yarn.lock,Pipfile.lock}]
[{uv.lock,package-lock.json,yarn.lock,Pipfile.lock}]
insert_final_newline = false
trim_trailing_whitespace = false

Expand Down
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ docker-compose*.yml text eol=lf
#
# Lock Files (binary-like treatment)
#
poetry.lock text eol=lf linguist-generated=true
package-lock.json text eol=lf linguist-generated=true
yarn.lock text eol=lf linguist-generated=true
Pipfile.lock text eol=lf linguist-generated=true
uv.lock text eol=lf linguist-generated=true

#
# Binary Files
Expand Down
40 changes: 20 additions & 20 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ Before you start, ensure you have:
* [Python](https://www.python.org/) (3.13+ recommended)
* If you don't have Python installed, we suggest using something like [mise](https://mise.jdx.dev/) or [pyenv](https://github.com/pyenv/pyenv) to manage your Python installations.

* [Poetry](https://python-poetry.org/docs/) (1.2+ recommended)
* If you don't have Poetry installed, you can use one of the official methods. We recommend using the official installer:
* [Uv](https://docs.astral.sh/uv/) (recommended)
* If you don't have Uv installed, use the official installer and verify:

```bash
# Linux, macOS, Windows (WSL)
curl -sSL https://install.python-poetry.org | python3 -
# Linux/macOS
curl -LsSf https://astral.sh/uv/install.sh | sh

# After installation and ensuring Poetry is in your PATH, you can verify it by running:
poetry --version
# Verify installation
uv --version
```

* A PostgreSQL Database (local or remote)
Expand Down Expand Up @@ -61,19 +61,19 @@ Follow these steps to set up your local development environment. For more compre
git remote -v
```

2. **Install Dependencies with Poetry**
2. **Install Dependencies with Uv**

Ensure Poetry is installed and configured to use the correct Python version (e.g., 3.13.5).
Ensure Uv is installed and using the correct Python version (project requires 3.13.x).

```bash
# Create a virtual environment
poetry env use 3.13.5
# (Optional) Pin the Python version used by uv
uv python pin 3.13.5

# Install project dependencies and dev tools
poetry install
# Create the virtual environment and install all dependencies
uv sync

# Install pre-commit hooks for quality checks
poetry run pre-commit install
uv run pre-commit install
```

3. **Configure Environment Variables**
Expand Down Expand Up @@ -102,11 +102,11 @@ Follow these steps to set up your local development environment. For more compre

5. **Initialize Development Database**

Push the Prisma schema to your development database. This also generates the Prisma client.
Run database migrations to set up your development database.

```bash
# Use --dev or rely on the default development mode
poetry run tux --dev db push
uv run tux --dev db upgrade
```

## Development Workflow
Expand Down Expand Up @@ -164,16 +164,16 @@ Follow these steps to set up your local development environment. For more compre

```bash
# Format code using Ruff
poetry run tux dev format
uv run tux dev format

# Lint code using Ruff
poetry run tux dev lint-fix
uv run tux dev lint-fix

# Type-check code using basedpyright
poetry run tux dev type-check
# Type-check code using Pyright
uv run tux dev type-check

# Run all pre-commit checks (includes formatting, linting, etc.)
poetry run tux dev pre-commit
uv run tux dev pre-commit
```

Fix any issues reported by these tools.
Expand Down
55 changes: 55 additions & 0 deletions .github/actions/action-basedpyright/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: action-basedpyright
description: Run basedpyright with reviewdog on pull requests to improve code review
experience
inputs:
github_token:
description: GITHUB_TOKEN
default: ${{ github.token }}
workdir:
description: Working directory relative to the root directory.
default: .
### Flags for reviewdog ###
tool_name:
description: Tool name to use for reviewdog reporter.
default: basedpyright
level:
description: Report level for reviewdog [info,warning,error].
default: warning
reporter:
description: Reporter of reviewdog command [github-check,github-pr-review,github-pr-check,sarif].
default: github-pr-review
filter_mode:
description: |
Filtering mode for the reviewdog command [added,diff_context,file,nofilter].
Default is `added` except that sarif reporter uses `nofilter`.
default: file
fail_level:
description: |
If set to `none`, always use exit code 0 for reviewdog. Otherwise, exit code 1 for reviewdog if it finds at least 1 issue with severity greater than or equal to the given level.
Possible values: [none,any,info,warning,error]
Default is `none`.
default: none
reviewdog_flags:
description: Additional reviewdog flags.
default: ''
### Flags for basedpyright ###
basedpyright_flags:
description: Additional flags for basedpyright command.
default: --outputjson
runs:
using: composite
steps:
- name: Run basedpyright with reviewdog
shell: bash
working-directory: ${{ inputs.workdir }}
run: |
uv run basedpyright ${{ inputs.basedpyright_flags }} | \
reviewdog -f=rdjson \
-reporter=${{ inputs.reporter }} \
-level=${{ inputs.level }} \
-filter-mode=${{ inputs.filter_mode }} \
-fail-level=${{ inputs.fail_level }} \
-name=${{ inputs.tool_name }} \
${{ inputs.reviewdog_flags }}
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ inputs.github_token }}
32 changes: 0 additions & 32 deletions .github/actions/setup-nodejs-markdown/action.yml

This file was deleted.

61 changes: 16 additions & 45 deletions .github/actions/setup-python/action.yml
Original file line number Diff line number Diff line change
@@ -1,66 +1,37 @@
name: Setup Python Environment
description: Set up Python with Poetry, dependencies, and optional Prisma client generation
description: Set up Python with Uv and dependencies
inputs:
python-version:
description: Python version to use
required: false
default: '3.13'
install-groups:
description: Poetry groups to install (comma-separated)
uv-version:
description: Uv version to install (e.g. 0.8.8)
required: false
default: dev,types
cache-suffix:
description: Cache key suffix for differentiation
required: false
default: default
generate-prisma:
description: Whether to generate Prisma client
default: 0.8.8
enable-cache:
description: Enable uv cache persistence
required: false
default: 'true'
runs:
using: composite
steps:
# POETRY INSTALLATION
# Uses pipx for isolated Poetry installation without conflicts
- name: Install Poetry
shell: bash
run: pipx install poetry

# PYTHON ENVIRONMENT SETUP
# Configures Python with integrated Poetry cache support
# PYTHON ENVIRONMENT SETUP (use GitHub's cached Python)
- name: Set up Python
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
cache: poetry

# ADVANCED DEPENDENCY CACHING
# Multi-level caching strategy for maximum cache hit rate
- name: Cache Poetry dependencies
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
# UV INSTALLATION
# Installs uv and optionally enables cache persistence
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
path: |
~/.cache/pypoetry
~/.cache/pip
key: poetry-${{ inputs.cache-suffix }}-${{ runner.os }}-${{ hashFiles('poetry.lock')
}}
restore-keys: |
poetry-${{ inputs.cache-suffix }}-${{ runner.os }}-
version: ${{ inputs.uv-version }}
enable-cache: ${{ inputs.enable-cache }}

# DEPENDENCY INSTALLATION
# Installs specified Poetry groups with CI-optimized settings
# Install project with locked dependencies
- name: Install dependencies
shell: bash
run: |
if [[ "${{ inputs.install-groups }}" == "main" ]]; then
poetry install --only=main --no-interaction --no-ansi
else
poetry install --with=${{ inputs.install-groups }} --no-interaction --no-ansi
fi

# CONDITIONAL PRISMA CLIENT GENERATION
# Generates Prisma database client when needed for database operations
- name: Generate Prisma client
if: ${{ inputs.generate-prisma == 'true' }}
shell: bash
run: poetry run prisma generate
run: uv sync --frozen
49 changes: 0 additions & 49 deletions .github/actions/upload-coverage/action.yml

This file was deleted.

Loading
Loading