qontract-reconcile 0.10.2.dev448__tar.gz → 0.10.2.dev459__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.
Potentially problematic release.
This version of qontract-reconcile might be problematic. Click here for more details.
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/PKG-INFO +1 -1
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/change_owners/README.md +1 -1
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/change_owners/change_owners.py +108 -42
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/change_owners/decision.py +1 -1
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_namespaces.py +3 -4
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/gitlab_api.py +12 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/oc.py +8 -2
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/README.md +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/pyproject.toml +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/aus_sts_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/automated_actions/config/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/automated_actions/config/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/cli.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/endpoints_discovery/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/fleet_labeler/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/fleet_labeler/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/fleet_labeler/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/fleet_labeler/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/fleet_labeler/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/fleet_labeler/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/fleet_labeler/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/fleet_labeler/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gcp_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gitlab_housekeeping.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gitlab_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/automated_actions/instance.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/app_interface_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/common/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/email_sender/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/email_sender/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/email_sender/emails.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/email_sender/users.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/external_resources/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/aws_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/container_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/deploy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/email_service.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/email_user.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/saas_slo_document.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/gcp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/gcp/gcp_docker_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/gcp/gcp_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/introspection.json +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/jira/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/rhcs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/rhcs/certs.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/rhcs/openshift_resource_rhcs_cert.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/sharding/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/status_board/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/integrations_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/ocm_internal_notifications/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_rhcs_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_saas_deploy.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/oum/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/prometheus_rules_tester/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/rhidp/sso_client/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/saas_auto_promotions_manager/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/statuspage/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/templates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/templating/lib/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/terraform_tgw_attachments.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/terraform_users.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/terraform_vpc_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/app_interface_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/aws_account_tags.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/aws_api_typed/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/aws_api_typed/cloudformation.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/aws_api_typed/logs.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/clusterhealth/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/datetime_util.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/dynatrace/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/internal_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/jinja2/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/jobcontroller/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/json.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/ocm/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/rhcsv2_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/rosa/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/saasherder/interfaces.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/saasherder/saasherder.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/slo_document_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/sloth.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/terrascript/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/terrascript_aws_client.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/cli_commands/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/cli_commands/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/qontract_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/saas_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/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.dev459
|
|
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
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
`change_owners` uses the `qontract-server` diff endpoint to get a highlevel overview what changed in an MR. It leverages `change_types` to find fine grained differences in datafiles and resourcefiles and build `BundleFileChange` objects that hold the state of diffs and diff coverage.
|
|
17
17
|
|
|
18
|
-
`change_owners` checks `BundleFileChange` objects for `change-types` that are `restrictive`. If the MR was created by a user, that has this `change-type` not assigned, the integration will fail. A user with this role assigned could issue an `/
|
|
18
|
+
`change_owners` checks `BundleFileChange` objects for `change-types` that are `restrictive`. If the MR was created by a user, that has this `change-type` not assigned, the integration will fail. A user with this role assigned could issue an `/ok-to-test` command to override this restriction.
|
|
19
19
|
|
|
20
20
|
`change_owners` reachs out to pluggable functionality to find out which `change-types` can be applied to which changes with a set of approvers. Currently, the only module to provide such `ChangeTypeContext` is `self_service_roles` which looks for explicitly bound `change-types` and files in the context of a `Role` with users and bots will can act as approvers.
|
|
21
21
|
|
|
@@ -23,6 +23,7 @@ from reconcile.change_owners.changes import (
|
|
|
23
23
|
)
|
|
24
24
|
from reconcile.change_owners.decision import (
|
|
25
25
|
ChangeDecision,
|
|
26
|
+
ChangeResponsibles,
|
|
26
27
|
DecisionCommand,
|
|
27
28
|
apply_decisions_to_changes,
|
|
28
29
|
get_approver_decisions_from_mr_comments,
|
|
@@ -115,6 +116,77 @@ def manage_conditional_label(
|
|
|
115
116
|
return set(new_labels)
|
|
116
117
|
|
|
117
118
|
|
|
119
|
+
def build_status_message(
|
|
120
|
+
self_serviceable: bool,
|
|
121
|
+
authoritative: bool,
|
|
122
|
+
change_admitted: bool,
|
|
123
|
+
approver_reachability: set[str],
|
|
124
|
+
supported_commands: list[str],
|
|
125
|
+
) -> str:
|
|
126
|
+
"""
|
|
127
|
+
Build a user-friendly status message based on the MR state.
|
|
128
|
+
"""
|
|
129
|
+
approver_section = _build_approver_contact_section(approver_reachability)
|
|
130
|
+
|
|
131
|
+
# Check if changes are not admitted (security gate - takes priority)
|
|
132
|
+
if not change_admitted:
|
|
133
|
+
return f"""## ⏸️ Approval Required
|
|
134
|
+
Your changes need `/ok-to-test` approval from a listed approver before review can begin.
|
|
135
|
+
|
|
136
|
+
{approver_section}"""
|
|
137
|
+
|
|
138
|
+
commands_text = (
|
|
139
|
+
f"**Available commands:** {' '.join(f'`{cmd}`' for cmd in supported_commands)}"
|
|
140
|
+
)
|
|
141
|
+
|
|
142
|
+
code_warning = ""
|
|
143
|
+
if not authoritative:
|
|
144
|
+
code_warning = "⚠️ **Code changes outside of data and resources detected** - please review carefully\n\n"
|
|
145
|
+
|
|
146
|
+
if self_serviceable:
|
|
147
|
+
return f"""## ✅ Ready for Review
|
|
148
|
+
Get `/lgtm` approval from the listed approvers below.
|
|
149
|
+
|
|
150
|
+
{code_warning}{approver_section}
|
|
151
|
+
|
|
152
|
+
{commands_text}"""
|
|
153
|
+
|
|
154
|
+
return f"""## 🔍 AppSRE Review Required
|
|
155
|
+
**What happens next:**
|
|
156
|
+
* AppSRE will review via their [review queue](https://gitlab.cee.redhat.com/service/app-interface-output/-/blob/master/app-interface-review-queue.md)
|
|
157
|
+
* Please don't ping directly unless this is **urgent**
|
|
158
|
+
* See [etiquette guide](https://gitlab.cee.redhat.com/service/app-interface#app-interface-etiquette) for more info
|
|
159
|
+
|
|
160
|
+
{code_warning}{approver_section}
|
|
161
|
+
|
|
162
|
+
{commands_text}"""
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
def _build_approver_contact_section(approver_reachability: set[str]) -> str:
|
|
166
|
+
"""Build the approver contact information section."""
|
|
167
|
+
if not approver_reachability:
|
|
168
|
+
return ""
|
|
169
|
+
|
|
170
|
+
return "**Reach out to approvers:**\n" + "\n".join([
|
|
171
|
+
f"* {ar}" for ar in approver_reachability
|
|
172
|
+
])
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
def _format_change_responsible(cr: ChangeResponsibles) -> str:
|
|
176
|
+
"""
|
|
177
|
+
Format a ChangeResponsibles object.
|
|
178
|
+
"""
|
|
179
|
+
usernames = [
|
|
180
|
+
f"@{a.org_username}"
|
|
181
|
+
if (a.tag_on_merge_requests or len(cr.approvers) == 1)
|
|
182
|
+
else a.org_username
|
|
183
|
+
for a in cr.approvers
|
|
184
|
+
]
|
|
185
|
+
|
|
186
|
+
usernames_text = " ".join(usernames)
|
|
187
|
+
return f"<details><summary>{cr.context}</summary>{usernames_text}</details>"
|
|
188
|
+
|
|
189
|
+
|
|
118
190
|
def write_coverage_report_to_mr(
|
|
119
191
|
self_serviceable: bool,
|
|
120
192
|
change_decisions: list[ChangeDecision],
|
|
@@ -135,14 +207,11 @@ def write_coverage_report_to_mr(
|
|
|
135
207
|
startswith=change_coverage_report_header,
|
|
136
208
|
)
|
|
137
209
|
|
|
138
|
-
#
|
|
210
|
+
# Build change coverage table
|
|
139
211
|
results = []
|
|
140
212
|
approver_reachability = set()
|
|
141
213
|
for d in change_decisions:
|
|
142
|
-
approvers = [
|
|
143
|
-
f"{cr.context} - {' '.join([f'@{a.org_username}' if (a.tag_on_merge_requests or len(cr.approvers) == 1) else a.org_username for a in cr.approvers])}"
|
|
144
|
-
for cr in d.change_responsibles
|
|
145
|
-
]
|
|
214
|
+
approvers = [_format_change_responsible(cr) for cr in d.change_responsibles]
|
|
146
215
|
if d.coverable_by_fragment_decisions:
|
|
147
216
|
approvers.append(
|
|
148
217
|
"automatically approved if all sub-properties are approved"
|
|
@@ -164,41 +233,33 @@ def write_coverage_report_to_mr(
|
|
|
164
233
|
item["status"] = "hold"
|
|
165
234
|
elif d.is_approved():
|
|
166
235
|
item["status"] = "approved"
|
|
167
|
-
item["approvers"] = approvers
|
|
236
|
+
item["approvers"] = "".join(approvers)
|
|
168
237
|
results.append(item)
|
|
238
|
+
|
|
169
239
|
coverage_report = format_table(
|
|
170
240
|
results, ["file", "change", "status", "approvers"], table_format="github"
|
|
171
241
|
)
|
|
172
242
|
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
)
|
|
182
|
-
if not authoritative:
|
|
183
|
-
self_serviceability_hint += "\n\nchanges outside of data and resources detected - <b>PAY EXTRA ATTENTION WHILE REVIEWING</b>\n\n"
|
|
184
|
-
|
|
185
|
-
if not change_admitted:
|
|
186
|
-
self_serviceability_hint += "\n\nchanges are not admitted. Please request `/good-to-test` from one of the approvers.\n\n"
|
|
187
|
-
|
|
188
|
-
approver_reachability_hint = "Reach out to approvers for reviews"
|
|
189
|
-
if approver_reachability:
|
|
190
|
-
approver_reachability_hint += " on\n" + "\n".join([
|
|
191
|
-
f"* {ar}" for ar in approver_reachability or []
|
|
192
|
-
])
|
|
193
|
-
gl.add_comment_to_merge_request(
|
|
194
|
-
merge_request,
|
|
195
|
-
f"{change_coverage_report_header}<br/>"
|
|
196
|
-
f"{self_serviceability_hint}\n"
|
|
197
|
-
f"{coverage_report}\n\n"
|
|
198
|
-
f"{approver_reachability_hint}\n\n"
|
|
199
|
-
+ f"Supported commands: {' '.join([f'`{d.value}`' for d in DecisionCommand])} ",
|
|
243
|
+
# Build user-friendly status message
|
|
244
|
+
supported_commands = [d.value for d in DecisionCommand]
|
|
245
|
+
status_message = build_status_message(
|
|
246
|
+
self_serviceable=self_serviceable,
|
|
247
|
+
authoritative=authoritative,
|
|
248
|
+
change_admitted=change_admitted,
|
|
249
|
+
approver_reachability=approver_reachability,
|
|
250
|
+
supported_commands=supported_commands,
|
|
200
251
|
)
|
|
201
252
|
|
|
253
|
+
# Create the full comment
|
|
254
|
+
full_comment = f"""{change_coverage_report_header}
|
|
255
|
+
|
|
256
|
+
{status_message}
|
|
257
|
+
|
|
258
|
+
## 📋 Change Summary
|
|
259
|
+
{coverage_report}"""
|
|
260
|
+
|
|
261
|
+
gl.add_comment_to_merge_request(merge_request, full_comment)
|
|
262
|
+
|
|
202
263
|
|
|
203
264
|
def write_coverage_report_to_stdout(change_decisions: list[ChangeDecision]) -> None:
|
|
204
265
|
results = []
|
|
@@ -261,22 +322,22 @@ def init_gitlab(gitlab_project_id: str) -> GitLabApi:
|
|
|
261
322
|
|
|
262
323
|
|
|
263
324
|
def is_coverage_admitted(
|
|
264
|
-
coverage: ChangeTypeContext, mr_author: str,
|
|
325
|
+
coverage: ChangeTypeContext, mr_author: str, ok_to_test_approvers: set[str]
|
|
265
326
|
) -> bool:
|
|
266
327
|
return any(
|
|
267
|
-
a.org_username == mr_author or a.org_username in
|
|
328
|
+
a.org_username == mr_author or a.org_username in ok_to_test_approvers
|
|
268
329
|
for a in coverage.approvers
|
|
269
330
|
)
|
|
270
331
|
|
|
271
332
|
|
|
272
333
|
def is_change_admitted(
|
|
273
|
-
changes: list[BundleFileChange], mr_author: str,
|
|
334
|
+
changes: list[BundleFileChange], mr_author: str, ok_to_test_approvers: set[str]
|
|
274
335
|
) -> bool:
|
|
275
336
|
# Checks if mr authors are allowed to do the changes in the merge request.
|
|
276
337
|
# If a change type is restrictive and the author is not an approver,
|
|
277
338
|
# this is not admitted.
|
|
278
339
|
# A change might be admitted if a user that has the restrictive change
|
|
279
|
-
# type is an approver or an approver adds an /
|
|
340
|
+
# type is an approver or an approver adds an /ok-to-test comment.
|
|
280
341
|
|
|
281
342
|
restrictive_coverages = [
|
|
282
343
|
c
|
|
@@ -290,7 +351,7 @@ def is_change_admitted(
|
|
|
290
351
|
change_types_approved = {
|
|
291
352
|
c.origin
|
|
292
353
|
for c in restrictive_coverages
|
|
293
|
-
if is_coverage_admitted(c, mr_author,
|
|
354
|
+
if is_coverage_admitted(c, mr_author, ok_to_test_approvers)
|
|
294
355
|
}
|
|
295
356
|
return change_types_to_approve == change_types_approved
|
|
296
357
|
|
|
@@ -381,17 +442,22 @@ def run(
|
|
|
381
442
|
merge_request = gl.get_merge_request(gitlab_merge_request_id)
|
|
382
443
|
|
|
383
444
|
comments = gl.get_merge_request_comments(merge_request)
|
|
384
|
-
|
|
385
|
-
c.username for c in comments if c.body.strip() == "/
|
|
445
|
+
ok_to_test_approvers = {
|
|
446
|
+
c.username for c in comments if c.body.strip() == "/ok-to-test"
|
|
386
447
|
}
|
|
387
448
|
|
|
388
449
|
change_admitted = is_change_admitted(
|
|
389
450
|
changes,
|
|
390
451
|
gl.get_merge_request_author_username(merge_request),
|
|
391
|
-
|
|
452
|
+
ok_to_test_approvers,
|
|
392
453
|
)
|
|
393
454
|
approver_decisions = get_approver_decisions_from_mr_comments(
|
|
394
|
-
gl.get_merge_request_comments(
|
|
455
|
+
gl.get_merge_request_comments(
|
|
456
|
+
merge_request,
|
|
457
|
+
include_description=True,
|
|
458
|
+
include_approvals=True,
|
|
459
|
+
approval_body=DecisionCommand.APPROVED.value,
|
|
460
|
+
)
|
|
395
461
|
)
|
|
396
462
|
change_decisions = apply_decisions_to_changes(
|
|
397
463
|
changes,
|
|
@@ -43,6 +43,7 @@ class DesiredState:
|
|
|
43
43
|
cluster: str
|
|
44
44
|
namespace: str
|
|
45
45
|
delete: bool
|
|
46
|
+
cluster_admin: bool
|
|
46
47
|
|
|
47
48
|
|
|
48
49
|
class NamespaceDuplicateError(Exception):
|
|
@@ -92,6 +93,7 @@ def build_desired_state(
|
|
|
92
93
|
cluster=namespace.cluster.name,
|
|
93
94
|
namespace=namespace.name,
|
|
94
95
|
delete=namespace.delete or False,
|
|
96
|
+
cluster_admin=namespace.cluster_admin or False,
|
|
95
97
|
)
|
|
96
98
|
for namespace in namespaces
|
|
97
99
|
]
|
|
@@ -104,7 +106,7 @@ def manage_namespace(
|
|
|
104
106
|
) -> None:
|
|
105
107
|
namespace = desired_state.namespace
|
|
106
108
|
|
|
107
|
-
oc = oc_map.get(desired_state.cluster)
|
|
109
|
+
oc = oc_map.get(desired_state.cluster, privileged=desired_state.cluster_admin)
|
|
108
110
|
if isinstance(oc, OCLogMsg):
|
|
109
111
|
logging.log(level=oc.log_level, msg=oc.message)
|
|
110
112
|
return
|
|
@@ -116,9 +118,6 @@ def manage_namespace(
|
|
|
116
118
|
|
|
117
119
|
action = Action.DELETE if desired_state.delete else Action.CREATE
|
|
118
120
|
|
|
119
|
-
if namespace.startswith("openshift-"):
|
|
120
|
-
raise ValueError(f'cannot {action} a project starting with "openshift-"')
|
|
121
|
-
|
|
122
121
|
logging.info([str(action), desired_state.cluster, namespace])
|
|
123
122
|
if not dry_run:
|
|
124
123
|
match action:
|
{qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/utils/gitlab_api.py
RENAMED
|
@@ -444,6 +444,8 @@ class GitLabApi:
|
|
|
444
444
|
def get_merge_request_comments(
|
|
445
445
|
merge_request: ProjectMergeRequest,
|
|
446
446
|
include_description: bool = False,
|
|
447
|
+
include_approvals: bool = False,
|
|
448
|
+
approval_body: str = "",
|
|
447
449
|
) -> list[Comment]:
|
|
448
450
|
comments = []
|
|
449
451
|
if include_description:
|
|
@@ -455,6 +457,16 @@ class GitLabApi:
|
|
|
455
457
|
created_at=merge_request.created_at,
|
|
456
458
|
)
|
|
457
459
|
)
|
|
460
|
+
if include_approvals:
|
|
461
|
+
comments.extend(
|
|
462
|
+
Comment(
|
|
463
|
+
id=approval["user"]["id"],
|
|
464
|
+
username=approval["user"]["username"],
|
|
465
|
+
body=approval_body,
|
|
466
|
+
created_at=approval["approved_at"],
|
|
467
|
+
)
|
|
468
|
+
for approval in merge_request.approvals.get().approved_by
|
|
469
|
+
)
|
|
458
470
|
comments.extend(
|
|
459
471
|
Comment(
|
|
460
472
|
id=note.id,
|
|
@@ -651,9 +651,15 @@ class OCCli:
|
|
|
651
651
|
raise e
|
|
652
652
|
return True
|
|
653
653
|
|
|
654
|
+
def _use_oc_project(self, namespace: str) -> bool:
|
|
655
|
+
# Note, that openshift-* namespaces cannot be created via new-project
|
|
656
|
+
return self.is_kind_supported(PROJECT_KIND) and not namespace.startswith(
|
|
657
|
+
"openshift-"
|
|
658
|
+
)
|
|
659
|
+
|
|
654
660
|
@OCDecorators.process_reconcile_time
|
|
655
661
|
def new_project(self, namespace: str) -> OCProcessReconcileTimeDecoratorMsg:
|
|
656
|
-
if self.
|
|
662
|
+
if self._use_oc_project(namespace=namespace):
|
|
657
663
|
cmd = ["new-project", namespace]
|
|
658
664
|
else:
|
|
659
665
|
cmd = ["create", "namespace", namespace]
|
|
@@ -669,7 +675,7 @@ class OCCli:
|
|
|
669
675
|
|
|
670
676
|
@OCDecorators.process_reconcile_time
|
|
671
677
|
def delete_project(self, namespace: str) -> OCProcessReconcileTimeDecoratorMsg:
|
|
672
|
-
if self.
|
|
678
|
+
if self._use_oc_project(namespace=namespace):
|
|
673
679
|
cmd = ["delete", "project", namespace]
|
|
674
680
|
else:
|
|
675
681
|
cmd = ["delete", "namespace", namespace]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/acs_policies.py
RENAMED
|
File without changes
|
|
File without changes
|
{qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/healthchecks.py
RENAMED
|
File without changes
|
{qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aus/metrics.py
RENAMED
|
File without changes
|
{qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/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.dev448 → qontract_reconcile-0.10.2.dev459}/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.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/aws_ami_share.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/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
|
{qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/checkpoint.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/dashdotdb_base.py
RENAMED
|
File without changes
|
{qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/dashdotdb_dora.py
RENAMED
|
File without changes
|
{qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/dashdotdb_dvo.py
RENAMED
|
File without changes
|
{qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/dashdotdb_slo.py
RENAMED
|
File without changes
|
|
File without changes
|
{qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/deadmanssnitch.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qontract_reconcile-0.10.2.dev448 → qontract_reconcile-0.10.2.dev459}/reconcile/email_sender.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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
|