Commit Graph

11 Commits

Author SHA1 Message Date
1cb731cbdb refactor(drivers): organize backup modules into drivers subfolder
Some checks failed
lint / docker (push) Has been cancelled
- Move all backup_*.py files to libtisbackup/drivers/ subdirectory
- Move XenAPI.py and copy_vm_xcp.py to drivers/ (driver-specific)
- Create drivers/__init__.py with automatic driver imports
- Update tisbackup.py imports to use new structure
- Add pyvmomi>=8.0.0 as mandatory dependency
- Sync requirements.txt with pyproject.toml dependencies
- Add pylint>=3.0.0 and pytest-cov>=6.0.0 to dev dependencies
- Configure pylint and coverage tools in pyproject.toml
- Add conventional commits guidelines to CLAUDE.md
- Enhance .gitignore with comprehensive patterns for Python, IDEs, testing, and secrets
- Update CLAUDE.md documentation with new structure and tooling

Breaking Changes:
- Drivers must now be imported from libtisbackup.drivers instead of libtisbackup
- All backup driver files relocated to drivers/ subdirectory

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-05 23:54:26 +02:00
e7d3e1140c fix(tisbackup): using uv is good in Dockerfile maybe 2025-04-18 23:32:15 +02:00
274e1e2e59 requirements.txt 2024-11-29 00:02:24 +01:00
ffd9bf3d39 fix first pass 2024-11-28 23:20:19 +01:00
Simon Fonteneau
9209a1bfa8
Update requirements.txt 2024-08-22 09:52:55 +02:00
fggp
aff59a7cc7 Update requirements.txt 2022-12-26 14:02:49 +01:00
fggp
54eb4a6412 Revert to previous commit 2022-12-26 14:02:49 +01:00
fggp
05c1d91b75 Update requirements.txt 2022-12-26 14:02:49 +01:00
fggp
6e53f7d351 Old version of huey needed 2022-12-26 14:02:49 +01:00
Francois PINOT
9cce146868 Added modules to be installed with pip 2022-12-26 14:02:49 +01:00
htouvet
bc4b9811ed migrate to Python3 (from alejeune) 2022-04-25 10:02:43 +02:00