pyvider
2025-11-06
Automated documentation updates across the API reference and guide pages, regenerating content...
104 files · 1,668+ · 918-
API Reference and Guide Updates
104 files changed
README.mdUpdated README.md (+5/-17 lines)settings.local.jsonUpdated settings.local.json (+14/-1 lines).mutmut-config.pyUpdated .mutmut-config.py (+3/-1 lines)index.mdUpdated index.md (+3/-3 lines)data_sources.mdUpdated data_sources.md (+5/-5 lines)ephemerals.mdUpdated ephemerals.md (+3/-3 lines)exceptions.mdUpdated exceptions.md (+3/-3 lines)index.mdUpdated index.md (+17/-17 lines)observability.mdUpdated observability.md (+3/-3 lines)index.mdUpdated index.md (+5/-5 lines)resources.mdUpdated resources.md (+5/-5 lines)overview.mdUpdated overview.md (+6/-6 lines)guidelines.mdUpdated guidelines.md (+6/-6 lines)architecture.mdUpdated architecture.md (+3/-3 lines)component-model.mdUpdated component-model.md (+15/-15 lines)resources-vs-data-sources.mdUpdated resources-vs-data-sources.md (+4/-4 lines)schema-system.mdUpdated schema-system.md (+1/-1 lines)faq.mdUpdated faq.md (+23/-23 lines)installation.mdUpdated installation.md (+14/-20 lines)quick-start.mdUpdated quick-start.md (+8/-8 lines)what-is-pyvider.mdUpdated what-is-pyvider.md (+1/-1 lines)glossary.mdUpdated glossary.md (+15/-15 lines)advanced-patterns.mdUpdated advanced-patterns.md (+5/-5 lines)advanced-provider-features.mdUpdated advanced-provider-features.md (+8/-8 lines)provider-lifecycle.mdUpdated provider-lifecycle.md (+5/-5 lines)creating-data-sources.mdUpdated creating-data-sources.md (+5/-5 lines)creating-functions.mdUpdated creating-functions.md (+5/-5 lines)creating-providers.mdUpdated creating-providers.md (+7/-7 lines)creating-resources.mdUpdated creating-resources.md (+5/-5 lines)using-decorators.mdUpdated using-decorators.md (+10/-10 lines)debugging.mdUpdated debugging.md (+5/-5 lines)error-handling.mdUpdated error-handling.md (+4/-4 lines)logging.mdUpdated logging.md (+4/-4 lines)testing-providers.mdUpdated testing-providers.md (+3/-3 lines)best-practices.mdUpdated best-practices.md (+5/-5 lines)performance-optimization.mdUpdated performance-optimization.md (+6/-6 lines)production-readiness.mdUpdated production-readiness.md (+10/-10 lines)security-best-practices.mdUpdated security-best-practices.md (+5/-5 lines)configuration.mdUpdated configuration.md (+4/-4 lines)managing-resources.mdUpdated managing-resources.md (+5/-5 lines)using-data-sources.mdUpdated using-data-sources.md (+3/-3 lines)using-functions.mdUpdated using-functions.md (+2/-2 lines)create-data-source.mdUpdated create-data-source.md (+5/-5 lines)handle-pagination.mdUpdated handle-pagination.md (+4/-4 lines)add-validation.mdUpdated add-validation.md (+4/-4 lines)create-resource.mdUpdated create-resource.md (+5/-5 lines)index.mdUpdated index.md (+48/-48 lines)quick-reference.mdUpdated quick-reference.md (+5/-5 lines)data-source-api.mdUpdated data-source-api.md (+4/-4 lines)resource-lifecycle.mdUpdated resource-lifecycle.md (+4/-4 lines)attributes.mdUpdated attributes.md (+5/-5 lines)best-practices.mdUpdated best-practices.md (+4/-4 lines)blocks.mdUpdated blocks.md (+4/-4 lines)common-patterns.mdUpdated common-patterns.md (+4/-4 lines)computed-attributes.mdUpdated computed-attributes.md (+4/-4 lines)overview.mdUpdated overview.md (+12/-12 lines)schema-by-example.mdUpdated schema-by-example.md (+4/-4 lines)sensitive-data.mdUpdated sensitive-data.md (+4/-4 lines)types.mdUpdated types.md (+4/-4 lines)validators.mdUpdated validators.md (+4/-4 lines)troubleshooting.mdUpdated troubleshooting.md (+12/-12 lines)building-your-first-data-source.mdUpdated building-your-first-data-source.md (+8/-8 lines)building-your-first-resource.mdUpdated building-your-first-resource.md (+8/-8 lines)intermediate-provider.mdUpdated intermediate-provider.md (+8/-8 lines)env.ps1Added env.ps1 (+278 lines)env.shAdded env.sh (+357 lines)mkdocs.ymlRemoved content from mkdocs.yml (-2 lines)pyproject.tomlUpdated pyproject.toml (+1/-1 lines)check_doc_links.pyUpdated check_doc_links.py (+61/-42 lines)install_command.pyUpdated install_command.py (+91/-76 lines)main.pyUpdated main.py (+1/-1 lines)provide_command.pyUpdated provide_command.py (+74/-56 lines)config.pyRemoved content from config.py (-7 lines)marshaler.pyUpdated marshaler.py (+18/-8 lines)discovery.pyUpdated discovery.py (+1/-1 lines)configure_provider.pyUpdated configure_provider.py (+1/-1 lines)stop_provider.pyUpdated stop_provider.py (+10/-2 lines)utils.pyUpdated utils.py (+1/-5 lines)base.pyUpdated base.py (+12/-1 lines)provider.pyUpdated provider.py (+15/-4 lines)test_decorators.pyUpdated test_decorators.py (+4/-4 lines)test_cli_utils.pyUpdated test_cli_utils.py (+5/-2 lines)test_install_command.pyUpdated test_install_command.py (+113/-100 lines)test_install_utils.pyUpdated test_install_utils.py (+19/-22 lines)test_launch_context_command.pyUpdated test_launch_context_command.py (+10/-9 lines)test_provide_command.pyUpdated test_provide_command.py (+41/-43 lines)test_pyvider_cli.pyUpdated test_pyvider_cli.py (+2/-2 lines)test_base_context.pyUpdated test_base_context.py (+1/-1 lines)test_launch_context_extra.pyUpdated test_launch_context_extra.py (+9/-6 lines)conftest.pyUpdated conftest.py (+18/-16 lines)test_terraform_conversion.pyUpdated test_terraform_conversion.py (+1/-1 lines)test_base_data_source.pyUpdated test_base_data_source.py (+8/-6 lines)test_exceptions_hierarchy.pyUpdated test_exceptions_hierarchy.py (+35/-25 lines)proto_fixtures.pyUpdated proto_fixtures.py (+1/-1 lines)test_observability_contracts.pyUpdated test_observability_contracts.py (+2/-1 lines)test_base_function.pyUpdated test_base_function.py (+3/-2 lines)test_tdd_function_dispatch.pyUpdated test_tdd_function_dispatch.py (+1/-1 lines)test_validators.pyUpdated test_validators.py (+1/-1 lines)conftest.pyUpdated conftest.py (+2/-1 lines)test_upgrade_handler.pyUpdated test_upgrade_handler.py (+2/-2 lines)test_schema_validation.pyUpdated test_schema_validation.py (+1/-1 lines)test_pyvider_provider.pyUpdated test_pyvider_provider.py (+2/-1 lines)test_configure_provider.pyUpdated test_configure_provider.py (+6/-2 lines)test_stop_provider.pyUpdated test_stop_provider.py (+28/-26 lines)
- Automated updates to
README.md, API reference pages (docs/api/), and user guides specify errata1 file
README.md
- Content regenerated across conversion, data sources, ephemerals, exceptions, resources, and providers sections
decouple
internal
1 file
README.md
- Contributing guidelines and getting-started documentation refreshed
decouple
internal
1 file
README.md