qontract-reconcile 0.10.2.dev280__tar.gz → 0.10.2.dev281__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.dev280 → qontract_reconcile-0.10.2.dev281}/PKG-INFO +1 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/pyproject.toml +9 -7
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/acs_policies.py +7 -7
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aus/base.py +1 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aus/models.py +4 -5
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aus/version_gate_approver.py +4 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_account_manager/merge_request_manager.py +5 -3
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_ami_cleanup/integration.py +5 -8
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_cloudwatch_log_retention/integration.py +6 -6
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/database_access_manager.py +1 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/deadmanssnitch.py +1 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/dynatrace_token_provider/ocm.py +10 -11
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/fleet_labeler/dependencies.py +7 -3
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/fleet_labeler/ocm.py +6 -4
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gitlab_housekeeping.py +2 -2
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gitlab_permissions.py +1 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/jenkins_webhooks.py +8 -4
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/jenkins_worker_fleets.py +2 -2
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/ocm_internal_notifications/integration.py +6 -4
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/ocm_labels/integration.py +7 -7
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/ocm_upgrade_scheduler_org_updater.py +2 -4
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_cluster_bots.py +1 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/resource_scraper.py +1 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/saas_auto_promotions_manager/integration.py +7 -3
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/saas_auto_promotions_manager/s3_exporter.py +6 -3
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/saas_file_validator.py +1 -2
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/skupper_network/models.py +4 -2
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/statuspage/page.py +1 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/terraform_cloudflare_resources.py +1 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/terraform_resources.py +1 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/terraform_tgw_attachments.py +3 -3
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/terraform_users.py +1 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/aws_api.py +12 -30
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/aws_api_typed/account.py +4 -4
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/aws_api_typed/api.py +4 -2
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/aws_api_typed/dynamodb.py +2 -2
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/aws_api_typed/iam.py +2 -2
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/aws_api_typed/organization.py +10 -7
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/aws_api_typed/s3.py +2 -3
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/aws_api_typed/service_quotas.py +4 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/aws_api_typed/sts.py +2 -2
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/aws_api_typed/support.py +2 -2
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/dynatrace/client.py +4 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/expiration.py +1 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/external_resource_spec.py +4 -2
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/gitlab_api.py +4 -4
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/glitchtip/models.py +4 -2
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/jira_client.py +4 -4
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/mr/base.py +1 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/oc_connection_parameters.py +4 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/ocm/base.py +4 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/ocm/ocm.py +6 -5
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/ocm/products.py +7 -4
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/saasherder/interfaces.py +5 -2
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/slack_api.py +4 -5
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/state.py +9 -9
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/terraform_client.py +1 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/terrascript_aws_client.py +3 -3
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/vaultsecretref.py +1 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/vcs.py +14 -10
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/vault_replication.py +1 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/vpc_peerings_validator.py +2 -4
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/app_interface_reporter.py +1 -2
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/cli_commands/erv2.py +7 -4
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/cli_commands/gpg_encrypt.py +4 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/qontract_cli.py +10 -8
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/saas_metrics_exporter/commit_distance/channel.py +6 -3
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/saas_metrics_exporter/main.py +4 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/saas_promotion_state/saas_promotion_state.py +4 -1
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/README.md +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/automated_actions/config/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/automated_actions/config/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/cli.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/endpoints_discovery/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/fleet_labeler/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/fleet_labeler/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/fleet_labeler/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/fleet_labeler/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/fleet_labeler/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/fleet_labeler/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gcp_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/automated_actions/instance.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/common/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/email_sender/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/email_sender/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/email_sender/emails.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/email_sender/users.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/external_resources/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/container_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/deploy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/email_service.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/email_user.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/saas_slo_document.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/gcp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/gcp/gcp_docker_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/gcp/gcp_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/introspection.json +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/jira/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/ocm_subscription_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/rhcs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/rhcs/certs.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/sharding/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/status_board/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/integrations_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/jenkins/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/jenkins/types.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/ocm_internal_notifications/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_rhcs_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_saas_deploy.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/oum/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/prometheus_rules_tester/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/rhidp/sso_client/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/saas_auto_promotions_manager/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/statuspage/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/templates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/templating/lib/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/terraform_vpc_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/aws_api_typed/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/clusterhealth/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/dynatrace/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/internal_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/jinja2/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/jobcontroller/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/rhcsv2_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/rosa/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/saasherder/saasherder.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/slo_document_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/terrascript/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/cli_commands/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/cli_commands/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/saas_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/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.dev281
|
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
|
@@ -157,6 +157,9 @@ src = ["reconcile", "tools"]
|
|
157
157
|
extend-exclude = ["reconcile/gql_definitions"]
|
158
158
|
fix = true
|
159
159
|
|
160
|
+
[tool.ruff.format]
|
161
|
+
preview = true
|
162
|
+
|
160
163
|
[tool.ruff.lint]
|
161
164
|
preview = true
|
162
165
|
|
@@ -211,17 +214,16 @@ ignore = [
|
|
211
214
|
"B017", #`pytest.raises(Exception)` should be considered evil
|
212
215
|
"RUF005", # Consider "...."instead of concatenation
|
213
216
|
"RUF012", # Mutable class attributes should be annotated with "typing.ClassVar"
|
214
|
-
"TC001", # Type-checking block
|
215
|
-
"TC002", # Type-checking block
|
216
|
-
"TC003", # Type-checking block
|
217
|
-
"TC004", # Type-checking block
|
218
|
-
"TC006", # quoted type expressions in `typing.cast()`
|
219
217
|
# Review later
|
220
218
|
"FURB101", # Replace `open` with `pathlib.Path`
|
221
219
|
"FURB103", # Replace `open` with `pathlib.Path`
|
222
220
|
]
|
223
|
-
|
224
|
-
|
221
|
+
|
222
|
+
[tool.ruff.lint.flake8-annotations]
|
223
|
+
allow-star-arg-any = true
|
224
|
+
|
225
|
+
[tool.ruff.lint.flake8-type-checking]
|
226
|
+
runtime-evaluated-base-classes = ["pydantic.BaseModel"]
|
225
227
|
|
226
228
|
[tool.ruff.lint.isort]
|
227
229
|
known-first-party = ["reconcile", "tools"]
|
{qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/acs_policies.py
RENAMED
@@ -71,7 +71,7 @@ class AcsPoliciesIntegration(QontractReconcileIntegration[NoParams]):
|
|
71
71
|
[
|
72
72
|
Scope(cluster=cluster_name_to_id[cs.name], namespace="")
|
73
73
|
for cs in cast(
|
74
|
-
gql_acs_policies.AcsPolicyScopeClusterV1,
|
74
|
+
"gql_acs_policies.AcsPolicyScopeClusterV1",
|
75
75
|
gql_policy.scope,
|
76
76
|
).clusters
|
77
77
|
],
|
@@ -84,7 +84,7 @@ class AcsPoliciesIntegration(QontractReconcileIntegration[NoParams]):
|
|
84
84
|
cluster=cluster_name_to_id[ns.cluster.name], namespace=ns.name
|
85
85
|
)
|
86
86
|
for ns in cast(
|
87
|
-
gql_acs_policies.AcsPolicyScopeNamespaceV1,
|
87
|
+
"gql_acs_policies.AcsPolicyScopeNamespaceV1",
|
88
88
|
gql_policy.scope,
|
89
89
|
).namespaces
|
90
90
|
],
|
@@ -101,7 +101,7 @@ class AcsPoliciesIntegration(QontractReconcileIntegration[NoParams]):
|
|
101
101
|
match condition.policy_field:
|
102
102
|
case "cvss":
|
103
103
|
cvss_condition = cast(
|
104
|
-
gql_acs_policies.AcsPolicyConditionsCvssV1, condition
|
104
|
+
"gql_acs_policies.AcsPolicyConditionsCvssV1", condition
|
105
105
|
)
|
106
106
|
return PolicyCondition(
|
107
107
|
field_name=field_name,
|
@@ -112,7 +112,7 @@ class AcsPoliciesIntegration(QontractReconcileIntegration[NoParams]):
|
|
112
112
|
)
|
113
113
|
case "severity":
|
114
114
|
severity_condition = cast(
|
115
|
-
gql_acs_policies.AcsPolicyConditionsSeverityV1, condition
|
115
|
+
"gql_acs_policies.AcsPolicyConditionsSeverityV1", condition
|
116
116
|
)
|
117
117
|
return PolicyCondition(
|
118
118
|
field_name=field_name,
|
@@ -123,7 +123,7 @@ class AcsPoliciesIntegration(QontractReconcileIntegration[NoParams]):
|
|
123
123
|
)
|
124
124
|
case "cve":
|
125
125
|
cve_condition = cast(
|
126
|
-
gql_acs_policies.AcsPolicyConditionsCveV1, condition
|
126
|
+
"gql_acs_policies.AcsPolicyConditionsCveV1", condition
|
127
127
|
)
|
128
128
|
return PolicyCondition(
|
129
129
|
field_name=field_name,
|
@@ -132,7 +132,7 @@ class AcsPoliciesIntegration(QontractReconcileIntegration[NoParams]):
|
|
132
132
|
)
|
133
133
|
case "image_tag":
|
134
134
|
image_tag_condition = cast(
|
135
|
-
gql_acs_policies.AcsPolicyConditionsImageTagV1, condition
|
135
|
+
"gql_acs_policies.AcsPolicyConditionsImageTagV1", condition
|
136
136
|
)
|
137
137
|
return PolicyCondition(
|
138
138
|
field_name=field_name,
|
@@ -143,7 +143,7 @@ class AcsPoliciesIntegration(QontractReconcileIntegration[NoParams]):
|
|
143
143
|
)
|
144
144
|
case "image_age":
|
145
145
|
image_age_condition = cast(
|
146
|
-
gql_acs_policies.AcsPolicyConditionsImageAgeV1, condition
|
146
|
+
"gql_acs_policies.AcsPolicyConditionsImageAgeV1", condition
|
147
147
|
)
|
148
148
|
return PolicyCondition(
|
149
149
|
field_name=field_name,
|
@@ -573,7 +573,7 @@ def fetch_current_state(
|
|
573
573
|
addon_service = init_addon_service(org_upgrade_spec.org.environment)
|
574
574
|
for spec in org_upgrade_spec.specs:
|
575
575
|
if addons and isinstance(spec, ClusterAddonUpgradeSpec):
|
576
|
-
addon_spec = cast(ClusterAddonUpgradeSpec, spec)
|
576
|
+
addon_spec = cast("ClusterAddonUpgradeSpec", spec)
|
577
577
|
addon_upgrade_policies = addon_service.get_addon_upgrade_policies(
|
578
578
|
ocm_api, spec.cluster.id, addon_id=addon_spec.addon.addon.id
|
579
579
|
)
|
{qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/aus/models.py
RENAMED
@@ -2,11 +2,7 @@ from __future__ import annotations
|
|
2
2
|
|
3
3
|
import logging
|
4
4
|
import re
|
5
|
-
from
|
6
|
-
Iterable,
|
7
|
-
Mapping,
|
8
|
-
Sequence,
|
9
|
-
)
|
5
|
+
from typing import TYPE_CHECKING
|
10
6
|
|
11
7
|
from pydantic import (
|
12
8
|
BaseModel,
|
@@ -21,6 +17,9 @@ from reconcile.utils.ocm.addons import OCMAddonInstallation
|
|
21
17
|
from reconcile.utils.ocm.clusters import OCMCluster
|
22
18
|
from reconcile.utils.semver_helper import parse_semver
|
23
19
|
|
20
|
+
if TYPE_CHECKING:
|
21
|
+
from collections.abc import Iterable, Mapping, Sequence
|
22
|
+
|
24
23
|
|
25
24
|
class NodePoolSpec(BaseModel):
|
26
25
|
id: str
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import logging
|
2
2
|
from collections.abc import Callable, Iterable
|
3
|
+
from typing import TYPE_CHECKING
|
3
4
|
|
4
5
|
from reconcile.aus.advanced_upgrade_service import aus_label_key
|
5
6
|
from reconcile.aus.base import gates_to_agree, get_orgs_for_environment
|
@@ -8,7 +9,6 @@ from reconcile.aus.version_gates import (
|
|
8
9
|
ocp_gate_handler,
|
9
10
|
sts_version_gate_handler,
|
10
11
|
)
|
11
|
-
from reconcile.aus.version_gates.handler import GateHandler
|
12
12
|
from reconcile.gql_definitions.common.ocm_environments import (
|
13
13
|
query as ocm_environment_query,
|
14
14
|
)
|
@@ -41,6 +41,9 @@ from reconcile.utils.runtime.integration import (
|
|
41
41
|
)
|
42
42
|
from reconcile.utils.semver_helper import make_semver
|
43
43
|
|
44
|
+
if TYPE_CHECKING:
|
45
|
+
from reconcile.aus.version_gates.handler import GateHandler
|
46
|
+
|
44
47
|
QONTRACT_INTEGRATION = "version-gate-approver"
|
45
48
|
QONTRACT_INTEGRATION_VERSION = make_semver(0, 1, 0)
|
46
49
|
|
@@ -1,14 +1,16 @@
|
|
1
1
|
import logging
|
2
|
-
from typing import cast
|
2
|
+
from typing import TYPE_CHECKING, cast
|
3
3
|
|
4
4
|
from gitlab.exceptions import GitlabGetError
|
5
|
-
from gitlab.v4.objects import ProjectMergeRequest
|
6
5
|
|
7
6
|
from reconcile.utils.gitlab_api import GitLabApi
|
8
7
|
from reconcile.utils.mr.base import MergeRequestBase
|
9
8
|
from reconcile.utils.mr.labels import AUTO_MERGE
|
10
9
|
from reconcile.utils.vcs import VCS
|
11
10
|
|
11
|
+
if TYPE_CHECKING:
|
12
|
+
from gitlab.v4.objects import ProjectMergeRequest
|
13
|
+
|
12
14
|
AWS_MGR = "aws-account-manager"
|
13
15
|
|
14
16
|
|
@@ -66,7 +68,7 @@ class MergeRequestManager:
|
|
66
68
|
return any(
|
67
69
|
aws_account_file_path == diff["new_path"]
|
68
70
|
for mr in self._open_mrs
|
69
|
-
for diff in cast(dict, mr.changes())["changes"]
|
71
|
+
for diff in cast("dict", mr.changes())["changes"]
|
70
72
|
)
|
71
73
|
|
72
74
|
def fetch_open_merge_requests(self) -> None:
|
@@ -1,16 +1,13 @@
|
|
1
|
+
from __future__ import annotations
|
2
|
+
|
1
3
|
import logging
|
2
4
|
import re
|
3
5
|
from collections import defaultdict
|
4
|
-
from collections.abc import (
|
5
|
-
Callable,
|
6
|
-
)
|
7
6
|
from datetime import (
|
8
7
|
datetime,
|
9
8
|
timedelta,
|
10
9
|
)
|
11
|
-
from typing import
|
12
|
-
TYPE_CHECKING,
|
13
|
-
)
|
10
|
+
from typing import TYPE_CHECKING
|
14
11
|
|
15
12
|
from botocore.exceptions import ClientError
|
16
13
|
from pydantic import (
|
@@ -34,9 +31,9 @@ from reconcile.utils.parse_dhms_duration import dhms_to_seconds
|
|
34
31
|
from reconcile.utils.secret_reader import create_secret_reader
|
35
32
|
|
36
33
|
if TYPE_CHECKING:
|
34
|
+
from collections.abc import Callable
|
35
|
+
|
37
36
|
from mypy_boto3_ec2 import EC2Client
|
38
|
-
else:
|
39
|
-
EC2Client = object
|
40
37
|
|
41
38
|
QONTRACT_INTEGRATION = "aws_ami_cleanup"
|
42
39
|
MANAGED_TAG = {"Key": "managed_by_integration", "Value": QONTRACT_INTEGRATION}
|
@@ -1,13 +1,12 @@
|
|
1
|
+
from __future__ import annotations
|
2
|
+
|
1
3
|
import logging
|
2
4
|
import re
|
3
5
|
import typing
|
4
6
|
from collections import defaultdict
|
5
|
-
from collections.abc import Iterable
|
6
7
|
from datetime import UTC, datetime, timedelta
|
7
8
|
from enum import Enum
|
8
|
-
from typing import
|
9
|
-
TYPE_CHECKING,
|
10
|
-
)
|
9
|
+
from typing import TYPE_CHECKING
|
11
10
|
|
12
11
|
from botocore.exceptions import ClientError
|
13
12
|
from pydantic import BaseModel
|
@@ -24,9 +23,10 @@ from reconcile.utils import gql
|
|
24
23
|
from reconcile.utils.aws_api import AWSApi
|
25
24
|
|
26
25
|
if TYPE_CHECKING:
|
26
|
+
from collections.abc import Iterable
|
27
|
+
|
27
28
|
from mypy_boto3_logs.type_defs import LogGroupTypeDef
|
28
|
-
|
29
|
-
LogGroupTypeDef = object
|
29
|
+
|
30
30
|
|
31
31
|
QONTRACT_INTEGRATION = "aws_cloudwatch_log_retention"
|
32
32
|
MANAGED_BY_INTEGRATION_KEY = "managed_by_integration"
|
@@ -708,7 +708,7 @@ class DatabaseAccessManagerIntegration(QontractReconcileIntegration):
|
|
708
708
|
|
709
709
|
def run(self, dry_run: bool) -> None:
|
710
710
|
settings = queries.get_app_interface_settings()
|
711
|
-
vault_client = cast(_VaultClient, VaultClient())
|
711
|
+
vault_client = cast("_VaultClient", VaultClient())
|
712
712
|
|
713
713
|
state = init_state(
|
714
714
|
integration=QONTRACT_INTEGRATION, secret_reader=self.secret_reader
|
{qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/deadmanssnitch.py
RENAMED
@@ -51,7 +51,7 @@ class DeadMansSnitchIntegration(QontractReconcileIntegration[NoParams]):
|
|
51
51
|
super().__init__(NoParams())
|
52
52
|
self.qontract_integration_version = make_semver(0, 1, 0)
|
53
53
|
self.settings = get_deadmanssnitch_settings()
|
54
|
-
self.vault_client = cast(_VaultClient, VaultClient())
|
54
|
+
self.vault_client = cast("_VaultClient", VaultClient())
|
55
55
|
|
56
56
|
@staticmethod
|
57
57
|
def get_snitch_name(cluster: ClusterV1) -> str:
|
@@ -1,19 +1,13 @@
|
|
1
1
|
from __future__ import annotations
|
2
2
|
|
3
|
-
from
|
4
|
-
from datetime import timedelta
|
5
|
-
from typing import Any
|
3
|
+
from typing import TYPE_CHECKING, Any
|
6
4
|
|
7
5
|
from pydantic import BaseModel
|
8
6
|
|
9
|
-
from reconcile.utils.ocm.base import (
|
10
|
-
OCMClusterServiceLogCreateModel,
|
11
|
-
)
|
12
7
|
from reconcile.utils.ocm.clusters import (
|
13
8
|
ClusterDetails,
|
14
9
|
discover_clusters_by_labels,
|
15
10
|
)
|
16
|
-
from reconcile.utils.ocm.labels import Filter
|
17
11
|
from reconcile.utils.ocm.manifests import (
|
18
12
|
create_manifest,
|
19
13
|
get_manifest,
|
@@ -25,9 +19,14 @@ from reconcile.utils.ocm.syncsets import (
|
|
25
19
|
get_syncset,
|
26
20
|
patch_syncset,
|
27
21
|
)
|
28
|
-
|
29
|
-
|
30
|
-
|
22
|
+
|
23
|
+
if TYPE_CHECKING:
|
24
|
+
from collections.abc import Mapping
|
25
|
+
from datetime import timedelta
|
26
|
+
|
27
|
+
from reconcile.utils.ocm.base import OCMClusterServiceLogCreateModel
|
28
|
+
from reconcile.utils.ocm.labels import Filter
|
29
|
+
from reconcile.utils.ocm_base_client import OCMBaseClient
|
31
30
|
|
32
31
|
"""
|
33
32
|
Thin abstractions of reconcile.ocm module to reduce coupling.
|
@@ -40,7 +39,7 @@ class OCMCluster(BaseModel):
|
|
40
39
|
organization_id: str
|
41
40
|
subscription_id: str
|
42
41
|
is_hcp: bool
|
43
|
-
labels:
|
42
|
+
labels: dict[str, str]
|
44
43
|
|
45
44
|
@staticmethod
|
46
45
|
def from_cluster_details(cluster: ClusterDetails) -> OCMCluster | None:
|
@@ -1,11 +1,10 @@
|
|
1
1
|
from __future__ import annotations
|
2
2
|
|
3
|
-
from
|
3
|
+
from typing import TYPE_CHECKING
|
4
4
|
|
5
5
|
from reconcile.fleet_labeler.metrics import FleetLabelerMetrics
|
6
6
|
from reconcile.fleet_labeler.ocm import OCMClient, OCMClientConfig
|
7
7
|
from reconcile.fleet_labeler.vcs import VCS
|
8
|
-
from reconcile.gql_definitions.fleet_labeler.fleet_labels import FleetLabelsSpecV1
|
9
8
|
from reconcile.typed_queries.app_interface_repo_url import get_app_interface_repo_url
|
10
9
|
from reconcile.typed_queries.fleet_labels import get_fleet_label_specs
|
11
10
|
from reconcile.typed_queries.github_orgs import get_github_orgs
|
@@ -13,9 +12,14 @@ from reconcile.typed_queries.gitlab_instances import get_gitlab_instances
|
|
13
12
|
from reconcile.utils.ocm_base_client import (
|
14
13
|
init_ocm_base_client,
|
15
14
|
)
|
16
|
-
from reconcile.utils.secret_reader import SecretReaderBase
|
17
15
|
from reconcile.utils.vcs import VCS as VCSBase
|
18
16
|
|
17
|
+
if TYPE_CHECKING:
|
18
|
+
from collections.abc import Mapping
|
19
|
+
|
20
|
+
from reconcile.gql_definitions.fleet_labeler.fleet_labels import FleetLabelsSpecV1
|
21
|
+
from reconcile.utils.secret_reader import SecretReaderBase
|
22
|
+
|
19
23
|
|
20
24
|
class Dependencies:
|
21
25
|
"""
|
{qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/fleet_labeler/ocm.py
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
from __future__ import annotations
|
2
2
|
|
3
|
-
from
|
3
|
+
from typing import TYPE_CHECKING
|
4
4
|
|
5
5
|
from pydantic import BaseModel
|
6
6
|
|
@@ -15,9 +15,11 @@ from reconcile.utils.ocm.labels import (
|
|
15
15
|
update_label,
|
16
16
|
)
|
17
17
|
from reconcile.utils.ocm.search_filters import Filter, FilterMode
|
18
|
-
|
19
|
-
|
20
|
-
|
18
|
+
|
19
|
+
if TYPE_CHECKING:
|
20
|
+
from collections.abc import Mapping
|
21
|
+
|
22
|
+
from reconcile.utils.ocm_base_client import OCMBaseClient
|
21
23
|
|
22
24
|
"""
|
23
25
|
Thin abstractions of reconcile.ocm module to reduce coupling.
|
@@ -343,14 +343,14 @@ def is_good_to_merge(labels: Iterable[str]) -> bool:
|
|
343
343
|
def is_rebased(mr: ProjectMergeRequest, gl: GitLabApi) -> bool:
|
344
344
|
target_branch = mr.target_branch
|
345
345
|
head = cast(
|
346
|
-
list[ProjectCommit],
|
346
|
+
"list[ProjectCommit]",
|
347
347
|
gl.project.commits.list(
|
348
348
|
ref_name=target_branch,
|
349
349
|
per_page=1,
|
350
350
|
page=1,
|
351
351
|
),
|
352
352
|
)[0].id
|
353
|
-
result = cast(dict, gl.project.repository_compare(mr.sha, head))
|
353
|
+
result = cast("dict", gl.project.repository_compare(mr.sha, head))
|
354
354
|
return len(result["commits"]) == 0
|
355
355
|
|
356
356
|
|
@@ -56,7 +56,7 @@ class GroupPermissionHandler:
|
|
56
56
|
# get all projects shared with group
|
57
57
|
shared_projects = self.group.shared_projects.list(iterator=True)
|
58
58
|
current_state = {
|
59
|
-
project.web_url: self.extract_group_spec(cast(SharedProject, project))
|
59
|
+
project.web_url: self.extract_group_spec(cast("SharedProject", project))
|
60
60
|
for project in shared_projects
|
61
61
|
}
|
62
62
|
self.reconcile(desired_state, current_state)
|
{qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/jenkins_webhooks.py
RENAMED
@@ -1,15 +1,19 @@
|
|
1
|
+
from __future__ import annotations
|
2
|
+
|
1
3
|
import copy
|
2
4
|
import logging
|
3
|
-
from
|
4
|
-
from typing import Any
|
5
|
+
from typing import TYPE_CHECKING, Any
|
5
6
|
|
6
7
|
from reconcile import queries
|
7
8
|
from reconcile.jenkins_job_builder import init_jjb
|
8
9
|
from reconcile.utils.defer import defer
|
9
10
|
from reconcile.utils.gitlab_api import GitLabApi
|
10
|
-
from reconcile.utils.jjb_client import JJB
|
11
11
|
from reconcile.utils.secret_reader import SecretReader
|
12
12
|
|
13
|
+
if TYPE_CHECKING:
|
14
|
+
from collections.abc import Callable, MutableMapping
|
15
|
+
|
16
|
+
|
13
17
|
QONTRACT_INTEGRATION = "jenkins-webhooks"
|
14
18
|
|
15
19
|
|
@@ -50,7 +54,7 @@ def get_hooks_to_add(
|
|
50
54
|
@defer
|
51
55
|
def run(dry_run: bool, defer: Callable | None = None) -> None:
|
52
56
|
secret_reader = SecretReader(queries.get_secret_reader_settings())
|
53
|
-
jjb
|
57
|
+
jjb = init_jjb(secret_reader)
|
54
58
|
gl = get_gitlab_api(secret_reader)
|
55
59
|
if defer:
|
56
60
|
defer(gl.cleanup)
|
@@ -20,8 +20,8 @@ QONTRACT_INTEGRATION = "jenkins-worker-fleets"
|
|
20
20
|
def get_current_state(jenkins: JenkinsApi) -> list[JenkinsWorkerFleet]:
|
21
21
|
current_state = []
|
22
22
|
|
23
|
-
jenkins_config = cast(dict[str, Any], jenkins.get_jcasc_config().get("jenkins"))
|
24
|
-
clouds = cast(list[dict[str, Any]], jenkins_config.get("clouds", []))
|
23
|
+
jenkins_config = cast("dict[str, Any]", jenkins.get_jcasc_config().get("jenkins"))
|
24
|
+
clouds = cast("list[dict[str, Any]]", jenkins_config.get("clouds", []))
|
25
25
|
for c in clouds:
|
26
26
|
# eC2Fleet is defined by jcasc schema
|
27
27
|
fleet = c.get("eC2Fleet", None)
|
@@ -1,15 +1,12 @@
|
|
1
1
|
from __future__ import annotations
|
2
2
|
|
3
3
|
import logging
|
4
|
-
from collections.abc import (
|
5
|
-
Callable,
|
6
|
-
)
|
7
4
|
from functools import lru_cache
|
5
|
+
from typing import TYPE_CHECKING
|
8
6
|
|
9
7
|
from reconcile.gql_definitions.common.ocm_environments import (
|
10
8
|
query as ocm_environment_query,
|
11
9
|
)
|
12
|
-
from reconcile.gql_definitions.fragments.ocm_environment import OCMEnvironment
|
13
10
|
from reconcile.slack_base import slackapi_from_queries
|
14
11
|
from reconcile.typed_queries.app_interface_custom_messages import (
|
15
12
|
get_app_interface_custom_message,
|
@@ -25,6 +22,11 @@ from reconcile.utils.runtime.integration import (
|
|
25
22
|
)
|
26
23
|
from reconcile.utils.slack_api import UserNotFoundError
|
27
24
|
|
25
|
+
if TYPE_CHECKING:
|
26
|
+
from collections.abc import Callable
|
27
|
+
|
28
|
+
from reconcile.gql_definitions.fragments.ocm_environment import OCMEnvironment
|
29
|
+
|
28
30
|
QONTRACT_INTEGRATION = "ocm-internal-notifications"
|
29
31
|
|
30
32
|
|
@@ -1,11 +1,7 @@
|
|
1
1
|
from __future__ import annotations
|
2
2
|
|
3
3
|
import logging
|
4
|
-
from
|
5
|
-
Callable,
|
6
|
-
Iterable,
|
7
|
-
)
|
8
|
-
from typing import Any
|
4
|
+
from typing import TYPE_CHECKING, Any
|
9
5
|
|
10
6
|
from deepdiff import DeepHash
|
11
7
|
from pydantic import validator
|
@@ -17,7 +13,6 @@ from reconcile.aus.aus_label_source import (
|
|
17
13
|
from reconcile.gql_definitions.common.ocm_environments import (
|
18
14
|
query as ocm_environment_query,
|
19
15
|
)
|
20
|
-
from reconcile.gql_definitions.fragments.ocm_environment import OCMEnvironment
|
21
16
|
from reconcile.gql_definitions.ocm_labels.clusters import ClusterV1
|
22
17
|
from reconcile.gql_definitions.ocm_labels.clusters import query as cluster_query
|
23
18
|
from reconcile.gql_definitions.ocm_labels.organizations import OpenShiftClusterManagerV1
|
@@ -53,7 +48,12 @@ from reconcile.utils.runtime.integration import (
|
|
53
48
|
PydanticRunParams,
|
54
49
|
QontractReconcileIntegration,
|
55
50
|
)
|
56
|
-
|
51
|
+
|
52
|
+
if TYPE_CHECKING:
|
53
|
+
from collections.abc import Callable, Iterable
|
54
|
+
|
55
|
+
from reconcile.gql_definitions.fragments.ocm_environment import OCMEnvironment
|
56
|
+
from reconcile.utils.secret_reader import SecretReaderBase
|
57
57
|
|
58
58
|
QONTRACT_INTEGRATION = "ocm-labels"
|
59
59
|
|
@@ -10,11 +10,9 @@ from reconcile import (
|
|
10
10
|
mr_client_gateway,
|
11
11
|
queries,
|
12
12
|
)
|
13
|
+
from reconcile.ocm.types import OCMSpec
|
13
14
|
from reconcile.utils.jinja2.utils import process_jinja2_template
|
14
|
-
from reconcile.utils.ocm import
|
15
|
-
OCMMap,
|
16
|
-
OCMSpec,
|
17
|
-
)
|
15
|
+
from reconcile.utils.ocm import OCMMap
|
18
16
|
|
19
17
|
QONTRACT_INTEGRATION = "ocm-upgrade-scheduler-org-updater"
|
20
18
|
|
@@ -238,7 +238,7 @@ def create_cluster_bots(
|
|
238
238
|
def update_vault(
|
239
239
|
cluster: ClusterV1, config: Config, token: str, admin_token: str | None
|
240
240
|
) -> None:
|
241
|
-
vault = cast(_VaultClient, VaultClient())
|
241
|
+
vault = cast("_VaultClient", VaultClient())
|
242
242
|
vault.write(
|
243
243
|
{
|
244
244
|
"path": vault_secret(cluster, config, cluster_admin=False)["path"],
|
{qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/resource_scraper.py
RENAMED
@@ -63,7 +63,7 @@ def run(
|
|
63
63
|
results.append(item)
|
64
64
|
|
65
65
|
if not dry_run:
|
66
|
-
vault_client = cast(_VaultClient, VaultClient())
|
66
|
+
vault_client = cast("_VaultClient", VaultClient())
|
67
67
|
for item in results:
|
68
68
|
secret = {
|
69
69
|
"path": f"{vault_output_path}/{QONTRACT_INTEGRATION}/{item['cluster']}/{namespace_name}/{item['name']}",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
from __future__ import annotations
|
2
2
|
|
3
|
-
from
|
3
|
+
from typing import TYPE_CHECKING
|
4
4
|
|
5
5
|
from sretoolbox.utils import threaded
|
6
6
|
|
@@ -16,15 +16,19 @@ from reconcile.saas_auto_promotions_manager.merge_request_manager.renderer impor
|
|
16
16
|
Renderer,
|
17
17
|
)
|
18
18
|
from reconcile.saas_auto_promotions_manager.meta import QONTRACT_INTEGRATION
|
19
|
-
from reconcile.saas_auto_promotions_manager.publisher import Publisher
|
20
19
|
from reconcile.saas_auto_promotions_manager.s3_exporter import S3Exporter
|
21
|
-
from reconcile.saas_auto_promotions_manager.subscriber import Subscriber
|
22
20
|
from reconcile.utils.defer import defer
|
23
21
|
from reconcile.utils.runtime.integration import (
|
24
22
|
PydanticRunParams,
|
25
23
|
QontractReconcileIntegration,
|
26
24
|
)
|
27
25
|
|
26
|
+
if TYPE_CHECKING:
|
27
|
+
from collections.abc import Callable
|
28
|
+
|
29
|
+
from reconcile.saas_auto_promotions_manager.publisher import Publisher
|
30
|
+
from reconcile.saas_auto_promotions_manager.subscriber import Subscriber
|
31
|
+
|
28
32
|
|
29
33
|
class SaasAutoPromotionsManagerParams(PydanticRunParams):
|
30
34
|
thread_pool_size: int
|
@@ -1,11 +1,14 @@
|
|
1
1
|
from __future__ import annotations
|
2
2
|
|
3
|
-
from collections.abc import Iterable
|
4
3
|
from dataclasses import dataclass
|
5
4
|
from enum import Enum
|
5
|
+
from typing import TYPE_CHECKING
|
6
6
|
|
7
|
-
|
8
|
-
from
|
7
|
+
if TYPE_CHECKING:
|
8
|
+
from collections.abc import Iterable
|
9
|
+
|
10
|
+
from reconcile.saas_auto_promotions_manager.publisher import Publisher
|
11
|
+
from reconcile.utils.state import State
|
9
12
|
|
10
13
|
|
11
14
|
class DeploymentState(Enum):
|
@@ -14,7 +14,6 @@ from reconcile.typed_queries.saas_files import (
|
|
14
14
|
get_saasherder_settings,
|
15
15
|
)
|
16
16
|
from reconcile.utils.defer import defer
|
17
|
-
from reconcile.utils.jjb_client import JJB
|
18
17
|
from reconcile.utils.saasherder import SaasHerder
|
19
18
|
from reconcile.utils.secret_reader import create_secret_reader
|
20
19
|
from reconcile.utils.semver_helper import make_semver
|
@@ -61,7 +60,7 @@ def run(dry_run: bool, defer: Callable | None = None) -> None:
|
|
61
60
|
]
|
62
61
|
for p in missing_image_patterns:
|
63
62
|
logging.error(f"image pattern is missing from quayOrgs: {p}")
|
64
|
-
jjb
|
63
|
+
jjb = init_jjb(secret_reader)
|
65
64
|
saasherder.validate_upstream_jobs(jjb)
|
66
65
|
if not saasherder.valid or missing_repos or missing_image_patterns:
|
67
66
|
sys.exit(ExitCodes.ERROR)
|
@@ -2,8 +2,7 @@ from __future__ import annotations
|
|
2
2
|
|
3
3
|
import hashlib
|
4
4
|
import logging
|
5
|
-
from
|
6
|
-
from typing import Any
|
5
|
+
from typing import TYPE_CHECKING, Any
|
7
6
|
|
8
7
|
from pydantic import BaseModel
|
9
8
|
|
@@ -14,6 +13,9 @@ from reconcile.gql_definitions.skupper_network.skupper_networks import (
|
|
14
13
|
NamespaceV1,
|
15
14
|
)
|
16
15
|
|
16
|
+
if TYPE_CHECKING:
|
17
|
+
from collections.abc import Iterable
|
18
|
+
|
17
19
|
|
18
20
|
class SkupperCluster(BaseModel):
|
19
21
|
name: str
|
{qontract_reconcile-0.10.2.dev280 → qontract_reconcile-0.10.2.dev281}/reconcile/statuspage/page.py
RENAMED
@@ -164,7 +164,7 @@ class StatusMaintenance(BaseModel):
|
|
164
164
|
|
165
165
|
statuspage_announcements = [
|
166
166
|
StatusMaintenanceAnnouncement.init_from_announcement(
|
167
|
-
cast(MaintenanceStatuspageAnnouncementV1, m)
|
167
|
+
cast("MaintenanceStatuspageAnnouncementV1", m)
|
168
168
|
)
|
169
169
|
for m in maintenance.announcements or []
|
170
170
|
if m.provider == PROVIDER_NAME
|
@@ -272,7 +272,7 @@ def _write_external_resource_secrets_to_vault(
|
|
272
272
|
separate module if we have additional needs for a similar function.
|
273
273
|
"""
|
274
274
|
integration_name = integration_name.replace("_", "-")
|
275
|
-
vault_client = cast(_VaultClient, VaultClient())
|
275
|
+
vault_client = cast("_VaultClient", VaultClient())
|
276
276
|
for spec in resource_specs.values():
|
277
277
|
# A secret can be empty if the terraform-* integrations are not enabled on the cluster
|
278
278
|
# the resource is defined on - lets skip vault writes for those right now and
|