qontract-reconcile 0.10.2.dev311__tar.gz → 0.10.2.dev314__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.
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/PKG-INFO +1 -1
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/pyproject.toml +0 -9
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/prometheus_rules_tester/integration.py +1 -1
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/terraform_tgw_attachments.py +1 -1
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/terraform_users.py +1 -2
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/openssl.py +2 -2
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/repo_owners.py +21 -29
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/runtime/meta.py +2 -1
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/sharding.py +1 -1
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/sqs_gateway.py +14 -10
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/terraform_client.py +24 -22
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/README.md +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/automated_actions/config/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/automated_actions/config/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/cli.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/endpoints_discovery/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/fleet_labeler/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/fleet_labeler/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/fleet_labeler/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/fleet_labeler/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/fleet_labeler/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/fleet_labeler/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/fleet_labeler/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/fleet_labeler/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gcp_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gitlab_housekeeping.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gitlab_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/automated_actions/instance.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/common/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/email_sender/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/email_sender/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/email_sender/emails.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/email_sender/users.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/external_resources/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/container_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/deploy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/email_service.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/email_user.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/saas_slo_document.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/gcp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/gcp/gcp_docker_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/gcp/gcp_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/introspection.json +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/jira/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/ocm_subscription_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/rhcs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/rhcs/certs.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/sharding/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/status_board/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/integrations_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/jenkins/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/jenkins/types.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/ocm_internal_notifications/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_rhcs_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_saas_deploy.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/oum/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/prometheus_rules_tester/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/rhidp/sso_client/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/saas_auto_promotions_manager/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/statuspage/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/templates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/templating/lib/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/terraform_vpc_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/aws_api_typed/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/clusterhealth/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/dynatrace/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/gitlab_api.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/internal_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/jinja2/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/jobcontroller/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/ocm/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/rhcsv2_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/rosa/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/saasherder/interfaces.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/saasherder/saasherder.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/slo_document_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/terrascript/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/terrascript_aws_client.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/cli_commands/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/cli_commands/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/qontract_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/saas_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/tools/template_validation.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: qontract-reconcile
|
3
|
-
Version: 0.10.2.
|
3
|
+
Version: 0.10.2.dev314
|
4
4
|
Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
|
5
5
|
Project-URL: homepage, https://github.com/app-sre/qontract-reconcile
|
6
6
|
Project-URL: repository, https://github.com/app-sre/qontract-reconcile
|
@@ -286,13 +286,7 @@ module = [
|
|
286
286
|
"reconcile.utils.ocm_base_client",
|
287
287
|
"reconcile.utils.ocm.ocm",
|
288
288
|
"reconcile.utils.openshift_resource",
|
289
|
-
"reconcile.utils.openssl",
|
290
289
|
"reconcile.utils.raw_github_api",
|
291
|
-
"reconcile.utils.repo_owners",
|
292
|
-
"reconcile.utils.runtime.meta",
|
293
|
-
"reconcile.utils.sharding",
|
294
|
-
"reconcile.utils.sqs_gateway",
|
295
|
-
"reconcile.utils.terraform_client",
|
296
290
|
"reconcile.utils.vault",
|
297
291
|
# untyped tests
|
298
292
|
"reconcile.test.oc.test_oc_connection_parameters",
|
@@ -332,7 +326,6 @@ module = [
|
|
332
326
|
"reconcile.test.test_openshift_saas_deploy",
|
333
327
|
"reconcile.test.test_openshift_upgrade_watcher",
|
334
328
|
"reconcile.test.test_prometheus_rules_tester",
|
335
|
-
"reconcile.test.test_repo_owners",
|
336
329
|
"reconcile.test.test_requests_sender",
|
337
330
|
"reconcile.test.test_saasherder_allowed_secret_paths",
|
338
331
|
"reconcile.test.test_secret_reader",
|
@@ -364,9 +357,7 @@ module = [
|
|
364
357
|
"reconcile.test.utils.test_parse_dhms_duration",
|
365
358
|
"reconcile.test.utils.test_promotion_state",
|
366
359
|
"reconcile.test.utils.test_semver_helper",
|
367
|
-
"reconcile.test.utils.test_sharding",
|
368
360
|
"reconcile.test.utils.test_smtp_client",
|
369
|
-
"reconcile.test.utils.test_terraform_client",
|
370
361
|
"reconcile.test.utils.test_terraform",
|
371
362
|
"reconcile.test.utils.test_terrascript_cloudflare_client",
|
372
363
|
"reconcile.test.utils.test_terrascript_cloudflare_resources",
|
@@ -342,7 +342,7 @@ def _populate_tgw_attachments_working_dirs(
|
|
342
342
|
ts: Terrascript,
|
343
343
|
desired_state: Iterable[DesiredStateItem],
|
344
344
|
print_to_file: str | None,
|
345
|
-
) ->
|
345
|
+
) -> dict[str, str]:
|
346
346
|
accounts_by_infra_account_name: dict[str, list[dict[str, Any]]] = {}
|
347
347
|
for item in desired_state:
|
348
348
|
accounts_by_infra_account_name.setdefault(item.infra_acount_name, []).append(
|
{qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/terraform_users.py
RENAMED
@@ -1,5 +1,4 @@
|
|
1
1
|
import sys
|
2
|
-
from collections.abc import Mapping
|
3
2
|
from textwrap import indent
|
4
3
|
from typing import (
|
5
4
|
Any,
|
@@ -117,7 +116,7 @@ def setup(
|
|
117
116
|
skip_reencrypt_accounts: list[str],
|
118
117
|
appsre_pgp_key: str | None = None,
|
119
118
|
account_name: str | None = None,
|
120
|
-
) -> tuple[list[dict[str, Any]],
|
119
|
+
) -> tuple[list[dict[str, Any]], dict[str, str], bool, AWSApi]:
|
121
120
|
accounts = [
|
122
121
|
a
|
123
122
|
for a in queries.get_aws_accounts(terraform_state=True)
|
{qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/openssl.py
RENAMED
@@ -1,12 +1,12 @@
|
|
1
1
|
from OpenSSL import crypto
|
2
2
|
|
3
3
|
|
4
|
-
def certificate_matches_host(certificate, host):
|
4
|
+
def certificate_matches_host(certificate: bytes, host: str) -> bool:
|
5
5
|
common_name = get_certificate_common_name(certificate)
|
6
6
|
return host.endswith(common_name.replace("*.", ""))
|
7
7
|
|
8
8
|
|
9
|
-
def get_certificate_common_name(certificate):
|
9
|
+
def get_certificate_common_name(certificate: bytes) -> str:
|
10
10
|
cert = crypto.load_certificate(crypto.FILETYPE_PEM, certificate)
|
11
11
|
subject = cert.get_subject()
|
12
12
|
return subject.CN
|
{qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/repo_owners.py
RENAMED
@@ -1,9 +1,13 @@
|
|
1
1
|
import logging
|
2
2
|
import os
|
3
3
|
import pathlib
|
4
|
+
from collections.abc import Iterable, Mapping
|
4
5
|
|
5
6
|
from ruamel import yaml
|
6
7
|
|
8
|
+
from reconcile.utils.github_api import GithubRepositoryApi
|
9
|
+
from reconcile.utils.gitlab_api import GitLabApi
|
10
|
+
|
7
11
|
_LOG = logging.getLogger(__name__)
|
8
12
|
|
9
13
|
|
@@ -12,38 +16,24 @@ class RepoOwners:
|
|
12
16
|
Abstracts the owners of a repository with per-path granularity.
|
13
17
|
"""
|
14
18
|
|
15
|
-
def __init__(
|
19
|
+
def __init__(
|
20
|
+
self,
|
21
|
+
git_cli: GitLabApi | GithubRepositoryApi,
|
22
|
+
ref: str = "master",
|
23
|
+
recursive: bool = True,
|
24
|
+
) -> None:
|
16
25
|
self._git_cli = git_cli
|
17
26
|
self._ref = ref
|
18
|
-
self._owners_map = None
|
27
|
+
self._owners_map: dict[str, dict[str, set[str]]] | None = None
|
19
28
|
self._recursive = recursive
|
20
29
|
|
21
30
|
@property
|
22
|
-
def owners_map(self):
|
31
|
+
def owners_map(self) -> dict[str, dict[str, set[str]]]:
|
23
32
|
if self._owners_map is None:
|
24
33
|
self._owners_map = self._get_owners_map()
|
25
34
|
return self._owners_map
|
26
35
|
|
27
|
-
def
|
28
|
-
"""
|
29
|
-
Gets all the owners of the repository.
|
30
|
-
|
31
|
-
:return: the repository owners
|
32
|
-
:rtype: dict
|
33
|
-
"""
|
34
|
-
repo_owners = {"approvers": set(), "reviewers": set()}
|
35
|
-
|
36
|
-
if "." in self.owners_map:
|
37
|
-
repo_owners["approvers"].update(self.owners_map["."]["approvers"])
|
38
|
-
repo_owners["reviewers"].update(self.owners_map["."]["reviewers"])
|
39
|
-
|
40
|
-
for owners in self.owners_map.values():
|
41
|
-
repo_owners["approvers"].update(owners["approvers"])
|
42
|
-
repo_owners["reviewers"].update(owners["reviewers"])
|
43
|
-
|
44
|
-
return repo_owners
|
45
|
-
|
46
|
-
def get_root_owners(self):
|
36
|
+
def get_root_owners(self) -> dict[str, list[str]]:
|
47
37
|
"""
|
48
38
|
Gets all the owners defined in the repository root.
|
49
39
|
|
@@ -56,7 +46,7 @@ class RepoOwners:
|
|
56
46
|
|
57
47
|
return {"approvers": [], "reviewers": []}
|
58
48
|
|
59
|
-
def get_path_owners(self, path):
|
49
|
+
def get_path_owners(self, path: str) -> dict[str, list[str]]:
|
60
50
|
"""
|
61
51
|
Gets all the owners of a given path, no matter in which
|
62
52
|
level of the filesystem tree the owner was specified.
|
@@ -67,7 +57,7 @@ class RepoOwners:
|
|
67
57
|
:return: the path owners
|
68
58
|
:rtype: dict
|
69
59
|
"""
|
70
|
-
path_owners = {"approvers": set(), "reviewers": set()}
|
60
|
+
path_owners: dict[str, set[str]] = {"approvers": set(), "reviewers": set()}
|
71
61
|
|
72
62
|
if "." in self.owners_map:
|
73
63
|
path_owners["approvers"].update(self.owners_map["."]["approvers"])
|
@@ -80,7 +70,7 @@ class RepoOwners:
|
|
80
70
|
|
81
71
|
return self._set_to_sorted_list(path_owners)
|
82
72
|
|
83
|
-
def get_path_closest_owners(self, path):
|
73
|
+
def get_path_closest_owners(self, path: str) -> dict[str, list[str]]:
|
84
74
|
"""
|
85
75
|
Gets all closest owners of a given path, no matter in which
|
86
76
|
level of the filesystem tree the owner was specified.
|
@@ -108,7 +98,7 @@ class RepoOwners:
|
|
108
98
|
|
109
99
|
return {"approvers": [], "reviewers": []}
|
110
100
|
|
111
|
-
def _get_owners_map(self):
|
101
|
+
def _get_owners_map(self) -> dict[str, dict[str, set[str]]]:
|
112
102
|
"""
|
113
103
|
Maps all the OWNERS files content to their respective
|
114
104
|
owned directory.
|
@@ -173,7 +163,7 @@ class RepoOwners:
|
|
173
163
|
}
|
174
164
|
return owners_map
|
175
165
|
|
176
|
-
def _get_aliases(self):
|
166
|
+
def _get_aliases(self) -> dict[str, list[str]] | None:
|
177
167
|
"""
|
178
168
|
Retrieves the approvers aliases from the OWNERS_ALIASES file.
|
179
169
|
|
@@ -191,7 +181,9 @@ class RepoOwners:
|
|
191
181
|
return aliases["aliases"]
|
192
182
|
|
193
183
|
@staticmethod
|
194
|
-
def _set_to_sorted_list(
|
184
|
+
def _set_to_sorted_list(
|
185
|
+
owners: Mapping[str, Iterable[str]],
|
186
|
+
) -> dict[str, list[str]]:
|
195
187
|
approvers = owners["approvers"]
|
196
188
|
sorted_approvers = sorted(approvers) if approvers else []
|
197
189
|
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import dataclasses
|
2
2
|
from dataclasses import dataclass
|
3
|
+
from typing import Any
|
3
4
|
|
4
5
|
|
5
6
|
@dataclass
|
@@ -8,5 +9,5 @@ class IntegrationMeta:
|
|
8
9
|
args: list[str]
|
9
10
|
short_help: str | None
|
10
11
|
|
11
|
-
def to_dict(self):
|
12
|
+
def to_dict(self) -> dict[str, Any]:
|
12
13
|
return dataclasses.asdict(self)
|
{qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/utils/sqs_gateway.py
RENAMED
@@ -1,5 +1,7 @@
|
|
1
1
|
import json
|
2
2
|
import os
|
3
|
+
from collections.abc import Iterable, Mapping
|
4
|
+
from typing import Any, Self
|
3
5
|
|
4
6
|
from reconcile.utils.aws_api import AWSApi
|
5
7
|
from reconcile.utils.secret_reader import SecretReader
|
@@ -12,7 +14,9 @@ class SQSGatewayInitError(Exception):
|
|
12
14
|
class SQSGateway:
|
13
15
|
"""Wrapper around SQS AWS SDK"""
|
14
16
|
|
15
|
-
def __init__(
|
17
|
+
def __init__(
|
18
|
+
self, accounts: Iterable[Mapping[str, Any]], secret_reader: SecretReader
|
19
|
+
) -> None:
|
16
20
|
queue_url = os.environ.get("gitlab_pr_submitter_queue_url") # noqa: SIM112
|
17
21
|
if not queue_url:
|
18
22
|
raise SQSGatewayInitError(
|
@@ -30,17 +34,17 @@ class SQSGateway:
|
|
30
34
|
self.sqs = self._aws_api.get_session_client(session, "sqs")
|
31
35
|
self.queue_url = queue_url
|
32
36
|
|
33
|
-
def __enter__(self):
|
37
|
+
def __enter__(self) -> Self:
|
34
38
|
return self
|
35
39
|
|
36
|
-
def __exit__(self, *ext):
|
40
|
+
def __exit__(self, *ext: Any) -> None:
|
37
41
|
self.cleanup()
|
38
42
|
|
39
|
-
def cleanup(self):
|
43
|
+
def cleanup(self) -> None:
|
40
44
|
self._aws_api.cleanup()
|
41
45
|
|
42
46
|
@staticmethod
|
43
|
-
def get_queue_account(accounts, queue_url):
|
47
|
+
def get_queue_account(accounts: Iterable[Mapping[str, Any]], queue_url: str) -> str:
|
44
48
|
queue_account_uid = queue_url.split("/")[3]
|
45
49
|
queue_account_name = [
|
46
50
|
a["name"] for a in accounts if a["uid"] == queue_account_uid
|
@@ -49,14 +53,14 @@ class SQSGateway:
|
|
49
53
|
raise SQSGatewayInitError(f"account uid not found: {queue_account_uid}")
|
50
54
|
return queue_account_name[0]
|
51
55
|
|
52
|
-
def send_message(self, body):
|
56
|
+
def send_message(self, body: Mapping[str, Any]) -> None:
|
53
57
|
self.sqs.send_message(QueueUrl=self.queue_url, MessageBody=json.dumps(body))
|
54
58
|
|
55
59
|
def receive_messages(
|
56
60
|
self,
|
57
|
-
visibility_timeout=30,
|
58
|
-
wait_time_seconds=20,
|
59
|
-
):
|
61
|
+
visibility_timeout: int = 30,
|
62
|
+
wait_time_seconds: int = 20,
|
63
|
+
) -> list[tuple[str, dict[str, Any]]]:
|
60
64
|
messages = self.sqs.receive_message(
|
61
65
|
QueueUrl=self.queue_url,
|
62
66
|
VisibilityTimeout=visibility_timeout,
|
@@ -64,5 +68,5 @@ class SQSGateway:
|
|
64
68
|
).get("Messages", [])
|
65
69
|
return [(m["ReceiptHandle"], json.loads(m["Body"])) for m in messages]
|
66
70
|
|
67
|
-
def delete_message(self, receipt_handle):
|
71
|
+
def delete_message(self, receipt_handle: str) -> None:
|
68
72
|
self.sqs.delete_message(QueueUrl=self.queue_url, ReceiptHandle=receipt_handle)
|
@@ -5,8 +5,8 @@ import shutil
|
|
5
5
|
import tempfile
|
6
6
|
from collections import defaultdict
|
7
7
|
from collections.abc import (
|
8
|
-
Generator,
|
9
8
|
Iterable,
|
9
|
+
Iterator,
|
10
10
|
Mapping,
|
11
11
|
)
|
12
12
|
from contextlib import contextmanager
|
@@ -86,8 +86,8 @@ class TerraformClient:
|
|
86
86
|
working_dirs: Mapping[str, str],
|
87
87
|
thread_pool_size: int,
|
88
88
|
aws_api: AWSApi | None = None,
|
89
|
-
init_users=False,
|
90
|
-
):
|
89
|
+
init_users: bool = False,
|
90
|
+
) -> None:
|
91
91
|
self.integration = integration
|
92
92
|
self.integration_version = integration_version
|
93
93
|
self.integration_prefix = integration_prefix
|
@@ -101,7 +101,7 @@ class TerraformClient:
|
|
101
101
|
|
102
102
|
self.specs: list[TerraformSpec] = []
|
103
103
|
self.init_specs()
|
104
|
-
self.outputs: dict = {}
|
104
|
+
self.outputs: dict[str, Any] = {}
|
105
105
|
self.init_outputs()
|
106
106
|
|
107
107
|
self.OUTPUT_TYPE_SECRETS = "Secrets"
|
@@ -112,19 +112,19 @@ class TerraformClient:
|
|
112
112
|
if init_users:
|
113
113
|
self.init_existing_users()
|
114
114
|
|
115
|
-
def init_existing_users(self):
|
115
|
+
def init_existing_users(self) -> None:
|
116
116
|
self.users = {
|
117
117
|
account: list(self.format_output(output, self.OUTPUT_TYPE_PASSWORDS).keys())
|
118
118
|
for account, output in self.outputs.items()
|
119
119
|
}
|
120
120
|
|
121
|
-
def increment_apply_count(self):
|
121
|
+
def increment_apply_count(self) -> None:
|
122
122
|
self.apply_count += 1
|
123
123
|
|
124
124
|
def should_apply(self) -> bool:
|
125
125
|
return self.apply_count > 0
|
126
126
|
|
127
|
-
def get_new_users(self):
|
127
|
+
def get_new_users(self) -> list[tuple[str, Any, str, Any]]:
|
128
128
|
new_users = []
|
129
129
|
self.init_outputs() # get updated output
|
130
130
|
for account, output in self.outputs.items():
|
@@ -141,7 +141,7 @@ class TerraformClient:
|
|
141
141
|
))
|
142
142
|
return new_users
|
143
143
|
|
144
|
-
def init_specs(self):
|
144
|
+
def init_specs(self) -> None:
|
145
145
|
self.specs = [
|
146
146
|
TerraformSpec(name=name, working_dir=wd)
|
147
147
|
for name, wd in self.working_dirs.items()
|
@@ -152,7 +152,7 @@ class TerraformClient:
|
|
152
152
|
@contextmanager
|
153
153
|
def _terraform_log_file(
|
154
154
|
self, working_dir: str
|
155
|
-
) ->
|
155
|
+
) -> Iterator[tuple[IO[bytes], dict[str, str]]]:
|
156
156
|
with tempfile.NamedTemporaryFile(dir=working_dir) as f:
|
157
157
|
env = {
|
158
158
|
"TF_LOG": TERRAFORM_LOG_LEVEL,
|
@@ -161,7 +161,7 @@ class TerraformClient:
|
|
161
161
|
yield f, env
|
162
162
|
|
163
163
|
@retry(exceptions=TerraformCommandError)
|
164
|
-
def terraform_init(self, spec: TerraformSpec):
|
164
|
+
def terraform_init(self, spec: TerraformSpec) -> None:
|
165
165
|
with self._terraform_log_file(spec.working_dir) as (f, env):
|
166
166
|
return_code, stdout, stderr = lean_tf.init(spec.working_dir, env=env)
|
167
167
|
log = f.read().decode("utf-8")
|
@@ -171,12 +171,12 @@ class TerraformClient:
|
|
171
171
|
return_code, "init", output=stdout, stderr=stderr
|
172
172
|
)
|
173
173
|
|
174
|
-
def init_outputs(self):
|
174
|
+
def init_outputs(self) -> None:
|
175
175
|
results = threaded.run(self.terraform_output, self.specs, self.thread_pool_size)
|
176
176
|
self.outputs = dict(results)
|
177
177
|
|
178
178
|
@retry(exceptions=TerraformCommandError)
|
179
|
-
def terraform_output(self, spec: TerraformSpec):
|
179
|
+
def terraform_output(self, spec: TerraformSpec) -> tuple[str, Any]:
|
180
180
|
with self._terraform_log_file(spec.working_dir) as (f, env):
|
181
181
|
return_code, stdout, stderr = lean_tf.output(spec.working_dir, env=env)
|
182
182
|
log = f.read().decode("utf-8")
|
@@ -278,7 +278,7 @@ class TerraformClient:
|
|
278
278
|
self,
|
279
279
|
spec: TerraformSpec,
|
280
280
|
enable_deletion: bool,
|
281
|
-
) -> tuple[bool, list]:
|
281
|
+
) -> tuple[bool, list[AccountUser]]:
|
282
282
|
disabled_deletion_detected = False
|
283
283
|
name = spec.name
|
284
284
|
account_enable_deletion = self.accounts[name].get("enableDeletion") or False
|
@@ -412,7 +412,9 @@ class TerraformClient:
|
|
412
412
|
)
|
413
413
|
return disabled_deletion_detected, created_users
|
414
414
|
|
415
|
-
def deletion_approved(
|
415
|
+
def deletion_approved(
|
416
|
+
self, account_name: str, resource_type: str, resource_name: str
|
417
|
+
) -> bool:
|
416
418
|
account = self.accounts[account_name]
|
417
419
|
deletion_approvals = account.get("deletionApprovals")
|
418
420
|
if not deletion_approvals:
|
@@ -439,11 +441,11 @@ class TerraformClient:
|
|
439
441
|
return False
|
440
442
|
|
441
443
|
# terraform apply
|
442
|
-
def apply(self):
|
444
|
+
def apply(self) -> bool:
|
443
445
|
errors = threaded.run(self.terraform_apply, self.specs, self.thread_pool_size)
|
444
446
|
return any(errors)
|
445
447
|
|
446
|
-
def terraform_apply(self, spec: TerraformSpec):
|
448
|
+
def terraform_apply(self, spec: TerraformSpec) -> bool:
|
447
449
|
with self._terraform_log_file(spec.working_dir) as (f, env):
|
448
450
|
return_code, stdout, stderr = lean_tf.apply(
|
449
451
|
spec.working_dir,
|
@@ -486,9 +488,9 @@ class TerraformClient:
|
|
486
488
|
|
487
489
|
return replicas_info
|
488
490
|
|
489
|
-
def format_output(self, output, type):
|
491
|
+
def format_output(self, output: Any, type: str) -> dict[str, dict[str, Any]]:
|
490
492
|
# data is a dictionary of dictionaries
|
491
|
-
data = {}
|
493
|
+
data: dict[str, dict[str, Any]] = {}
|
492
494
|
if output is None:
|
493
495
|
return data
|
494
496
|
|
@@ -643,7 +645,7 @@ class TerraformClient:
|
|
643
645
|
return error_occured
|
644
646
|
|
645
647
|
@staticmethod
|
646
|
-
def split_to_lines(*outputs):
|
648
|
+
def split_to_lines(*outputs: str) -> Any:
|
647
649
|
split_outputs = []
|
648
650
|
try:
|
649
651
|
for output in outputs:
|
@@ -656,7 +658,7 @@ class TerraformClient:
|
|
656
658
|
return split_outputs[0]
|
657
659
|
return split_outputs
|
658
660
|
|
659
|
-
def cleanup(self):
|
661
|
+
def cleanup(self) -> None:
|
660
662
|
if self._aws_api is not None:
|
661
663
|
self._aws_api.cleanup()
|
662
664
|
for wd in self.working_dirs.values():
|
@@ -757,7 +759,7 @@ class TerraformClient:
|
|
757
759
|
|
758
760
|
def validate_db_upgrade(
|
759
761
|
self, account_name: str, resource_name: str, resource_change: Mapping[str, Any]
|
760
|
-
):
|
762
|
+
) -> None:
|
761
763
|
"""
|
762
764
|
Determine whether the RDS engine version upgrade is valid.
|
763
765
|
|
@@ -862,7 +864,7 @@ class TerraformClient:
|
|
862
864
|
],
|
863
865
|
}
|
864
866
|
|
865
|
-
def is_supported(engine, version):
|
867
|
+
def is_supported(engine: str, version: str) -> bool:
|
866
868
|
parsed_version = pkg_version.parse(version)
|
867
869
|
if engine == "mysql":
|
868
870
|
return any(
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/acs_policies.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/healthchecks.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/metrics.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/models.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aus/upgrades.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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_ami_share.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev311 → qontract_reconcile-0.10.2.dev314}/reconcile/aws_iam_keys.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
|
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
|