infrahub-server 1.2.5__tar.gz → 1.2.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/PKG-INFO +1 -1
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/manager.py +15 -2
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/registry.py +2 -3
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/schema_branch.py +34 -37
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/database/__init__.py +2 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/manager.py +10 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/main.py +4 -5
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/resource_manager.py +3 -3
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/tasks/registry.py +4 -1
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/pyproject.toml +1 -1
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_testcontainers/infrahub_testcontainers/container.py +52 -2
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_testcontainers/infrahub_testcontainers/docker-compose.test.yml +27 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_testcontainers/infrahub_testcontainers/performance_test.py +1 -1
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_testcontainers/infrahub_testcontainers/plugin.py +1 -1
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/LICENSE.txt +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/README.md +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/artifact.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/auth.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/dependencies.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/diff/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/diff/diff.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/diff/validation_models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/exception_handlers.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/exceptions.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/file.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/internal.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/menu.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/oauth2.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/oidc.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/query.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/schema.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/static/redoc.standalone.js +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/static/swagger-ui-bundle.js +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/static/swagger-ui.css +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/storage.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/transformation.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/artifacts/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/artifacts/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/artifacts/tasks.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/auth.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/cli/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/cli/constants.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/cli/context.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/cli/db.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/cli/events.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/cli/git_agent.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/cli/server.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/cli/tasks.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/cli/upgrade.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/components.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/computed_attribute/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/computed_attribute/constants.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/computed_attribute/gather.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/computed_attribute/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/computed_attribute/tasks.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/computed_attribute/triggers.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/config.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/context.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/account.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/attribute.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/branch/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/branch/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/branch/tasks.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/changelog/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/changelog/diff.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/changelog/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/constants/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/constants/database.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/constants/infrahubkind.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/constants/relationship_label.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/constants/schema.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/constraint/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/constraint/node/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/constraint/node/runner.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/artifacts/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/artifacts/calculator.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/branch_differ.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/calculator.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/combiner.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/conflict_transferer.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/conflicts_enricher.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/conflicts_extractor.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/coordinator.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/data_check_synchronizer.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/enricher/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/enricher/aggregated.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/enricher/cardinality_one.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/enricher/hierarchy.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/enricher/interface.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/enricher/labels.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/enricher/path_identifier.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/enricher/summary_counts.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/exceptions.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/ipam_diff_parser.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/merger/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/merger/merger.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/merger/model.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/merger/serializer.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/model/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/model/diff.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/model/path.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/parent_node_adder.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/payload_builder.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/query/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/query/all_conflicts.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/query/artifact.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/query/delete_query.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/query/diff_get.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/query/diff_summary.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/query/field_specifiers.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/query/field_summary.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/query/filters.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/query/get_conflict_query.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/query/has_conflicts_query.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/query/merge.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/query/merge_tracking_id.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/query/roots_metadata.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/query/save.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/query/summary_counts_enricher.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/query/time_range_query.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/query/update_conflict_query.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/query_parser.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/repository/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/repository/deserializer.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/repository/repository.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/tasks.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/enums.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/graph/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/graph/constraints.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/graph/index.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/graph/schema.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/initialization.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/integrity/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/integrity/object_conflict/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/integrity/object_conflict/conflict_recorder.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/ipam/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/ipam/constants.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/ipam/kinds_getter.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/ipam/model.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/ipam/reconciler.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/ipam/size.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/ipam/tasks.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/ipam/utilization.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/merge.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m001_add_version_to_graph.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m002_attribute_is_default.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m003_relationship_parent_optional.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m004_add_attr_documentation.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m005_add_rel_read_only.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m006_add_rel_on_delete.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m007_add_rel_allow_override.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m008_add_human_friendly_id.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m009_add_generate_profile_attr.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m010_add_generate_profile_attr_generic.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m011_remove_profile_relationship_schema.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m012_convert_account_generic.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m013_convert_git_password_credential.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m014_remove_index_attr_value.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m015_diff_format_update.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m016_diff_delete_bug_fix.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m017_add_core_profile.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m018_uniqueness_nulls.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m019_restore_rels_to_time.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m020_duplicate_edges.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m021_missing_hierarchy_merge.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m022_add_generate_template_attr.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m023_deduplicate_cardinality_one_relationships.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m024_missing_hierarchy_backfill.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m025_uniqueness_nulls.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/graph/m026_0000_prefix_fix.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/query/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/query/attribute_add.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/query/attribute_rename.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/query/delete_element_in_schema.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/query/node_duplicate.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/query/relationship_duplicate.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/query/schema_attribute_update.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/schema/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/schema/attribute_name_update.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/schema/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/schema/node_attribute_add.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/schema/node_attribute_remove.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/schema/node_kind_update.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/schema/node_remove.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/schema/placeholder_dummy.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/schema/tasks.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/migrations/shared.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/node/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/node/base.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/node/constraints/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/node/constraints/attribute_uniqueness.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/node/constraints/grouped_uniqueness.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/node/constraints/interface.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/node/delete_validator.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/node/ipam.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/node/permissions.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/node/resource_manager/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/node/resource_manager/ip_address_pool.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/node/resource_manager/ip_prefix_pool.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/node/resource_manager/number_pool.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/node/standard.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/path.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/property.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/protocols.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/protocols_base.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/query/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/query/attribute.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/query/branch.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/query/delete.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/query/diff.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/query/ipam.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/query/node.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/query/relationship.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/query/resource_manager.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/query/standard_node.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/query/subquery.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/query/task.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/query/task_log.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/query/utils.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/relationship/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/relationship/constraints/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/relationship/constraints/count.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/relationship/constraints/interface.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/relationship/constraints/peer_kind.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/relationship/constraints/profiles_kind.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/relationship/model.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/root.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/attribute_schema.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/basenode_schema.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/computed_attribute.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/constants.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/core/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/core/account.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/core/artifact.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/core/builtin.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/core/check.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/core/core.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/core/generator.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/core/graphql_query.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/core/group.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/core/ipam.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/core/lineage.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/core/menu.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/core/permission.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/core/profile.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/core/propose_change.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/core/propose_change_comment.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/core/propose_change_validator.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/core/repository.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/core/resource_pool.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/core/template.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/core/transform.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/core/webhook.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/deprecated.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/definitions/internal.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/dropdown.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/generated/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/generated/attribute_schema.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/generated/base_node_schema.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/generated/genericnode_schema.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/generated/node_schema.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/generated/relationship_schema.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/generic_schema.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/manager.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/node_schema.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/profile_schema.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/relationship_schema.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/schema_branch_computed.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/template_schema.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/task/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/task/task.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/task/task_log.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/task/user_task.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/timestamp.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/utils.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/aggregated_checker.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/attribute/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/attribute/choices.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/attribute/enum.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/attribute/kind.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/attribute/length.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/attribute/optional.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/attribute/regex.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/attribute/unique.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/checks_runner.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/determiner.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/interface.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/model.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/models/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/models/validate_migration.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/models/violation.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/node/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/node/attribute.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/node/generate_profile.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/node/hierarchy.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/node/inherit_from.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/node/relationship.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/query.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/relationship/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/relationship/count.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/relationship/optional.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/relationship/peer.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/shared.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/tasks.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/uniqueness/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/uniqueness/checker.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/uniqueness/index.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/uniqueness/model.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/validators/uniqueness/query.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/database/constants.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/database/index.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/database/manager.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/database/memgraph.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/database/metrics.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/database/neo4j.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/grouped/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/grouped/node_runner.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/node/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/node/grouped_uniqueness.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/node/uniqueness.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/relationship_manager/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/relationship_manager/count.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/relationship_manager/peer_kind.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/relationship_manager/profiles_kind.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/schema/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/schema/aggregated.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/schema/attribute_choices.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/schema/attribute_enum.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/schema/attribute_kind.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/schema/attribute_length.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/schema/attribute_optional.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/schema/attribute_regex.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/schema/attribute_uniqueness.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/schema/generate_profile.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/schema/inherit_from.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/schema/node_attribute.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/schema/node_relationship.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/schema/relationship_count.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/schema/relationship_optional.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/constraint/schema/uniqueness.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/diff/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/diff/calculator.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/diff/combiner.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/diff/conflict_transferer.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/diff/conflicts_enricher.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/diff/conflicts_extractor.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/diff/coordinator.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/diff/data_check_conflict_recorder.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/diff/data_check_synchronizer.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/diff/deserializer.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/diff/diff_merger.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/diff/enricher/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/diff/enricher/aggregated.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/diff/enricher/cardinality_one.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/diff/enricher/hierarchy.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/diff/enricher/labels.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/diff/enricher/path_identifier.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/diff/enricher/summary_counts.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/diff/ipam_diff_parser.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/diff/parent_node_adder.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/diff/repository.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/ip/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/ip/kinds_getter.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/node/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/builder/node/delete_validator.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/component/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/component/exceptions.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/component/registry.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/interface.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/dependencies/registry.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/events/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/events/artifact_action.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/events/branch_action.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/events/constants.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/events/generator.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/events/group_action.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/events/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/events/node_action.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/events/repository_action.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/events/schema_action.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/events/utils.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/events/validator_action.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/exceptions.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/generators/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/generators/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/generators/tasks.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/git/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/git/base.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/git/constants.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/git/directory.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/git/integrator.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/git/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/git/repository.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/git/tasks.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/git/utils.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/git/worktree.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/git_credential/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/git_credential/askpass.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/git_credential/helper.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/analyzer.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/api/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/api/dependencies.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/api/endpoints.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/app.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/auth/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/auth/query_permission_checker/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/auth/query_permission_checker/anonymous_checker.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/auth/query_permission_checker/checker.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/auth/query_permission_checker/default_branch_checker.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/auth/query_permission_checker/interface.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/auth/query_permission_checker/merge_operation_checker.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/auth/query_permission_checker/object_permission_checker.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/auth/query_permission_checker/super_admin_checker.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/constants.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/context.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/directives.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/enums.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/initialization.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/loaders/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/loaders/node.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/loaders/peers.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/loaders/shared.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/metrics.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/account.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/artifact_definition.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/attribute.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/branch.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/computed_attribute.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/diff.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/diff_conflict.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/generator.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/graphql_query.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/ipam.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/menu.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/node_getter/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/node_getter/by_default_filter.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/node_getter/by_hfid.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/node_getter/by_id.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/node_getter/interface.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/proposed_change.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/relationship.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/repository.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/schema.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/tasks.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/mutations/webhook.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/parser.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/permissions.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/queries/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/queries/account.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/queries/branch.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/queries/diff/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/queries/diff/tree.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/queries/event.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/queries/internal.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/queries/ipam.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/queries/relationship.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/queries/resource_manager.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/queries/search.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/queries/status.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/queries/task.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/resolvers/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/resolvers/many_relationship.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/resolvers/resolver.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/resolvers/single_relationship.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/schema.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/subscription/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/subscription/events.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/subscription/graphql_query.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/types/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/types/attribute.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/types/branch.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/types/common.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/types/context.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/types/enums.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/types/event.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/types/interface.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/types/node.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/types/permission.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/types/relationship.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/types/standard_node.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/types/task.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/types/task_log.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/graphql/utils.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/groups/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/groups/ancestors.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/groups/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/groups/parsers.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/groups/tasks.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/helpers.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/lock.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/log.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/menu/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/menu/constants.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/menu/generator.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/menu/menu.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/menu/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/menu/repository.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/menu/utils.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/messages/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/messages/check_generator_run.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/messages/finalize_validator_execution.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/messages/git_file_get.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/messages/git_repository_connectivity.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/messages/proposed_change/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/messages/proposed_change/base_with_diff.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/messages/proposed_change/request_proposedchange_refreshartifacts.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/messages/refresh_git_fetch.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/messages/refresh_registry_branches.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/messages/refresh_registry_rebasedbranch.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/messages/request_generatordefinition_check.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/messages/request_proposedchange_pipeline.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/messages/send_echo_request.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/operations/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/operations/check/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/operations/check/generator.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/operations/finalize/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/operations/finalize/validator.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/operations/git/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/operations/git/file.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/operations/git/repository.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/operations/refresh/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/operations/refresh/registry.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/operations/requests/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/operations/requests/generator_definition.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/operations/requests/proposed_change.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/operations/send/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/operations/send/echo.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/message_bus/types.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/middleware.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/permissions/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/permissions/backend.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/permissions/constants.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/permissions/globals.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/permissions/local_backend.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/permissions/manager.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/permissions/report.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/permissions/types.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/pools/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/pools/address.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/pools/number.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/pools/prefix.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/prefect_server/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/prefect_server/app.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/prefect_server/database.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/prefect_server/events.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/prefect_server/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/proposed_change/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/proposed_change/branch_diff.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/proposed_change/constants.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/proposed_change/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/proposed_change/tasks.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/pytest_plugin.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/serve/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/serve/gunicorn_config.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/serve/log.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/serve/worker.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/server.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/services/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/services/adapters/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/services/adapters/cache/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/services/adapters/cache/nats.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/services/adapters/cache/redis.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/services/adapters/event/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/services/adapters/http/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/services/adapters/http/httpx.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/services/adapters/message_bus/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/services/adapters/message_bus/local.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/services/adapters/message_bus/nats.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/services/adapters/message_bus/rabbitmq.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/services/adapters/workflow/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/services/adapters/workflow/local.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/services/adapters/workflow/worker.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/services/component.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/services/protocols.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/services/scheduler.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/storage.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/task_manager/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/task_manager/constants.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/task_manager/event.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/task_manager/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/task_manager/task.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/tasks/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/tasks/artifact.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/tasks/check.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/tasks/dummy.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/tasks/keepalive.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/tasks/recurring.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/telemetry/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/telemetry/constants.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/telemetry/database.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/telemetry/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/telemetry/task_manager.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/telemetry/tasks.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/telemetry/utils.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/trace.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/transformations/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/transformations/constants.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/transformations/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/transformations/tasks.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/trigger/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/trigger/catalogue.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/trigger/constants.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/trigger/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/trigger/setup.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/trigger/tasks.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/types.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/utils.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/validators/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/validators/events.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/validators/tasks.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/visuals.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/webhook/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/webhook/gather.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/webhook/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/webhook/tasks.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/webhook/triggers.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/worker.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/workers/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/workers/infrahub_async.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/workers/utils.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/workflows/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/workflows/catalogue.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/workflows/constants.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/workflows/initialization.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/workflows/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/workflows/utils.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/_importer.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/analyzer.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/async_typer.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/batch.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/branch.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/checks.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/client.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/code_generator.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/config.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/constants.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/context.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/ctl/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/ctl/branch.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/ctl/check.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/ctl/cli.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/ctl/cli_commands.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/ctl/client.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/ctl/config.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/ctl/constants.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/ctl/exceptions.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/ctl/exporter.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/ctl/generator.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/ctl/importer.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/ctl/menu.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/ctl/object.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/ctl/parameters.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/ctl/render.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/ctl/repository.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/ctl/schema.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/ctl/transform.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/ctl/utils.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/ctl/validate.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/data.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/diff.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/exceptions.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/generator.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/graphql.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/groups.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/jinja2.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/node.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/object_store.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/playback.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/protocols.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/protocols_base.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/pytest_plugin/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/pytest_plugin/exceptions.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/pytest_plugin/items/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/pytest_plugin/items/base.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/pytest_plugin/items/check.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/pytest_plugin/items/graphql_query.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/pytest_plugin/items/jinja2_transform.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/pytest_plugin/items/python_transform.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/pytest_plugin/loader.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/pytest_plugin/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/pytest_plugin/plugin.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/pytest_plugin/utils.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/queries.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/query_groups.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/recorder.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/repository.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/schema/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/schema/main.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/schema/repository.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/spec/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/spec/menu.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/spec/object.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/store.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/task/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/task/constants.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/task/exceptions.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/task/manager.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/task/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/template/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/template/exceptions.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/template/filters.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/template/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/testing/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/testing/docker.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/testing/repository.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/testing/schemas/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/testing/schemas/animal.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/testing/schemas/car_person.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/timestamp.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/topological_sort.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/transfer/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/transfer/constants.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/transfer/exceptions.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/transfer/exporter/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/transfer/exporter/interface.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/transfer/exporter/json.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/transfer/importer/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/transfer/importer/interface.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/transfer/importer/json.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/transfer/schema_sorter.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/transforms.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/types.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/utils.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/uuidt.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_sdk/infrahub_sdk/yaml.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_testcontainers/infrahub_testcontainers/__init__.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_testcontainers/infrahub_testcontainers/constants.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_testcontainers/infrahub_testcontainers/haproxy.cfg +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_testcontainers/infrahub_testcontainers/helpers.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_testcontainers/infrahub_testcontainers/host.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_testcontainers/infrahub_testcontainers/measurements.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_testcontainers/infrahub_testcontainers/models.py +0 -0
- {infrahub_server-1.2.5 → infrahub_server-1.2.6}/python_testcontainers/infrahub_testcontainers/prometheus.yml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: infrahub-server
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.6
|
|
4
4
|
Summary: Infrahub is taking a new approach to Infrastructure Management by providing a new generation of datastore to organize and control all the data that defines how an infrastructure should run.
|
|
5
5
|
Home-page: https://opsmill.com
|
|
6
6
|
License: AGPL-3.0-only
|
|
@@ -803,8 +803,21 @@ class NodeManager:
|
|
|
803
803
|
|
|
804
804
|
hfid_str = " :: ".join(hfid)
|
|
805
805
|
|
|
806
|
-
if not node_schema.human_friendly_id
|
|
807
|
-
raise NodeNotFoundError(
|
|
806
|
+
if not node_schema.human_friendly_id:
|
|
807
|
+
raise NodeNotFoundError(
|
|
808
|
+
branch_name=branch.name,
|
|
809
|
+
node_type=kind_str,
|
|
810
|
+
identifier=hfid_str,
|
|
811
|
+
message=f"Unable to lookup node by HFID, schema '{node_schema.kind}' does not have a HFID defined.",
|
|
812
|
+
)
|
|
813
|
+
|
|
814
|
+
if len(node_schema.human_friendly_id) != len(hfid):
|
|
815
|
+
raise NodeNotFoundError(
|
|
816
|
+
branch_name=branch.name,
|
|
817
|
+
node_type=kind_str,
|
|
818
|
+
identifier=hfid_str,
|
|
819
|
+
message=f"Unable to lookup node by HFID, schema '{node_schema.kind}' HFID does not contain the same number of elements as {hfid}",
|
|
820
|
+
)
|
|
808
821
|
|
|
809
822
|
filters = {}
|
|
810
823
|
for key, item in zip(node_schema.human_friendly_id, hfid, strict=False):
|
|
@@ -222,7 +222,7 @@ class Registry:
|
|
|
222
222
|
|
|
223
223
|
async def purge_inactive_branches(
|
|
224
224
|
self, db: InfrahubDatabase, active_branches: list[Branch] | None = None
|
|
225
|
-
) ->
|
|
225
|
+
) -> set[str]:
|
|
226
226
|
"""Return a list of branches that were purged from the registry."""
|
|
227
227
|
active_branches = active_branches or await self.branch_object.get_list(db=db)
|
|
228
228
|
active_branch_names = [branch.name for branch in active_branches]
|
|
@@ -235,8 +235,7 @@ class Registry:
|
|
|
235
235
|
|
|
236
236
|
purged_branches.update(self.schema.purge_inactive_branches(active_branches=active_branch_names))
|
|
237
237
|
purged_branches.update(db.purge_inactive_schemas(active_branches=active_branch_names))
|
|
238
|
-
|
|
239
|
-
return sorted(purged_branches)
|
|
238
|
+
return purged_branches
|
|
240
239
|
|
|
241
240
|
|
|
242
241
|
registry = Registry()
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/schema/schema_branch.py
RENAMED
|
@@ -1909,10 +1909,8 @@ class SchemaBranch:
|
|
|
1909
1909
|
|
|
1910
1910
|
self.set(name=node_name, schema=node_schema)
|
|
1911
1911
|
|
|
1912
|
-
def add_relationships_to_template(self, node: NodeSchema) -> None:
|
|
1912
|
+
def add_relationships_to_template(self, node: NodeSchema | GenericSchema) -> None:
|
|
1913
1913
|
template_schema = self.get(name=self._get_object_template_kind(node_kind=node.kind), duplicate=False)
|
|
1914
|
-
if template_schema.is_generic_schema:
|
|
1915
|
-
return
|
|
1916
1914
|
|
|
1917
1915
|
# Remove previous relationships to account for new ones
|
|
1918
1916
|
template_schema.relationships = [
|
|
@@ -1954,6 +1952,7 @@ class SchemaBranch:
|
|
|
1954
1952
|
label=f"{relationship.name} template".title()
|
|
1955
1953
|
if relationship.kind in [RelationshipKind.COMPONENT, RelationshipKind.PARENT]
|
|
1956
1954
|
else relationship.name.title(),
|
|
1955
|
+
inherited=relationship.inherited,
|
|
1957
1956
|
)
|
|
1958
1957
|
)
|
|
1959
1958
|
|
|
@@ -1983,9 +1982,6 @@ class SchemaBranch:
|
|
|
1983
1982
|
need_template_kinds = [n.kind for n in need_templates]
|
|
1984
1983
|
|
|
1985
1984
|
if node.is_generic_schema:
|
|
1986
|
-
# When needing a template for a generic, we generate an empty shell mostly to make sure that schemas (including the GraphQL one) will
|
|
1987
|
-
# look right. We don't really care about applying inheritance of fields as it was already processed and actual templates will have the
|
|
1988
|
-
# correct attributes and relationships
|
|
1989
1985
|
template = GenericSchema(
|
|
1990
1986
|
name=node.kind,
|
|
1991
1987
|
namespace="Template",
|
|
@@ -1994,43 +1990,44 @@ class SchemaBranch:
|
|
|
1994
1990
|
generate_profile=False,
|
|
1995
1991
|
branch=node.branch,
|
|
1996
1992
|
include_in_menu=False,
|
|
1993
|
+
display_labels=["template_name__value"],
|
|
1994
|
+
human_friendly_id=["template_name__value"],
|
|
1995
|
+
uniqueness_constraints=[["template_name__value"]],
|
|
1997
1996
|
attributes=[template_name_attr],
|
|
1998
1997
|
)
|
|
1999
1998
|
|
|
2000
1999
|
for used in node.used_by:
|
|
2001
2000
|
if used in need_template_kinds:
|
|
2002
2001
|
template.used_by.append(self._get_object_template_kind(node_kind=used))
|
|
2002
|
+
else:
|
|
2003
|
+
template = TemplateSchema(
|
|
2004
|
+
name=node.kind,
|
|
2005
|
+
namespace="Template",
|
|
2006
|
+
label=f"Object template {node.label}",
|
|
2007
|
+
description=f"Object template for {node.kind}",
|
|
2008
|
+
branch=node.branch,
|
|
2009
|
+
include_in_menu=False,
|
|
2010
|
+
display_labels=["template_name__value"],
|
|
2011
|
+
human_friendly_id=["template_name__value"],
|
|
2012
|
+
uniqueness_constraints=[["template_name__value"]],
|
|
2013
|
+
inherit_from=[InfrahubKind.LINEAGESOURCE, InfrahubKind.NODE, core_template_schema.kind],
|
|
2014
|
+
default_filter="template_name__value",
|
|
2015
|
+
attributes=[template_name_attr],
|
|
2016
|
+
relationships=[
|
|
2017
|
+
RelationshipSchema(
|
|
2018
|
+
name="related_nodes",
|
|
2019
|
+
identifier="node__objecttemplate",
|
|
2020
|
+
peer=node.kind,
|
|
2021
|
+
kind=RelationshipKind.TEMPLATE,
|
|
2022
|
+
cardinality=RelationshipCardinality.MANY,
|
|
2023
|
+
branch=BranchSupportType.AWARE,
|
|
2024
|
+
)
|
|
2025
|
+
],
|
|
2026
|
+
)
|
|
2003
2027
|
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
name=node.kind,
|
|
2008
|
-
namespace="Template",
|
|
2009
|
-
label=f"Object template {node.label}",
|
|
2010
|
-
description=f"Object template for {node.kind}",
|
|
2011
|
-
branch=node.branch,
|
|
2012
|
-
include_in_menu=False,
|
|
2013
|
-
display_labels=["template_name__value"],
|
|
2014
|
-
human_friendly_id=["template_name__value"],
|
|
2015
|
-
uniqueness_constraints=[["template_name__value"]],
|
|
2016
|
-
inherit_from=[InfrahubKind.LINEAGESOURCE, InfrahubKind.NODE, core_template_schema.kind],
|
|
2017
|
-
default_filter="template_name__value",
|
|
2018
|
-
attributes=[template_name_attr],
|
|
2019
|
-
relationships=[
|
|
2020
|
-
RelationshipSchema(
|
|
2021
|
-
name="related_nodes",
|
|
2022
|
-
identifier="node__objecttemplate",
|
|
2023
|
-
peer=node.kind,
|
|
2024
|
-
kind=RelationshipKind.TEMPLATE,
|
|
2025
|
-
cardinality=RelationshipCardinality.MANY,
|
|
2026
|
-
branch=BranchSupportType.AWARE,
|
|
2027
|
-
)
|
|
2028
|
-
],
|
|
2029
|
-
)
|
|
2030
|
-
|
|
2031
|
-
for inherited in node.inherit_from:
|
|
2032
|
-
if inherited in need_template_kinds:
|
|
2033
|
-
template.inherit_from.append(self._get_object_template_kind(node_kind=inherited))
|
|
2028
|
+
for inherited in node.inherit_from:
|
|
2029
|
+
if inherited in need_template_kinds:
|
|
2030
|
+
template.inherit_from.append(self._get_object_template_kind(node_kind=inherited))
|
|
2034
2031
|
|
|
2035
2032
|
for node_attr in node.attributes:
|
|
2036
2033
|
if node_attr.unique or node_attr.read_only:
|
|
@@ -2038,7 +2035,7 @@ class SchemaBranch:
|
|
|
2038
2035
|
|
|
2039
2036
|
attr = AttributeSchema(
|
|
2040
2037
|
optional=node_attr.optional if is_autogenerated_subtemplate else True,
|
|
2041
|
-
**node_attr.model_dump(exclude=["id", "unique", "optional", "read_only"
|
|
2038
|
+
**node_attr.model_dump(exclude=["id", "unique", "optional", "read_only"]),
|
|
2042
2039
|
)
|
|
2043
2040
|
template.attributes.append(attr)
|
|
2044
2041
|
|
|
@@ -394,8 +394,10 @@ class InfrahubDatabase:
|
|
|
394
394
|
with QUERY_EXECUTION_METRICS.labels(**labels).time():
|
|
395
395
|
response = await self.run_query(query=query, params=params, name=name)
|
|
396
396
|
if response is None:
|
|
397
|
+
span.set_attribute("rows", "empty")
|
|
397
398
|
return [], {}
|
|
398
399
|
results = [item async for item in response]
|
|
400
|
+
span.set_attribute("rows", len(results))
|
|
399
401
|
return results, response._metadata or {}
|
|
400
402
|
|
|
401
403
|
async def run_query(
|
|
@@ -113,6 +113,16 @@ class GraphQLSchemaManager:
|
|
|
113
113
|
def clear_cache(cls) -> None:
|
|
114
114
|
cls._branch_details_by_name = {}
|
|
115
115
|
|
|
116
|
+
@classmethod
|
|
117
|
+
def purge_inactive(cls, active_branches: list[str]) -> set[str]:
|
|
118
|
+
"""Return inactive branches that were purged"""
|
|
119
|
+
inactive_branches: set[str] = set()
|
|
120
|
+
for branch_name in list(cls._branch_details_by_name):
|
|
121
|
+
if branch_name not in active_branches:
|
|
122
|
+
inactive_branches.add(branch_name)
|
|
123
|
+
del cls._branch_details_by_name[branch_name]
|
|
124
|
+
return inactive_branches
|
|
125
|
+
|
|
116
126
|
@classmethod
|
|
117
127
|
def _cache_branch(
|
|
118
128
|
cls, branch: Branch, schema_branch: SchemaBranch, schema_hash: str | None = None
|
|
@@ -489,7 +489,8 @@ class InfrahubMutationMixin:
|
|
|
489
489
|
we would update the node without rerunning uniqueness constraint.
|
|
490
490
|
"""
|
|
491
491
|
|
|
492
|
-
|
|
492
|
+
schema = cls._meta.active_schema
|
|
493
|
+
schema_name = schema.kind
|
|
493
494
|
|
|
494
495
|
graphql_context: GraphqlContext = info.context
|
|
495
496
|
db = database or graphql_context.db
|
|
@@ -509,10 +510,8 @@ class InfrahubMutationMixin:
|
|
|
509
510
|
)
|
|
510
511
|
return updated_obj, mutation, False
|
|
511
512
|
|
|
512
|
-
if
|
|
513
|
-
node = await node_getter_default_filter.get_node(
|
|
514
|
-
node_schema=cls._meta.active_schema, data=data, branch=branch
|
|
515
|
-
)
|
|
513
|
+
if not schema.human_friendly_id and schema.default_filter is not None:
|
|
514
|
+
node = await node_getter_default_filter.get_node(node_schema=schema, data=data, branch=branch)
|
|
516
515
|
|
|
517
516
|
if "hfid" in data:
|
|
518
517
|
node = await NodeManager.get_one_by_hfid(db=db, hfid=dict_data["hfid"], kind=schema_name, branch=branch)
|
|
@@ -177,9 +177,9 @@ class InfrahubNumberPoolMutation(InfrahubMutationMixin, Mutation):
|
|
|
177
177
|
database: InfrahubDatabase | None = None, # noqa: ARG003
|
|
178
178
|
) -> Any:
|
|
179
179
|
try:
|
|
180
|
-
pool_node = registry.
|
|
181
|
-
|
|
182
|
-
|
|
180
|
+
pool_node = registry.schema.get(name=data["node"].value)
|
|
181
|
+
if not pool_node.is_generic_schema and not pool_node.is_node_schema:
|
|
182
|
+
raise ValidationError(input_value="The selected model is not a Node or a Generic")
|
|
183
183
|
except SchemaNotFoundError as exc:
|
|
184
184
|
exc.message = "The selected model does not exist"
|
|
185
185
|
raise exc
|
|
@@ -61,5 +61,8 @@ async def refresh_branches(db: InfrahubDatabase) -> None:
|
|
|
61
61
|
)
|
|
62
62
|
|
|
63
63
|
purged_branches = await registry.purge_inactive_branches(db=db, active_branches=branches)
|
|
64
|
-
|
|
64
|
+
purged_branches.update(
|
|
65
|
+
GraphQLSchemaManager.purge_inactive(active_branches=[branch.name for branch in branches])
|
|
66
|
+
)
|
|
67
|
+
for branch_name in sorted(purged_branches):
|
|
65
68
|
log.info(f"Removed branch {branch_name!r} from the registry", branch=branch_name, worker=WORKER_IDENTITY)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "infrahub-server"
|
|
3
|
-
version = "1.2.
|
|
3
|
+
version = "1.2.6"
|
|
4
4
|
description = "Infrahub is taking a new approach to Infrastructure Management by providing a new generation of datastore to organize and control all the data that defines how an infrastructure should run."
|
|
5
5
|
authors = ["OpsMill <info@opsmill.com>"]
|
|
6
6
|
readme = "README.md"
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import os
|
|
2
2
|
import shutil
|
|
3
|
+
import time
|
|
3
4
|
import uuid
|
|
4
5
|
from dataclasses import dataclass, field
|
|
5
6
|
from functools import cached_property
|
|
@@ -265,9 +266,58 @@ class InfrahubDockerCompose(DockerCompose):
|
|
|
265
266
|
)
|
|
266
267
|
|
|
267
268
|
self.exec_in_container(
|
|
268
|
-
command=["
|
|
269
|
+
command=["chown", "-R", "neo4j:neo4j", "/data"],
|
|
269
270
|
service_name=service_name,
|
|
270
271
|
)
|
|
271
272
|
|
|
273
|
+
(restore_output, _, _) = self.exec_in_container(
|
|
274
|
+
command=[
|
|
275
|
+
"cypher-shell",
|
|
276
|
+
"--format",
|
|
277
|
+
"plain",
|
|
278
|
+
"-d",
|
|
279
|
+
"system",
|
|
280
|
+
"-u",
|
|
281
|
+
"neo4j",
|
|
282
|
+
"-p",
|
|
283
|
+
"admin",
|
|
284
|
+
"START DATABASE neo4j;",
|
|
285
|
+
],
|
|
286
|
+
service_name=service_name,
|
|
287
|
+
)
|
|
288
|
+
|
|
289
|
+
for _ in range(3):
|
|
290
|
+
(stdout, _, _) = self.exec_in_container(
|
|
291
|
+
command=[
|
|
292
|
+
"cypher-shell",
|
|
293
|
+
"--format",
|
|
294
|
+
"plain",
|
|
295
|
+
"-d",
|
|
296
|
+
"system",
|
|
297
|
+
"-u",
|
|
298
|
+
"neo4j",
|
|
299
|
+
"-p",
|
|
300
|
+
"admin",
|
|
301
|
+
"SHOW DATABASES WHERE name = 'neo4j' AND currentStatus = 'online';",
|
|
302
|
+
],
|
|
303
|
+
service_name=service_name,
|
|
304
|
+
)
|
|
305
|
+
if stdout:
|
|
306
|
+
break
|
|
307
|
+
time.sleep(5)
|
|
308
|
+
else:
|
|
309
|
+
(debug_logs, _, _) = self.exec_in_container(
|
|
310
|
+
command=["cat", "logs/debug.log"],
|
|
311
|
+
service_name=service_name,
|
|
312
|
+
)
|
|
313
|
+
raise Exception(f"Failed to restore database:\n{restore_output}\nDebug logs:\n{debug_logs}")
|
|
314
|
+
|
|
315
|
+
old_services = self.services
|
|
316
|
+
self.services = ["infrahub-server", "task-worker"]
|
|
272
317
|
self.stop(down=False)
|
|
273
|
-
|
|
318
|
+
try:
|
|
319
|
+
self.start()
|
|
320
|
+
except Exception as exc:
|
|
321
|
+
stdout, stderr = self.get_logs()
|
|
322
|
+
raise Exception(f"Failed to start docker compose:\nStdout:\n{stdout}\nStderr:\n{stderr}") from exc
|
|
323
|
+
self.services = old_services
|
|
@@ -45,6 +45,11 @@ services:
|
|
|
45
45
|
- ${INFRAHUB_TESTING_SERVER_PORT:-0}:8000
|
|
46
46
|
|
|
47
47
|
database:
|
|
48
|
+
deploy:
|
|
49
|
+
resources:
|
|
50
|
+
limits:
|
|
51
|
+
cpus: ${INFRAHUB_TESTING_DB_CPU_LIMIT:-0.0}
|
|
52
|
+
memory: ${INFRAHUB_TESTING_DB_MEMORY_LIMIT:-0}
|
|
48
53
|
image: ${NEO4J_DOCKER_IMAGE:-neo4j:5.20.0-community}
|
|
49
54
|
restart: unless-stopped
|
|
50
55
|
environment:
|
|
@@ -52,6 +57,8 @@ services:
|
|
|
52
57
|
NEO4J_dbms_security_procedures_unrestricted: "apoc.*"
|
|
53
58
|
NEO4J_dbms_security_auth__minimum__password__length: 4
|
|
54
59
|
NEO4J_ACCEPT_LICENSE_AGREEMENT: "yes"
|
|
60
|
+
NEO4J_dbms_memory_heap_initial__size: ${INFRAHUB_TESTING_DB_HEAP_INITIAL_SIZE}
|
|
61
|
+
NEO4J_dbms_memory_heap_max__size: ${INFRAHUB_TESTING_DB_HEAP_MAX_SIZE}
|
|
55
62
|
volumes:
|
|
56
63
|
- "database_data:/data"
|
|
57
64
|
- "database_logs:/logs"
|
|
@@ -116,6 +123,13 @@ services:
|
|
|
116
123
|
INFRAHUB_INITIAL_AGENT_TOKEN: ${INFRAHUB_TESTING_INITIAL_AGENT_TOKEN}
|
|
117
124
|
INFRAHUB_SECURITY_SECRET_KEY: ${INFRAHUB_TESTING_SECURITY_SECRET_KEY}
|
|
118
125
|
PREFECT_API_URL: ${INFRAHUB_TESTING_PREFECT_API}
|
|
126
|
+
# Tracing
|
|
127
|
+
INFRAHUB_TRACE_ENABLE: ${INFRAHUB_TRACE_ENABLE:-false}
|
|
128
|
+
INFRAHUB_TRACE_EXPORTER_ENDPOINT:
|
|
129
|
+
INFRAHUB_TRACE_EXPORTER_PROTOCOL: ${INFRAHUB_TRACE_EXPORTER_PROTOCOL:-grpc}
|
|
130
|
+
INFRAHUB_TRACE_EXPORTER_TYPE: ${INFRAHUB_TRACE_EXPORTER_TYPE:-console}
|
|
131
|
+
INFRAHUB_TRACE_INSECURE: ${INFRAHUB_TRACE_INSECURE:-true}
|
|
132
|
+
OTEL_RESOURCE_ATTRIBUTES:
|
|
119
133
|
depends_on:
|
|
120
134
|
database:
|
|
121
135
|
condition: service_healthy
|
|
@@ -155,6 +169,13 @@ services:
|
|
|
155
169
|
INFRAHUB_WORKFLOW_ADDRESS: ${INFRAHUB_TESTING_WORKFLOW_ADDRESS}
|
|
156
170
|
INFRAHUB_TIMEOUT: ${INFRAHUB_TESTING_TIMEOUT}
|
|
157
171
|
PREFECT_API_URL: ${INFRAHUB_TESTING_PREFECT_API}
|
|
172
|
+
# Tracing
|
|
173
|
+
INFRAHUB_TRACE_ENABLE: ${INFRAHUB_TRACE_ENABLE:-false}
|
|
174
|
+
INFRAHUB_TRACE_EXPORTER_ENDPOINT:
|
|
175
|
+
INFRAHUB_TRACE_EXPORTER_PROTOCOL: ${INFRAHUB_TRACE_EXPORTER_PROTOCOL:-grpc}
|
|
176
|
+
INFRAHUB_TRACE_EXPORTER_TYPE: ${INFRAHUB_TRACE_EXPORTER_TYPE:-console}
|
|
177
|
+
INFRAHUB_TRACE_INSECURE: ${INFRAHUB_TRACE_INSECURE:-true}
|
|
178
|
+
OTEL_RESOURCE_ATTRIBUTES:
|
|
158
179
|
depends_on:
|
|
159
180
|
- infrahub-server
|
|
160
181
|
volumes:
|
|
@@ -187,6 +208,12 @@ services:
|
|
|
187
208
|
- "--promscrape.config=/etc/prometheus/prometheus.yml"
|
|
188
209
|
ports:
|
|
189
210
|
- ${INFRAHUB_TESTING_SCRAPER_PORT:-0}:8428
|
|
211
|
+
healthcheck:
|
|
212
|
+
test: wget -qO- http://127.0.0.1:8428/-/healthy
|
|
213
|
+
start_period: 10s
|
|
214
|
+
interval: 5s
|
|
215
|
+
timeout: 5s
|
|
216
|
+
retries: 10
|
|
190
217
|
|
|
191
218
|
volumes:
|
|
192
219
|
database_data:
|
|
@@ -100,7 +100,7 @@ class InfrahubPerformanceTest:
|
|
|
100
100
|
return self
|
|
101
101
|
|
|
102
102
|
def fetch_metrics(self) -> None:
|
|
103
|
-
with httpx.Client() as client:
|
|
103
|
+
with httpx.Client(timeout=30.0) as client:
|
|
104
104
|
# Get Infrahub metrics
|
|
105
105
|
response = client.post(
|
|
106
106
|
url=self.scraper_endpoint,
|
|
@@ -125,7 +125,7 @@ def pytest_terminal_summary(
|
|
|
125
125
|
performance_test = terminalreporter._session.infrahub_performance_test
|
|
126
126
|
|
|
127
127
|
report = [
|
|
128
|
-
f"{measurement.name}: {measurement.value} {measurement.unit.value}"
|
|
128
|
+
f"{measurement.name} ({measurement.context}): {measurement.value} {measurement.unit.value}"
|
|
129
129
|
for measurement in performance_test.measurements
|
|
130
130
|
]
|
|
131
131
|
terminalreporter.write("\n" + "\n".join(report) + "\n")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/diff/validation_models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/static/redoc.standalone.js
RENAMED
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/api/static/swagger-ui-bundle.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/computed_attribute/__init__.py
RENAMED
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/computed_attribute/constants.py
RENAMED
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/computed_attribute/gather.py
RENAMED
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/computed_attribute/models.py
RENAMED
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/computed_attribute/tasks.py
RENAMED
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/computed_attribute/triggers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/constants/infrahubkind.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/constraint/__init__.py
RENAMED
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/constraint/node/__init__.py
RENAMED
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/constraint/node/runner.py
RENAMED
|
File without changes
|
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/artifacts/__init__.py
RENAMED
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/artifacts/calculator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/conflict_transferer.py
RENAMED
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/conflicts_enricher.py
RENAMED
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/conflicts_extractor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/enricher/__init__.py
RENAMED
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/enricher/aggregated.py
RENAMED
|
File without changes
|
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/enricher/hierarchy.py
RENAMED
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/enricher/interface.py
RENAMED
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/enricher/labels.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/ipam_diff_parser.py
RENAMED
|
File without changes
|
{infrahub_server-1.2.5 → infrahub_server-1.2.6}/backend/infrahub/core/diff/merger/__init__.py
RENAMED
|
File without changes
|