qontract-reconcile 0.10.2.dev314__tar.gz → 0.10.2.dev315__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.dev314 → qontract_reconcile-0.10.2.dev315}/PKG-INFO +1 -1
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/pyproject.toml +0 -11
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/requests_sender.py +8 -3
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/sendgrid_teammates.py +20 -9
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/status.py +2 -2
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/terraform_aws_route53.py +11 -7
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/terraform_cloudflare_resources.py +6 -5
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/terraform_users.py +17 -16
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/qontract_cli.py +1 -1
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/README.md +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/automated_actions/config/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/automated_actions/config/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/cli.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/endpoints_discovery/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/fleet_labeler/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/fleet_labeler/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/fleet_labeler/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/fleet_labeler/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/fleet_labeler/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/fleet_labeler/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/fleet_labeler/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/fleet_labeler/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gcp_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gitlab_housekeeping.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gitlab_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/automated_actions/instance.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/common/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/email_sender/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/email_sender/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/email_sender/emails.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/email_sender/users.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/external_resources/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/container_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/deploy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/email_service.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/email_user.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/saas_slo_document.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/gcp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/gcp/gcp_docker_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/gcp/gcp_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/introspection.json +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/jira/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/ocm_subscription_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/rhcs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/rhcs/certs.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/sharding/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/status_board/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/integrations_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/jenkins/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/jenkins/types.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/ocm_internal_notifications/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_rhcs_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_saas_deploy.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/oum/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/prometheus_rules_tester/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/rhidp/sso_client/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/saas_auto_promotions_manager/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/statuspage/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/templates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/templating/lib/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/terraform_tgw_attachments.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/terraform_vpc_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/aws_api_typed/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/clusterhealth/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/dynatrace/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/gitlab_api.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/internal_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/jinja2/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/jobcontroller/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/ocm/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/rhcsv2_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/rosa/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/saasherder/interfaces.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/saasherder/saasherder.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/slo_document_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/terrascript/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/terrascript_aws_client.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/cli_commands/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/cli_commands/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/saas_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/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.dev315
|
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
|
@@ -262,14 +262,6 @@ disallow_incomplete_defs = true
|
|
262
262
|
[[tool.mypy.overrides]]
|
263
263
|
# Untyped modules
|
264
264
|
module = [
|
265
|
-
"reconcile.requests_sender",
|
266
|
-
"reconcile.sendgrid_teammates",
|
267
|
-
"reconcile.status_page_components",
|
268
|
-
"reconcile.status",
|
269
|
-
"reconcile.template_tester",
|
270
|
-
"reconcile.terraform_aws_route53",
|
271
|
-
"reconcile.terraform_cloudflare_resources",
|
272
|
-
"reconcile.terraform_users",
|
273
265
|
"reconcile.utils.gpg",
|
274
266
|
"reconcile.utils.imap_client",
|
275
267
|
"reconcile.utils.jjb_client",
|
@@ -326,16 +318,13 @@ module = [
|
|
326
318
|
"reconcile.test.test_openshift_saas_deploy",
|
327
319
|
"reconcile.test.test_openshift_upgrade_watcher",
|
328
320
|
"reconcile.test.test_prometheus_rules_tester",
|
329
|
-
"reconcile.test.test_requests_sender",
|
330
321
|
"reconcile.test.test_saasherder_allowed_secret_paths",
|
331
322
|
"reconcile.test.test_secret_reader",
|
332
323
|
"reconcile.test.test_slack_base",
|
333
324
|
"reconcile.test.test_slack_usergroups",
|
334
325
|
"reconcile.test.test_terraform_cloudflare_dns",
|
335
|
-
"reconcile.test.test_terraform_cloudflare_resources",
|
336
326
|
"reconcile.test.test_terraform_repo",
|
337
327
|
"reconcile.test.test_terraform_resources",
|
338
|
-
"reconcile.test.test_terraform_users",
|
339
328
|
"reconcile.test.test_three_way_diff_strategy",
|
340
329
|
"reconcile.test.test_typed_queries.conftest",
|
341
330
|
"reconcile.test.test_typed_queries.test_clusters_with_peering",
|
{qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/requests_sender.py
RENAMED
@@ -1,6 +1,8 @@
|
|
1
1
|
import logging
|
2
2
|
import sys
|
3
|
+
from collections.abc import Callable, Mapping
|
3
4
|
from subprocess import CalledProcessError
|
5
|
+
from typing import Any
|
4
6
|
|
5
7
|
from reconcile import (
|
6
8
|
queries,
|
@@ -44,7 +46,9 @@ Encrypted credentials:
|
|
44
46
|
"""
|
45
47
|
|
46
48
|
|
47
|
-
def get_encrypted_credentials(
|
49
|
+
def get_encrypted_credentials(
|
50
|
+
credentials_name: str, user: Mapping[str, Any], settings: Mapping[str, Any]
|
51
|
+
) -> str | None:
|
48
52
|
credentials_map = settings["credentials"]
|
49
53
|
credentials_map_item = [c for c in credentials_map if c["name"] == credentials_name]
|
50
54
|
if len(credentials_map_item) != 1:
|
@@ -59,7 +63,7 @@ def get_encrypted_credentials(credentials_name, user, settings):
|
|
59
63
|
|
60
64
|
|
61
65
|
@defer
|
62
|
-
def run(dry_run, defer=None):
|
66
|
+
def run(dry_run: bool, defer: Callable | None = None) -> None:
|
63
67
|
settings = queries.get_app_interface_settings()
|
64
68
|
vault_settings = get_app_interface_vault_settings()
|
65
69
|
secret_reader = create_secret_reader(use_vault=vault_settings.vault)
|
@@ -76,7 +80,8 @@ def run(dry_run, defer=None):
|
|
76
80
|
integration=QONTRACT_INTEGRATION,
|
77
81
|
secret_reader=secret_reader,
|
78
82
|
)
|
79
|
-
defer
|
83
|
+
if defer:
|
84
|
+
defer(state.cleanup)
|
80
85
|
credentials_requests = queries.get_credentials_requests()
|
81
86
|
|
82
87
|
# validate no 2 requests have the same name
|
@@ -1,5 +1,7 @@
|
|
1
1
|
import logging
|
2
2
|
import sys
|
3
|
+
from collections.abc import Iterable, Mapping
|
4
|
+
from typing import Any
|
3
5
|
|
4
6
|
import sendgrid
|
5
7
|
from sretoolbox.utils import retry
|
@@ -17,18 +19,22 @@ class SendGridAPIError(Exception):
|
|
17
19
|
|
18
20
|
|
19
21
|
class Teammate:
|
20
|
-
def __init__(
|
22
|
+
def __init__(
|
23
|
+
self, email: str, pending_token: str | None = None, username: str | None = None
|
24
|
+
) -> None:
|
21
25
|
self.email = email
|
22
|
-
self.username = username or email.split("@")[0]
|
26
|
+
self.username = username or email.split("@", maxsplit=1)[0]
|
23
27
|
self.pending_token = pending_token
|
24
28
|
|
25
29
|
@property
|
26
|
-
def pending(self):
|
30
|
+
def pending(self) -> bool:
|
27
31
|
return bool(self.pending_token)
|
28
32
|
|
29
33
|
|
30
|
-
def fetch_desired_state(
|
31
|
-
|
34
|
+
def fetch_desired_state(
|
35
|
+
users: Iterable[Mapping[str, Any]],
|
36
|
+
) -> dict[str, list[Teammate]]:
|
37
|
+
desired_state: dict[str, list[Teammate]] = {}
|
32
38
|
for user in users:
|
33
39
|
roles = user.get("roles") or []
|
34
40
|
for role in roles:
|
@@ -42,7 +48,7 @@ def fetch_desired_state(users):
|
|
42
48
|
|
43
49
|
|
44
50
|
@retry()
|
45
|
-
def fetch_current_state(sg_client):
|
51
|
+
def fetch_current_state(sg_client: sendgrid.SendGridAPIClient) -> list[Teammate]:
|
46
52
|
state = []
|
47
53
|
limit = 100
|
48
54
|
|
@@ -79,7 +85,7 @@ def fetch_current_state(sg_client):
|
|
79
85
|
return state
|
80
86
|
|
81
87
|
|
82
|
-
def raise_if_error(response):
|
88
|
+
def raise_if_error(response: Any) -> None:
|
83
89
|
"""
|
84
90
|
Raises an SendGridAPIError if the request has returned an error
|
85
91
|
"""
|
@@ -87,7 +93,12 @@ def raise_if_error(response):
|
|
87
93
|
raise SendGridAPIError(response.body.decode("utf-8"))
|
88
94
|
|
89
95
|
|
90
|
-
def act(
|
96
|
+
def act(
|
97
|
+
dry_run: bool,
|
98
|
+
sg_client: sendgrid.SendGridAPIClient,
|
99
|
+
desired_state: Iterable[Teammate],
|
100
|
+
current_state: Iterable[Teammate],
|
101
|
+
) -> bool:
|
91
102
|
"""
|
92
103
|
Reconciles current state with desired state.
|
93
104
|
|
@@ -145,7 +156,7 @@ def act(dry_run, sg_client, desired_state, current_state):
|
|
145
156
|
return error
|
146
157
|
|
147
158
|
|
148
|
-
def run(dry_run):
|
159
|
+
def run(dry_run: bool) -> None:
|
149
160
|
settings = queries.get_app_interface_settings()
|
150
161
|
secret_reader = SecretReader(settings=settings)
|
151
162
|
|
@@ -11,7 +11,7 @@ class ExitCodes:
|
|
11
11
|
class _RunningState:
|
12
12
|
_state: dict[Any, Any] = {}
|
13
13
|
|
14
|
-
def __init__(self):
|
14
|
+
def __init__(self) -> None:
|
15
15
|
self.__dict__ = self._state
|
16
16
|
|
17
17
|
|
@@ -22,7 +22,7 @@ class RunningState(_RunningState):
|
|
22
22
|
by the callers.
|
23
23
|
"""
|
24
24
|
|
25
|
-
def __getattr__(self, item):
|
25
|
+
def __getattr__(self, item: str) -> None:
|
26
26
|
"""
|
27
27
|
Default value for attributes not explicitly created is None.
|
28
28
|
"""
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import logging
|
2
2
|
import sys
|
3
3
|
from collections.abc import (
|
4
|
+
Callable,
|
4
5
|
Iterable,
|
5
6
|
Mapping,
|
6
7
|
)
|
@@ -25,8 +26,10 @@ QONTRACT_INTEGRATION_VERSION = make_semver(0, 1, 0)
|
|
25
26
|
|
26
27
|
|
27
28
|
def build_desired_state(
|
28
|
-
zones: Iterable[Mapping
|
29
|
-
|
29
|
+
zones: Iterable[Mapping[str, Any]],
|
30
|
+
all_accounts: Iterable[Mapping[str, Any]],
|
31
|
+
settings: Mapping[str, Any],
|
32
|
+
) -> list[dict[str, Any]]:
|
30
33
|
"""
|
31
34
|
Build the desired state from the app-interface resources
|
32
35
|
|
@@ -36,7 +39,7 @@ def build_desired_state(
|
|
36
39
|
:rtype: list of dict
|
37
40
|
"""
|
38
41
|
|
39
|
-
desired_state = []
|
42
|
+
desired_state: list[dict[str, Any]] = []
|
40
43
|
for zone in zones:
|
41
44
|
account = zone["account"]
|
42
45
|
account_name = account["name"]
|
@@ -208,8 +211,8 @@ def run(
|
|
208
211
|
enable_deletion: bool = True,
|
209
212
|
thread_pool_size: int = DEFAULT_THREAD_POOL_SIZE,
|
210
213
|
account_name: str | None = None,
|
211
|
-
defer=None,
|
212
|
-
):
|
214
|
+
defer: Callable | None = None,
|
215
|
+
) -> None:
|
213
216
|
settings = queries.get_app_interface_settings()
|
214
217
|
zones = queries.get_dns_zones(account_name=account_name)
|
215
218
|
|
@@ -255,7 +258,8 @@ def run(
|
|
255
258
|
if tf is None:
|
256
259
|
sys.exit(ExitCodes.ERROR)
|
257
260
|
|
258
|
-
defer
|
261
|
+
if defer:
|
262
|
+
defer(tf.cleanup)
|
259
263
|
|
260
264
|
_, err = tf.plan(enable_deletion)
|
261
265
|
if err:
|
@@ -269,7 +273,7 @@ def run(
|
|
269
273
|
sys.exit(ExitCodes.ERROR)
|
270
274
|
|
271
275
|
|
272
|
-
def early_exit_desired_state(*args, **kwargs) -> dict[str, Any]:
|
276
|
+
def early_exit_desired_state(*args: Any, **kwargs: Any) -> dict[str, Any]:
|
273
277
|
return {
|
274
278
|
"zones": queries.get_dns_zones(),
|
275
279
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import logging
|
2
2
|
import sys
|
3
|
-
from collections.abc import Iterable
|
3
|
+
from collections.abc import Callable, Iterable
|
4
4
|
from typing import (
|
5
5
|
Any,
|
6
6
|
cast,
|
@@ -193,7 +193,7 @@ def _populate_oc_resources(
|
|
193
193
|
spec: CurrentStateSpec,
|
194
194
|
ri: ResourceInventory,
|
195
195
|
account_names: Iterable[str] | None,
|
196
|
-
):
|
196
|
+
) -> None:
|
197
197
|
"""
|
198
198
|
This was taken from terraform_resources and might be a later candidate for DRY.
|
199
199
|
"""
|
@@ -315,7 +315,7 @@ def run(
|
|
315
315
|
vault_output_path: str = "",
|
316
316
|
internal: bool | None = None,
|
317
317
|
use_jump_host: bool = True,
|
318
|
-
defer=None,
|
318
|
+
defer: Callable | None = None,
|
319
319
|
) -> None:
|
320
320
|
vault_settings = get_app_interface_vault_settings()
|
321
321
|
secret_reader = create_secret_reader(use_vault=vault_settings.vault)
|
@@ -392,7 +392,8 @@ def run(
|
|
392
392
|
working_dirs,
|
393
393
|
thread_pool_size,
|
394
394
|
)
|
395
|
-
defer
|
395
|
+
if defer:
|
396
|
+
defer(tf.cleanup)
|
396
397
|
|
397
398
|
disabled_deletions_detected, err = tf.plan(enable_deletion)
|
398
399
|
if err:
|
@@ -440,7 +441,7 @@ def _get_cloudflare_desired_state() -> tuple[
|
|
440
441
|
return query_accounts, query_resources
|
441
442
|
|
442
443
|
|
443
|
-
def early_exit_desired_state(*args, **kwargs) -> dict[str, Any]:
|
444
|
+
def early_exit_desired_state(*args: Any, **kwargs: Any) -> dict[str, Any]:
|
444
445
|
desired_state = _get_cloudflare_desired_state()
|
445
446
|
|
446
447
|
return {state.__repr_name__(): state.dict() for state in desired_state}
|
{qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/terraform_users.py
RENAMED
@@ -1,4 +1,5 @@
|
|
1
1
|
import sys
|
2
|
+
from collections.abc import Iterable, Mapping
|
2
3
|
from textwrap import indent
|
3
4
|
from typing import (
|
4
5
|
Any,
|
@@ -95,9 +96,9 @@ def get_tf_roles() -> list[Role]:
|
|
95
96
|
|
96
97
|
|
97
98
|
def _filter_participating_aws_accounts(
|
98
|
-
accounts:
|
99
|
-
roles:
|
100
|
-
) -> list:
|
99
|
+
accounts: Iterable[dict[str, Any]],
|
100
|
+
roles: Iterable[Mapping[str, Any]],
|
101
|
+
) -> list[dict[str, Any]]:
|
101
102
|
participating_aws_account_names: set[str] = set()
|
102
103
|
for role in roles:
|
103
104
|
participating_aws_account_names.update(
|
@@ -111,7 +112,7 @@ def _filter_participating_aws_accounts(
|
|
111
112
|
|
112
113
|
|
113
114
|
def setup(
|
114
|
-
print_to_file,
|
115
|
+
print_to_file: str | None,
|
115
116
|
thread_pool_size: int,
|
116
117
|
skip_reencrypt_accounts: list[str],
|
117
118
|
appsre_pgp_key: str | None = None,
|
@@ -146,10 +147,10 @@ def setup(
|
|
146
147
|
|
147
148
|
|
148
149
|
def send_email_invites(
|
149
|
-
new_users,
|
150
|
+
new_users: Iterable[tuple[str, str, str, str]],
|
150
151
|
smtp_client: SmtpClient,
|
151
|
-
skip_reencrypt_accounts:
|
152
|
-
):
|
152
|
+
skip_reencrypt_accounts: Iterable[str],
|
153
|
+
) -> None:
|
153
154
|
msg_template = """
|
154
155
|
You have been invited to join the {} AWS account!
|
155
156
|
Below you will find credentials for the first sign in.
|
@@ -189,9 +190,9 @@ Encrypted password: {}
|
|
189
190
|
def write_user_to_vault(
|
190
191
|
vault_client: _VaultClient,
|
191
192
|
vault_path: str,
|
192
|
-
new_users:
|
193
|
-
skip_reencrypt_accounts:
|
194
|
-
):
|
193
|
+
new_users: Iterable[tuple[str, str, str, str]],
|
194
|
+
skip_reencrypt_accounts: Iterable[str],
|
195
|
+
) -> None:
|
195
196
|
for account, console_url, user_name, enc_password in new_users:
|
196
197
|
if account in skip_reencrypt_accounts:
|
197
198
|
continue
|
@@ -208,13 +209,13 @@ def write_user_to_vault(
|
|
208
209
|
vault_client.write(desired_secret, decode_base64=False)
|
209
210
|
|
210
211
|
|
211
|
-
def cleanup_and_exit(tf=None, status=False):
|
212
|
+
def cleanup_and_exit(tf: Terraform | None = None, status: bool = False) -> None:
|
212
213
|
if tf is not None:
|
213
214
|
tf.cleanup()
|
214
215
|
sys.exit(status)
|
215
216
|
|
216
217
|
|
217
|
-
def get_reencrypt_settings():
|
218
|
+
def get_reencrypt_settings() -> tuple[list[str], str | None, Any]:
|
218
219
|
all_reencrypt_settings = query(
|
219
220
|
query_func=gql.get_api().query
|
220
221
|
).pgp_reencryption_settings
|
@@ -243,7 +244,7 @@ def run(
|
|
243
244
|
thread_pool_size: int = DEFAULT_THREAD_POOL_SIZE,
|
244
245
|
send_mails: bool = True,
|
245
246
|
account_name: str | None = None,
|
246
|
-
):
|
247
|
+
) -> None:
|
247
248
|
skip_accounts, appsre_pgp_key, reencrypt_settings = get_reencrypt_settings()
|
248
249
|
|
249
250
|
# setup errors should skip resources that will lead
|
@@ -319,7 +320,7 @@ def run(
|
|
319
320
|
cleanup_and_exit(tf, setup_err)
|
320
321
|
|
321
322
|
|
322
|
-
def early_exit_desired_state(*args, **kwargs) -> dict[str, Any]:
|
323
|
+
def early_exit_desired_state(*args: Any, **kwargs: Any) -> dict[str, Any]:
|
323
324
|
"""
|
324
325
|
Finding diffs in deeply nested structures is time/resource consuming.
|
325
326
|
Having a unique known property to identify objects makes it easier to match
|
@@ -330,11 +331,11 @@ def early_exit_desired_state(*args, **kwargs) -> dict[str, Any]:
|
|
330
331
|
for the DeepDiff library used in qontract-reconcile.
|
331
332
|
"""
|
332
333
|
|
333
|
-
def add_account_identity(acc):
|
334
|
+
def add_account_identity(acc: dict[str, Any]) -> dict[str, Any]:
|
334
335
|
acc[IDENTIFIER_FIELD_NAME] = acc["path"]
|
335
336
|
return acc
|
336
337
|
|
337
|
-
def add_role_identity(role):
|
338
|
+
def add_role_identity(role: dict[str, Any]) -> dict[str, Any]:
|
338
339
|
role[IDENTIFIER_FIELD_NAME] = role["name"]
|
339
340
|
return role
|
340
341
|
|
@@ -1299,7 +1299,7 @@ def user_credentials_migrate_output(ctx: click.Context, account_name: str) -> No
|
|
1299
1299
|
skip_accounts, appsre_pgp_key, _ = tfu.get_reencrypt_settings()
|
1300
1300
|
|
1301
1301
|
accounts, working_dirs, _, aws_api = tfu.setup(
|
1302
|
-
|
1302
|
+
None,
|
1303
1303
|
1,
|
1304
1304
|
skip_accounts,
|
1305
1305
|
account_name=account_name,
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/acs_policies.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/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.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aus/healthchecks.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aus/metrics.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/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.dev314 → qontract_reconcile-0.10.2.dev315}/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.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/aws_ami_share.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/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
|
{qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/checkpoint.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/dashdotdb_base.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/dashdotdb_dora.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/dashdotdb_dvo.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/dashdotdb_slo.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/deadmanssnitch.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
|
{qontract_reconcile-0.10.2.dev314 → qontract_reconcile-0.10.2.dev315}/reconcile/email_sender.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
|