Commit graph

7 commits

Author SHA1 Message Date
9b1e1ca9f9 Fix missing files for Debian package build
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 1m29s
Comprehensive CI/CD Pipeline / Security Audit (push) Successful in 42s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 55s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
- Update .gitignore to allow dev/ and cache/ directories needed for packages
- Add dev/ directory with README.md for deb-mock-dev package
- Add scripts/dev/ directory with README.md for deb-mock-dev package
- Add cache-utils/mock-cache-clean script for deb-mock-cache package
- Add docs/cache/ directory with README.md for deb-mock-cache package
- Comment out overly broad mock-* pattern that was ignoring cache-utils/mock-cache-clean

Fixes:
- dh_install: missing files errors for dev/, scripts/dev/, cache-utils/mock-cache-clean, docs/cache/
- Files were being ignored by .gitignore patterns
- CI build should now complete successfully with all 6 packages

Ready for successful Debian package build!
2025-09-04 13:39:11 -07:00
c4c1e7bca3 Fix missing dependencies and directories for Debian build
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 1m27s
Comprehensive CI/CD Pipeline / Security Audit (push) Successful in 1m7s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 1m13s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
- Add psutil dependency to pyproject.toml and debian/control
- Fix pyproject.toml license format (use string instead of table)
- Create missing directories referenced in .install files:
  - templates/, chroot.d/, mounts/ for filesystem package
  - default-configs/ for configs package
  - docs/plugins/ for plugins package
  - dev/, docs/api/, include/, scripts/dev/ for dev package
  - cache-plugins/, cache.d/, docs/cache/ for cache package
- Add placeholder README.md files to prevent empty directories
- Update CI dependencies to include python3-psutil

Fixes:
- ModuleNotFoundError: No module named 'psutil' in performance.py
- Missing files errors in dh_install step
- pyproject.toml license deprecation warnings

Ready for successful Debian package build!
2025-09-04 13:24:08 -07:00
8c585e2e33 Add stable Python API and comprehensive environment management
Some checks failed
Build Deb-Mock Package / build (push) Failing after 59s
Lint Code / Lint All Code (push) Failing after 2s
Test Deb-Mock Build / test (push) Failing after 41s
- Add MockAPIClient and MockEnvironment for external integration
- Implement EnvironmentManager with full lifecycle support
- Enhance plugin system with registry and BasePlugin class
- Add comprehensive test suite and documentation
- Include practical usage examples and plugin development guide
2025-09-04 10:04:16 -07:00
c51819c836 Add comprehensive testing framework, performance monitoring, and plugin system
Some checks failed
Build Deb-Mock Package / build (push) Failing after 1m9s
Lint Code / Lint All Code (push) Failing after 1s
Test Deb-Mock Build / test (push) Failing after 35s
- Add complete pytest testing framework with conftest.py and test files
- Add performance monitoring and benchmarking capabilities
- Add plugin system with ccache plugin example
- Add comprehensive documentation (API, deployment, testing, etc.)
- Add Docker API wrapper for service deployment
- Add advanced configuration examples
- Remove old wget package file
- Update core modules with enhanced functionality
2025-08-19 20:49:32 -07:00
4c0dcb2522 enhance: Add comprehensive .gitignore for deb-mock project
Some checks failed
Build Deb-Mock Package / build (push) Successful in 54s
Lint Code / Lint All Code (push) Failing after 1s
Test Deb-Mock Build / test (push) Failing after 36s
- Add mock-specific build artifacts (chroot/, mock-*, mockroot/)
- Include package build files (*.deb, *.changes, *.buildinfo)
- Add development tools (.coverage, .pytest_cache, .tox)
- Include system files (.DS_Store, Thumbs.db, ._*)
- Add temporary and backup files (*.tmp, *.bak, *.backup)
- Include local configuration overrides (config.local.yaml, .env.local)
- Add test artifacts and documentation builds
- Comprehensive coverage for Python build system project

This ensures build artifacts, chroot environments, and development
tools are properly ignored in version control.
2025-08-18 23:37:49 -07:00
16bfc027bf add Debian packaging and repository infrastructure
Some checks failed
Build and Publish Debian Package / build-deb (push) Failing after 1m33s
Build Deb-Mock Package / build (push) Successful in 1m22s
Test Deb-Mock Build / test (push) Failing after 50s
2025-08-03 23:38:25 +00:00
74fe9143d9 initial commit 2025-08-03 22:16:04 +00:00