qontract-reconcile 0.10.2.dev258__tar.gz → 0.10.2.dev259__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/PKG-INFO +1 -1
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/database_access_manager.py +16 -9
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/introspection.json +12 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/queries.py +1 -1
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/sql_query.py +31 -28
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/README.md +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/pyproject.toml +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/automated_actions/config/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/automated_actions/config/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/cli.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/endpoints_discovery/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/fleet_labeler/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/fleet_labeler/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/fleet_labeler/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/fleet_labeler/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/fleet_labeler/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/fleet_labeler/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/fleet_labeler/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/fleet_labeler/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gcp_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gitlab_housekeeping.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gitlab_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/automated_actions/instance.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/common/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/email_sender/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/email_sender/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/email_sender/emails.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/email_sender/users.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/external_resources/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/container_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/deploy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/email_service.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/email_user.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/saas_slo_document.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/gcp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/gcp/gcp_docker_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/gcp/gcp_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/jira/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/ocm_subscription_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/rhcs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/rhcs/certs.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/sharding/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/status_board/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/integrations_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/jenkins/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/jenkins/types.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/ocm_internal_notifications/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_rhcs_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_saas_deploy.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/oum/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/prometheus_rules_tester/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/rhidp/sso_client/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/saas_auto_promotions_manager/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/statuspage/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/templates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/templating/lib/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/terraform_tgw_attachments.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/terraform_users.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/terraform_vpc_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/aws_api_typed/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/clusterhealth/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/dynatrace/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/gitlab_api.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/internal_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/jinja2/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/jobcontroller/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/ocm/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/rhcsv2_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/rosa/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/saasherder/interfaces.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/saasherder/saasherder.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/slo_document_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/terrascript/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/terrascript_aws_client.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/vaultsecretref.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/cli_commands/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/cli_commands/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/qontract_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/saas_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/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.dev259
|
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
|
@@ -13,6 +13,7 @@ from typing import (
|
|
13
13
|
)
|
14
14
|
|
15
15
|
from pydantic import BaseModel
|
16
|
+
from sretoolbox.container.image import Image
|
16
17
|
|
17
18
|
from reconcile import openshift_base, queries
|
18
19
|
from reconcile import openshift_resources_base as orb
|
@@ -52,7 +53,6 @@ QONTRACT_INTEGRATION_VERSION = make_semver(0, 1, 0)
|
|
52
53
|
SUPPORTED_ENGINES = ["postgres"]
|
53
54
|
|
54
55
|
JOB_DEADLINE_IN_SECONDS = 60
|
55
|
-
JOB_PSQL_ENGINE_VERSION = "15.4-alpine"
|
56
56
|
|
57
57
|
|
58
58
|
def get_database_access_namespaces(
|
@@ -227,9 +227,8 @@ def get_db_engine(resource: NamespaceTerraformResourceRDSV1) -> str:
|
|
227
227
|
|
228
228
|
class JobData(BaseModel):
|
229
229
|
engine: str
|
230
|
-
engine_version: str
|
231
230
|
name_suffix: str
|
232
|
-
|
231
|
+
image: str
|
233
232
|
service_account_name: str
|
234
233
|
rds_admin_secret_name: str
|
235
234
|
script_secret_name: str
|
@@ -239,8 +238,11 @@ class JobData(BaseModel):
|
|
239
238
|
def get_job_spec(job_data: JobData) -> OpenshiftResource:
|
240
239
|
job_name = f"dbam-{job_data.name_suffix}"
|
241
240
|
|
241
|
+
image_tag = Image(job_data.image).tag
|
242
|
+
image_pull_policy = "Always" if image_tag == "latest" else "IfNotPresent"
|
243
|
+
|
242
244
|
if job_data.engine == "postgres":
|
243
|
-
command = "/usr/
|
245
|
+
command = "/usr/bin/psql"
|
244
246
|
|
245
247
|
job = {
|
246
248
|
"apiVersion": "batch/v1",
|
@@ -269,7 +271,8 @@ def get_job_spec(job_data: JobData) -> OpenshiftResource:
|
|
269
271
|
"containers": [
|
270
272
|
{
|
271
273
|
"name": job_name,
|
272
|
-
"image": f"{job_data.
|
274
|
+
"image": f"{job_data.image}",
|
275
|
+
"imagePullPolicy": image_pull_policy,
|
273
276
|
"command": [
|
274
277
|
command,
|
275
278
|
],
|
@@ -415,7 +418,7 @@ class JobStatus(BaseModel):
|
|
415
418
|
def _populate_resources(
|
416
419
|
db_access: DatabaseAccessV1,
|
417
420
|
engine: str,
|
418
|
-
|
421
|
+
job_image: str,
|
419
422
|
pull_secret: dict[Any, Any],
|
420
423
|
admin_secret_name: str,
|
421
424
|
resource_prefix: str,
|
@@ -479,9 +482,8 @@ def _populate_resources(
|
|
479
482
|
resource=get_job_spec(
|
480
483
|
JobData(
|
481
484
|
engine=engine,
|
482
|
-
engine_version=JOB_PSQL_ENGINE_VERSION,
|
483
485
|
name_suffix=db_access.name,
|
484
|
-
|
486
|
+
image=job_image,
|
485
487
|
service_account_name=resource_prefix,
|
486
488
|
rds_admin_secret_name=admin_secret_name,
|
487
489
|
script_secret_name=script_secret_name,
|
@@ -620,10 +622,15 @@ def _process_db_access(
|
|
620
622
|
if not sql_query_settings:
|
621
623
|
raise KeyError("sqlQuery settings are required")
|
622
624
|
|
625
|
+
job_image = (
|
626
|
+
sql_query_settings.get("jobImage")
|
627
|
+
or "quay.io/app-sre/debug-container:latest"
|
628
|
+
)
|
629
|
+
|
623
630
|
managed_resources = _populate_resources(
|
624
631
|
db_access,
|
625
632
|
engine,
|
626
|
-
|
633
|
+
job_image,
|
627
634
|
sql_query_settings["pullSecret"],
|
628
635
|
admin_secret_name,
|
629
636
|
resource_prefix,
|
@@ -25826,6 +25826,18 @@
|
|
25826
25826
|
"isDeprecated": false,
|
25827
25827
|
"deprecationReason": null
|
25828
25828
|
},
|
25829
|
+
{
|
25830
|
+
"name": "jobImage",
|
25831
|
+
"description": null,
|
25832
|
+
"args": [],
|
25833
|
+
"type": {
|
25834
|
+
"kind": "SCALAR",
|
25835
|
+
"name": "String",
|
25836
|
+
"ofType": null
|
25837
|
+
},
|
25838
|
+
"isDeprecated": false,
|
25839
|
+
"deprecationReason": null
|
25840
|
+
},
|
25829
25841
|
{
|
25830
25842
|
"name": "pullSecret",
|
25831
25843
|
"description": null,
|
{qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/sql_query.py
RENAMED
@@ -11,6 +11,7 @@ from textwrap import indent
|
|
11
11
|
from typing import Any
|
12
12
|
|
13
13
|
import jinja2
|
14
|
+
from sretoolbox.container.image import Image
|
14
15
|
|
15
16
|
from reconcile import (
|
16
17
|
openshift_base,
|
@@ -81,35 +82,36 @@ spec:
|
|
81
82
|
metadata:
|
82
83
|
name: {{ JOB_NAME }}
|
83
84
|
spec:
|
84
|
-
{
|
85
|
+
{%- if PULL_SECRET is not none %}
|
85
86
|
imagePullSecrets:
|
86
87
|
- name: {{ PULL_SECRET }}
|
87
|
-
{
|
88
|
+
{%- endif %}
|
88
89
|
restartPolicy: Never
|
89
90
|
serviceAccountName: {{ SVC_NAME }}
|
90
91
|
containers:
|
91
92
|
- name: {{ JOB_NAME }}
|
92
|
-
image: {{
|
93
|
+
image: {{ JOB_IMAGE }}
|
94
|
+
imagePullPolicy: {{ JOB_IMAGE_PULL_POLICY }}
|
93
95
|
command:
|
94
96
|
- /bin/bash
|
95
97
|
args:
|
96
98
|
- '-c'
|
97
99
|
- '{{ COMMAND }}'
|
98
100
|
env:
|
99
|
-
{
|
100
|
-
{
|
101
|
+
{%- for key, value in DB_CONN.items() %}
|
102
|
+
{%- if value is none %}
|
101
103
|
# When value is not provided, we get it from the secret
|
102
104
|
- name: {{ key }}
|
103
105
|
valueFrom:
|
104
106
|
secretKeyRef:
|
105
107
|
name: {{ SECRET_NAME }}
|
106
108
|
key: {{ key }}
|
107
|
-
{
|
109
|
+
{%- else %}
|
108
110
|
# When value is provided, we get just use it
|
109
111
|
- name: {{ key }}
|
110
112
|
value: {{ value }}
|
111
|
-
{
|
112
|
-
{
|
113
|
+
{%- endif %}
|
114
|
+
{%- endfor %}
|
113
115
|
resources:
|
114
116
|
requests:
|
115
117
|
memory: "{{ REQUESTS_MEM }}"
|
@@ -125,10 +127,10 @@ spec:
|
|
125
127
|
- name: configs
|
126
128
|
projected:
|
127
129
|
sources:
|
128
|
-
{
|
130
|
+
{%- for cm in CONFIG_MAPS %}
|
129
131
|
- configMap:
|
130
132
|
name: {{ cm }}
|
131
|
-
|
133
|
+
{%- endfor %}
|
132
134
|
"""
|
133
135
|
|
134
136
|
|
@@ -187,7 +189,6 @@ def get_tf_resource_info(
|
|
187
189
|
"cluster": spec.cluster_name,
|
188
190
|
"output_resource_name": spec.output_resource_name,
|
189
191
|
"engine": values.get("engine", "postgres"),
|
190
|
-
"engine_version": values.get("engine_version", "latest"),
|
191
192
|
}
|
192
193
|
return None
|
193
194
|
|
@@ -412,7 +413,7 @@ def encrypted_closing_message(recipient: str) -> list[str]:
|
|
412
413
|
|
413
414
|
def process_template(
|
414
415
|
query: dict[str, Any],
|
415
|
-
|
416
|
+
job_image: str,
|
416
417
|
use_pull_secret: bool,
|
417
418
|
config_map_names: list[str],
|
418
419
|
service_account_name: str,
|
@@ -422,7 +423,7 @@ def process_template(
|
|
422
423
|
|
423
424
|
:param query: the query dictionary containing the parameters
|
424
425
|
to be used in the Template
|
425
|
-
:param
|
426
|
+
:param job_image: docker image repo url
|
426
427
|
:param use_pull_secret: add imagePullSecrets to Job
|
427
428
|
:param config_map_names: ConfigMap names to mount in Job
|
428
429
|
|
@@ -451,16 +452,18 @@ def process_template(
|
|
451
452
|
command += engine_cmd_map[engine](sqlqueries_file="/tmp/queries")
|
452
453
|
command += make_output_cmd(output=output, recipient=query.get("recipient", ""))
|
453
454
|
|
455
|
+
job_image_tag = Image(job_image).tag
|
456
|
+
job_image_pull_policy = "Always" if job_image_tag == "latest" else "IfNotPresent"
|
457
|
+
|
454
458
|
template_to_render = JOB_TEMPLATE
|
455
459
|
render_kwargs = {
|
456
460
|
"JOB_NAME": query["name"],
|
457
461
|
"CONFIG_MAPS_MOUNT_PATH": CONFIG_MAPS_MOUNT_PATH,
|
458
462
|
"QUERY_NAME": query["name"],
|
459
463
|
"QONTRACT_INTEGRATION": QONTRACT_INTEGRATION,
|
460
|
-
"
|
464
|
+
"JOB_IMAGE": job_image,
|
465
|
+
"JOB_IMAGE_PULL_POLICY": job_image_pull_policy,
|
461
466
|
"SECRET_NAME": query["output_resource_name"],
|
462
|
-
"ENGINE": engine,
|
463
|
-
"ENGINE_VERSION": query["engine_version"],
|
464
467
|
"DB_CONN": query["db_conn"],
|
465
468
|
"CONFIG_MAPS": config_map_names,
|
466
469
|
"COMMAND": command,
|
@@ -588,7 +591,7 @@ def _build_common_resource_labels(query: dict[str, Any]) -> dict[str, str]:
|
|
588
591
|
|
589
592
|
def _build_openshift_resources(
|
590
593
|
query: dict[str, Any],
|
591
|
-
|
594
|
+
job_image: str,
|
592
595
|
pull_secret: dict[str, Any] | None,
|
593
596
|
secret_reader: SecretReaderBase,
|
594
597
|
) -> list[OpenshiftResource]:
|
@@ -649,7 +652,7 @@ def _build_openshift_resources(
|
|
649
652
|
# Job (sql executer)
|
650
653
|
job_yaml = process_template(
|
651
654
|
query,
|
652
|
-
|
655
|
+
job_image=job_image,
|
653
656
|
use_pull_secret=bool(pull_secret),
|
654
657
|
config_map_names=[cm["metadata"]["name"] for cm in config_map_resources],
|
655
658
|
service_account_name=svc["metadata"]["name"],
|
@@ -702,14 +705,14 @@ def _initialize_resource_types(
|
|
702
705
|
|
703
706
|
def _reconstruct_for_metrics(
|
704
707
|
query: dict[str, Any],
|
705
|
-
|
708
|
+
job_image: str,
|
706
709
|
pull_secret: dict[str, Any] | None,
|
707
710
|
ri: ResourceInventory,
|
708
711
|
secret_reader: SecretReaderBase,
|
709
712
|
) -> None:
|
710
713
|
openshift_resources = _build_openshift_resources(
|
711
714
|
query,
|
712
|
-
|
715
|
+
job_image,
|
713
716
|
pull_secret,
|
714
717
|
secret_reader,
|
715
718
|
)
|
@@ -767,7 +770,7 @@ def _process_existing_query(
|
|
767
770
|
enable_deletion: bool,
|
768
771
|
settings: dict[str, Any],
|
769
772
|
state: State,
|
770
|
-
|
773
|
+
job_image: str,
|
771
774
|
pull_secret: dict[str, Any],
|
772
775
|
ri: ResourceInventory,
|
773
776
|
secret_reader: SecretReaderBase,
|
@@ -776,7 +779,7 @@ def _process_existing_query(
|
|
776
779
|
case QueryStatus.ACTIVE:
|
777
780
|
_reconstruct_for_metrics(
|
778
781
|
query,
|
779
|
-
|
782
|
+
job_image,
|
780
783
|
pull_secret,
|
781
784
|
ri,
|
782
785
|
secret_reader,
|
@@ -803,13 +806,13 @@ def _process_new_query(
|
|
803
806
|
dry_run: bool,
|
804
807
|
settings: dict[str, Any],
|
805
808
|
state: State,
|
806
|
-
|
809
|
+
job_image: str,
|
807
810
|
pull_secret: dict[str, Any],
|
808
811
|
ri: ResourceInventory,
|
809
812
|
secret_reader: SecretReaderBase,
|
810
813
|
) -> None:
|
811
814
|
openshift_resources = _build_openshift_resources(
|
812
|
-
query,
|
815
|
+
query, job_image, pull_secret, secret_reader
|
813
816
|
)
|
814
817
|
|
815
818
|
cluster = query["cluster"]
|
@@ -855,12 +858,12 @@ def run(
|
|
855
858
|
mail_address=smtp_settings.mail_address,
|
856
859
|
timeout=smtp_settings.timeout or DEFAULT_SMTP_TIMEOUT,
|
857
860
|
)
|
858
|
-
|
861
|
+
job_image = "quay.io/app-sre/debug-container:latest"
|
859
862
|
|
860
863
|
sql_query_settings = settings.get("sqlQuery")
|
861
864
|
pull_secret: dict[str, Any] = {}
|
862
865
|
if sql_query_settings:
|
863
|
-
|
866
|
+
job_image = sql_query_settings.get("jobImage") or job_image
|
864
867
|
pull_secret = sql_query_settings["pullSecret"]
|
865
868
|
|
866
869
|
queries_list = collect_queries(secret_reader=secret_reader, smtp_client=smtp_client)
|
@@ -874,7 +877,7 @@ def run(
|
|
874
877
|
enable_deletion,
|
875
878
|
settings,
|
876
879
|
state,
|
877
|
-
|
880
|
+
job_image,
|
878
881
|
pull_secret,
|
879
882
|
ri,
|
880
883
|
secret_reader,
|
@@ -885,7 +888,7 @@ def run(
|
|
885
888
|
dry_run,
|
886
889
|
settings,
|
887
890
|
state,
|
888
|
-
|
891
|
+
job_image,
|
889
892
|
pull_secret,
|
890
893
|
ri,
|
891
894
|
secret_reader,
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/acs_policies.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aus/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aus/healthchecks.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aus/metrics.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/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.dev258 → qontract_reconcile-0.10.2.dev259}/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.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_ami_share.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/aws_iam_keys.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/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.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/dashdotdb_base.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/dashdotdb_dora.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/dashdotdb_dvo.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/dashdotdb_slo.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/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.dev258 → qontract_reconcile-0.10.2.dev259}/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
|
File without changes
|
{qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/fleet_labeler/ocm.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev258 → qontract_reconcile-0.10.2.dev259}/reconcile/fleet_labeler/vcs.py
RENAMED
File without changes
|