qontract-reconcile 0.10.2.dev285__tar.gz → 0.10.2.dev287__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.dev285 → qontract_reconcile-0.10.2.dev287}/PKG-INFO +1 -1
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/pyproject.toml +0 -8
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_version_sync/integration.py +9 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/quay_mirror.py +22 -14
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/quay_mirror_org.py +17 -20
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/quay_permissions.py +10 -5
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/quay_repos.py +45 -24
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/query_validator.py +7 -3
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/README.md +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/automated_actions/config/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/automated_actions/config/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/cli.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/endpoints_discovery/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/fleet_labeler/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/fleet_labeler/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/fleet_labeler/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/fleet_labeler/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/fleet_labeler/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/fleet_labeler/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/fleet_labeler/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/fleet_labeler/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gcp_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gitlab_housekeeping.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gitlab_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/automated_actions/instance.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/common/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/email_sender/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/email_sender/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/email_sender/emails.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/email_sender/users.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/external_resources/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/container_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/deploy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/email_service.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/email_user.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/saas_slo_document.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/gcp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/gcp/gcp_docker_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/gcp/gcp_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/introspection.json +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/jira/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/ocm_subscription_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/rhcs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/rhcs/certs.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/sharding/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/status_board/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/integrations_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/jenkins/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/jenkins/types.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/ocm_internal_notifications/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_rhcs_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_saas_deploy.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/oum/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/prometheus_rules_tester/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/rhidp/sso_client/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/saas_auto_promotions_manager/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/statuspage/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/templates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/templating/lib/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/terraform_tgw_attachments.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/terraform_users.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/terraform_vpc_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/aws_api_typed/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/clusterhealth/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/dynatrace/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/gitlab_api.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/internal_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/jinja2/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/jobcontroller/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/ocm/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/rhcsv2_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/rosa/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/saasherder/interfaces.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/saasherder/saasherder.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/slo_document_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/terrascript/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/terrascript_aws_client.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/vaultsecretref.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/cli_commands/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/cli_commands/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/qontract_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/saas_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/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.dev287
|
4
4
|
Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
|
5
5
|
Project-URL: homepage, https://github.com/app-sre/qontract-reconcile
|
6
6
|
Project-URL: repository, https://github.com/app-sre/qontract-reconcile
|
@@ -262,12 +262,7 @@ disallow_incomplete_defs = true
|
|
262
262
|
[[tool.mypy.overrides]]
|
263
263
|
# Untyped modules
|
264
264
|
module = [
|
265
|
-
"reconcile.quay_mirror_org",
|
266
|
-
"reconcile.quay_mirror",
|
267
|
-
"reconcile.quay_permissions",
|
268
|
-
"reconcile.quay_repos",
|
269
265
|
"reconcile.queries",
|
270
|
-
"reconcile.query_validator",
|
271
266
|
"reconcile.requests_sender",
|
272
267
|
"reconcile.sendgrid_teammates",
|
273
268
|
"reconcile.status_page_components",
|
@@ -346,9 +341,6 @@ module = [
|
|
346
341
|
"reconcile.test.test_openshift_saas_deploy",
|
347
342
|
"reconcile.test.test_openshift_upgrade_watcher",
|
348
343
|
"reconcile.test.test_prometheus_rules_tester",
|
349
|
-
"reconcile.test.test_quay_mirror_org",
|
350
|
-
"reconcile.test.test_quay_mirror",
|
351
|
-
"reconcile.test.test_quay_repos",
|
352
344
|
"reconcile.test.test_repo_owners",
|
353
345
|
"reconcile.test.test_requests_sender",
|
354
346
|
"reconcile.test.test_saasherder_allowed_secret_paths",
|
@@ -356,6 +356,15 @@ class AVSIntegration(QontractReconcileIntegration[AVSIntegrationParams]):
|
|
356
356
|
# AWS ElastiCache Redis 6 could use a version like 6.x. Then, we don't need to manage it
|
357
357
|
continue
|
358
358
|
|
359
|
+
if (
|
360
|
+
resource.provider == SupportedResourceProvider.RDS
|
361
|
+
and EXTENDED_SUPPORT_VERSION_INDICATOR
|
362
|
+
in values["engine_version"]
|
363
|
+
):
|
364
|
+
# AWS RDS PostgreSQL 11 and 12 extended support versions are not supported by this integration
|
365
|
+
# See https://aws.amazon.com/about-aws/whats-new/2025/04/amazon-rds-postgresql-extended-support-11-22-rds-20250220-12-22-rds-20250220/
|
366
|
+
continue
|
367
|
+
|
359
368
|
external_resources.append(
|
360
369
|
ExternalResource(
|
361
370
|
namespace_file=ns.path,
|
{qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/quay_mirror.py
RENAMED
@@ -1,3 +1,5 @@
|
|
1
|
+
from __future__ import annotations
|
2
|
+
|
1
3
|
import logging
|
2
4
|
import os
|
3
5
|
import sys
|
@@ -7,8 +9,8 @@ from collections import (
|
|
7
9
|
defaultdict,
|
8
10
|
namedtuple,
|
9
11
|
)
|
10
|
-
from collections.abc import Iterable
|
11
12
|
from typing import (
|
13
|
+
TYPE_CHECKING,
|
12
14
|
Any,
|
13
15
|
Self,
|
14
16
|
)
|
@@ -33,6 +35,9 @@ from reconcile.utils.instrumented_wrappers import InstrumentedSkopeo as Skopeo
|
|
33
35
|
from reconcile.utils.quay_mirror import record_timestamp, sync_tag
|
34
36
|
from reconcile.utils.secret_reader import SecretReader
|
35
37
|
|
38
|
+
if TYPE_CHECKING:
|
39
|
+
from collections.abc import Iterable
|
40
|
+
|
36
41
|
_LOG = logging.getLogger(__name__)
|
37
42
|
|
38
43
|
QONTRACT_INTEGRATION = "quay-mirror"
|
@@ -203,7 +208,7 @@ class QuayMirror:
|
|
203
208
|
})
|
204
209
|
return summary
|
205
210
|
|
206
|
-
def process_sync_tasks(self):
|
211
|
+
def process_sync_tasks(self) -> defaultdict[OrgKey, list[dict[str, str | None]]]:
|
207
212
|
if self.is_compare_tags:
|
208
213
|
_LOG.warning("Making a compare-tags run. This is a slow operation.")
|
209
214
|
summary = self.process_repos_query(
|
@@ -308,12 +313,12 @@ class QuayMirror:
|
|
308
313
|
pass
|
309
314
|
finally:
|
310
315
|
self.response_cache_hits.inc(
|
311
|
-
upstream.response_cache_hits
|
312
|
-
+ downstream.response_cache_hits
|
316
|
+
(upstream.response_cache_hits or 0)
|
317
|
+
+ (downstream.response_cache_hits or 0)
|
313
318
|
)
|
314
319
|
self.response_cache_misses.inc(
|
315
|
-
upstream.response_cache_misses
|
316
|
-
+ downstream.response_cache_misses
|
320
|
+
(upstream.response_cache_misses or 0)
|
321
|
+
+ (downstream.response_cache_misses or 0)
|
317
322
|
)
|
318
323
|
|
319
324
|
_LOG.debug(
|
@@ -346,7 +351,7 @@ class QuayMirror:
|
|
346
351
|
return self._has_enough_time_passed_since_last_compare_tags
|
347
352
|
|
348
353
|
@staticmethod
|
349
|
-
def check_compare_tags_elapsed_time(path, interval) -> bool:
|
354
|
+
def check_compare_tags_elapsed_time(path: str, interval: float) -> bool:
|
350
355
|
try:
|
351
356
|
with open(path, encoding="locale") as file_obj:
|
352
357
|
last_compare_tags = float(file_obj.read())
|
@@ -356,12 +361,15 @@ class QuayMirror:
|
|
356
361
|
next_compare_tags = last_compare_tags + interval
|
357
362
|
return time.time() >= next_compare_tags
|
358
363
|
|
359
|
-
def _get_push_creds(self):
|
364
|
+
def _get_push_creds(self) -> dict[OrgKey, str]:
|
360
365
|
result = self.gqlapi.query(self.QUAY_ORG_CATALOG_QUERY)
|
361
366
|
|
362
|
-
creds = {}
|
363
|
-
|
364
|
-
|
367
|
+
creds: dict[OrgKey, str] = {}
|
368
|
+
if not result:
|
369
|
+
return creds
|
370
|
+
|
371
|
+
for org_data in result.get("quay_orgs") or []:
|
372
|
+
push_secret = org_data.get("pushCredentials")
|
365
373
|
if push_secret is None:
|
366
374
|
continue
|
367
375
|
|
@@ -375,13 +383,13 @@ class QuayMirror:
|
|
375
383
|
|
376
384
|
|
377
385
|
def run(
|
378
|
-
dry_run,
|
386
|
+
dry_run: bool,
|
379
387
|
control_file_dir: str | None,
|
380
388
|
compare_tags: bool | None,
|
381
389
|
compare_tags_interval: int,
|
382
390
|
repository_urls: Iterable[str] | None,
|
383
391
|
exclude_repository_urls: Iterable[str] | None,
|
384
|
-
):
|
392
|
+
) -> None:
|
385
393
|
with QuayMirror(
|
386
394
|
dry_run,
|
387
395
|
control_file_dir,
|
@@ -393,7 +401,7 @@ def run(
|
|
393
401
|
quay_mirror.run()
|
394
402
|
|
395
403
|
|
396
|
-
def early_exit_desired_state(*args, **kwargs) -> dict[str, Any]:
|
404
|
+
def early_exit_desired_state(*args: Any, **kwargs: Any) -> dict[str, Any]:
|
397
405
|
with QuayMirror(dry_run=True) as quay_mirror:
|
398
406
|
return {
|
399
407
|
"repos": quay_mirror.process_repos_query(session=quay_mirror.session),
|
{qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/quay_mirror_org.py
RENAMED
@@ -1,9 +1,10 @@
|
|
1
|
+
from __future__ import annotations
|
2
|
+
|
1
3
|
import logging
|
2
4
|
import os
|
3
5
|
import tempfile
|
4
6
|
from collections import defaultdict
|
5
|
-
from
|
6
|
-
from typing import Any, Self
|
7
|
+
from typing import TYPE_CHECKING, Any, Self
|
7
8
|
|
8
9
|
import requests
|
9
10
|
from sretoolbox.container import (
|
@@ -20,6 +21,11 @@ from reconcile.quay_base import get_quay_api_store
|
|
20
21
|
from reconcile.quay_mirror import QuayMirror
|
21
22
|
from reconcile.utils.quay_mirror import record_timestamp, sync_tag
|
22
23
|
|
24
|
+
if TYPE_CHECKING:
|
25
|
+
from collections.abc import Iterable
|
26
|
+
|
27
|
+
from reconcile.quay_base import OrgKey
|
28
|
+
|
23
29
|
_LOG = logging.getLogger(__name__)
|
24
30
|
|
25
31
|
QONTRACT_INTEGRATION = "quay-mirror-org"
|
@@ -66,7 +72,7 @@ class QuayMirrorOrg:
|
|
66
72
|
def __exit__(self, exc_type: Any, exc_val: Any, exc_tb: Any) -> None:
|
67
73
|
self.session.close()
|
68
74
|
|
69
|
-
def run(self):
|
75
|
+
def run(self) -> None:
|
70
76
|
sync_tasks = self.process_sync_tasks()
|
71
77
|
for org, data in sync_tasks.items():
|
72
78
|
for item in data:
|
@@ -83,19 +89,11 @@ class QuayMirrorOrg:
|
|
83
89
|
if self.is_compare_tags and not self.dry_run:
|
84
90
|
record_timestamp(self.control_file_path)
|
85
91
|
|
86
|
-
def process_org_mirrors(self,
|
87
|
-
"""
|
88
|
-
orgs
|
89
|
-
|
90
|
-
It collects the list of repositories in the upstream org from an API
|
92
|
+
def process_org_mirrors(self) -> dict[OrgKey, list[dict[str, Any]]]:
|
93
|
+
"""It collects the list of repositories in the upstream org from an API
|
91
94
|
call and not from App-Interface.
|
92
|
-
|
93
|
-
:param summary: summary
|
94
|
-
:type summary: dict
|
95
|
-
:return: summary
|
96
|
-
:rtype: dict
|
97
95
|
"""
|
98
|
-
|
96
|
+
summary = defaultdict(list)
|
99
97
|
for org_key, org_info in self.quay_api_store.items():
|
100
98
|
if not org_info.get("mirror"):
|
101
99
|
continue
|
@@ -128,7 +126,7 @@ class QuayMirrorOrg:
|
|
128
126
|
"username": username,
|
129
127
|
"token": token,
|
130
128
|
},
|
131
|
-
"mirror_filters": org_info.get("mirror_filters").get(
|
129
|
+
"mirror_filters": org_info.get("mirror_filters", {}).get(
|
132
130
|
repo["name"], {}
|
133
131
|
),
|
134
132
|
}
|
@@ -136,9 +134,8 @@ class QuayMirrorOrg:
|
|
136
134
|
|
137
135
|
return summary
|
138
136
|
|
139
|
-
def process_sync_tasks(self):
|
140
|
-
summary =
|
141
|
-
self.process_org_mirrors(summary)
|
137
|
+
def process_sync_tasks(self) -> dict[OrgKey, list[dict[str, Any]]]:
|
138
|
+
summary = self.process_org_mirrors()
|
142
139
|
|
143
140
|
sync_tasks = defaultdict(list)
|
144
141
|
for org_key, data in summary.items():
|
@@ -274,7 +271,7 @@ class QuayMirrorOrg:
|
|
274
271
|
|
275
272
|
return self._has_enough_time_passed_since_last_compare_tags
|
276
273
|
|
277
|
-
def get_push_creds(self, org_key):
|
274
|
+
def get_push_creds(self, org_key: OrgKey) -> str:
|
278
275
|
"""returns username and password for the given org
|
279
276
|
|
280
277
|
:param org_key: org_key
|
@@ -296,7 +293,7 @@ def run(
|
|
296
293
|
compare_tags_interval: int,
|
297
294
|
orgs: Iterable[str] | None,
|
298
295
|
repositories: Iterable[str] | None,
|
299
|
-
):
|
296
|
+
) -> None:
|
300
297
|
with QuayMirrorOrg(
|
301
298
|
dry_run,
|
302
299
|
control_file_dir,
|
{qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/quay_permissions.py
RENAMED
@@ -1,7 +1,8 @@
|
|
1
1
|
import logging
|
2
2
|
import sys
|
3
|
+
from typing import Any
|
3
4
|
|
4
|
-
from reconcile.quay_base import get_quay_api_store
|
5
|
+
from reconcile.quay_base import OrgKey, get_quay_api_store
|
5
6
|
from reconcile.status import ExitCodes
|
6
7
|
from reconcile.utils import gql
|
7
8
|
|
@@ -49,9 +50,13 @@ QUAY_REPOS_QUERY = """
|
|
49
50
|
QONTRACT_INTEGRATION = "quay-permissions"
|
50
51
|
|
51
52
|
|
52
|
-
def run(dry_run):
|
53
|
+
def run(dry_run: bool) -> None:
|
53
54
|
gqlapi = gql.get_api()
|
54
|
-
|
55
|
+
result = gqlapi.query(QUAY_REPOS_QUERY)
|
56
|
+
if not result:
|
57
|
+
return
|
58
|
+
|
59
|
+
apps: list[dict[str, Any]] = result.get("apps") or []
|
55
60
|
quay_api_store = get_quay_api_store()
|
56
61
|
error = False
|
57
62
|
for app in apps:
|
@@ -61,7 +66,7 @@ def run(dry_run):
|
|
61
66
|
for quay_repo_config in quay_repo_configs:
|
62
67
|
instance_name = quay_repo_config["org"]["instance"]["name"]
|
63
68
|
org_name = quay_repo_config["org"]["name"]
|
64
|
-
org_key = (instance_name, org_name)
|
69
|
+
org_key = OrgKey(instance_name, org_name)
|
65
70
|
|
66
71
|
if not quay_repo_config["org"]["managedRepos"]:
|
67
72
|
logging.error(
|
@@ -95,7 +100,7 @@ def run(dry_run):
|
|
95
100
|
)
|
96
101
|
continue
|
97
102
|
|
98
|
-
perm_org_key = (
|
103
|
+
perm_org_key = OrgKey(
|
99
104
|
permission["quayOrg"]["instance"]["name"],
|
100
105
|
permission["quayOrg"]["name"],
|
101
106
|
)
|
{qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/quay_repos.py
RENAMED
@@ -1,6 +1,9 @@
|
|
1
|
+
from __future__ import annotations
|
2
|
+
|
1
3
|
import logging
|
2
4
|
import sys
|
3
5
|
from collections import namedtuple
|
6
|
+
from typing import TYPE_CHECKING
|
4
7
|
|
5
8
|
from reconcile.quay_base import (
|
6
9
|
OrgKey,
|
@@ -9,6 +12,9 @@ from reconcile.quay_base import (
|
|
9
12
|
from reconcile.status import ExitCodes
|
10
13
|
from reconcile.utils import gql
|
11
14
|
|
15
|
+
if TYPE_CHECKING:
|
16
|
+
from reconcile.quay_base import QuayApiStore
|
17
|
+
|
12
18
|
QUAY_REPOS_QUERY = """
|
13
19
|
{
|
14
20
|
apps: apps_v1 {
|
@@ -37,7 +43,7 @@ QONTRACT_INTEGRATION = "quay-repos"
|
|
37
43
|
RepoInfo = namedtuple("RepoInfo", ["org_key", "name", "public", "description"])
|
38
44
|
|
39
45
|
|
40
|
-
def fetch_current_state(quay_api_store):
|
46
|
+
def fetch_current_state(quay_api_store: QuayApiStore) -> list[RepoInfo]:
|
41
47
|
state = []
|
42
48
|
|
43
49
|
for org_key, org_info in quay_api_store.items():
|
@@ -60,16 +66,17 @@ def fetch_current_state(quay_api_store):
|
|
60
66
|
return state
|
61
67
|
|
62
68
|
|
63
|
-
def fetch_desired_state(quay_api_store):
|
69
|
+
def fetch_desired_state(quay_api_store: QuayApiStore) -> list[RepoInfo]:
|
64
70
|
gqlapi = gql.get_api()
|
65
71
|
result = gqlapi.query(QUAY_REPOS_QUERY)
|
72
|
+
# fetch from quayRepos
|
73
|
+
if not result:
|
74
|
+
return []
|
66
75
|
|
67
76
|
state = []
|
68
|
-
|
69
77
|
seen_repos = set()
|
70
78
|
|
71
|
-
|
72
|
-
for app in result["apps"]:
|
79
|
+
for app in result.get("apps") or []:
|
73
80
|
quay_repos = app.get("quayRepos")
|
74
81
|
|
75
82
|
if quay_repos is None:
|
@@ -115,7 +122,9 @@ def fetch_desired_state(quay_api_store):
|
|
115
122
|
return state
|
116
123
|
|
117
124
|
|
118
|
-
def get_downstream_orgs(
|
125
|
+
def get_downstream_orgs(
|
126
|
+
quay_api_store: QuayApiStore, upstream_org_key: OrgKey
|
127
|
+
) -> list[OrgKey]:
|
119
128
|
downstream_orgs = []
|
120
129
|
for org_key, org_info in quay_api_store.items():
|
121
130
|
if org_info.get("mirror") == upstream_org_key:
|
@@ -124,14 +133,16 @@ def get_downstream_orgs(quay_api_store, upstream_org_key):
|
|
124
133
|
return downstream_orgs
|
125
134
|
|
126
135
|
|
127
|
-
def get_repo_from_state(state, repo_info):
|
136
|
+
def get_repo_from_state(state: list[RepoInfo], repo_info: RepoInfo) -> RepoInfo | None:
|
128
137
|
for item in state:
|
129
138
|
if item.org_key == repo_info.org_key and item.name == repo_info.name:
|
130
139
|
return item
|
131
140
|
return None
|
132
141
|
|
133
142
|
|
134
|
-
def act_delete(
|
143
|
+
def act_delete(
|
144
|
+
dry_run: bool, quay_api_store: QuayApiStore, current_repo: RepoInfo
|
145
|
+
) -> None:
|
135
146
|
logging.info([
|
136
147
|
"delete_repo",
|
137
148
|
current_repo.org_key.instance,
|
@@ -143,7 +154,9 @@ def act_delete(dry_run, quay_api_store, current_repo):
|
|
143
154
|
api.repo_delete(current_repo.name)
|
144
155
|
|
145
156
|
|
146
|
-
def act_create(
|
157
|
+
def act_create(
|
158
|
+
dry_run: bool, quay_api_store: QuayApiStore, desired_repo: RepoInfo
|
159
|
+
) -> None:
|
147
160
|
logging.info([
|
148
161
|
"create_repo",
|
149
162
|
desired_repo.org_key.instance,
|
@@ -157,7 +170,9 @@ def act_create(dry_run, quay_api_store, desired_repo):
|
|
157
170
|
)
|
158
171
|
|
159
172
|
|
160
|
-
def act_description(
|
173
|
+
def act_description(
|
174
|
+
dry_run: bool, quay_api_store: QuayApiStore, desired_repo: RepoInfo
|
175
|
+
) -> None:
|
161
176
|
logging.info([
|
162
177
|
"update_desc",
|
163
178
|
desired_repo.org_key.instance,
|
@@ -169,7 +184,9 @@ def act_description(dry_run, quay_api_store, desired_repo):
|
|
169
184
|
api.repo_update_description(desired_repo.name, desired_repo.description)
|
170
185
|
|
171
186
|
|
172
|
-
def act_public(
|
187
|
+
def act_public(
|
188
|
+
dry_run: bool, quay_api_store: QuayApiStore, desired_repo: RepoInfo
|
189
|
+
) -> None:
|
173
190
|
logging.info([
|
174
191
|
"update_public",
|
175
192
|
desired_repo.org_key.instance,
|
@@ -184,24 +201,28 @@ def act_public(dry_run, quay_api_store, desired_repo):
|
|
184
201
|
api.repo_make_private(desired_repo.name)
|
185
202
|
|
186
203
|
|
187
|
-
def act(
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
204
|
+
def act(
|
205
|
+
dry_run: bool,
|
206
|
+
quay_api_store: QuayApiStore,
|
207
|
+
current_state: list[RepoInfo],
|
208
|
+
desired_state: list[RepoInfo],
|
209
|
+
) -> None:
|
210
|
+
for current_state_repo in current_state:
|
211
|
+
if not get_repo_from_state(desired_state, current_state_repo):
|
212
|
+
act_delete(dry_run, quay_api_store, current_state_repo)
|
192
213
|
|
193
|
-
for
|
194
|
-
current_repo = get_repo_from_state(current_state,
|
214
|
+
for desired_state_repo in desired_state:
|
215
|
+
current_repo = get_repo_from_state(current_state, desired_state_repo)
|
195
216
|
if not current_repo:
|
196
|
-
act_create(dry_run, quay_api_store,
|
217
|
+
act_create(dry_run, quay_api_store, desired_state_repo)
|
197
218
|
else:
|
198
|
-
if current_repo.public !=
|
199
|
-
act_public(dry_run, quay_api_store,
|
200
|
-
if current_repo.description !=
|
201
|
-
act_description(dry_run, quay_api_store,
|
219
|
+
if current_repo.public != desired_state_repo.public:
|
220
|
+
act_public(dry_run, quay_api_store, desired_state_repo)
|
221
|
+
if current_repo.description != desired_state_repo.description:
|
222
|
+
act_description(dry_run, quay_api_store, desired_state_repo)
|
202
223
|
|
203
224
|
|
204
|
-
def run(dry_run):
|
225
|
+
def run(dry_run: bool) -> None:
|
205
226
|
quay_api_store = get_quay_api_store()
|
206
227
|
|
207
228
|
# consistency checks
|
{qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/query_validator.py
RENAMED
@@ -1,6 +1,7 @@
|
|
1
1
|
import logging
|
2
2
|
import sys
|
3
3
|
from textwrap import indent
|
4
|
+
from typing import Any
|
4
5
|
|
5
6
|
from reconcile import queries
|
6
7
|
from reconcile.openshift_resources_base import (
|
@@ -30,14 +31,17 @@ QUERY_VALIDATIONS_QUERY = """
|
|
30
31
|
""" % (indent(OPENSHIFT_RESOURCE, 6 * " "),)
|
31
32
|
|
32
33
|
|
33
|
-
def run(dry_run):
|
34
|
+
def run(dry_run: bool) -> None:
|
34
35
|
gqlapi = gql.get_api()
|
35
|
-
|
36
|
+
data = gqlapi.query(QUERY_VALIDATIONS_QUERY)
|
37
|
+
if not data:
|
38
|
+
return
|
39
|
+
query_validations: list[dict[str, Any]] = data.get("validations") or []
|
36
40
|
settings = queries.get_secret_reader_settings()
|
37
41
|
error = False
|
38
42
|
for qv in query_validations:
|
39
43
|
qv_name = qv["name"]
|
40
|
-
for q in qv
|
44
|
+
for q in qv.get("queries") or []:
|
41
45
|
try:
|
42
46
|
gqlapi.query(gql.get_resource(q["path"])["content"])
|
43
47
|
except (gql.GqlGetResourceError, gql.GqlApiError) as e:
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/acs_policies.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/healthchecks.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/metrics.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/models.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aus/upgrades.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_ami_share.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/aws_iam_keys.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev285 → qontract_reconcile-0.10.2.dev287}/reconcile/checkpoint.py
RENAMED
File without changes
|
File without changes
|