Commits
Click on a commit to change the comparison rangeApply ruff formatting to test files2 months ago
by petercrocker Apply ruff formatting to import_all_python_files call2 months ago
by petercrocker Restore type ignore comments required by mypy for Prefect tasks
The type ignore comments are needed because mypy doesn't understand
Prefect's @task decorator return type correctly.2 months ago
by petercrocker Add .infrahub.yml config file to conflict-01 test fixture
The conflict-01 test fixture was missing a .infrahub.yml configuration
file. With the new RepositoryConfigurationError exception that is now
raised when a repository lacks this config file, the integration tests
using this fixture were failing.
This adds a minimal .infrahub.yml to fix the integration tests:
- test_run_pipeline_validate_requested_jobs
- test_run_generators_validate_requested_jobs2 months ago
by petercrocker Merge branch 'develop' into pmc-20251127-infrahubyml-error2 months ago
by petercrocker ruff8 days ago
by petercrocker Merge remote-tracking branch 'origin/develop' into pmc-20251127-infrahubyml-error
# Conflicts:
# backend/tests/component/git/test_repository_config.py6 days ago
by petercrocker Merge branch 'develop' into pmc-20251127-infrahubyml-error4 days ago
by petercrocker refactor: replace deprecated timezone.utc with UTC
Use the newer UTC constant instead of timezone.utc for better
compatibility with Python 3.11+.3 hours ago
by petercrocker Revert "refactor: replace deprecated timezone.utc with UTC"
This reverts commit d7c90496bf77f069a27d870f3bf4d2378d2e9abb.3 hours ago
by petercrocker