| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-19 | refactor: remove unused specs, exceptions, and request_id | Roberto Bertó | |
| The pyvyos.specs Pydantic models were never imported by the runtime and had 0% test coverage. The pyvyos.exceptions hierarchy was defined but never raised anywhere. The request_id helper generated UUIDs that were attached to log records but never propagated to callers — half-implemented tracing is worse than none. This commit does not alter request/response logic or HTTP payloads. It only removes code that was never executed and tests for that code. Removed: - pyvyos/specs/ (Pydantic models package) - pyvyos/exceptions.py (SDKError, HttpError, ApiError, ValidationError) - pyvyos/utils/ids.py (request_id helper) - tests/test_exceptions.py - tests/utils/test_ids.py Edited: - pyvyos/core/rest_client.py: drop request_id import and log extras - pyvyos/utils/__init__.py: drop request_id export Tests: 66 -> 57 passing. Coverage: 54% -> 87%. Public API unchanged. | |||
| 2025-11-02 | feat: v0.4.0 - Architecture refactor, bug fixes, and quality improvementsfeat/architecture-and-quality-improvements | roberto berto | |
| - Fixed #25: config_file_save/load now include path: [] in payload - Added exception hierarchy (SDKError, HttpError, ApiError, ValidationError) - Added utility functions (json, ids, paths) - Added structured logging with request ID tracking - Added optional Pydantic validation models - Refactored to pyvyos.core.* structure with backward compatibility shims - Moved JSON specs to docs/development/vyos_api/ - Added comprehensive test suite (19 shim tests, 16 utils tests, 6 exception tests) - Updated pyproject.toml for uv sync editable installation - Added development documentation (architecture, roadmap, quality guidelines) Maintains 100% backward compatibility with 0.3.0 | |||
| 2025-09-16 | Fix/979201165- Including default valu for environment variables in unit tests | eduardormorais | |
| 2025-09-02 | Feature - Increased test coverage in case of error in responses | eduardormorais | |
| 2025-09-01 | Feature/9930599848 - Configuration and implementation of unit tests for the ↵ | eduardormorais | |
| device | |||
| 2025-08-28 | Feature - Separation of API communication logic into a separate class. Code ↵ | eduardormorais | |
| adjustments and improvements. | |||
| 2023-12-13 | version 0.2.0 with all api and tests | Roberto Berto | |
| 2023-12-13 | feature: | Roberto Berto | |
| - configure_set - configure_delete - config_file_save - config_file_load | |||
| 2023-11-21 | Initial commit for retrieve_config feature | Roberto Berto | |
