pyvider
2024-12-28
Renamed registry to hub package with codebase-wide import updates
93 files · 1,695+ · 2,230-
Renamed registry package to hub with codebase-wide import updates
6 files changed
__init__.pyHub package initialization (was registry/)decorators.pyComponent registration decoratorsdiscovery.pyComponent discoverykeystone.pyCentral registryregistry_metadata.pyRegistration metadatacomponents.pyComponent management
Removed old tftypes operations and operations test files
10 files changed
diff.pyRemoved (244 lines)transform.pyRemoved (110 lines)walk.pyRemoved (158 lines)diff.pyRemoved (231 lines)transform.pyRemoved (102 lines)walk.pyRemoved (156 lines)test_tftypes_operations_walk.pyRemoved walk tests (165 lines)test_tftypes_operations_diff_functions.pyRemoved diff function tests (127 lines)test_tftypes_operations_diff.pyRemoved diff tests (111 lines)test_tftypes_operations_transform.pyRemoved transform tests (141 lines)
- Removed old tftypes operations modules (diff, transform, walk) and their duplicates under operations/
deprecate
internal
2 files
operationsoperations
- Removed operation test files for walk, diff, diff_functions, and transform
deprecate
internal
4 files
test_tftypes_operations_walk.pytest_tftypes_operations_diff.pytest_tftypes_operations_diff_functions.pytest_tftypes_operations_transform.py
Updated serialization exceptions and cleaned up old files
2 files changed
serialization.pyImproved error classestest_tftypes_type.pyUpdated type tests with ValidationError
- Updated serialization exceptions with improved error classes and fixed type test to use ValidationError
streamline
internal
2 files
serialization.pytest_tftypes_type.py
- Removed old constants.py, core/base_types.py, and test_data_source_zipcode.py
deprecate
internal
2 files
constants.pybase_types.py